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

📄 dataset2.designer.cs

📁 The human resources management system management system operatingprocedure, welcome everybody to eva
💻 CS
📖 第 1 页 / 共 3 页
字号:
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 组织机构编码表DataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected 组织机构编码表DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 单位名称Column {
                get {
                    return this.column单位名称;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 拼音编码Column {
                get {
                    return this.column拼音编码;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 单位地址Column {
                get {
                    return this.column单位地址;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 单位电话号码Column {
                get {
                    return this.column单位电话号码;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 开户银行Column {
                get {
                    return this.column开户银行;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 帐号Column {
                get {
                    return this.column帐号;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 开户全称Column {
                get {
                    return this.column开户全称;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn 单位编号Column {
                get {
                    return this.column单位编号;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 组织机构编码表Row this[int index] {
                get {
                    return ((组织机构编码表Row)(this.Rows[index]));
                }
            }
            
            public event 组织机构编码表RowChangeEventHandler 组织机构编码表RowChanging;
            
            public event 组织机构编码表RowChangeEventHandler 组织机构编码表RowChanged;
            
            public event 组织机构编码表RowChangeEventHandler 组织机构编码表RowDeleting;
            
            public event 组织机构编码表RowChangeEventHandler 组织机构编码表RowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Add组织机构编码表Row(组织机构编码表Row row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 组织机构编码表Row Add组织机构编码表Row(string 单位名称, string 拼音编码, string 单位地址, string 单位电话号码, string 开户银行, string 帐号, string 开户全称, string 单位编号) {
                组织机构编码表Row row组织机构编码表Row = ((组织机构编码表Row)(this.NewRow()));
                row组织机构编码表Row.ItemArray = new object[] {
                        单位名称,
                        拼音编码,
                        单位地址,
                        单位电话号码,
                        开户银行,
                        帐号,
                        开户全称,
                        单位编号};
                this.Rows.Add(row组织机构编码表Row);
                return row组织机构编码表Row;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 组织机构编码表Row FindBy单位编号(string 单位编号) {
                return ((组织机构编码表Row)(this.Rows.Find(new object[] {
                            单位编号})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                组织机构编码表DataTable cln = ((组织机构编码表DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new 组织机构编码表DataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.column单位名称 = base.Columns["单位名称"];
                this.column拼音编码 = base.Columns["拼音编码"];
                this.column单位地址 = base.Columns["单位地址"];
                this.column单位电话号码 = base.Columns["单位电话号码"];
                this.column开户银行 = base.Columns["开户银行"];
                this.column帐号 = base.Columns["帐号"];
                this.column开户全称 = base.Columns["开户全称"];
                this.column单位编号 = base.Columns["单位编号"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.column单位名称 = new System.Data.DataColumn("单位名称", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column单位名称);
                this.column拼音编码 = new System.Data.DataColumn("拼音编码", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column拼音编码);
                this.column单位地址 = new System.Data.DataColumn("单位地址", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column单位地址);
                this.column单位电话号码 = new System.Data.DataColumn("单位电话号码", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column单位电话号码);
                this.column开户银行 = new System.Data.DataColumn("开户银行", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column开户银行);
                this.column帐号 = new System.Data.DataColumn("帐号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column帐号);
                this.column开户全称 = new System.Data.DataColumn("开户全称", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column开户全称);
                this.column单位编号 = new System.Data.DataColumn("单位编号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column单位编号);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column单位编号}, true));
                this.column单位编号.AllowDBNull = false;
                this.column单位编号.Unique = true;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 组织机构编码表Row New组织机构编码表Row() {
                return ((组织机构编码表Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new 组织机构编码表Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(组织机构编码表Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.组织机构编码表RowChanged != null)) {
                    this.组织机构编码表RowChanged(this, new 组织机构编码表RowChangeEvent(((组织机构编码表Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.组织机构编码表RowChanging != null)) {
                    this.组织机构编码表RowChanging(this, new 组织机构编码表RowChangeEvent(((组织机构编码表Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.组织机构编码表RowDeleted != null)) {
                    this.组织机构编码表RowDeleted(this, new 组织机构编码表RowChangeEvent(((组织机构编码表Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.组织机构编码表RowDeleting != null)) {
                    this.组织机构编码表RowDeleting(this, new 组织机构编码表RowChangeEvent(((组织机构编码表Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove组织机构编码表Row(组织机构编码表Row row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                DataSet2 ds = new DataSet2();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);

⌨️ 快捷键说明

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