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

📄 dataset2.designer.cs

📁 The human resources management system management system operatingprocedure, welcome everybody to eva
💻 CS
📖 第 1 页 / 共 3 页
字号:
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "组织机构编码表DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class 组织机构编码表Row : System.Data.DataRow {
            
            private 组织机构编码表DataTable table组织机构编码表;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 组织机构编码表Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table组织机构编码表 = ((组织机构编码表DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 单位名称 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.单位名称Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“单位名称”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.单位名称Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 拼音编码 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.拼音编码Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“拼音编码”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.拼音编码Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 单位地址 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.单位地址Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“单位地址”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.单位地址Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 单位电话号码 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.单位电话号码Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“单位电话号码”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.单位电话号码Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 开户银行 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.开户银行Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“开户银行”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.开户银行Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 帐号 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.帐号Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“帐号”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.帐号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 开户全称 {
                get {
                    try {
                        return ((string)(this[this.table组织机构编码表.开户全称Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“组织机构编码表”中列“开户全称”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table组织机构编码表.开户全称Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 单位编号 {
                get {
                    return ((string)(this[this.table组织机构编码表.单位编号Column]));
                }
                set {
                    this[this.table组织机构编码表.单位编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is单位名称Null() {
                return this.IsNull(this.table组织机构编码表.单位名称Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set单位名称Null() {
                this[this.table组织机构编码表.单位名称Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is拼音编码Null() {
                return this.IsNull(this.table组织机构编码表.拼音编码Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set拼音编码Null() {
                this[this.table组织机构编码表.拼音编码Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is单位地址Null() {
                return this.IsNull(this.table组织机构编码表.单位地址Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set单位地址Null() {
                this[this.table组织机构编码表.单位地址Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is单位电话号码Null() {
                return this.IsNull(this.table组织机构编码表.单位电话号码Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set单位电话号码Null() {
                this[this.table组织机构编码表.单位电话号码Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is开户银行Null() {
                return this.IsNull(this.table组织机构编码表.开户银行Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set开户银行Null() {
                this[this.table组织机构编码表.开户银行Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is帐号Null() {
                return this.IsNull(this.table组织机构编码表.帐号Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set帐号Null() {
                this[this.table组织机构编码表.帐号Column] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool Is开户全称Null() {
                return this.IsNull(this.table组织机构编码表.开户全称Column);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Set开户全称Null() {
                this[this.table组织机构编码表.开户全称Column] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class 组织机构编码表RowChangeEvent : System.EventArgs {
            
            private 组织机构编码表Row eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 组织机构编码表RowChangeEvent(组织机构编码表Row row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 组织机构编码表Row Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}

#pragma warning restore 1591

⌨️ 快捷键说明

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