📄 bigclientdataset.designer.cs
字号:
get {
return this.columnbigclient_lis_size3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bigclient_lis_size4Column {
get {
return this.columnbigclient_lis_size4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bigclient_lis_size5Column {
get {
return this.columnbigclient_lis_size5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bigclient_lis_size6Column {
get {
return this.columnbigclient_lis_size6;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bigclient_lis_size7Column {
get {
return this.columnbigclient_lis_size7;
}
}
[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_list_Select_ByIDRow this[int index] {
get {
return ((bigclient_list_Select_ByIDRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event bigclient_list_Select_ByIDRowChangeEventHandler bigclient_list_Select_ByIDRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event bigclient_list_Select_ByIDRowChangeEventHandler bigclient_list_Select_ByIDRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event bigclient_list_Select_ByIDRowChangeEventHandler bigclient_list_Select_ByIDRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event bigclient_list_Select_ByIDRowChangeEventHandler bigclient_list_Select_ByIDRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Addbigclient_list_Select_ByIDRow(bigclient_list_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_list_Select_ByIDRow Addbigclient_list_Select_ByIDRow(string bigclient_id, string Product_id, string bigclient_list_color, decimal bigclient_list_price, int bigclient_lis_size1, int bigclient_lis_size2, int bigclient_lis_size3, int bigclient_lis_size4, int bigclient_lis_size5, int bigclient_lis_size6, int bigclient_lis_size7) {
bigclient_list_Select_ByIDRow rowbigclient_list_Select_ByIDRow = ((bigclient_list_Select_ByIDRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
bigclient_id,
Product_id,
bigclient_list_color,
bigclient_list_price,
bigclient_lis_size1,
bigclient_lis_size2,
bigclient_lis_size3,
bigclient_lis_size4,
bigclient_lis_size5,
bigclient_lis_size6,
bigclient_lis_size7};
rowbigclient_list_Select_ByIDRow.ItemArray = columnValuesArray;
this.Rows.Add(rowbigclient_list_Select_ByIDRow);
return rowbigclient_list_Select_ByIDRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bigclient_list_Select_ByIDRow FindBybigclient_list_id(int bigclient_list_id) {
return ((bigclient_list_Select_ByIDRow)(this.Rows.Find(new object[] {
bigclient_list_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_list_Select_ByIDDataTable cln = ((bigclient_list_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_list_Select_ByIDDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnbigclient_list_id = base.Columns["bigclient_list_id"];
this.columnbigclient_id = base.Columns["bigclient_id"];
this.columnProduct_id = base.Columns["Product_id"];
this.columnbigclient_list_color = base.Columns["bigclient_list_color"];
this.columnbigclient_list_price = base.Columns["bigclient_list_price"];
this.columnbigclient_lis_size1 = base.Columns["bigclient_lis_size1"];
this.columnbigclient_lis_size2 = base.Columns["bigclient_lis_size2"];
this.columnbigclient_lis_size3 = base.Columns["bigclient_lis_size3"];
this.columnbigclient_lis_size4 = base.Columns["bigclient_lis_size4"];
this.columnbigclient_lis_size5 = base.Columns["bigclient_lis_size5"];
this.columnbigclient_lis_size6 = base.Columns["bigclient_lis_size6"];
this.columnbigclient_lis_size7 = base.Columns["bigclient_lis_size7"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnbigclient_list_id = new global::System.Data.DataColumn("bigclient_list_id", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_list_id);
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.columnProduct_id = new global::System.Data.DataColumn("Product_id", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnProduct_id);
this.columnbigclient_list_color = new global::System.Data.DataColumn("bigclient_list_color", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_list_color);
this.columnbigclient_list_price = new global::System.Data.DataColumn("bigclient_list_price", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_list_price);
this.columnbigclient_lis_size1 = new global::System.Data.DataColumn("bigclient_lis_size1", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size1);
this.columnbigclient_lis_size2 = new global::System.Data.DataColumn("bigclient_lis_size2", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size2);
this.columnbigclient_lis_size3 = new global::System.Data.DataColumn("bigclient_lis_size3", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size3);
this.columnbigclient_lis_size4 = new global::System.Data.DataColumn("bigclient_lis_size4", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size4);
this.columnbigclient_lis_size5 = new global::System.Data.DataColumn("bigclient_lis_size5", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size5);
this.columnbigclient_lis_size6 = new global::System.Data.DataColumn("bigclient_lis_size6", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size6);
this.columnbigclient_lis_size7 = new global::System.Data.DataColumn("bigclient_lis_size7", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigclient_lis_size7);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnbigclient_list_id}, true));
this.columnbigclient_list_id.AutoIncrement = true;
this.columnbigclient_list_id.AllowDBNull = false;
this.columnbigclient_list_id.ReadOnly = true;
this.columnbigclient_list_id.Unique = true;
this.columnbigclient_id.MaxLength = 20;
this.columnProduct_id.MaxLength = 20;
this.columnbigclient_list_color.MaxLength = 10;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bigclient_list_Select_ByIDRow Newbigclient_list_Select_ByIDRow() {
return ((bigclient_list_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_list_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_list_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_list_Select_ByIDRowChanged != null)) {
this.bigclient_list_Select_ByIDRowChanged(this, new bigclient_list_Select_ByIDRowChangeEvent(((bigclient_list_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_list_Select_ByIDRowChanging != null)) {
this.bigclient_list_Select_ByIDRowChanging(this, new bigclient_list_Select_ByIDRowChangeEvent(((bigclient_list_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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -