//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace SunRoxm.BizPeri.ReportDataSet.ReportDataSet { /// ///Represents a strongly typed in-memory cache of data. /// [global::System.Serializable()] [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [global::System.Xml.Serialization.XmlRootAttribute("dsFrmIndentBillOnNet")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class dsFrmIndentBillOnNet : global::System.Data.DataSet { private IndentBillOnNetDataTable tableIndentBillOnNet; private IndentBillOnNetProductDataTable tableIndentBillOnNetProduct; private AppendInfoDataTable tableAppendInfo; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public dsFrmIndentBillOnNet() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected dsFrmIndentBillOnNet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["IndentBillOnNet"] != null)) { base.Tables.Add(new IndentBillOnNetDataTable(ds.Tables["IndentBillOnNet"])); } if ((ds.Tables["IndentBillOnNetProduct"] != null)) { base.Tables.Add(new IndentBillOnNetProductDataTable(ds.Tables["IndentBillOnNetProduct"])); } if ((ds.Tables["AppendInfo"] != null)) { base.Tables.Add(new AppendInfoDataTable(ds.Tables["AppendInfo"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public IndentBillOnNetDataTable IndentBillOnNet { get { return this.tableIndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public IndentBillOnNetProductDataTable IndentBillOnNetProduct { get { return this.tableIndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public AppendInfoDataTable AppendInfo { get { return this.tableAppendInfo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataSet Clone() { dsFrmIndentBillOnNet cln = ((dsFrmIndentBillOnNet)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["IndentBillOnNet"] != null)) { base.Tables.Add(new IndentBillOnNetDataTable(ds.Tables["IndentBillOnNet"])); } if ((ds.Tables["IndentBillOnNetProduct"] != null)) { base.Tables.Add(new IndentBillOnNetProductDataTable(ds.Tables["IndentBillOnNetProduct"])); } if ((ds.Tables["AppendInfo"] != null)) { base.Tables.Add(new AppendInfoDataTable(ds.Tables["AppendInfo"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXml(reader); this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); stream.Position = 0; return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars(bool initTable) { this.tableIndentBillOnNet = ((IndentBillOnNetDataTable)(base.Tables["IndentBillOnNet"])); if ((initTable == true)) { if ((this.tableIndentBillOnNet != null)) { this.tableIndentBillOnNet.InitVars(); } } this.tableIndentBillOnNetProduct = ((IndentBillOnNetProductDataTable)(base.Tables["IndentBillOnNetProduct"])); if ((initTable == true)) { if ((this.tableIndentBillOnNetProduct != null)) { this.tableIndentBillOnNetProduct.InitVars(); } } this.tableAppendInfo = ((AppendInfoDataTable)(base.Tables["AppendInfo"])); if ((initTable == true)) { if ((this.tableAppendInfo != null)) { this.tableAppendInfo.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { this.DataSetName = "dsFrmIndentBillOnNet"; this.Prefix = ""; this.Namespace = "http://tempuri.org/dsFrmIndentBillOnNet.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableIndentBillOnNet = new IndentBillOnNetDataTable(); base.Tables.Add(this.tableIndentBillOnNet); this.tableIndentBillOnNetProduct = new IndentBillOnNetProductDataTable(); base.Tables.Add(this.tableIndentBillOnNetProduct); this.tableAppendInfo = new AppendInfoDataTable(); base.Tables.Add(this.tableAppendInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private bool ShouldSerializeIndentBillOnNet() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private bool ShouldSerializeIndentBillOnNetProduct() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private bool ShouldSerializeAppendInfo() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { dsFrmIndentBillOnNet ds = new dsFrmIndentBillOnNet(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public delegate void IndentBillOnNetRowChangeEventHandler(object sender, IndentBillOnNetRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public delegate void IndentBillOnNetProductRowChangeEventHandler(object sender, IndentBillOnNetProductRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public delegate void AppendInfoRowChangeEventHandler(object sender, AppendInfoRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class IndentBillOnNetDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnID_IndentBillOnNet; private global::System.Data.DataColumn columnNo_IndentBillOnNet; private global::System.Data.DataColumn columnDate_IndentBillOnNet; private global::System.Data.DataColumn columnID_Customer; private global::System.Data.DataColumn columnGetMethod_IndentBillOnNet; private global::System.Data.DataColumn columnName_Linkman; private global::System.Data.DataColumn columnTel_IndentBillOnNet; private global::System.Data.DataColumn columnFax_IndentBillOnNet; private global::System.Data.DataColumn columnSendAddr_IndentBillOnNet; private global::System.Data.DataColumn columnInvoiceAddress_Company; private global::System.Data.DataColumn columnInvoiceTitle_Company; private global::System.Data.DataColumn columnTaxCurrency_IndentBillOnNet; private global::System.Data.DataColumn columnCurrency_IndentBillOnNet; private global::System.Data.DataColumn columnDisable_IndentBillOnNet; private global::System.Data.DataColumn columnAmount_IndentBillOnNet; private global::System.Data.DataColumn columnGoodsAmount_IndentBillOnNet; private global::System.Data.DataColumn columnTaxAmount_IndentBillOnNet; private global::System.Data.DataColumn columnComment_IndentBillOnNet; private global::System.Data.DataColumn columnCreateDate_IndentBillOnNet; private global::System.Data.DataColumn columnID_Assessor; private global::System.Data.DataColumn columnAssessDate_IndentBillOnNet; private global::System.Data.DataColumn columnLastModUser_IndentBillOnNet; private global::System.Data.DataColumn columnLastModDate_IndentBillOnNet; private global::System.Data.DataColumn columnDeleteUser_IndentBillOnNet; private global::System.Data.DataColumn columnDeleteDate_IndentBillOnNet; private global::System.Data.DataColumn columnFeedbackComment_IndentBillOnNet; private global::System.Data.DataColumn columnName_CustomerAccount; private global::System.Data.DataColumn columnPostcode_IndentBillOnNet; private global::System.Data.DataColumn columnNo_Customer; private global::System.Data.DataColumn columnName_Customer; private global::System.Data.DataColumn columnShortName_Customer; private global::System.Data.DataColumn columnType_Customer; private global::System.Data.DataColumn columnLastDiscount_Customer; private global::System.Data.DataColumn columnPostalCode_Customer; private global::System.Data.DataColumn columnName_Assessor; private global::System.Data.DataColumn columnCustomerCreator; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetDataTable() { this.TableName = "IndentBillOnNet"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal IndentBillOnNetDataTable(global::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; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected IndentBillOnNetDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ID_IndentBillOnNetColumn { get { return this.columnID_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn No_IndentBillOnNetColumn { get { return this.columnNo_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Date_IndentBillOnNetColumn { get { return this.columnDate_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ID_CustomerColumn { get { return this.columnID_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn GetMethod_IndentBillOnNetColumn { get { return this.columnGetMethod_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Name_LinkmanColumn { get { return this.columnName_Linkman; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Tel_IndentBillOnNetColumn { get { return this.columnTel_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Fax_IndentBillOnNetColumn { get { return this.columnFax_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn SendAddr_IndentBillOnNetColumn { get { return this.columnSendAddr_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn InvoiceAddress_CompanyColumn { get { return this.columnInvoiceAddress_Company; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn InvoiceTitle_CompanyColumn { get { return this.columnInvoiceTitle_Company; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn TaxCurrency_IndentBillOnNetColumn { get { return this.columnTaxCurrency_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Currency_IndentBillOnNetColumn { get { return this.columnCurrency_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Disable_IndentBillOnNetColumn { get { return this.columnDisable_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Amount_IndentBillOnNetColumn { get { return this.columnAmount_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn GoodsAmount_IndentBillOnNetColumn { get { return this.columnGoodsAmount_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn TaxAmount_IndentBillOnNetColumn { get { return this.columnTaxAmount_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Comment_IndentBillOnNetColumn { get { return this.columnComment_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn CreateDate_IndentBillOnNetColumn { get { return this.columnCreateDate_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ID_AssessorColumn { get { return this.columnID_Assessor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn AssessDate_IndentBillOnNetColumn { get { return this.columnAssessDate_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn LastModUser_IndentBillOnNetColumn { get { return this.columnLastModUser_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn LastModDate_IndentBillOnNetColumn { get { return this.columnLastModDate_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn DeleteUser_IndentBillOnNetColumn { get { return this.columnDeleteUser_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn DeleteDate_IndentBillOnNetColumn { get { return this.columnDeleteDate_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn FeedbackComment_IndentBillOnNetColumn { get { return this.columnFeedbackComment_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Name_CustomerAccountColumn { get { return this.columnName_CustomerAccount; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Postcode_IndentBillOnNetColumn { get { return this.columnPostcode_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn No_CustomerColumn { get { return this.columnNo_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Name_CustomerColumn { get { return this.columnName_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ShortName_CustomerColumn { get { return this.columnShortName_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Type_CustomerColumn { get { return this.columnType_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn LastDiscount_CustomerColumn { get { return this.columnLastDiscount_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn PostalCode_CustomerColumn { get { return this.columnPostalCode_Customer; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Name_AssessorColumn { get { return this.columnName_Assessor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn CustomerCreatorColumn { get { return this.columnCustomerCreator; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")] public IndentBillOnNetRow this[int index] { get { return ((IndentBillOnNetRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetRowChangeEventHandler IndentBillOnNetRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetRowChangeEventHandler IndentBillOnNetRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetRowChangeEventHandler IndentBillOnNetRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetRowChangeEventHandler IndentBillOnNetRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void AddIndentBillOnNetRow(IndentBillOnNetRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetRow AddIndentBillOnNetRow( System.Guid ID_IndentBillOnNet, string No_IndentBillOnNet, System.DateTime Date_IndentBillOnNet, System.Guid ID_Customer, string GetMethod_IndentBillOnNet, string Name_Linkman, string Tel_IndentBillOnNet, string Fax_IndentBillOnNet, string SendAddr_IndentBillOnNet, string InvoiceAddress_Company, string InvoiceTitle_Company, string TaxCurrency_IndentBillOnNet, string Currency_IndentBillOnNet, bool Disable_IndentBillOnNet, decimal Amount_IndentBillOnNet, decimal GoodsAmount_IndentBillOnNet, decimal TaxAmount_IndentBillOnNet, string Comment_IndentBillOnNet, System.DateTime CreateDate_IndentBillOnNet, System.Guid ID_Assessor, System.DateTime AssessDate_IndentBillOnNet, System.Guid LastModUser_IndentBillOnNet, System.DateTime LastModDate_IndentBillOnNet, System.Guid DeleteUser_IndentBillOnNet, System.DateTime DeleteDate_IndentBillOnNet, string FeedbackComment_IndentBillOnNet, string Name_CustomerAccount, string Postcode_IndentBillOnNet, string No_Customer, string Name_Customer, string ShortName_Customer, string Type_Customer, decimal LastDiscount_Customer, string PostalCode_Customer, string Name_Assessor, System.Guid CustomerCreator) { IndentBillOnNetRow rowIndentBillOnNetRow = ((IndentBillOnNetRow)(this.NewRow())); object[] columnValuesArray = new object[] { ID_IndentBillOnNet, No_IndentBillOnNet, Date_IndentBillOnNet, ID_Customer, GetMethod_IndentBillOnNet, Name_Linkman, Tel_IndentBillOnNet, Fax_IndentBillOnNet, SendAddr_IndentBillOnNet, InvoiceAddress_Company, InvoiceTitle_Company, TaxCurrency_IndentBillOnNet, Currency_IndentBillOnNet, Disable_IndentBillOnNet, Amount_IndentBillOnNet, GoodsAmount_IndentBillOnNet, TaxAmount_IndentBillOnNet, Comment_IndentBillOnNet, CreateDate_IndentBillOnNet, ID_Assessor, AssessDate_IndentBillOnNet, LastModUser_IndentBillOnNet, LastModDate_IndentBillOnNet, DeleteUser_IndentBillOnNet, DeleteDate_IndentBillOnNet, FeedbackComment_IndentBillOnNet, Name_CustomerAccount, Postcode_IndentBillOnNet, No_Customer, Name_Customer, ShortName_Customer, Type_Customer, LastDiscount_Customer, PostalCode_Customer, Name_Assessor, CustomerCreator}; rowIndentBillOnNetRow.ItemArray = columnValuesArray; this.Rows.Add(rowIndentBillOnNetRow); return rowIndentBillOnNetRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetRow FindByID_IndentBillOnNet(System.Guid ID_IndentBillOnNet) { return ((IndentBillOnNetRow)(this.Rows.Find(new object[] { ID_IndentBillOnNet}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataTable Clone() { IndentBillOnNetDataTable cln = ((IndentBillOnNetDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new IndentBillOnNetDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.columnID_IndentBillOnNet = base.Columns["ID_IndentBillOnNet"]; this.columnNo_IndentBillOnNet = base.Columns["No_IndentBillOnNet"]; this.columnDate_IndentBillOnNet = base.Columns["Date_IndentBillOnNet"]; this.columnID_Customer = base.Columns["ID_Customer"]; this.columnGetMethod_IndentBillOnNet = base.Columns["GetMethod_IndentBillOnNet"]; this.columnName_Linkman = base.Columns["Name_Linkman"]; this.columnTel_IndentBillOnNet = base.Columns["Tel_IndentBillOnNet"]; this.columnFax_IndentBillOnNet = base.Columns["Fax_IndentBillOnNet"]; this.columnSendAddr_IndentBillOnNet = base.Columns["SendAddr_IndentBillOnNet"]; this.columnInvoiceAddress_Company = base.Columns["InvoiceAddress_Company"]; this.columnInvoiceTitle_Company = base.Columns["InvoiceTitle_Company"]; this.columnTaxCurrency_IndentBillOnNet = base.Columns["TaxCurrency_IndentBillOnNet"]; this.columnCurrency_IndentBillOnNet = base.Columns["Currency_IndentBillOnNet"]; this.columnDisable_IndentBillOnNet = base.Columns["Disable_IndentBillOnNet"]; this.columnAmount_IndentBillOnNet = base.Columns["Amount_IndentBillOnNet"]; this.columnGoodsAmount_IndentBillOnNet = base.Columns["GoodsAmount_IndentBillOnNet"]; this.columnTaxAmount_IndentBillOnNet = base.Columns["TaxAmount_IndentBillOnNet"]; this.columnComment_IndentBillOnNet = base.Columns["Comment_IndentBillOnNet"]; this.columnCreateDate_IndentBillOnNet = base.Columns["CreateDate_IndentBillOnNet"]; this.columnID_Assessor = base.Columns["ID_Assessor"]; this.columnAssessDate_IndentBillOnNet = base.Columns["AssessDate_IndentBillOnNet"]; this.columnLastModUser_IndentBillOnNet = base.Columns["LastModUser_IndentBillOnNet"]; this.columnLastModDate_IndentBillOnNet = base.Columns["LastModDate_IndentBillOnNet"]; this.columnDeleteUser_IndentBillOnNet = base.Columns["DeleteUser_IndentBillOnNet"]; this.columnDeleteDate_IndentBillOnNet = base.Columns["DeleteDate_IndentBillOnNet"]; this.columnFeedbackComment_IndentBillOnNet = base.Columns["FeedbackComment_IndentBillOnNet"]; this.columnName_CustomerAccount = base.Columns["Name_CustomerAccount"]; this.columnPostcode_IndentBillOnNet = base.Columns["Postcode_IndentBillOnNet"]; this.columnNo_Customer = base.Columns["No_Customer"]; this.columnName_Customer = base.Columns["Name_Customer"]; this.columnShortName_Customer = base.Columns["ShortName_Customer"]; this.columnType_Customer = base.Columns["Type_Customer"]; this.columnLastDiscount_Customer = base.Columns["LastDiscount_Customer"]; this.columnPostalCode_Customer = base.Columns["PostalCode_Customer"]; this.columnName_Assessor = base.Columns["Name_Assessor"]; this.columnCustomerCreator = base.Columns["CustomerCreator"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { this.columnID_IndentBillOnNet = new global::System.Data.DataColumn("ID_IndentBillOnNet", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_IndentBillOnNet); this.columnNo_IndentBillOnNet = new global::System.Data.DataColumn("No_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNo_IndentBillOnNet); this.columnDate_IndentBillOnNet = new global::System.Data.DataColumn("Date_IndentBillOnNet", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDate_IndentBillOnNet); this.columnID_Customer = new global::System.Data.DataColumn("ID_Customer", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_Customer); this.columnGetMethod_IndentBillOnNet = new global::System.Data.DataColumn("GetMethod_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGetMethod_IndentBillOnNet); this.columnName_Linkman = new global::System.Data.DataColumn("Name_Linkman", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName_Linkman); this.columnTel_IndentBillOnNet = new global::System.Data.DataColumn("Tel_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTel_IndentBillOnNet); this.columnFax_IndentBillOnNet = new global::System.Data.DataColumn("Fax_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFax_IndentBillOnNet); this.columnSendAddr_IndentBillOnNet = new global::System.Data.DataColumn("SendAddr_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSendAddr_IndentBillOnNet); this.columnInvoiceAddress_Company = new global::System.Data.DataColumn("InvoiceAddress_Company", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnInvoiceAddress_Company); this.columnInvoiceTitle_Company = new global::System.Data.DataColumn("InvoiceTitle_Company", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnInvoiceTitle_Company); this.columnTaxCurrency_IndentBillOnNet = new global::System.Data.DataColumn("TaxCurrency_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTaxCurrency_IndentBillOnNet); this.columnCurrency_IndentBillOnNet = new global::System.Data.DataColumn("Currency_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCurrency_IndentBillOnNet); this.columnDisable_IndentBillOnNet = new global::System.Data.DataColumn("Disable_IndentBillOnNet", typeof(bool), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDisable_IndentBillOnNet); this.columnAmount_IndentBillOnNet = new global::System.Data.DataColumn("Amount_IndentBillOnNet", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAmount_IndentBillOnNet); this.columnGoodsAmount_IndentBillOnNet = new global::System.Data.DataColumn("GoodsAmount_IndentBillOnNet", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGoodsAmount_IndentBillOnNet); this.columnTaxAmount_IndentBillOnNet = new global::System.Data.DataColumn("TaxAmount_IndentBillOnNet", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTaxAmount_IndentBillOnNet); this.columnComment_IndentBillOnNet = new global::System.Data.DataColumn("Comment_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnComment_IndentBillOnNet); this.columnCreateDate_IndentBillOnNet = new global::System.Data.DataColumn("CreateDate_IndentBillOnNet", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCreateDate_IndentBillOnNet); this.columnID_Assessor = new global::System.Data.DataColumn("ID_Assessor", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_Assessor); this.columnAssessDate_IndentBillOnNet = new global::System.Data.DataColumn("AssessDate_IndentBillOnNet", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAssessDate_IndentBillOnNet); this.columnLastModUser_IndentBillOnNet = new global::System.Data.DataColumn("LastModUser_IndentBillOnNet", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLastModUser_IndentBillOnNet); this.columnLastModDate_IndentBillOnNet = new global::System.Data.DataColumn("LastModDate_IndentBillOnNet", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLastModDate_IndentBillOnNet); this.columnDeleteUser_IndentBillOnNet = new global::System.Data.DataColumn("DeleteUser_IndentBillOnNet", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDeleteUser_IndentBillOnNet); this.columnDeleteDate_IndentBillOnNet = new global::System.Data.DataColumn("DeleteDate_IndentBillOnNet", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDeleteDate_IndentBillOnNet); this.columnFeedbackComment_IndentBillOnNet = new global::System.Data.DataColumn("FeedbackComment_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFeedbackComment_IndentBillOnNet); this.columnName_CustomerAccount = new global::System.Data.DataColumn("Name_CustomerAccount", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName_CustomerAccount); this.columnPostcode_IndentBillOnNet = new global::System.Data.DataColumn("Postcode_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPostcode_IndentBillOnNet); this.columnNo_Customer = new global::System.Data.DataColumn("No_Customer", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNo_Customer); this.columnName_Customer = new global::System.Data.DataColumn("Name_Customer", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName_Customer); this.columnShortName_Customer = new global::System.Data.DataColumn("ShortName_Customer", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnShortName_Customer); this.columnType_Customer = new global::System.Data.DataColumn("Type_Customer", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnType_Customer); this.columnLastDiscount_Customer = new global::System.Data.DataColumn("LastDiscount_Customer", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLastDiscount_Customer); this.columnPostalCode_Customer = new global::System.Data.DataColumn("PostalCode_Customer", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPostalCode_Customer); this.columnName_Assessor = new global::System.Data.DataColumn("Name_Assessor", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName_Assessor); this.columnCustomerCreator = new global::System.Data.DataColumn("CustomerCreator", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCustomerCreator); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnID_IndentBillOnNet}, true)); this.columnID_IndentBillOnNet.AllowDBNull = false; this.columnID_IndentBillOnNet.Unique = true; this.columnNo_IndentBillOnNet.AllowDBNull = false; this.columnNo_IndentBillOnNet.MaxLength = 64; this.columnDate_IndentBillOnNet.AllowDBNull = false; this.columnID_Customer.AllowDBNull = false; this.columnGetMethod_IndentBillOnNet.MaxLength = 64; this.columnName_Linkman.MaxLength = 64; this.columnTel_IndentBillOnNet.MaxLength = 128; this.columnFax_IndentBillOnNet.MaxLength = 128; this.columnSendAddr_IndentBillOnNet.MaxLength = 256; this.columnInvoiceAddress_Company.MaxLength = 256; this.columnInvoiceTitle_Company.MaxLength = 64; this.columnTaxCurrency_IndentBillOnNet.MaxLength = 64; this.columnCurrency_IndentBillOnNet.MaxLength = 64; this.columnAmount_IndentBillOnNet.AllowDBNull = false; this.columnGoodsAmount_IndentBillOnNet.AllowDBNull = false; this.columnTaxAmount_IndentBillOnNet.AllowDBNull = false; this.columnComment_IndentBillOnNet.MaxLength = 256; this.columnCreateDate_IndentBillOnNet.AllowDBNull = false; this.columnFeedbackComment_IndentBillOnNet.MaxLength = 256; this.columnName_CustomerAccount.MaxLength = 64; this.columnPostcode_IndentBillOnNet.MaxLength = 64; this.columnNo_Customer.MaxLength = 64; this.columnName_Customer.MaxLength = 64; this.columnShortName_Customer.MaxLength = 16; this.columnType_Customer.MaxLength = 64; this.columnPostalCode_Customer.MaxLength = 32; this.columnName_Assessor.ReadOnly = true; this.columnName_Assessor.MaxLength = 64; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetRow NewIndentBillOnNetRow() { return ((IndentBillOnNetRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new IndentBillOnNetRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Type GetRowType() { return typeof(IndentBillOnNetRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.IndentBillOnNetRowChanged != null)) { this.IndentBillOnNetRowChanged(this, new IndentBillOnNetRowChangeEvent(((IndentBillOnNetRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.IndentBillOnNetRowChanging != null)) { this.IndentBillOnNetRowChanging(this, new IndentBillOnNetRowChangeEvent(((IndentBillOnNetRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.IndentBillOnNetRowDeleted != null)) { this.IndentBillOnNetRowDeleted(this, new IndentBillOnNetRowChangeEvent(((IndentBillOnNetRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.IndentBillOnNetRowDeleting != null)) { this.IndentBillOnNetRowDeleting(this, new IndentBillOnNetRowChangeEvent(((IndentBillOnNetRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void RemoveIndentBillOnNetRow(IndentBillOnNetRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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(); dsFrmIndentBillOnNet ds = new dsFrmIndentBillOnNet(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "IndentBillOnNetDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class IndentBillOnNetProductDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnID_IndentBillOnNetProduct; private global::System.Data.DataColumn columnNo_IndentBillOnNetProduct; private global::System.Data.DataColumn columnID_IndentBillOnNet; private global::System.Data.DataColumn columnID_Product; private global::System.Data.DataColumn columnQuantity_IndentBillOnNetProduct; private global::System.Data.DataColumn columnUnitPrice_IndentBillOnNetProduct; private global::System.Data.DataColumn columnComment_IndentBillOnNetProduct; private global::System.Data.DataColumn columnAmount_SaleBill; private global::System.Data.DataColumn columnNo_IndentBillOnNet; private global::System.Data.DataColumn columnNo_Product; private global::System.Data.DataColumn columnName_Product; private global::System.Data.DataColumn columnUnit_Product; private global::System.Data.DataColumn columnAmount_IndentBillOnNetProduct; private global::System.Data.DataColumn columnNo_IndentBillOnNet1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductDataTable() { this.TableName = "IndentBillOnNetProduct"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal IndentBillOnNetProductDataTable(global::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; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected IndentBillOnNetProductDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ID_IndentBillOnNetProductColumn { get { return this.columnID_IndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn No_IndentBillOnNetProductColumn { get { return this.columnNo_IndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ID_IndentBillOnNetColumn { get { return this.columnID_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn ID_ProductColumn { get { return this.columnID_Product; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Quantity_IndentBillOnNetProductColumn { get { return this.columnQuantity_IndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn UnitPrice_IndentBillOnNetProductColumn { get { return this.columnUnitPrice_IndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Comment_IndentBillOnNetProductColumn { get { return this.columnComment_IndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Amount_SaleBillColumn { get { return this.columnAmount_SaleBill; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn No_IndentBillOnNetColumn { get { return this.columnNo_IndentBillOnNet; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn No_ProductColumn { get { return this.columnNo_Product; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Name_ProductColumn { get { return this.columnName_Product; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Unit_ProductColumn { get { return this.columnUnit_Product; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn Amount_IndentBillOnNetProductColumn { get { return this.columnAmount_IndentBillOnNetProduct; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn No_IndentBillOnNet1Column { get { return this.columnNo_IndentBillOnNet1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")] public IndentBillOnNetProductRow this[int index] { get { return ((IndentBillOnNetProductRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetProductRowChangeEventHandler IndentBillOnNetProductRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetProductRowChangeEventHandler IndentBillOnNetProductRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetProductRowChangeEventHandler IndentBillOnNetProductRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event IndentBillOnNetProductRowChangeEventHandler IndentBillOnNetProductRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void AddIndentBillOnNetProductRow(IndentBillOnNetProductRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductRow AddIndentBillOnNetProductRow(System.Guid ID_IndentBillOnNetProduct, string No_IndentBillOnNetProduct, System.Guid ID_IndentBillOnNet, System.Guid ID_Product, decimal Quantity_IndentBillOnNetProduct, decimal UnitPrice_IndentBillOnNetProduct, string Comment_IndentBillOnNetProduct, decimal Amount_SaleBill, string No_IndentBillOnNet, string No_Product, string Name_Product, string Unit_Product, decimal Amount_IndentBillOnNetProduct, string No_IndentBillOnNet1) { IndentBillOnNetProductRow rowIndentBillOnNetProductRow = ((IndentBillOnNetProductRow)(this.NewRow())); object[] columnValuesArray = new object[] { ID_IndentBillOnNetProduct, No_IndentBillOnNetProduct, ID_IndentBillOnNet, ID_Product, Quantity_IndentBillOnNetProduct, UnitPrice_IndentBillOnNetProduct, Comment_IndentBillOnNetProduct, Amount_SaleBill, No_IndentBillOnNet, No_Product, Name_Product, Unit_Product, Amount_IndentBillOnNetProduct, No_IndentBillOnNet1}; rowIndentBillOnNetProductRow.ItemArray = columnValuesArray; this.Rows.Add(rowIndentBillOnNetProductRow); return rowIndentBillOnNetProductRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductRow FindByID_IndentBillOnNetProduct(System.Guid ID_IndentBillOnNetProduct) { return ((IndentBillOnNetProductRow)(this.Rows.Find(new object[] { ID_IndentBillOnNetProduct}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataTable Clone() { IndentBillOnNetProductDataTable cln = ((IndentBillOnNetProductDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new IndentBillOnNetProductDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.columnID_IndentBillOnNetProduct = base.Columns["ID_IndentBillOnNetProduct"]; this.columnNo_IndentBillOnNetProduct = base.Columns["No_IndentBillOnNetProduct"]; this.columnID_IndentBillOnNet = base.Columns["ID_IndentBillOnNet"]; this.columnID_Product = base.Columns["ID_Product"]; this.columnQuantity_IndentBillOnNetProduct = base.Columns["Quantity_IndentBillOnNetProduct"]; this.columnUnitPrice_IndentBillOnNetProduct = base.Columns["UnitPrice_IndentBillOnNetProduct"]; this.columnComment_IndentBillOnNetProduct = base.Columns["Comment_IndentBillOnNetProduct"]; this.columnAmount_SaleBill = base.Columns["Amount_SaleBill"]; this.columnNo_IndentBillOnNet = base.Columns["No_IndentBillOnNet"]; this.columnNo_Product = base.Columns["No_Product"]; this.columnName_Product = base.Columns["Name_Product"]; this.columnUnit_Product = base.Columns["Unit_Product"]; this.columnAmount_IndentBillOnNetProduct = base.Columns["Amount_IndentBillOnNetProduct"]; this.columnNo_IndentBillOnNet1 = base.Columns["No_IndentBillOnNet1"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { this.columnID_IndentBillOnNetProduct = new global::System.Data.DataColumn("ID_IndentBillOnNetProduct", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_IndentBillOnNetProduct); this.columnNo_IndentBillOnNetProduct = new global::System.Data.DataColumn("No_IndentBillOnNetProduct", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNo_IndentBillOnNetProduct); this.columnID_IndentBillOnNet = new global::System.Data.DataColumn("ID_IndentBillOnNet", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_IndentBillOnNet); this.columnID_Product = new global::System.Data.DataColumn("ID_Product", typeof(global::System.Guid), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_Product); this.columnQuantity_IndentBillOnNetProduct = new global::System.Data.DataColumn("Quantity_IndentBillOnNetProduct", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnQuantity_IndentBillOnNetProduct); this.columnUnitPrice_IndentBillOnNetProduct = new global::System.Data.DataColumn("UnitPrice_IndentBillOnNetProduct", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnUnitPrice_IndentBillOnNetProduct); this.columnComment_IndentBillOnNetProduct = new global::System.Data.DataColumn("Comment_IndentBillOnNetProduct", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnComment_IndentBillOnNetProduct); this.columnAmount_SaleBill = new global::System.Data.DataColumn("Amount_SaleBill", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAmount_SaleBill); this.columnNo_IndentBillOnNet = new global::System.Data.DataColumn("No_IndentBillOnNet", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNo_IndentBillOnNet); this.columnNo_Product = new global::System.Data.DataColumn("No_Product", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNo_Product); this.columnName_Product = new global::System.Data.DataColumn("Name_Product", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName_Product); this.columnUnit_Product = new global::System.Data.DataColumn("Unit_Product", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnUnit_Product); this.columnAmount_IndentBillOnNetProduct = new global::System.Data.DataColumn("Amount_IndentBillOnNetProduct", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAmount_IndentBillOnNetProduct); this.columnNo_IndentBillOnNet1 = new global::System.Data.DataColumn("No_IndentBillOnNet1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNo_IndentBillOnNet1); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnID_IndentBillOnNetProduct}, true)); this.columnID_IndentBillOnNetProduct.AllowDBNull = false; this.columnID_IndentBillOnNetProduct.Unique = true; this.columnNo_IndentBillOnNetProduct.AllowDBNull = false; this.columnNo_IndentBillOnNetProduct.MaxLength = 64; this.columnID_IndentBillOnNet.AllowDBNull = false; this.columnID_Product.AllowDBNull = false; this.columnQuantity_IndentBillOnNetProduct.AllowDBNull = false; this.columnUnitPrice_IndentBillOnNetProduct.AllowDBNull = false; this.columnComment_IndentBillOnNetProduct.MaxLength = 256; this.columnAmount_SaleBill.AllowDBNull = false; this.columnNo_IndentBillOnNet.MaxLength = 64; this.columnNo_Product.MaxLength = 64; this.columnName_Product.MaxLength = 64; this.columnUnit_Product.MaxLength = 64; this.columnAmount_IndentBillOnNetProduct.ReadOnly = true; this.columnNo_IndentBillOnNet1.MaxLength = 64; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductRow NewIndentBillOnNetProductRow() { return ((IndentBillOnNetProductRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new IndentBillOnNetProductRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Type GetRowType() { return typeof(IndentBillOnNetProductRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.IndentBillOnNetProductRowChanged != null)) { this.IndentBillOnNetProductRowChanged(this, new IndentBillOnNetProductRowChangeEvent(((IndentBillOnNetProductRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.IndentBillOnNetProductRowChanging != null)) { this.IndentBillOnNetProductRowChanging(this, new IndentBillOnNetProductRowChangeEvent(((IndentBillOnNetProductRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.IndentBillOnNetProductRowDeleted != null)) { this.IndentBillOnNetProductRowDeleted(this, new IndentBillOnNetProductRowChangeEvent(((IndentBillOnNetProductRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.IndentBillOnNetProductRowDeleting != null)) { this.IndentBillOnNetProductRowDeleting(this, new IndentBillOnNetProductRowChangeEvent(((IndentBillOnNetProductRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void RemoveIndentBillOnNetProductRow(IndentBillOnNetProductRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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(); dsFrmIndentBillOnNet ds = new dsFrmIndentBillOnNet(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "IndentBillOnNetProductDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class AppendInfoDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCurrentCompany; private global::System.Data.DataColumn columnCurrentUser; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public AppendInfoDataTable() { this.TableName = "AppendInfo"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal AppendInfoDataTable(global::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; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected AppendInfoDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn CurrentCompanyColumn { get { return this.columnCurrentCompany; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn CurrentUserColumn { get { return this.columnCurrentUser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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", "16.0.0.0")] public AppendInfoRow this[int index] { get { return ((AppendInfoRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event AppendInfoRowChangeEventHandler AppendInfoRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event AppendInfoRowChangeEventHandler AppendInfoRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event AppendInfoRowChangeEventHandler AppendInfoRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public event AppendInfoRowChangeEventHandler AppendInfoRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void AddAppendInfoRow(AppendInfoRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public AppendInfoRow AddAppendInfoRow(string CurrentCompany, string CurrentUser) { AppendInfoRow rowAppendInfoRow = ((AppendInfoRow)(this.NewRow())); object[] columnValuesArray = new object[] { CurrentCompany, CurrentUser}; rowAppendInfoRow.ItemArray = columnValuesArray; this.Rows.Add(rowAppendInfoRow); return rowAppendInfoRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataTable Clone() { AppendInfoDataTable cln = ((AppendInfoDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new AppendInfoDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { this.columnCurrentCompany = base.Columns["CurrentCompany"]; this.columnCurrentUser = base.Columns["CurrentUser"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { this.columnCurrentCompany = new global::System.Data.DataColumn("CurrentCompany", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCurrentCompany); this.columnCurrentUser = new global::System.Data.DataColumn("CurrentUser", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCurrentUser); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public AppendInfoRow NewAppendInfoRow() { return ((AppendInfoRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new AppendInfoRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override global::System.Type GetRowType() { return typeof(AppendInfoRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.AppendInfoRowChanged != null)) { this.AppendInfoRowChanged(this, new AppendInfoRowChangeEvent(((AppendInfoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.AppendInfoRowChanging != null)) { this.AppendInfoRowChanging(this, new AppendInfoRowChangeEvent(((AppendInfoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.AppendInfoRowDeleted != null)) { this.AppendInfoRowDeleted(this, new AppendInfoRowChangeEvent(((AppendInfoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.AppendInfoRowDeleting != null)) { this.AppendInfoRowDeleting(this, new AppendInfoRowChangeEvent(((AppendInfoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void RemoveAppendInfoRow(AppendInfoRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.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(); dsFrmIndentBillOnNet ds = new dsFrmIndentBillOnNet(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "AppendInfoDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class IndentBillOnNetRow : global::System.Data.DataRow { private IndentBillOnNetDataTable tableIndentBillOnNet; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal IndentBillOnNetRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableIndentBillOnNet = ((IndentBillOnNetDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid ID_IndentBillOnNet { get { return ((global::System.Guid)(this[this.tableIndentBillOnNet.ID_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.ID_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string No_IndentBillOnNet { get { return ((string)(this[this.tableIndentBillOnNet.No_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.No_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime Date_IndentBillOnNet { get { return ((global::System.DateTime)(this[this.tableIndentBillOnNet.Date_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.Date_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid ID_Customer { get { return ((global::System.Guid)(this[this.tableIndentBillOnNet.ID_CustomerColumn])); } set { this[this.tableIndentBillOnNet.ID_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string GetMethod_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.GetMethod_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“GetMethod_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.GetMethod_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Name_Linkman { get { try { return ((string)(this[this.tableIndentBillOnNet.Name_LinkmanColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Name_Linkman”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Name_LinkmanColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Tel_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.Tel_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Tel_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Tel_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Fax_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.Fax_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Fax_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Fax_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string SendAddr_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.SendAddr_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“SendAddr_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.SendAddr_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string InvoiceAddress_Company { get { try { return ((string)(this[this.tableIndentBillOnNet.InvoiceAddress_CompanyColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“InvoiceAddress_Company”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.InvoiceAddress_CompanyColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string InvoiceTitle_Company { get { try { return ((string)(this[this.tableIndentBillOnNet.InvoiceTitle_CompanyColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“InvoiceTitle_Company”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.InvoiceTitle_CompanyColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string TaxCurrency_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.TaxCurrency_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“TaxCurrency_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.TaxCurrency_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Currency_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.Currency_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Currency_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Currency_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool Disable_IndentBillOnNet { get { try { return ((bool)(this[this.tableIndentBillOnNet.Disable_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Disable_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Disable_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal Amount_IndentBillOnNet { get { return ((decimal)(this[this.tableIndentBillOnNet.Amount_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.Amount_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal GoodsAmount_IndentBillOnNet { get { return ((decimal)(this[this.tableIndentBillOnNet.GoodsAmount_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.GoodsAmount_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal TaxAmount_IndentBillOnNet { get { return ((decimal)(this[this.tableIndentBillOnNet.TaxAmount_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.TaxAmount_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Comment_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.Comment_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Comment_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Comment_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime CreateDate_IndentBillOnNet { get { return ((global::System.DateTime)(this[this.tableIndentBillOnNet.CreateDate_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNet.CreateDate_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid ID_Assessor { get { try { return ((global::System.Guid)(this[this.tableIndentBillOnNet.ID_AssessorColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“ID_Assessor”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.ID_AssessorColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime AssessDate_IndentBillOnNet { get { try { return ((global::System.DateTime)(this[this.tableIndentBillOnNet.AssessDate_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“AssessDate_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.AssessDate_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid LastModUser_IndentBillOnNet { get { try { return ((global::System.Guid)(this[this.tableIndentBillOnNet.LastModUser_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“LastModUser_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.LastModUser_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime LastModDate_IndentBillOnNet { get { try { return ((global::System.DateTime)(this[this.tableIndentBillOnNet.LastModDate_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“LastModDate_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.LastModDate_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid DeleteUser_IndentBillOnNet { get { try { return ((global::System.Guid)(this[this.tableIndentBillOnNet.DeleteUser_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“DeleteUser_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.DeleteUser_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.DateTime DeleteDate_IndentBillOnNet { get { try { return ((global::System.DateTime)(this[this.tableIndentBillOnNet.DeleteDate_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“DeleteDate_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.DeleteDate_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string FeedbackComment_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.FeedbackComment_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“FeedbackComment_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.FeedbackComment_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Name_CustomerAccount { get { try { return ((string)(this[this.tableIndentBillOnNet.Name_CustomerAccountColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Name_CustomerAccount”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Name_CustomerAccountColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Postcode_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNet.Postcode_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Postcode_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Postcode_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string No_Customer { get { try { return ((string)(this[this.tableIndentBillOnNet.No_CustomerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“No_Customer”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.No_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Name_Customer { get { try { return ((string)(this[this.tableIndentBillOnNet.Name_CustomerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Name_Customer”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Name_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string ShortName_Customer { get { try { return ((string)(this[this.tableIndentBillOnNet.ShortName_CustomerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“ShortName_Customer”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.ShortName_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Type_Customer { get { try { return ((string)(this[this.tableIndentBillOnNet.Type_CustomerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Type_Customer”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Type_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal LastDiscount_Customer { get { try { return ((decimal)(this[this.tableIndentBillOnNet.LastDiscount_CustomerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“LastDiscount_Customer”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.LastDiscount_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string PostalCode_Customer { get { try { return ((string)(this[this.tableIndentBillOnNet.PostalCode_CustomerColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“PostalCode_Customer”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.PostalCode_CustomerColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Name_Assessor { get { try { return ((string)(this[this.tableIndentBillOnNet.Name_AssessorColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“Name_Assessor”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.Name_AssessorColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid CustomerCreator { get { try { return ((global::System.Guid)(this[this.tableIndentBillOnNet.CustomerCreatorColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNet”中列“CustomerCreator”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNet.CustomerCreatorColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsGetMethod_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.GetMethod_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetGetMethod_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.GetMethod_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsName_LinkmanNull() { return this.IsNull(this.tableIndentBillOnNet.Name_LinkmanColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetName_LinkmanNull() { this[this.tableIndentBillOnNet.Name_LinkmanColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsTel_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.Tel_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetTel_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.Tel_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsFax_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.Fax_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetFax_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.Fax_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsSendAddr_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.SendAddr_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetSendAddr_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.SendAddr_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsInvoiceAddress_CompanyNull() { return this.IsNull(this.tableIndentBillOnNet.InvoiceAddress_CompanyColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetInvoiceAddress_CompanyNull() { this[this.tableIndentBillOnNet.InvoiceAddress_CompanyColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsInvoiceTitle_CompanyNull() { return this.IsNull(this.tableIndentBillOnNet.InvoiceTitle_CompanyColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetInvoiceTitle_CompanyNull() { this[this.tableIndentBillOnNet.InvoiceTitle_CompanyColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsTaxCurrency_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.TaxCurrency_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetTaxCurrency_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.TaxCurrency_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsCurrency_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.Currency_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetCurrency_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.Currency_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsDisable_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.Disable_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetDisable_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.Disable_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsComment_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.Comment_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetComment_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.Comment_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsID_AssessorNull() { return this.IsNull(this.tableIndentBillOnNet.ID_AssessorColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetID_AssessorNull() { this[this.tableIndentBillOnNet.ID_AssessorColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsAssessDate_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.AssessDate_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetAssessDate_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.AssessDate_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsLastModUser_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.LastModUser_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetLastModUser_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.LastModUser_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsLastModDate_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.LastModDate_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetLastModDate_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.LastModDate_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsDeleteUser_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.DeleteUser_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetDeleteUser_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.DeleteUser_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsDeleteDate_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.DeleteDate_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetDeleteDate_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.DeleteDate_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsFeedbackComment_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.FeedbackComment_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetFeedbackComment_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.FeedbackComment_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsName_CustomerAccountNull() { return this.IsNull(this.tableIndentBillOnNet.Name_CustomerAccountColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetName_CustomerAccountNull() { this[this.tableIndentBillOnNet.Name_CustomerAccountColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsPostcode_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNet.Postcode_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetPostcode_IndentBillOnNetNull() { this[this.tableIndentBillOnNet.Postcode_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsNo_CustomerNull() { return this.IsNull(this.tableIndentBillOnNet.No_CustomerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetNo_CustomerNull() { this[this.tableIndentBillOnNet.No_CustomerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsName_CustomerNull() { return this.IsNull(this.tableIndentBillOnNet.Name_CustomerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetName_CustomerNull() { this[this.tableIndentBillOnNet.Name_CustomerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsShortName_CustomerNull() { return this.IsNull(this.tableIndentBillOnNet.ShortName_CustomerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetShortName_CustomerNull() { this[this.tableIndentBillOnNet.ShortName_CustomerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsType_CustomerNull() { return this.IsNull(this.tableIndentBillOnNet.Type_CustomerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetType_CustomerNull() { this[this.tableIndentBillOnNet.Type_CustomerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsLastDiscount_CustomerNull() { return this.IsNull(this.tableIndentBillOnNet.LastDiscount_CustomerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetLastDiscount_CustomerNull() { this[this.tableIndentBillOnNet.LastDiscount_CustomerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsPostalCode_CustomerNull() { return this.IsNull(this.tableIndentBillOnNet.PostalCode_CustomerColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetPostalCode_CustomerNull() { this[this.tableIndentBillOnNet.PostalCode_CustomerColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsName_AssessorNull() { return this.IsNull(this.tableIndentBillOnNet.Name_AssessorColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetName_AssessorNull() { this[this.tableIndentBillOnNet.Name_AssessorColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsCustomerCreatorNull() { return this.IsNull(this.tableIndentBillOnNet.CustomerCreatorColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetCustomerCreatorNull() { this[this.tableIndentBillOnNet.CustomerCreatorColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class IndentBillOnNetProductRow : global::System.Data.DataRow { private IndentBillOnNetProductDataTable tableIndentBillOnNetProduct; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal IndentBillOnNetProductRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableIndentBillOnNetProduct = ((IndentBillOnNetProductDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid ID_IndentBillOnNetProduct { get { return ((global::System.Guid)(this[this.tableIndentBillOnNetProduct.ID_IndentBillOnNetProductColumn])); } set { this[this.tableIndentBillOnNetProduct.ID_IndentBillOnNetProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string No_IndentBillOnNetProduct { get { return ((string)(this[this.tableIndentBillOnNetProduct.No_IndentBillOnNetProductColumn])); } set { this[this.tableIndentBillOnNetProduct.No_IndentBillOnNetProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid ID_IndentBillOnNet { get { return ((global::System.Guid)(this[this.tableIndentBillOnNetProduct.ID_IndentBillOnNetColumn])); } set { this[this.tableIndentBillOnNetProduct.ID_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public System.Guid ID_Product { get { return ((global::System.Guid)(this[this.tableIndentBillOnNetProduct.ID_ProductColumn])); } set { this[this.tableIndentBillOnNetProduct.ID_ProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal Quantity_IndentBillOnNetProduct { get { return ((decimal)(this[this.tableIndentBillOnNetProduct.Quantity_IndentBillOnNetProductColumn])); } set { this[this.tableIndentBillOnNetProduct.Quantity_IndentBillOnNetProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal UnitPrice_IndentBillOnNetProduct { get { return ((decimal)(this[this.tableIndentBillOnNetProduct.UnitPrice_IndentBillOnNetProductColumn])); } set { this[this.tableIndentBillOnNetProduct.UnitPrice_IndentBillOnNetProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Comment_IndentBillOnNetProduct { get { try { return ((string)(this[this.tableIndentBillOnNetProduct.Comment_IndentBillOnNetProductColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“Comment_IndentBillOnNetProduct”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.Comment_IndentBillOnNetProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal Amount_SaleBill { get { return ((decimal)(this[this.tableIndentBillOnNetProduct.Amount_SaleBillColumn])); } set { this[this.tableIndentBillOnNetProduct.Amount_SaleBillColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string No_IndentBillOnNet { get { try { return ((string)(this[this.tableIndentBillOnNetProduct.No_IndentBillOnNetColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“No_IndentBillOnNet”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.No_IndentBillOnNetColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string No_Product { get { try { return ((string)(this[this.tableIndentBillOnNetProduct.No_ProductColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“No_Product”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.No_ProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Name_Product { get { try { return ((string)(this[this.tableIndentBillOnNetProduct.Name_ProductColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“Name_Product”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.Name_ProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string Unit_Product { get { try { return ((string)(this[this.tableIndentBillOnNetProduct.Unit_ProductColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“Unit_Product”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.Unit_ProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public decimal Amount_IndentBillOnNetProduct { get { try { return ((decimal)(this[this.tableIndentBillOnNetProduct.Amount_IndentBillOnNetProductColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“Amount_IndentBillOnNetProduct”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.Amount_IndentBillOnNetProductColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string No_IndentBillOnNet1 { get { try { return ((string)(this[this.tableIndentBillOnNetProduct.No_IndentBillOnNet1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“IndentBillOnNetProduct”中列“No_IndentBillOnNet1”的值为 DBNull。", e); } } set { this[this.tableIndentBillOnNetProduct.No_IndentBillOnNet1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsComment_IndentBillOnNetProductNull() { return this.IsNull(this.tableIndentBillOnNetProduct.Comment_IndentBillOnNetProductColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetComment_IndentBillOnNetProductNull() { this[this.tableIndentBillOnNetProduct.Comment_IndentBillOnNetProductColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsNo_IndentBillOnNetNull() { return this.IsNull(this.tableIndentBillOnNetProduct.No_IndentBillOnNetColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetNo_IndentBillOnNetNull() { this[this.tableIndentBillOnNetProduct.No_IndentBillOnNetColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsNo_ProductNull() { return this.IsNull(this.tableIndentBillOnNetProduct.No_ProductColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetNo_ProductNull() { this[this.tableIndentBillOnNetProduct.No_ProductColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsName_ProductNull() { return this.IsNull(this.tableIndentBillOnNetProduct.Name_ProductColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetName_ProductNull() { this[this.tableIndentBillOnNetProduct.Name_ProductColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsUnit_ProductNull() { return this.IsNull(this.tableIndentBillOnNetProduct.Unit_ProductColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetUnit_ProductNull() { this[this.tableIndentBillOnNetProduct.Unit_ProductColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsAmount_IndentBillOnNetProductNull() { return this.IsNull(this.tableIndentBillOnNetProduct.Amount_IndentBillOnNetProductColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetAmount_IndentBillOnNetProductNull() { this[this.tableIndentBillOnNetProduct.Amount_IndentBillOnNetProductColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsNo_IndentBillOnNet1Null() { return this.IsNull(this.tableIndentBillOnNetProduct.No_IndentBillOnNet1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetNo_IndentBillOnNet1Null() { this[this.tableIndentBillOnNetProduct.No_IndentBillOnNet1Column] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class AppendInfoRow : global::System.Data.DataRow { private AppendInfoDataTable tableAppendInfo; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal AppendInfoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableAppendInfo = ((AppendInfoDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string CurrentCompany { get { try { return ((string)(this[this.tableAppendInfo.CurrentCompanyColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“AppendInfo”中列“CurrentCompany”的值为 DBNull。", e); } } set { this[this.tableAppendInfo.CurrentCompanyColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public string CurrentUser { get { try { return ((string)(this[this.tableAppendInfo.CurrentUserColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("表“AppendInfo”中列“CurrentUser”的值为 DBNull。", e); } } set { this[this.tableAppendInfo.CurrentUserColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsCurrentCompanyNull() { return this.IsNull(this.tableAppendInfo.CurrentCompanyColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetCurrentCompanyNull() { this[this.tableAppendInfo.CurrentCompanyColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool IsCurrentUserNull() { return this.IsNull(this.tableAppendInfo.CurrentUserColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public void SetCurrentUserNull() { this[this.tableAppendInfo.CurrentUserColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public class IndentBillOnNetRowChangeEvent : global::System.EventArgs { private IndentBillOnNetRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetRowChangeEvent(IndentBillOnNetRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public class IndentBillOnNetProductRowChangeEvent : global::System.EventArgs { private IndentBillOnNetProductRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductRowChangeEvent(IndentBillOnNetProductRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public class AppendInfoRowChangeEvent : global::System.EventArgs { private AppendInfoRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public AppendInfoRowChangeEvent(AppendInfoRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public AppendInfoRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace SunRoxm.BizPeri.ReportDataSet.ReportDataSet.dsFrmIndentBillOnNetTableAdapters { /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class IndentBillOnNetTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; private global::System.Data.SqlClient.SqlConnection _connection; private global::System.Data.SqlClient.SqlTransaction _transaction; private global::System.Data.SqlClient.SqlCommand[] _commandCollection; private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { get { if ((this._adapter == null)) { this.InitAdapter(); } return this._adapter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal global::System.Data.SqlClient.SqlConnection Connection { get { if ((this._connection == null)) { this.InitConnection(); } return this._connection; } set { this._connection = value; if ((this.Adapter.InsertCommand != null)) { this.Adapter.InsertCommand.Connection = value; } if ((this.Adapter.DeleteCommand != null)) { this.Adapter.DeleteCommand.Connection = value; } if ((this.Adapter.UpdateCommand != null)) { this.Adapter.UpdateCommand.Connection = value; } for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { if ((this.CommandCollection[i] != null)) { ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; } } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal global::System.Data.SqlClient.SqlTransaction Transaction { get { return this._transaction; } set { this._transaction = value; for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { this.CommandCollection[i].Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.DeleteCommand != null))) { this.Adapter.DeleteCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.InsertCommand != null))) { this.Adapter.InsertCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.UpdateCommand != null))) { this.Adapter.UpdateCommand.Transaction = this._transaction; } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { get { if ((this._commandCollection == null)) { this.InitCommandCollection(); } return this._commandCollection; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool ClearBeforeFill { get { return this._clearBeforeFill; } set { this._clearBeforeFill = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitAdapter() { this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "IndentBillOnNet"; tableMapping.ColumnMappings.Add("ID_IndentBillOnNet", "ID_IndentBillOnNet"); tableMapping.ColumnMappings.Add("No_IndentBillOnNet", "No_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Date_IndentBillOnNet", "Date_IndentBillOnNet"); tableMapping.ColumnMappings.Add("ID_Customer", "ID_Customer"); tableMapping.ColumnMappings.Add("GetMethod_IndentBillOnNet", "GetMethod_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Name_Linkman", "Name_Linkman"); tableMapping.ColumnMappings.Add("Tel_IndentBillOnNet", "Tel_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Fax_IndentBillOnNet", "Fax_IndentBillOnNet"); tableMapping.ColumnMappings.Add("SendAddr_IndentBillOnNet", "SendAddr_IndentBillOnNet"); tableMapping.ColumnMappings.Add("InvoiceAddress_Company", "InvoiceAddress_Company"); tableMapping.ColumnMappings.Add("InvoiceTitle_Company", "InvoiceTitle_Company"); tableMapping.ColumnMappings.Add("TaxCurrency_IndentBillOnNet", "TaxCurrency_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Currency_IndentBillOnNet", "Currency_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Disable_IndentBillOnNet", "Disable_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Amount_IndentBillOnNet", "Amount_IndentBillOnNet"); tableMapping.ColumnMappings.Add("GoodsAmount_IndentBillOnNet", "GoodsAmount_IndentBillOnNet"); tableMapping.ColumnMappings.Add("TaxAmount_IndentBillOnNet", "TaxAmount_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Comment_IndentBillOnNet", "Comment_IndentBillOnNet"); tableMapping.ColumnMappings.Add("CreateDate_IndentBillOnNet", "CreateDate_IndentBillOnNet"); tableMapping.ColumnMappings.Add("ID_Assessor", "ID_Assessor"); tableMapping.ColumnMappings.Add("AssessDate_IndentBillOnNet", "AssessDate_IndentBillOnNet"); tableMapping.ColumnMappings.Add("LastModUser_IndentBillOnNet", "LastModUser_IndentBillOnNet"); tableMapping.ColumnMappings.Add("LastModDate_IndentBillOnNet", "LastModDate_IndentBillOnNet"); tableMapping.ColumnMappings.Add("DeleteUser_IndentBillOnNet", "DeleteUser_IndentBillOnNet"); tableMapping.ColumnMappings.Add("DeleteDate_IndentBillOnNet", "DeleteDate_IndentBillOnNet"); tableMapping.ColumnMappings.Add("FeedbackComment_IndentBillOnNet", "FeedbackComment_IndentBillOnNet"); tableMapping.ColumnMappings.Add("Name_CustomerAccount", "Name_CustomerAccount"); tableMapping.ColumnMappings.Add("Postcode_IndentBillOnNet", "Postcode_IndentBillOnNet"); tableMapping.ColumnMappings.Add("No_Customer", "No_Customer"); tableMapping.ColumnMappings.Add("Name_Customer", "Name_Customer"); tableMapping.ColumnMappings.Add("ShortName_Customer", "ShortName_Customer"); tableMapping.ColumnMappings.Add("Type_Customer", "Type_Customer"); tableMapping.ColumnMappings.Add("LastDiscount_Customer", "LastDiscount_Customer"); tableMapping.ColumnMappings.Add("PostalCode_Customer", "PostalCode_Customer"); tableMapping.ColumnMappings.Add("Name_Assessor", "Name_Assessor"); tableMapping.ColumnMappings.Add("CustomerCreator", "CustomerCreator"); this._adapter.TableMappings.Add(tableMapping); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); this._connection.ConnectionString = global::Properties.Settings.Default.sunroxm05_224ceecd_ce81_47a9_881d_efce7397482e_ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = @" SELECT IndentBillOnNet.*, Customer.No_Customer, Customer.Name_Customer, Customer.ShortName_Customer, Customer.Type_Customer, Customer.LastDiscount_Customer, Customer.PostalCode_Customer, ISNULL(b.Name_User, '') AS Name_Assessor, Customer.ID_Creator As CustomerCreator FROM IndentBillOnNet LEFT JOIN Customer ON Customer.ID_Customer = IndentBillOnNet.ID_Customer LEFT JOIN AppUser b ON b.ID_User = IndentBillOnNet.ID_Assessor WHERE No_IndentBillOnNet >= (case DataLength('IBN201904010003') When 0 Then No_IndentBillOnNet Else 'IBN201904010003' End) And No_IndentBillOnNet <= (case DataLength('IBN201904010003') When 0 Then No_IndentBillOnNet Else 'IBN201904010003' End)"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(dsFrmIndentBillOnNet.IndentBillOnNetDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); } int returnValue = this.Adapter.Fill(dataTable); return returnValue; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] public virtual dsFrmIndentBillOnNet.IndentBillOnNetDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; dsFrmIndentBillOnNet.IndentBillOnNetDataTable dataTable = new dsFrmIndentBillOnNet.IndentBillOnNetDataTable(); this.Adapter.Fill(dataTable); return dataTable; } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class IndentBillOnNetProductTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; private global::System.Data.SqlClient.SqlConnection _connection; private global::System.Data.SqlClient.SqlTransaction _transaction; private global::System.Data.SqlClient.SqlCommand[] _commandCollection; private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public IndentBillOnNetProductTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { get { if ((this._adapter == null)) { this.InitAdapter(); } return this._adapter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal global::System.Data.SqlClient.SqlConnection Connection { get { if ((this._connection == null)) { this.InitConnection(); } return this._connection; } set { this._connection = value; if ((this.Adapter.InsertCommand != null)) { this.Adapter.InsertCommand.Connection = value; } if ((this.Adapter.DeleteCommand != null)) { this.Adapter.DeleteCommand.Connection = value; } if ((this.Adapter.UpdateCommand != null)) { this.Adapter.UpdateCommand.Connection = value; } for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { if ((this.CommandCollection[i] != null)) { ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; } } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal global::System.Data.SqlClient.SqlTransaction Transaction { get { return this._transaction; } set { this._transaction = value; for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { this.CommandCollection[i].Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.DeleteCommand != null))) { this.Adapter.DeleteCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.InsertCommand != null))) { this.Adapter.InsertCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.UpdateCommand != null))) { this.Adapter.UpdateCommand.Transaction = this._transaction; } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { get { if ((this._commandCollection == null)) { this.InitCommandCollection(); } return this._commandCollection; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool ClearBeforeFill { get { return this._clearBeforeFill; } set { this._clearBeforeFill = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitAdapter() { this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "IndentBillOnNetProduct"; tableMapping.ColumnMappings.Add("ID_IndentBillOnNetProduct", "ID_IndentBillOnNetProduct"); tableMapping.ColumnMappings.Add("No_IndentBillOnNetProduct", "No_IndentBillOnNetProduct"); tableMapping.ColumnMappings.Add("ID_IndentBillOnNet", "ID_IndentBillOnNet"); tableMapping.ColumnMappings.Add("ID_Product", "ID_Product"); tableMapping.ColumnMappings.Add("Quantity_IndentBillOnNetProduct", "Quantity_IndentBillOnNetProduct"); tableMapping.ColumnMappings.Add("UnitPrice_IndentBillOnNetProduct", "UnitPrice_IndentBillOnNetProduct"); tableMapping.ColumnMappings.Add("Comment_IndentBillOnNetProduct", "Comment_IndentBillOnNetProduct"); tableMapping.ColumnMappings.Add("Amount_SaleBill", "Amount_SaleBill"); tableMapping.ColumnMappings.Add("No_IndentBillOnNet", "No_IndentBillOnNet"); tableMapping.ColumnMappings.Add("No_Product", "No_Product"); tableMapping.ColumnMappings.Add("Name_Product", "Name_Product"); tableMapping.ColumnMappings.Add("Unit_Product", "Unit_Product"); tableMapping.ColumnMappings.Add("Amount_IndentBillOnNetProduct", "Amount_IndentBillOnNetProduct"); tableMapping.ColumnMappings.Add("No_IndentBillOnNet1", "No_IndentBillOnNet1"); this._adapter.TableMappings.Add(tableMapping); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.SqlClient.SqlConnection(); this._connection.ConnectionString = global::Properties.Settings.Default.sunroxm05_224ceecd_ce81_47a9_881d_efce7397482e_ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = @" SELECT IndentBillOnNetProduct.*,No_IndentBillOnNet,Product.No_Product, Product.Name_Product, Product.Unit_Product, (IndentBillOnNetProduct.Quantity_IndentBillOnNetProduct * IndentBillOnNetProduct.UnitPrice_IndentBillOnNetProduct) AS Amount_IndentBillOnNetProduct ,No_IndentBillOnNet FROM IndentBillOnNetProduct LEFT JOIN Product ON Product.ID_Product = IndentBillOnNetProduct.ID_Product Left Join IndentBillOnNet On IndentBillOnNet.ID_IndentBillOnNet = IndentBillOnNetProduct.ID_IndentBillOnNet WHERE No_IndentBillOnNet >= (case DataLength('IBN201904010003') When 0 Then No_IndentBillOnNet Else 'IBN201904010003' End) And No_IndentBillOnNet <= (case DataLength('IBN201904010003') When 0 Then No_IndentBillOnNet Else 'IBN201904010003' End) "; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(dsFrmIndentBillOnNet.IndentBillOnNetProductDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); } int returnValue = this.Adapter.Fill(dataTable); return returnValue; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] public virtual dsFrmIndentBillOnNet.IndentBillOnNetProductDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; dsFrmIndentBillOnNet.IndentBillOnNetProductDataTable dataTable = new dsFrmIndentBillOnNet.IndentBillOnNetProductDataTable(); this.Adapter.Fill(dataTable); return dataTable; } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public UpdateOrderOption UpdateOrder { get { return this._updateOrder; } set { this._updateOrder = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public bool BackupDataSetBeforeUpdate { get { return this._backupDataSetBeforeUpdate; } set { this._backupDataSetBeforeUpdate = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { if ((this._connection != null)) { return this._connection; } return null; } set { this._connection = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; return count; } } /// ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private int UpdateUpdatedRows(dsFrmIndentBillOnNet dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; return result; } /// ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private int UpdateInsertedRows(dsFrmIndentBillOnNet dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; return result; } /// ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private int UpdateDeletedRows(dsFrmIndentBillOnNet dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; return result; } /// ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { return updatedRows; } if (((allAddedRows == null) || (allAddedRows.Count < 1))) { return updatedRows; } global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List(); for (int i = 0; (i < updatedRows.Length); i = (i + 1)) { global::System.Data.DataRow row = updatedRows[i]; if ((allAddedRows.Contains(row) == false)) { realUpdatedRows.Add(row); } } return realUpdatedRows.ToArray(); } /// ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public virtual int UpdateAll(dsFrmIndentBillOnNet dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); } if ((dataSet.HasChanges() == false)) { return 0; } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager 不包含任何连接信息。请将每个 TableAdapterManager TableAdapter 属性设置为有效的 Tabl" + "eAdapter 实例。"); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) == global::System.Data.ConnectionState.Broken)) { workConnection.Close(); } if ((workConnection.State == global::System.Data.ConnectionState.Closed)) { workConnection.Open(); workConnOpened = true; } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { throw new global::System.ApplicationException("事务无法开始。当前的数据连接不支持事务或当前状态不允许事务开始。"); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591