📄 invoicedataset.designer.cs
字号:
return this.columninvoice_store;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn invoice_storetoColumn {
get {
return this.columninvoice_storeto;
}
}
[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 InvoiceSetail_Select_ByIDRow this[int index] {
get {
return ((InvoiceSetail_Select_ByIDRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event InvoiceSetail_Select_ByIDRowChangeEventHandler InvoiceSetail_Select_ByIDRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event InvoiceSetail_Select_ByIDRowChangeEventHandler InvoiceSetail_Select_ByIDRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event InvoiceSetail_Select_ByIDRowChangeEventHandler InvoiceSetail_Select_ByIDRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event InvoiceSetail_Select_ByIDRowChangeEventHandler InvoiceSetail_Select_ByIDRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddInvoiceSetail_Select_ByIDRow(InvoiceSetail_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 InvoiceSetail_Select_ByIDRow AddInvoiceSetail_Select_ByIDRow(string invoice_id, string invoice_list_product_id, string invoice_list_color, int invoice_lis_size1, int invoice_lis_size2, int invoice_lis_size3, int invoice_lis_size4, int invoice_lis_size5, int invoice_lis_size6, int invoice_lis_size7, int invoice_lis_sum, int invoice_store, int invoice_storeto) {
InvoiceSetail_Select_ByIDRow rowInvoiceSetail_Select_ByIDRow = ((InvoiceSetail_Select_ByIDRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
invoice_id,
invoice_list_product_id,
invoice_list_color,
invoice_lis_size1,
invoice_lis_size2,
invoice_lis_size3,
invoice_lis_size4,
invoice_lis_size5,
invoice_lis_size6,
invoice_lis_size7,
invoice_lis_sum,
invoice_store,
invoice_storeto};
rowInvoiceSetail_Select_ByIDRow.ItemArray = columnValuesArray;
this.Rows.Add(rowInvoiceSetail_Select_ByIDRow);
return rowInvoiceSetail_Select_ByIDRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public InvoiceSetail_Select_ByIDRow FindByinvoice_list_id(int invoice_list_id) {
return ((InvoiceSetail_Select_ByIDRow)(this.Rows.Find(new object[] {
invoice_list_id})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
InvoiceSetail_Select_ByIDDataTable cln = ((InvoiceSetail_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 InvoiceSetail_Select_ByIDDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columninvoice_list_id = base.Columns["invoice_list_id"];
this.columninvoice_id = base.Columns["invoice_id"];
this.columninvoice_list_product_id = base.Columns["invoice_list_product_id"];
this.columninvoice_list_color = base.Columns["invoice_list_color"];
this.columninvoice_lis_size1 = base.Columns["invoice_lis_size1"];
this.columninvoice_lis_size2 = base.Columns["invoice_lis_size2"];
this.columninvoice_lis_size3 = base.Columns["invoice_lis_size3"];
this.columninvoice_lis_size4 = base.Columns["invoice_lis_size4"];
this.columninvoice_lis_size5 = base.Columns["invoice_lis_size5"];
this.columninvoice_lis_size6 = base.Columns["invoice_lis_size6"];
this.columninvoice_lis_size7 = base.Columns["invoice_lis_size7"];
this.columninvoice_lis_sum = base.Columns["invoice_lis_sum"];
this.columninvoice_store = base.Columns["invoice_store"];
this.columninvoice_storeto = base.Columns["invoice_storeto"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columninvoice_list_id = new global::System.Data.DataColumn("invoice_list_id", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_list_id);
this.columninvoice_id = new global::System.Data.DataColumn("invoice_id", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_id);
this.columninvoice_list_product_id = new global::System.Data.DataColumn("invoice_list_product_id", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_list_product_id);
this.columninvoice_list_color = new global::System.Data.DataColumn("invoice_list_color", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_list_color);
this.columninvoice_lis_size1 = new global::System.Data.DataColumn("invoice_lis_size1", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size1);
this.columninvoice_lis_size2 = new global::System.Data.DataColumn("invoice_lis_size2", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size2);
this.columninvoice_lis_size3 = new global::System.Data.DataColumn("invoice_lis_size3", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size3);
this.columninvoice_lis_size4 = new global::System.Data.DataColumn("invoice_lis_size4", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size4);
this.columninvoice_lis_size5 = new global::System.Data.DataColumn("invoice_lis_size5", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size5);
this.columninvoice_lis_size6 = new global::System.Data.DataColumn("invoice_lis_size6", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size6);
this.columninvoice_lis_size7 = new global::System.Data.DataColumn("invoice_lis_size7", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_size7);
this.columninvoice_lis_sum = new global::System.Data.DataColumn("invoice_lis_sum", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_lis_sum);
this.columninvoice_store = new global::System.Data.DataColumn("invoice_store", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_store);
this.columninvoice_storeto = new global::System.Data.DataColumn("invoice_storeto", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoice_storeto);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columninvoice_list_id}, true));
this.columninvoice_list_id.AutoIncrement = true;
this.columninvoice_list_id.AllowDBNull = false;
this.columninvoice_list_id.ReadOnly = true;
this.columninvoice_list_id.Unique = true;
this.columninvoice_id.MaxLength = 20;
this.columninvoice_list_product_id.MaxLength = 20;
this.columninvoice_list_color.MaxLength = 10;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public InvoiceSetail_Select_ByIDRow NewInvoiceSetail_Select_ByIDRow() {
return ((InvoiceSetail_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 InvoiceSetail_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(InvoiceSetail_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.InvoiceSetail_Select_ByIDRowChanged != null)) {
this.InvoiceSetail_Select_ByIDRowChanged(this, new InvoiceSetail_Select_ByIDRowChangeEvent(((InvoiceSetail_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.InvoiceSetail_Select_ByIDRowChanging != null)) {
this.InvoiceSetail_Select_ByIDRowChanging(this, new InvoiceSetail_Select_ByIDRowChangeEvent(((InvoiceSetail_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.InvoiceSetail_Select_ByIDRowDeleted != null)) {
this.InvoiceSetail_Select_ByIDRowDeleted(this, new InvoiceSetail_Select_ByIDRowChangeEvent(((InvoiceSetail_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.InvoiceSetail_Select_ByIDRowDeleting != null)) {
this.InvoiceSetail_Select_ByIDRowDeleting(this, new InvoiceSetail_Select_ByIDRowChangeEvent(((InvoiceSetail_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 RemoveInvoiceSetail_Select_ByIDRow(InvoiceSetail_Select_ByIDRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
InvoiceDataSet ds = new InvoiceDataSet();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -