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

📄 olddbdataset_old.designer.cs

📁 这是一个简单的csharp程序。他能实现的功能也比较简单。
💻 CS
📖 第 1 页 / 共 5 页
字号:
            public string OLD_XUELI {
                get {
                    try {
                        return ((string)(this[this.tableOLD_TABLE1.OLD_XUELIColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“OLD_TABLE1”中列“OLD_XUELI”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableOLD_TABLE1.OLD_XUELIColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_XINGMINGNull() {
                return this.IsNull(this.tableOLD_TABLE1.OLD_XINGMINGColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_XINGMINGNull() {
                this[this.tableOLD_TABLE1.OLD_XINGMINGColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_NIANLINGNull() {
                return this.IsNull(this.tableOLD_TABLE1.OLD_NIANLINGColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_NIANLINGNull() {
                this[this.tableOLD_TABLE1.OLD_NIANLINGColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_XINGBIENull() {
                return this.IsNull(this.tableOLD_TABLE1.OLD_XINGBIEColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_XINGBIENull() {
                this[this.tableOLD_TABLE1.OLD_XINGBIEColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_XUELINull() {
                return this.IsNull(this.tableOLD_TABLE1.OLD_XUELIColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_XUELINull() {
                this[this.tableOLD_TABLE1.OLD_XUELIColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public OLD_TABLE2Row[] GetOLD_TABLE2Rows() {
                return ((OLD_TABLE2Row[])(base.GetChildRows(this.Table.ChildRelations["OLD_TABLE1_OLD_TABLE2"])));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public OLD_TABLE3Row[] GetOLD_TABLE3Rows() {
                return ((OLD_TABLE3Row[])(base.GetChildRows(this.Table.ChildRelations["OLD_TABLE1_OLD_TABLE3"])));
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class OLD_TABLE2Row : System.Data.DataRow {
            
            private OLD_TABLE2DataTable tableOLD_TABLE2;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal OLD_TABLE2Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableOLD_TABLE2 = ((OLD_TABLE2DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal OLD_ID {
                get {
                    return ((decimal)(this[this.tableOLD_TABLE2.OLD_IDColumn]));
                }
                set {
                    this[this.tableOLD_TABLE2.OLD_IDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OLD_BUMEN {
                get {
                    try {
                        return ((string)(this[this.tableOLD_TABLE2.OLD_BUMENColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“OLD_TABLE2”中列“OLD_BUMEN”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableOLD_TABLE2.OLD_BUMENColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OLD_ZHIWEI {
                get {
                    try {
                        return ((string)(this[this.tableOLD_TABLE2.OLD_ZHIWEIColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“OLD_TABLE2”中列“OLD_ZHIWEI”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableOLD_TABLE2.OLD_ZHIWEIColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public OLD_TABLE1Row OLD_TABLE1Row {
                get {
                    return ((OLD_TABLE1Row)(this.GetParentRow(this.Table.ParentRelations["OLD_TABLE1_OLD_TABLE2"])));
                }
                set {
                    this.SetParentRow(value, this.Table.ParentRelations["OLD_TABLE1_OLD_TABLE2"]);
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_BUMENNull() {
                return this.IsNull(this.tableOLD_TABLE2.OLD_BUMENColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_BUMENNull() {
                this[this.tableOLD_TABLE2.OLD_BUMENColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_ZHIWEINull() {
                return this.IsNull(this.tableOLD_TABLE2.OLD_ZHIWEIColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_ZHIWEINull() {
                this[this.tableOLD_TABLE2.OLD_ZHIWEIColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class OLD_TABLE3Row : System.Data.DataRow {
            
            private OLD_TABLE3DataTable tableOLD_TABLE3;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal OLD_TABLE3Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableOLD_TABLE3 = ((OLD_TABLE3DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal OLD_ID {
                get {
                    return ((decimal)(this[this.tableOLD_TABLE3.OLD_IDColumn]));
                }
                set {
                    this[this.tableOLD_TABLE3.OLD_IDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OLD_DIANHUA {
                get {
                    try {
                        return ((string)(this[this.tableOLD_TABLE3.OLD_DIANHUAColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“OLD_TABLE3”中列“OLD_DIANHUA”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableOLD_TABLE3.OLD_DIANHUAColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OLD_SHOUJI {
                get {
                    try {
                        return ((string)(this[this.tableOLD_TABLE3.OLD_SHOUJIColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“OLD_TABLE3”中列“OLD_SHOUJI”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableOLD_TABLE3.OLD_SHOUJIColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OLD_DIZHI {
                get {
                    try {
                        return ((string)(this[this.tableOLD_TABLE3.OLD_DIZHIColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“OLD_TABLE3”中列“OLD_DIZHI”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableOLD_TABLE3.OLD_DIZHIColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public OLD_TABLE1Row OLD_TABLE1Row {
                get {
                    return ((OLD_TABLE1Row)(this.GetParentRow(this.Table.ParentRelations["OLD_TABLE1_OLD_TABLE3"])));
                }
                set {
                    this.SetParentRow(value, this.Table.ParentRelations["OLD_TABLE1_OLD_TABLE3"]);
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_DIANHUANull() {
                return this.IsNull(this.tableOLD_TABLE3.OLD_DIANHUAColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_DIANHUANull() {
                this[this.tableOLD_TABLE3.OLD_DIANHUAColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_SHOUJINull() {
                return this.IsNull(this.tableOLD_TABLE3.OLD_SHOUJIColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_SHOUJINull() {
                this[this.tableOLD_TABLE3.OLD_SHOUJIColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOLD_DIZHINull() {
                return this.IsNull(this.tableOLD_TABLE3.OLD_DIZHIColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOLD_DIZHINull() {
                this[this.tableOLD_TABLE3.OLD_DIZHIColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class OLD_TABLE1RowChangeEvent : System.EventArgs {
            
            private OLD_TABLE1Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public OLD_TABLE1RowChangeEvent(OLD_TABLE1Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public OLD_TABLE1Row Row {
                get {
                    return this.e

⌨️ 快捷键说明

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