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

📄 bigclientdataset.designer.cs

📁 c#三层架构项目开发的全过程
💻 CS
📖 第 1 页 / 共 5 页
字号:
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public global::System.Data.DataColumn bigclient_stateColumn {
                get {
                    return this.columnbigclient_state;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public global::System.Data.DataColumn bigclient_type_nameColumn {
                get {
                    return this.columnbigclient_type_name;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            [global::System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public bigclient_Select_ByIDRow this[int index] {
                get {
                    return ((bigclient_Select_ByIDRow)(this.Rows[index]));
                }
            }
            
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public event bigclient_Select_ByIDRowChangeEventHandler bigclient_Select_ByIDRowChanging;
            
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public event bigclient_Select_ByIDRowChangeEventHandler bigclient_Select_ByIDRowChanged;
            
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public event bigclient_Select_ByIDRowChangeEventHandler bigclient_Select_ByIDRowDeleting;
            
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public event bigclient_Select_ByIDRowChangeEventHandler bigclient_Select_ByIDRowDeleted;
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public void Addbigclient_Select_ByIDRow(bigclient_Select_ByIDRow row) {
                this.Rows.Add(row);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public bigclient_Select_ByIDRow Addbigclient_Select_ByIDRow(string bigclient_id, string Employee_ID, string bigclient_type_id, decimal bigclient_price, int bigclient_sum, System.DateTime bigclient_time, string bigclient_client, string bigclient_assessor, string bigclient_advice, string bigclient_state, string bigclient_type_name) {
                bigclient_Select_ByIDRow rowbigclient_Select_ByIDRow = ((bigclient_Select_ByIDRow)(this.NewRow()));
                object[] columnValuesArray = new object[] {
                        bigclient_id,
                        Employee_ID,
                        bigclient_type_id,
                        bigclient_price,
                        bigclient_sum,
                        bigclient_time,
                        bigclient_client,
                        bigclient_assessor,
                        bigclient_advice,
                        bigclient_state,
                        bigclient_type_name};
                rowbigclient_Select_ByIDRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowbigclient_Select_ByIDRow);
                return rowbigclient_Select_ByIDRow;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public bigclient_Select_ByIDRow FindBybigclient_id(string bigclient_id) {
                return ((bigclient_Select_ByIDRow)(this.Rows.Find(new object[] {
                            bigclient_id})));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public virtual global::System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public override global::System.Data.DataTable Clone() {
                bigclient_Select_ByIDDataTable cln = ((bigclient_Select_ByIDDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override global::System.Data.DataTable CreateInstance() {
                return new bigclient_Select_ByIDDataTable();
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            internal void InitVars() {
                this.columnbigclient_id = base.Columns["bigclient_id"];
                this.columnEmployee_ID = base.Columns["Employee_ID"];
                this.columnbigclient_type_id = base.Columns["bigclient_type_id"];
                this.columnbigclient_price = base.Columns["bigclient_price"];
                this.columnbigclient_sum = base.Columns["bigclient_sum"];
                this.columnbigclient_time = base.Columns["bigclient_time"];
                this.columnbigclient_client = base.Columns["bigclient_client"];
                this.columnbigclient_assessor = base.Columns["bigclient_assessor"];
                this.columnbigclient_advice = base.Columns["bigclient_advice"];
                this.columnbigclient_state = base.Columns["bigclient_state"];
                this.columnbigclient_type_name = base.Columns["bigclient_type_name"];
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            private void InitClass() {
                this.columnbigclient_id = new global::System.Data.DataColumn("bigclient_id", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_id);
                this.columnEmployee_ID = new global::System.Data.DataColumn("Employee_ID", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnEmployee_ID);
                this.columnbigclient_type_id = new global::System.Data.DataColumn("bigclient_type_id", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_type_id);
                this.columnbigclient_price = new global::System.Data.DataColumn("bigclient_price", typeof(decimal), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_price);
                this.columnbigclient_sum = new global::System.Data.DataColumn("bigclient_sum", typeof(int), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_sum);
                this.columnbigclient_time = new global::System.Data.DataColumn("bigclient_time", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_time);
                this.columnbigclient_client = new global::System.Data.DataColumn("bigclient_client", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_client);
                this.columnbigclient_assessor = new global::System.Data.DataColumn("bigclient_assessor", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_assessor);
                this.columnbigclient_advice = new global::System.Data.DataColumn("bigclient_advice", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_advice);
                this.columnbigclient_state = new global::System.Data.DataColumn("bigclient_state", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_state);
                this.columnbigclient_type_name = new global::System.Data.DataColumn("bigclient_type_name", typeof(string), null, global::System.Data.MappingType.Element);
                base.Columns.Add(this.columnbigclient_type_name);
                this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
                                this.columnbigclient_id}, true));
                this.columnbigclient_id.AllowDBNull = false;
                this.columnbigclient_id.Unique = true;
                this.columnbigclient_id.MaxLength = 20;
                this.columnEmployee_ID.MaxLength = 10;
                this.columnbigclient_type_id.MaxLength = 20;
                this.columnbigclient_client.MaxLength = 10;
                this.columnbigclient_assessor.MaxLength = 50;
                this.columnbigclient_advice.MaxLength = 10;
                this.columnbigclient_state.MaxLength = 10;
                this.columnbigclient_type_name.MaxLength = 10;
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public bigclient_Select_ByIDRow Newbigclient_Select_ByIDRow() {
                return ((bigclient_Select_ByIDRow)(this.NewRow()));
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
                return new bigclient_Select_ByIDRow(builder);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override global::System.Type GetRowType() {
                return typeof(bigclient_Select_ByIDRow);
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.bigclient_Select_ByIDRowChanged != null)) {
                    this.bigclient_Select_ByIDRowChanged(this, new bigclient_Select_ByIDRowChangeEvent(((bigclient_Select_ByIDRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.bigclient_Select_ByIDRowChanging != null)) {
                    this.bigclient_Select_ByIDRowChanging(this, new bigclient_Select_ByIDRowChangeEvent(((bigclient_Select_ByIDRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.bigclient_Select_ByIDRowDeleted != null)) {
                    this.bigclient_Select_ByIDRowDeleted(this, new bigclient_Select_ByIDRowChangeEvent(((bigclient_Select_ByIDRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.bigclient_Select_ByIDRowDeleting != null)) {
                    this.bigclient_Select_ByIDRowDeleting(this, new bigclient_Select_ByIDRowChangeEvent(((bigclient_Select_ByIDRow)(e.Row)), e.Action));
                }
            }
            
            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
            public void Removebigclient_Select_ByIDRow(bigclient_Select_ByIDRow row) {
 

⌨️ 快捷键说明

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