⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notelibdataset.designer.cs

📁 事务提醒软件。自己写的事务提醒软件
💻 CS
📖 第 1 页 / 共 5 页
字号:
                    }
                    finally {
                        if ((s1 != null)) {
                            s1.Close();
                        }
                        if ((s2 != null)) {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return type;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class notesRow : global::System.Data.DataRow {
            
            private notesDataTable tablenotes;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal notesRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablenotes = ((notesDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ntIndex {
                get {
                    return ((int)(this[this.tablenotes.ntIndexColumn]));
                }
                set {
                    this[this.tablenotes.ntIndexColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Content {
                get {
                    try {
                        return ((string)(this[this.tablenotes.ContentColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“notes”中列“Content”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablenotes.ContentColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.DateTime Time {
                get {
                    try {
                        return ((global::System.DateTime)(this[this.tablenotes.TimeColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“notes”中列“Time”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablenotes.TimeColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsContentNull() {
                return this.IsNull(this.tablenotes.ContentColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetContentNull() {
                this[this.tablenotes.ContentColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsTimeNull() {
                return this.IsNull(this.tablenotes.TimeColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetTimeNull() {
                this[this.tablenotes.TimeColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class personsRow : global::System.Data.DataRow {
            
            private personsDataTable tablepersons;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal personsRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablepersons = ((personsDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int pid {
                get {
                    return ((int)(this[this.tablepersons.pidColumn]));
                }
                set {
                    this[this.tablepersons.pidColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string pname {
                get {
                    try {
                        return ((string)(this[this.tablepersons.pnameColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“persons”中列“pname”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablepersons.pnameColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string pass {
                get {
                    try {
                        return ((string)(this[this.tablepersons.passColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“persons”中列“pass”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablepersons.passColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IspnameNull() {
                return this.IsNull(this.tablepersons.pnameColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetpnameNull() {
                this[this.tablepersons.pnameColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IspassNull() {
                return this.IsNull(this.tablepersons.passColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetpassNull() {
                this[this.tablepersons.passColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Represents strongly named DataRow class.
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class relationRow : global::System.Data.DataRow {
            
            private relationDataTable tablerelation;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal relationRow(global::System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablerelation = ((relationDataTable)(this.Table));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ntindex {
                get {
                    try {
                        return ((int)(this[this.tablerelation.ntindexColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“relation”中列“ntindex”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablerelation.ntindexColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int pid {
                get {
                    try {
                        return ((int)(this[this.tablerelation.pidColumn]));
                    }
                    catch (global::System.InvalidCastException e) {
                        throw new global::System.Data.StrongTypingException("表“relation”中列“pid”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablerelation.pidColumn] = value;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsntindexNull() {
                return this.IsNull(this.tablerelation.ntindexColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetntindexNull() {
                this[this.tablerelation.ntindexColumn] = global::System.Convert.DBNull;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IspidNull() {
                return this.IsNull(this.tablerelation.pidColumn);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetpidNull() {
                this[this.tablerelation.pidColumn] = global::System.Convert.DBNull;
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class notesRowChangeEvent : global::System.EventArgs {
            
            private notesRow eventRow;
            
            private global::System.Data.DataRowAction eventAction;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public notesRowChangeEvent(notesRow row, global::System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public notesRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public global::System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
        
        /// <summary>
        ///Row event argument class
        ///</summary>
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class personsRowChangeEvent : global::System.EventArgs {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -