25095 lines
		
	
	
		
			1.5 MiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			25095 lines
		
	
	
		
			1.5 MiB
		
	
	
	
	
	
	
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     이 코드는 도구를 사용하여 생성되었습니다.
 | |
| //     런타임 버전:4.0.30319.42000
 | |
| //
 | |
| //     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
 | |
| //     이러한 변경 내용이 손실됩니다.
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| #pragma warning disable 1591
 | |
| 
 | |
| namespace FEQ0000 {
 | |
|     
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents a strongly typed in-memory cache of data.
 | |
|     ///</summary>
 | |
|     [global::System.Serializable()]
 | |
|     [global::System.ComponentModel.DesignerCategoryAttribute("code")]
 | |
|     [global::System.ComponentModel.ToolboxItem(true)]
 | |
|     [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
 | |
|     [global::System.Xml.Serialization.XmlRootAttribute("dsEQ")]
 | |
|     [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
 | |
|     public partial class dsEQ : global::System.Data.DataSet {
 | |
|         
 | |
|         private EqDateListDataTable tableEqDateList;
 | |
|         
 | |
|         private EquipmentFDataTable tableEquipmentF;
 | |
|         
 | |
|         private EquipmentBDataTable tableEquipmentB;
 | |
|         
 | |
|         private EquipmentMEDataTable tableEquipmentME;
 | |
|         
 | |
|         private vEquStockBDataTable tablevEquStockB;
 | |
|         
 | |
|         private vEquStockFDataTable tablevEquStockF;
 | |
|         
 | |
|         private vEquStockMEDataTable tablevEquStockME;
 | |
|         
 | |
|         private EquipmentFilterDataTable tableEquipmentFilter;
 | |
|         
 | |
|         private LineCodeDataTable tableLineCode;
 | |
|         
 | |
|         private EETGW_EquipmentIngDataTable tableEETGW_EquipmentIng;
 | |
|         
 | |
|         private vEquStockIngDataTable tablevEquStockIng;
 | |
|         
 | |
|         private EETGW_EquipmentOtherDataTable tableEETGW_EquipmentOther;
 | |
|         
 | |
|         private vEquStockOtherDataTable tablevEquStockOther;
 | |
|         
 | |
|         private vEquStockSummaryDataTable tablevEquStockSummary;
 | |
|         
 | |
|         private EETGW_EquipmentDataTable tableEETGW_Equipment;
 | |
|         
 | |
|         private vEquStockAllDataTable tablevEquStockAll;
 | |
|         
 | |
|         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 dsEQ() {
 | |
|             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 dsEQ(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["EqDateList"] != null)) {
 | |
|                     base.Tables.Add(new EqDateListDataTable(ds.Tables["EqDateList"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentF"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentFDataTable(ds.Tables["EquipmentF"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentB"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentBDataTable(ds.Tables["EquipmentB"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentME"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentMEDataTable(ds.Tables["EquipmentME"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockB"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockBDataTable(ds.Tables["vEquStockB"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockF"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockFDataTable(ds.Tables["vEquStockF"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockME"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockMEDataTable(ds.Tables["vEquStockME"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentFilter"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentFilterDataTable(ds.Tables["EquipmentFilter"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["LineCode"] != null)) {
 | |
|                     base.Tables.Add(new LineCodeDataTable(ds.Tables["LineCode"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_EquipmentIng"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_EquipmentIngDataTable(ds.Tables["EETGW_EquipmentIng"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockIng"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockIngDataTable(ds.Tables["vEquStockIng"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_EquipmentOther"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_EquipmentOtherDataTable(ds.Tables["EETGW_EquipmentOther"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockOther"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockOtherDataTable(ds.Tables["vEquStockOther"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockSummary"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockSummaryDataTable(ds.Tables["vEquStockSummary"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_Equipment"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_EquipmentDataTable(ds.Tables["EETGW_Equipment"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockAll"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockAllDataTable(ds.Tables["vEquStockAll"]));
 | |
|                 }
 | |
|                 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 EqDateListDataTable EqDateList {
 | |
|             get {
 | |
|                 return this.tableEqDateList;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EquipmentFDataTable EquipmentF {
 | |
|             get {
 | |
|                 return this.tableEquipmentF;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EquipmentBDataTable EquipmentB {
 | |
|             get {
 | |
|                 return this.tableEquipmentB;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EquipmentMEDataTable EquipmentME {
 | |
|             get {
 | |
|                 return this.tableEquipmentME;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockBDataTable vEquStockB {
 | |
|             get {
 | |
|                 return this.tablevEquStockB;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockFDataTable vEquStockF {
 | |
|             get {
 | |
|                 return this.tablevEquStockF;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockMEDataTable vEquStockME {
 | |
|             get {
 | |
|                 return this.tablevEquStockME;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EquipmentFilterDataTable EquipmentFilter {
 | |
|             get {
 | |
|                 return this.tableEquipmentFilter;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 LineCodeDataTable LineCode {
 | |
|             get {
 | |
|                 return this.tableLineCode;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EETGW_EquipmentIngDataTable EETGW_EquipmentIng {
 | |
|             get {
 | |
|                 return this.tableEETGW_EquipmentIng;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockIngDataTable vEquStockIng {
 | |
|             get {
 | |
|                 return this.tablevEquStockIng;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EETGW_EquipmentOtherDataTable EETGW_EquipmentOther {
 | |
|             get {
 | |
|                 return this.tableEETGW_EquipmentOther;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockOtherDataTable vEquStockOther {
 | |
|             get {
 | |
|                 return this.tablevEquStockOther;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockSummaryDataTable vEquStockSummary {
 | |
|             get {
 | |
|                 return this.tablevEquStockSummary;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 EETGW_EquipmentDataTable EETGW_Equipment {
 | |
|             get {
 | |
|                 return this.tableEETGW_Equipment;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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 vEquStockAllDataTable vEquStockAll {
 | |
|             get {
 | |
|                 return this.tablevEquStockAll;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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() {
 | |
|             dsEQ cln = ((dsEQ)(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["EqDateList"] != null)) {
 | |
|                     base.Tables.Add(new EqDateListDataTable(ds.Tables["EqDateList"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentF"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentFDataTable(ds.Tables["EquipmentF"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentB"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentBDataTable(ds.Tables["EquipmentB"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentME"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentMEDataTable(ds.Tables["EquipmentME"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockB"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockBDataTable(ds.Tables["vEquStockB"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockF"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockFDataTable(ds.Tables["vEquStockF"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockME"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockMEDataTable(ds.Tables["vEquStockME"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EquipmentFilter"] != null)) {
 | |
|                     base.Tables.Add(new EquipmentFilterDataTable(ds.Tables["EquipmentFilter"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["LineCode"] != null)) {
 | |
|                     base.Tables.Add(new LineCodeDataTable(ds.Tables["LineCode"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_EquipmentIng"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_EquipmentIngDataTable(ds.Tables["EETGW_EquipmentIng"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockIng"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockIngDataTable(ds.Tables["vEquStockIng"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_EquipmentOther"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_EquipmentOtherDataTable(ds.Tables["EETGW_EquipmentOther"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockOther"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockOtherDataTable(ds.Tables["vEquStockOther"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockSummary"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockSummaryDataTable(ds.Tables["vEquStockSummary"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_Equipment"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_EquipmentDataTable(ds.Tables["EETGW_Equipment"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vEquStockAll"] != null)) {
 | |
|                     base.Tables.Add(new vEquStockAllDataTable(ds.Tables["vEquStockAll"]));
 | |
|                 }
 | |
|                 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.tableEqDateList = ((EqDateListDataTable)(base.Tables["EqDateList"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEqDateList != null)) {
 | |
|                     this.tableEqDateList.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEquipmentF = ((EquipmentFDataTable)(base.Tables["EquipmentF"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEquipmentF != null)) {
 | |
|                     this.tableEquipmentF.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEquipmentB = ((EquipmentBDataTable)(base.Tables["EquipmentB"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEquipmentB != null)) {
 | |
|                     this.tableEquipmentB.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEquipmentME = ((EquipmentMEDataTable)(base.Tables["EquipmentME"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEquipmentME != null)) {
 | |
|                     this.tableEquipmentME.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockB = ((vEquStockBDataTable)(base.Tables["vEquStockB"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockB != null)) {
 | |
|                     this.tablevEquStockB.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockF = ((vEquStockFDataTable)(base.Tables["vEquStockF"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockF != null)) {
 | |
|                     this.tablevEquStockF.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockME = ((vEquStockMEDataTable)(base.Tables["vEquStockME"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockME != null)) {
 | |
|                     this.tablevEquStockME.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEquipmentFilter = ((EquipmentFilterDataTable)(base.Tables["EquipmentFilter"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEquipmentFilter != null)) {
 | |
|                     this.tableEquipmentFilter.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableLineCode = ((LineCodeDataTable)(base.Tables["LineCode"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableLineCode != null)) {
 | |
|                     this.tableLineCode.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEETGW_EquipmentIng = ((EETGW_EquipmentIngDataTable)(base.Tables["EETGW_EquipmentIng"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEETGW_EquipmentIng != null)) {
 | |
|                     this.tableEETGW_EquipmentIng.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockIng = ((vEquStockIngDataTable)(base.Tables["vEquStockIng"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockIng != null)) {
 | |
|                     this.tablevEquStockIng.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEETGW_EquipmentOther = ((EETGW_EquipmentOtherDataTable)(base.Tables["EETGW_EquipmentOther"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEETGW_EquipmentOther != null)) {
 | |
|                     this.tableEETGW_EquipmentOther.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockOther = ((vEquStockOtherDataTable)(base.Tables["vEquStockOther"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockOther != null)) {
 | |
|                     this.tablevEquStockOther.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockSummary = ((vEquStockSummaryDataTable)(base.Tables["vEquStockSummary"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockSummary != null)) {
 | |
|                     this.tablevEquStockSummary.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEETGW_Equipment = ((EETGW_EquipmentDataTable)(base.Tables["EETGW_Equipment"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEETGW_Equipment != null)) {
 | |
|                     this.tableEETGW_Equipment.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevEquStockAll = ((vEquStockAllDataTable)(base.Tables["vEquStockAll"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevEquStockAll != null)) {
 | |
|                     this.tablevEquStockAll.InitVars();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private void InitClass() {
 | |
|             this.DataSetName = "dsEQ";
 | |
|             this.Prefix = "";
 | |
|             this.Namespace = "http://tempuri.org/dsEQ.xsd";
 | |
|             this.EnforceConstraints = true;
 | |
|             this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             this.tableEqDateList = new EqDateListDataTable();
 | |
|             base.Tables.Add(this.tableEqDateList);
 | |
|             this.tableEquipmentF = new EquipmentFDataTable();
 | |
|             base.Tables.Add(this.tableEquipmentF);
 | |
|             this.tableEquipmentB = new EquipmentBDataTable();
 | |
|             base.Tables.Add(this.tableEquipmentB);
 | |
|             this.tableEquipmentME = new EquipmentMEDataTable();
 | |
|             base.Tables.Add(this.tableEquipmentME);
 | |
|             this.tablevEquStockB = new vEquStockBDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockB);
 | |
|             this.tablevEquStockF = new vEquStockFDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockF);
 | |
|             this.tablevEquStockME = new vEquStockMEDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockME);
 | |
|             this.tableEquipmentFilter = new EquipmentFilterDataTable();
 | |
|             base.Tables.Add(this.tableEquipmentFilter);
 | |
|             this.tableLineCode = new LineCodeDataTable();
 | |
|             base.Tables.Add(this.tableLineCode);
 | |
|             this.tableEETGW_EquipmentIng = new EETGW_EquipmentIngDataTable();
 | |
|             base.Tables.Add(this.tableEETGW_EquipmentIng);
 | |
|             this.tablevEquStockIng = new vEquStockIngDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockIng);
 | |
|             this.tableEETGW_EquipmentOther = new EETGW_EquipmentOtherDataTable();
 | |
|             base.Tables.Add(this.tableEETGW_EquipmentOther);
 | |
|             this.tablevEquStockOther = new vEquStockOtherDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockOther);
 | |
|             this.tablevEquStockSummary = new vEquStockSummaryDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockSummary);
 | |
|             this.tableEETGW_Equipment = new EETGW_EquipmentDataTable();
 | |
|             base.Tables.Add(this.tableEETGW_Equipment);
 | |
|             this.tablevEquStockAll = new vEquStockAllDataTable();
 | |
|             base.Tables.Add(this.tablevEquStockAll);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEqDateList() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEquipmentF() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEquipmentB() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEquipmentME() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockB() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockF() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockME() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEquipmentFilter() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeLineCode() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEETGW_EquipmentIng() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockIng() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEETGW_EquipmentOther() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockOther() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockSummary() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializeEETGW_Equipment() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private bool ShouldSerializevEquStockAll() {
 | |
|             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) {
 | |
|             dsEQ ds = new dsEQ();
 | |
|             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 EqDateListRowChangeEventHandler(object sender, EqDateListRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EquipmentFRowChangeEventHandler(object sender, EquipmentFRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EquipmentBRowChangeEventHandler(object sender, EquipmentBRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EquipmentMERowChangeEventHandler(object sender, EquipmentMERowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockBRowChangeEventHandler(object sender, vEquStockBRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockFRowChangeEventHandler(object sender, vEquStockFRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockMERowChangeEventHandler(object sender, vEquStockMERowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EquipmentFilterRowChangeEventHandler(object sender, EquipmentFilterRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void LineCodeRowChangeEventHandler(object sender, LineCodeRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EETGW_EquipmentIngRowChangeEventHandler(object sender, EETGW_EquipmentIngRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockIngRowChangeEventHandler(object sender, vEquStockIngRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EETGW_EquipmentOtherRowChangeEventHandler(object sender, EETGW_EquipmentOtherRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockOtherRowChangeEventHandler(object sender, vEquStockOtherRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockSummaryRowChangeEventHandler(object sender, vEquStockSummaryRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void EETGW_EquipmentRowChangeEventHandler(object sender, EETGW_EquipmentRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public delegate void vEquStockAllRowChangeEventHandler(object sender, vEquStockAllRowChangeEvent e);
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EqDateListDataTable : global::System.Data.TypedTableBase<EqDateListRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EqDateListDataTable() {
 | |
|                 this.TableName = "EqDateList";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EqDateListDataTable(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 EqDateListDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EqDateListRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EqDateListRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EqDateListRowChangeEventHandler EqDateListRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EqDateListRowChangeEventHandler EqDateListRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EqDateListRowChangeEventHandler EqDateListRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EqDateListRowChangeEventHandler EqDateListRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEqDateListRow(EqDateListRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EqDateListRow AddEqDateListRow(string pdate) {
 | |
|                 EqDateListRow rowEqDateListRow = ((EqDateListRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate};
 | |
|                 rowEqDateListRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEqDateListRow);
 | |
|                 return rowEqDateListRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EqDateListRow FindBypdate(string pdate) {
 | |
|                 return ((EqDateListRow)(this.Rows.Find(new object[] {
 | |
|                             pdate})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EqDateListDataTable cln = ((EqDateListDataTable)(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 EqDateListDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnpdate}, true));
 | |
|                 this.columnpdate.AllowDBNull = false;
 | |
|                 this.columnpdate.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EqDateListRow NewEqDateListRow() {
 | |
|                 return ((EqDateListRow)(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 EqDateListRow(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(EqDateListRow);
 | |
|             }
 | |
|             
 | |
|             [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.EqDateListRowChanged != null)) {
 | |
|                     this.EqDateListRowChanged(this, new EqDateListRowChangeEvent(((EqDateListRow)(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.EqDateListRowChanging != null)) {
 | |
|                     this.EqDateListRowChanging(this, new EqDateListRowChangeEvent(((EqDateListRow)(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.EqDateListRowDeleted != null)) {
 | |
|                     this.EqDateListRowDeleted(this, new EqDateListRowChangeEvent(((EqDateListRow)(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.EqDateListRowDeleting != null)) {
 | |
|                     this.EqDateListRowDeleting(this, new EqDateListRowChangeEvent(((EqDateListRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEqDateListRow(EqDateListRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EqDateListDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EquipmentFDataTable : global::System.Data.TypedTableBase<EquipmentFRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprimary;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnparam1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnflag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columning;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFDataTable() {
 | |
|                 this.TableName = "EquipmentF";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentFDataTable(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 EquipmentFDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn assetColumn {
 | |
|                 get {
 | |
|                     return this.columnasset;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn serialColumn {
 | |
|                 get {
 | |
|                     return this.columnserial;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn primaryColumn {
 | |
|                 get {
 | |
|                     return this.columnprimary;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn param1Column {
 | |
|                 get {
 | |
|                     return this.columnparam1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn flagColumn {
 | |
|                 get {
 | |
|                     return this.columnflag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ingColumn {
 | |
|                 get {
 | |
|                     return this.columning;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EquipmentFRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EquipmentFRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFRowChangeEventHandler EquipmentFRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFRowChangeEventHandler EquipmentFRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFRowChangeEventHandler EquipmentFRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFRowChangeEventHandler EquipmentFRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEquipmentFRow(EquipmentFRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFRow AddEquipmentFRow(
 | |
|                         string pdate, 
 | |
|                         string asset, 
 | |
|                         string grp, 
 | |
|                         string type, 
 | |
|                         string model, 
 | |
|                         string linecode, 
 | |
|                         string serial, 
 | |
|                         string manu, 
 | |
|                         bool primary, 
 | |
|                         bool except, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string lineT, 
 | |
|                         string lineP, 
 | |
|                         string param1, 
 | |
|                         string flag, 
 | |
|                         string plant, 
 | |
|                         string grp2, 
 | |
|                         bool ing) {
 | |
|                 EquipmentFRow rowEquipmentFRow = ((EquipmentFRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         asset,
 | |
|                         grp,
 | |
|                         type,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         serial,
 | |
|                         manu,
 | |
|                         primary,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         param1,
 | |
|                         flag,
 | |
|                         plant,
 | |
|                         grp2,
 | |
|                         ing};
 | |
|                 rowEquipmentFRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEquipmentFRow);
 | |
|                 return rowEquipmentFRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFRow FindByidx(int idx) {
 | |
|                 return ((EquipmentFRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EquipmentFDataTable cln = ((EquipmentFDataTable)(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 EquipmentFDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnprimary = base.Columns["primary"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columnparam1 = base.Columns["param1"];
 | |
|                 this.columnflag = base.Columns["flag"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|                 this.columning = base.Columns["ing"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnprimary = new global::System.Data.DataColumn("primary", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprimary);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columnparam1 = new global::System.Data.DataColumn("param1", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnparam1);
 | |
|                 this.columnflag = new global::System.Data.DataColumn("flag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnflag);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columning = new global::System.Data.DataColumn("ing", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columning);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnparam1.MaxLength = 50;
 | |
|                 this.columnflag.MaxLength = 50;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFRow NewEquipmentFRow() {
 | |
|                 return ((EquipmentFRow)(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 EquipmentFRow(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(EquipmentFRow);
 | |
|             }
 | |
|             
 | |
|             [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.EquipmentFRowChanged != null)) {
 | |
|                     this.EquipmentFRowChanged(this, new EquipmentFRowChangeEvent(((EquipmentFRow)(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.EquipmentFRowChanging != null)) {
 | |
|                     this.EquipmentFRowChanging(this, new EquipmentFRowChangeEvent(((EquipmentFRow)(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.EquipmentFRowDeleted != null)) {
 | |
|                     this.EquipmentFRowDeleted(this, new EquipmentFRowChangeEvent(((EquipmentFRow)(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.EquipmentFRowDeleting != null)) {
 | |
|                     this.EquipmentFRowDeleting(this, new EquipmentFRowChangeEvent(((EquipmentFRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEquipmentFRow(EquipmentFRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EquipmentFDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EquipmentBDataTable : global::System.Data.TypedTableBase<EquipmentBRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprimary;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnparam1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnflag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columning;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentBDataTable() {
 | |
|                 this.TableName = "EquipmentB";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentBDataTable(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 EquipmentBDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn assetColumn {
 | |
|                 get {
 | |
|                     return this.columnasset;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn serialColumn {
 | |
|                 get {
 | |
|                     return this.columnserial;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn primaryColumn {
 | |
|                 get {
 | |
|                     return this.columnprimary;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn param1Column {
 | |
|                 get {
 | |
|                     return this.columnparam1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn flagColumn {
 | |
|                 get {
 | |
|                     return this.columnflag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ingColumn {
 | |
|                 get {
 | |
|                     return this.columning;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EquipmentBRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EquipmentBRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentBRowChangeEventHandler EquipmentBRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentBRowChangeEventHandler EquipmentBRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentBRowChangeEventHandler EquipmentBRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentBRowChangeEventHandler EquipmentBRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEquipmentBRow(EquipmentBRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentBRow AddEquipmentBRow(
 | |
|                         string pdate, 
 | |
|                         string asset, 
 | |
|                         string grp, 
 | |
|                         string type, 
 | |
|                         string model, 
 | |
|                         string linecode, 
 | |
|                         string serial, 
 | |
|                         string manu, 
 | |
|                         bool primary, 
 | |
|                         bool except, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string lineT, 
 | |
|                         string lineP, 
 | |
|                         string param1, 
 | |
|                         string flag, 
 | |
|                         string plant, 
 | |
|                         string grp2, 
 | |
|                         bool ing) {
 | |
|                 EquipmentBRow rowEquipmentBRow = ((EquipmentBRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         asset,
 | |
|                         grp,
 | |
|                         type,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         serial,
 | |
|                         manu,
 | |
|                         primary,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         param1,
 | |
|                         flag,
 | |
|                         plant,
 | |
|                         grp2,
 | |
|                         ing};
 | |
|                 rowEquipmentBRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEquipmentBRow);
 | |
|                 return rowEquipmentBRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentBRow FindByidx(int idx) {
 | |
|                 return ((EquipmentBRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EquipmentBDataTable cln = ((EquipmentBDataTable)(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 EquipmentBDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnprimary = base.Columns["primary"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columnparam1 = base.Columns["param1"];
 | |
|                 this.columnflag = base.Columns["flag"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|                 this.columning = base.Columns["ing"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnprimary = new global::System.Data.DataColumn("primary", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprimary);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columnparam1 = new global::System.Data.DataColumn("param1", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnparam1);
 | |
|                 this.columnflag = new global::System.Data.DataColumn("flag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnflag);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columning = new global::System.Data.DataColumn("ing", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columning);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnparam1.MaxLength = 50;
 | |
|                 this.columnflag.MaxLength = 50;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentBRow NewEquipmentBRow() {
 | |
|                 return ((EquipmentBRow)(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 EquipmentBRow(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(EquipmentBRow);
 | |
|             }
 | |
|             
 | |
|             [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.EquipmentBRowChanged != null)) {
 | |
|                     this.EquipmentBRowChanged(this, new EquipmentBRowChangeEvent(((EquipmentBRow)(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.EquipmentBRowChanging != null)) {
 | |
|                     this.EquipmentBRowChanging(this, new EquipmentBRowChangeEvent(((EquipmentBRow)(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.EquipmentBRowDeleted != null)) {
 | |
|                     this.EquipmentBRowDeleted(this, new EquipmentBRowChangeEvent(((EquipmentBRow)(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.EquipmentBRowDeleting != null)) {
 | |
|                     this.EquipmentBRowDeleting(this, new EquipmentBRowChangeEvent(((EquipmentBRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEquipmentBRow(EquipmentBRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EquipmentBDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EquipmentMEDataTable : global::System.Data.TypedTableBase<EquipmentMERow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprimary;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnparam1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnflag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columning;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentMEDataTable() {
 | |
|                 this.TableName = "EquipmentME";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentMEDataTable(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 EquipmentMEDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn assetColumn {
 | |
|                 get {
 | |
|                     return this.columnasset;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn serialColumn {
 | |
|                 get {
 | |
|                     return this.columnserial;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn primaryColumn {
 | |
|                 get {
 | |
|                     return this.columnprimary;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn param1Column {
 | |
|                 get {
 | |
|                     return this.columnparam1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn flagColumn {
 | |
|                 get {
 | |
|                     return this.columnflag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ingColumn {
 | |
|                 get {
 | |
|                     return this.columning;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EquipmentMERow this[int index] {
 | |
|                 get {
 | |
|                     return ((EquipmentMERow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentMERowChangeEventHandler EquipmentMERowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentMERowChangeEventHandler EquipmentMERowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentMERowChangeEventHandler EquipmentMERowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentMERowChangeEventHandler EquipmentMERowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEquipmentMERow(EquipmentMERow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentMERow AddEquipmentMERow(
 | |
|                         string pdate, 
 | |
|                         string asset, 
 | |
|                         string grp, 
 | |
|                         string type, 
 | |
|                         string model, 
 | |
|                         string linecode, 
 | |
|                         string serial, 
 | |
|                         string manu, 
 | |
|                         bool primary, 
 | |
|                         bool except, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string lineP, 
 | |
|                         string lineT, 
 | |
|                         string param1, 
 | |
|                         string flag, 
 | |
|                         string plant, 
 | |
|                         string grp2, 
 | |
|                         bool ing) {
 | |
|                 EquipmentMERow rowEquipmentMERow = ((EquipmentMERow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         asset,
 | |
|                         grp,
 | |
|                         type,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         serial,
 | |
|                         manu,
 | |
|                         primary,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         lineP,
 | |
|                         lineT,
 | |
|                         param1,
 | |
|                         flag,
 | |
|                         plant,
 | |
|                         grp2,
 | |
|                         ing};
 | |
|                 rowEquipmentMERow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEquipmentMERow);
 | |
|                 return rowEquipmentMERow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentMERow FindByidx(int idx) {
 | |
|                 return ((EquipmentMERow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EquipmentMEDataTable cln = ((EquipmentMEDataTable)(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 EquipmentMEDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnprimary = base.Columns["primary"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnparam1 = base.Columns["param1"];
 | |
|                 this.columnflag = base.Columns["flag"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|                 this.columning = base.Columns["ing"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnprimary = new global::System.Data.DataColumn("primary", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprimary);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnparam1 = new global::System.Data.DataColumn("param1", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnparam1);
 | |
|                 this.columnflag = new global::System.Data.DataColumn("flag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnflag);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columning = new global::System.Data.DataColumn("ing", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columning);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnparam1.MaxLength = 50;
 | |
|                 this.columnflag.MaxLength = 50;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentMERow NewEquipmentMERow() {
 | |
|                 return ((EquipmentMERow)(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 EquipmentMERow(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(EquipmentMERow);
 | |
|             }
 | |
|             
 | |
|             [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.EquipmentMERowChanged != null)) {
 | |
|                     this.EquipmentMERowChanged(this, new EquipmentMERowChangeEvent(((EquipmentMERow)(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.EquipmentMERowChanging != null)) {
 | |
|                     this.EquipmentMERowChanging(this, new EquipmentMERowChangeEvent(((EquipmentMERow)(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.EquipmentMERowDeleted != null)) {
 | |
|                     this.EquipmentMERowDeleted(this, new EquipmentMERowChangeEvent(((EquipmentMERow)(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.EquipmentMERowDeleting != null)) {
 | |
|                     this.EquipmentMERowDeleting(this, new EquipmentMERowChangeEvent(((EquipmentMERow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEquipmentMERow(EquipmentMERow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EquipmentMEDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockBDataTable : global::System.Data.TypedTableBase<vEquStockBRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockBDataTable() {
 | |
|                 this.TableName = "vEquStockB";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockBDataTable(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 vEquStockBDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockBRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockBRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockBRowChangeEventHandler vEquStockBRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockBRowChangeEventHandler vEquStockBRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockBRowChangeEventHandler vEquStockBRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockBRowChangeEventHandler vEquStockBRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockBRow(vEquStockBRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockBRow AddvEquStockBRow(string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant) {
 | |
|                 vEquStockBRow rowvEquStockBRow = ((vEquStockBRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant};
 | |
|                 rowvEquStockBRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockBRow);
 | |
|                 return rowvEquStockBRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockBDataTable cln = ((vEquStockBDataTable)(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 vEquStockBDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockBRow NewvEquStockBRow() {
 | |
|                 return ((vEquStockBRow)(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 vEquStockBRow(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(vEquStockBRow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockBRowChanged != null)) {
 | |
|                     this.vEquStockBRowChanged(this, new vEquStockBRowChangeEvent(((vEquStockBRow)(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.vEquStockBRowChanging != null)) {
 | |
|                     this.vEquStockBRowChanging(this, new vEquStockBRowChangeEvent(((vEquStockBRow)(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.vEquStockBRowDeleted != null)) {
 | |
|                     this.vEquStockBRowDeleted(this, new vEquStockBRowChangeEvent(((vEquStockBRow)(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.vEquStockBRowDeleting != null)) {
 | |
|                     this.vEquStockBRowDeleting(this, new vEquStockBRowChangeEvent(((vEquStockBRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockBRow(vEquStockBRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockBDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockFDataTable : global::System.Data.TypedTableBase<vEquStockFRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockFDataTable() {
 | |
|                 this.TableName = "vEquStockF";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockFDataTable(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 vEquStockFDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockFRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockFRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockFRowChangeEventHandler vEquStockFRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockFRowChangeEventHandler vEquStockFRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockFRowChangeEventHandler vEquStockFRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockFRowChangeEventHandler vEquStockFRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockFRow(vEquStockFRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockFRow AddvEquStockFRow(string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant) {
 | |
|                 vEquStockFRow rowvEquStockFRow = ((vEquStockFRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant};
 | |
|                 rowvEquStockFRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockFRow);
 | |
|                 return rowvEquStockFRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockFDataTable cln = ((vEquStockFDataTable)(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 vEquStockFDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockFRow NewvEquStockFRow() {
 | |
|                 return ((vEquStockFRow)(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 vEquStockFRow(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(vEquStockFRow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockFRowChanged != null)) {
 | |
|                     this.vEquStockFRowChanged(this, new vEquStockFRowChangeEvent(((vEquStockFRow)(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.vEquStockFRowChanging != null)) {
 | |
|                     this.vEquStockFRowChanging(this, new vEquStockFRowChangeEvent(((vEquStockFRow)(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.vEquStockFRowDeleted != null)) {
 | |
|                     this.vEquStockFRowDeleted(this, new vEquStockFRowChangeEvent(((vEquStockFRow)(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.vEquStockFRowDeleting != null)) {
 | |
|                     this.vEquStockFRowDeleting(this, new vEquStockFRowChangeEvent(((vEquStockFRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockFRow(vEquStockFRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockFDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockMEDataTable : global::System.Data.TypedTableBase<vEquStockMERow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockMEDataTable() {
 | |
|                 this.TableName = "vEquStockME";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockMEDataTable(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 vEquStockMEDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockMERow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockMERow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockMERowChangeEventHandler vEquStockMERowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockMERowChangeEventHandler vEquStockMERowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockMERowChangeEventHandler vEquStockMERowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockMERowChangeEventHandler vEquStockMERowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockMERow(vEquStockMERow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockMERow AddvEquStockMERow(string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant) {
 | |
|                 vEquStockMERow rowvEquStockMERow = ((vEquStockMERow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant};
 | |
|                 rowvEquStockMERow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockMERow);
 | |
|                 return rowvEquStockMERow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockMEDataTable cln = ((vEquStockMEDataTable)(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 vEquStockMEDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockMERow NewvEquStockMERow() {
 | |
|                 return ((vEquStockMERow)(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 vEquStockMERow(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(vEquStockMERow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockMERowChanged != null)) {
 | |
|                     this.vEquStockMERowChanged(this, new vEquStockMERowChangeEvent(((vEquStockMERow)(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.vEquStockMERowChanging != null)) {
 | |
|                     this.vEquStockMERowChanging(this, new vEquStockMERowChangeEvent(((vEquStockMERow)(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.vEquStockMERowDeleted != null)) {
 | |
|                     this.vEquStockMERowDeleted(this, new vEquStockMERowChangeEvent(((vEquStockMERow)(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.vEquStockMERowDeleting != null)) {
 | |
|                     this.vEquStockMERowDeleting(this, new vEquStockMERowChangeEvent(((vEquStockMERow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockMERow(vEquStockMERow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockMEDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EquipmentFilterDataTable : global::System.Data.TypedTableBase<EquipmentFilterRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnTitle;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnFilter;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnApply;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFilterDataTable() {
 | |
|                 this.TableName = "EquipmentFilter";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentFilterDataTable(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 EquipmentFilterDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn TitleColumn {
 | |
|                 get {
 | |
|                     return this.columnTitle;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn FilterColumn {
 | |
|                 get {
 | |
|                     return this.columnFilter;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ApplyColumn {
 | |
|                 get {
 | |
|                     return this.columnApply;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EquipmentFilterRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EquipmentFilterRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFilterRowChangeEventHandler EquipmentFilterRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFilterRowChangeEventHandler EquipmentFilterRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFilterRowChangeEventHandler EquipmentFilterRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EquipmentFilterRowChangeEventHandler EquipmentFilterRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEquipmentFilterRow(EquipmentFilterRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFilterRow AddEquipmentFilterRow(string type, string Title, string Filter, string Apply, string memo, string wuid, System.DateTime wdate) {
 | |
|                 EquipmentFilterRow rowEquipmentFilterRow = ((EquipmentFilterRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         type,
 | |
|                         Title,
 | |
|                         Filter,
 | |
|                         Apply,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate};
 | |
|                 rowEquipmentFilterRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEquipmentFilterRow);
 | |
|                 return rowEquipmentFilterRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFilterRow FindByidx(int idx) {
 | |
|                 return ((EquipmentFilterRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EquipmentFilterDataTable cln = ((EquipmentFilterDataTable)(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 EquipmentFilterDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnTitle = base.Columns["Title"];
 | |
|                 this.columnFilter = base.Columns["Filter"];
 | |
|                 this.columnApply = base.Columns["Apply"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnTitle = new global::System.Data.DataColumn("Title", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnTitle);
 | |
|                 this.columnFilter = new global::System.Data.DataColumn("Filter", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnFilter);
 | |
|                 this.columnApply = new global::System.Data.DataColumn("Apply", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnApply);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columntype.MaxLength = 1;
 | |
|                 this.columnTitle.MaxLength = 200;
 | |
|                 this.columnFilter.MaxLength = 2147483647;
 | |
|                 this.columnApply.MaxLength = 2147483647;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EquipmentFilterRow NewEquipmentFilterRow() {
 | |
|                 return ((EquipmentFilterRow)(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 EquipmentFilterRow(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(EquipmentFilterRow);
 | |
|             }
 | |
|             
 | |
|             [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.EquipmentFilterRowChanged != null)) {
 | |
|                     this.EquipmentFilterRowChanged(this, new EquipmentFilterRowChangeEvent(((EquipmentFilterRow)(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.EquipmentFilterRowChanging != null)) {
 | |
|                     this.EquipmentFilterRowChanging(this, new EquipmentFilterRowChangeEvent(((EquipmentFilterRow)(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.EquipmentFilterRowDeleted != null)) {
 | |
|                     this.EquipmentFilterRowDeleted(this, new EquipmentFilterRowChangeEvent(((EquipmentFilterRow)(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.EquipmentFilterRowDeleting != null)) {
 | |
|                     this.EquipmentFilterRowDeleting(this, new EquipmentFilterRowChangeEvent(((EquipmentFilterRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEquipmentFilterRow(EquipmentFilterRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EquipmentFilterDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class LineCodeDataTable : global::System.Data.TypedTableBase<LineCodeRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnteam;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpart;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public LineCodeDataTable() {
 | |
|                 this.TableName = "LineCode";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal LineCodeDataTable(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 LineCodeDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn codeColumn {
 | |
|                 get {
 | |
|                     return this.columncode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn teamColumn {
 | |
|                 get {
 | |
|                     return this.columnteam;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn partColumn {
 | |
|                 get {
 | |
|                     return this.columnpart;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 LineCodeRow this[int index] {
 | |
|                 get {
 | |
|                     return ((LineCodeRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddLineCodeRow(LineCodeRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public LineCodeRow AddLineCodeRow(string code, string team, string part, bool except, string memo, string wuid, System.DateTime wdate, string plant, string grp2) {
 | |
|                 LineCodeRow rowLineCodeRow = ((LineCodeRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         code,
 | |
|                         team,
 | |
|                         part,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         plant,
 | |
|                         grp2};
 | |
|                 rowLineCodeRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowLineCodeRow);
 | |
|                 return rowLineCodeRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public LineCodeRow FindByidx(int idx) {
 | |
|                 return ((LineCodeRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 LineCodeDataTable cln = ((LineCodeDataTable)(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 LineCodeDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columncode = base.Columns["code"];
 | |
|                 this.columnteam = base.Columns["team"];
 | |
|                 this.columnpart = base.Columns["part"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columncode = new global::System.Data.DataColumn("code", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncode);
 | |
|                 this.columnteam = new global::System.Data.DataColumn("team", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnteam);
 | |
|                 this.columnpart = new global::System.Data.DataColumn("part", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpart);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columncode.MaxLength = 20;
 | |
|                 this.columnteam.MaxLength = 20;
 | |
|                 this.columnpart.MaxLength = 20;
 | |
|                 this.columnmemo.MaxLength = 250;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public LineCodeRow NewLineCodeRow() {
 | |
|                 return ((LineCodeRow)(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 LineCodeRow(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(LineCodeRow);
 | |
|             }
 | |
|             
 | |
|             [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.LineCodeRowChanged != null)) {
 | |
|                     this.LineCodeRowChanged(this, new LineCodeRowChangeEvent(((LineCodeRow)(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.LineCodeRowChanging != null)) {
 | |
|                     this.LineCodeRowChanging(this, new LineCodeRowChangeEvent(((LineCodeRow)(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.LineCodeRowDeleted != null)) {
 | |
|                     this.LineCodeRowDeleted(this, new LineCodeRowChangeEvent(((LineCodeRow)(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.LineCodeRowDeleting != null)) {
 | |
|                     this.LineCodeRowDeleting(this, new LineCodeRowChangeEvent(((LineCodeRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveLineCodeRow(LineCodeRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "LineCodeDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EETGW_EquipmentIngDataTable : global::System.Data.TypedTableBase<EETGW_EquipmentIngRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnparam1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprimary;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnflag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columning;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentIngDataTable() {
 | |
|                 this.TableName = "EETGW_EquipmentIng";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EETGW_EquipmentIngDataTable(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 EETGW_EquipmentIngDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn assetColumn {
 | |
|                 get {
 | |
|                     return this.columnasset;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn serialColumn {
 | |
|                 get {
 | |
|                     return this.columnserial;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn param1Column {
 | |
|                 get {
 | |
|                     return this.columnparam1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn primaryColumn {
 | |
|                 get {
 | |
|                     return this.columnprimary;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn flagColumn {
 | |
|                 get {
 | |
|                     return this.columnflag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ingColumn {
 | |
|                 get {
 | |
|                     return this.columning;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EETGW_EquipmentIngRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EETGW_EquipmentIngRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentIngRowChangeEventHandler EETGW_EquipmentIngRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentIngRowChangeEventHandler EETGW_EquipmentIngRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentIngRowChangeEventHandler EETGW_EquipmentIngRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentIngRowChangeEventHandler EETGW_EquipmentIngRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEETGW_EquipmentIngRow(EETGW_EquipmentIngRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentIngRow AddEETGW_EquipmentIngRow(
 | |
|                         string pdate, 
 | |
|                         string asset, 
 | |
|                         string grp, 
 | |
|                         string type, 
 | |
|                         string model, 
 | |
|                         string linecode, 
 | |
|                         string lineT, 
 | |
|                         string lineP, 
 | |
|                         string serial, 
 | |
|                         string manu, 
 | |
|                         string param1, 
 | |
|                         bool primary, 
 | |
|                         bool except, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string flag, 
 | |
|                         string plant, 
 | |
|                         string grp2, 
 | |
|                         bool ing) {
 | |
|                 EETGW_EquipmentIngRow rowEETGW_EquipmentIngRow = ((EETGW_EquipmentIngRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         asset,
 | |
|                         grp,
 | |
|                         type,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         serial,
 | |
|                         manu,
 | |
|                         param1,
 | |
|                         primary,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         flag,
 | |
|                         plant,
 | |
|                         grp2,
 | |
|                         ing};
 | |
|                 rowEETGW_EquipmentIngRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEETGW_EquipmentIngRow);
 | |
|                 return rowEETGW_EquipmentIngRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentIngRow FindByidx(int idx) {
 | |
|                 return ((EETGW_EquipmentIngRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EETGW_EquipmentIngDataTable cln = ((EETGW_EquipmentIngDataTable)(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 EETGW_EquipmentIngDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnparam1 = base.Columns["param1"];
 | |
|                 this.columnprimary = base.Columns["primary"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnflag = base.Columns["flag"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|                 this.columning = base.Columns["ing"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnparam1 = new global::System.Data.DataColumn("param1", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnparam1);
 | |
|                 this.columnprimary = new global::System.Data.DataColumn("primary", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprimary);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.columnflag = new global::System.Data.DataColumn("flag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnflag);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columning = new global::System.Data.DataColumn("ing", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columning);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnparam1.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnflag.MaxLength = 50;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentIngRow NewEETGW_EquipmentIngRow() {
 | |
|                 return ((EETGW_EquipmentIngRow)(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 EETGW_EquipmentIngRow(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(EETGW_EquipmentIngRow);
 | |
|             }
 | |
|             
 | |
|             [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.EETGW_EquipmentIngRowChanged != null)) {
 | |
|                     this.EETGW_EquipmentIngRowChanged(this, new EETGW_EquipmentIngRowChangeEvent(((EETGW_EquipmentIngRow)(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.EETGW_EquipmentIngRowChanging != null)) {
 | |
|                     this.EETGW_EquipmentIngRowChanging(this, new EETGW_EquipmentIngRowChangeEvent(((EETGW_EquipmentIngRow)(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.EETGW_EquipmentIngRowDeleted != null)) {
 | |
|                     this.EETGW_EquipmentIngRowDeleted(this, new EETGW_EquipmentIngRowChangeEvent(((EETGW_EquipmentIngRow)(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.EETGW_EquipmentIngRowDeleting != null)) {
 | |
|                     this.EETGW_EquipmentIngRowDeleting(this, new EETGW_EquipmentIngRowChangeEvent(((EETGW_EquipmentIngRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEETGW_EquipmentIngRow(EETGW_EquipmentIngRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EETGW_EquipmentIngDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockIngDataTable : global::System.Data.TypedTableBase<vEquStockIngRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockIngDataTable() {
 | |
|                 this.TableName = "vEquStockIng";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockIngDataTable(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 vEquStockIngDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockIngRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockIngRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockIngRowChangeEventHandler vEquStockIngRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockIngRowChangeEventHandler vEquStockIngRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockIngRowChangeEventHandler vEquStockIngRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockIngRowChangeEventHandler vEquStockIngRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockIngRow(vEquStockIngRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockIngRow AddvEquStockIngRow(string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant) {
 | |
|                 vEquStockIngRow rowvEquStockIngRow = ((vEquStockIngRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant};
 | |
|                 rowvEquStockIngRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockIngRow);
 | |
|                 return rowvEquStockIngRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockIngDataTable cln = ((vEquStockIngDataTable)(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 vEquStockIngDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockIngRow NewvEquStockIngRow() {
 | |
|                 return ((vEquStockIngRow)(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 vEquStockIngRow(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(vEquStockIngRow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockIngRowChanged != null)) {
 | |
|                     this.vEquStockIngRowChanged(this, new vEquStockIngRowChangeEvent(((vEquStockIngRow)(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.vEquStockIngRowChanging != null)) {
 | |
|                     this.vEquStockIngRowChanging(this, new vEquStockIngRowChangeEvent(((vEquStockIngRow)(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.vEquStockIngRowDeleted != null)) {
 | |
|                     this.vEquStockIngRowDeleted(this, new vEquStockIngRowChangeEvent(((vEquStockIngRow)(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.vEquStockIngRowDeleting != null)) {
 | |
|                     this.vEquStockIngRowDeleting(this, new vEquStockIngRowChangeEvent(((vEquStockIngRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockIngRow(vEquStockIngRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockIngDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EETGW_EquipmentOtherDataTable : global::System.Data.TypedTableBase<EETGW_EquipmentOtherRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnflag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnparam1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprimary;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columning;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentOtherDataTable() {
 | |
|                 this.TableName = "EETGW_EquipmentOther";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EETGW_EquipmentOtherDataTable(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 EETGW_EquipmentOtherDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn assetColumn {
 | |
|                 get {
 | |
|                     return this.columnasset;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn flagColumn {
 | |
|                 get {
 | |
|                     return this.columnflag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn serialColumn {
 | |
|                 get {
 | |
|                     return this.columnserial;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn param1Column {
 | |
|                 get {
 | |
|                     return this.columnparam1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn primaryColumn {
 | |
|                 get {
 | |
|                     return this.columnprimary;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ingColumn {
 | |
|                 get {
 | |
|                     return this.columning;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EETGW_EquipmentOtherRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EETGW_EquipmentOtherRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentOtherRowChangeEventHandler EETGW_EquipmentOtherRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentOtherRowChangeEventHandler EETGW_EquipmentOtherRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentOtherRowChangeEventHandler EETGW_EquipmentOtherRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentOtherRowChangeEventHandler EETGW_EquipmentOtherRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEETGW_EquipmentOtherRow(EETGW_EquipmentOtherRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentOtherRow AddEETGW_EquipmentOtherRow(
 | |
|                         string pdate, 
 | |
|                         string asset, 
 | |
|                         string grp, 
 | |
|                         string flag, 
 | |
|                         string type, 
 | |
|                         string model, 
 | |
|                         string linecode, 
 | |
|                         string lineT, 
 | |
|                         string lineP, 
 | |
|                         string serial, 
 | |
|                         string manu, 
 | |
|                         string param1, 
 | |
|                         bool primary, 
 | |
|                         bool except, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string plant, 
 | |
|                         string grp2, 
 | |
|                         bool ing) {
 | |
|                 EETGW_EquipmentOtherRow rowEETGW_EquipmentOtherRow = ((EETGW_EquipmentOtherRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         asset,
 | |
|                         grp,
 | |
|                         flag,
 | |
|                         type,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         serial,
 | |
|                         manu,
 | |
|                         param1,
 | |
|                         primary,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         plant,
 | |
|                         grp2,
 | |
|                         ing};
 | |
|                 rowEETGW_EquipmentOtherRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEETGW_EquipmentOtherRow);
 | |
|                 return rowEETGW_EquipmentOtherRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentOtherRow FindByidx(int idx) {
 | |
|                 return ((EETGW_EquipmentOtherRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EETGW_EquipmentOtherDataTable cln = ((EETGW_EquipmentOtherDataTable)(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 EETGW_EquipmentOtherDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnflag = base.Columns["flag"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnparam1 = base.Columns["param1"];
 | |
|                 this.columnprimary = base.Columns["primary"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|                 this.columning = base.Columns["ing"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnflag = new global::System.Data.DataColumn("flag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnflag);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnparam1 = new global::System.Data.DataColumn("param1", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnparam1);
 | |
|                 this.columnprimary = new global::System.Data.DataColumn("primary", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprimary);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columning = new global::System.Data.DataColumn("ing", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columning);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnflag.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnparam1.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentOtherRow NewEETGW_EquipmentOtherRow() {
 | |
|                 return ((EETGW_EquipmentOtherRow)(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 EETGW_EquipmentOtherRow(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(EETGW_EquipmentOtherRow);
 | |
|             }
 | |
|             
 | |
|             [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.EETGW_EquipmentOtherRowChanged != null)) {
 | |
|                     this.EETGW_EquipmentOtherRowChanged(this, new EETGW_EquipmentOtherRowChangeEvent(((EETGW_EquipmentOtherRow)(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.EETGW_EquipmentOtherRowChanging != null)) {
 | |
|                     this.EETGW_EquipmentOtherRowChanging(this, new EETGW_EquipmentOtherRowChangeEvent(((EETGW_EquipmentOtherRow)(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.EETGW_EquipmentOtherRowDeleted != null)) {
 | |
|                     this.EETGW_EquipmentOtherRowDeleted(this, new EETGW_EquipmentOtherRowChangeEvent(((EETGW_EquipmentOtherRow)(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.EETGW_EquipmentOtherRowDeleting != null)) {
 | |
|                     this.EETGW_EquipmentOtherRowDeleting(this, new EETGW_EquipmentOtherRowChangeEvent(((EETGW_EquipmentOtherRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEETGW_EquipmentOtherRow(EETGW_EquipmentOtherRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EETGW_EquipmentOtherDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockOtherDataTable : global::System.Data.TypedTableBase<vEquStockOtherRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockOtherDataTable() {
 | |
|                 this.TableName = "vEquStockOther";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockOtherDataTable(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 vEquStockOtherDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockOtherRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockOtherRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockOtherRowChangeEventHandler vEquStockOtherRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockOtherRowChangeEventHandler vEquStockOtherRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockOtherRowChangeEventHandler vEquStockOtherRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockOtherRowChangeEventHandler vEquStockOtherRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockOtherRow(vEquStockOtherRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockOtherRow AddvEquStockOtherRow(string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant) {
 | |
|                 vEquStockOtherRow rowvEquStockOtherRow = ((vEquStockOtherRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant};
 | |
|                 rowvEquStockOtherRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockOtherRow);
 | |
|                 return rowvEquStockOtherRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockOtherDataTable cln = ((vEquStockOtherDataTable)(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 vEquStockOtherDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockOtherRow NewvEquStockOtherRow() {
 | |
|                 return ((vEquStockOtherRow)(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 vEquStockOtherRow(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(vEquStockOtherRow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockOtherRowChanged != null)) {
 | |
|                     this.vEquStockOtherRowChanged(this, new vEquStockOtherRowChangeEvent(((vEquStockOtherRow)(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.vEquStockOtherRowChanging != null)) {
 | |
|                     this.vEquStockOtherRowChanging(this, new vEquStockOtherRowChangeEvent(((vEquStockOtherRow)(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.vEquStockOtherRowDeleted != null)) {
 | |
|                     this.vEquStockOtherRowDeleted(this, new vEquStockOtherRowChangeEvent(((vEquStockOtherRow)(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.vEquStockOtherRowDeleting != null)) {
 | |
|                     this.vEquStockOtherRowDeleting(this, new vEquStockOtherRowChangeEvent(((vEquStockOtherRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockOtherRow(vEquStockOtherRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockOtherDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockSummaryDataTable : global::System.Data.TypedTableBase<vEquStockSummaryRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnSrc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockSummaryDataTable() {
 | |
|                 this.TableName = "vEquStockSummary";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockSummaryDataTable(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 vEquStockSummaryDataTable(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 SrcColumn {
 | |
|                 get {
 | |
|                     return this.columnSrc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockSummaryRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockSummaryRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockSummaryRowChangeEventHandler vEquStockSummaryRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockSummaryRowChangeEventHandler vEquStockSummaryRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockSummaryRowChangeEventHandler vEquStockSummaryRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockSummaryRowChangeEventHandler vEquStockSummaryRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockSummaryRow(vEquStockSummaryRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockSummaryRow AddvEquStockSummaryRow(string Src, string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant) {
 | |
|                 vEquStockSummaryRow rowvEquStockSummaryRow = ((vEquStockSummaryRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         Src,
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant};
 | |
|                 rowvEquStockSummaryRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockSummaryRow);
 | |
|                 return rowvEquStockSummaryRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockSummaryDataTable cln = ((vEquStockSummaryDataTable)(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 vEquStockSummaryDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnSrc = base.Columns["Src"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnSrc = new global::System.Data.DataColumn("Src", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnSrc);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columnSrc.AllowDBNull = false;
 | |
|                 this.columnSrc.MaxLength = 5;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 101;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockSummaryRow NewvEquStockSummaryRow() {
 | |
|                 return ((vEquStockSummaryRow)(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 vEquStockSummaryRow(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(vEquStockSummaryRow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockSummaryRowChanged != null)) {
 | |
|                     this.vEquStockSummaryRowChanged(this, new vEquStockSummaryRowChangeEvent(((vEquStockSummaryRow)(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.vEquStockSummaryRowChanging != null)) {
 | |
|                     this.vEquStockSummaryRowChanging(this, new vEquStockSummaryRowChangeEvent(((vEquStockSummaryRow)(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.vEquStockSummaryRowDeleted != null)) {
 | |
|                     this.vEquStockSummaryRowDeleted(this, new vEquStockSummaryRowChangeEvent(((vEquStockSummaryRow)(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.vEquStockSummaryRowDeleting != null)) {
 | |
|                     this.vEquStockSummaryRowDeleting(this, new vEquStockSummaryRowChangeEvent(((vEquStockSummaryRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockSummaryRow(vEquStockSummaryRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockSummaryDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class EETGW_EquipmentDataTable : global::System.Data.TypedTableBase<EETGW_EquipmentRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnflag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columning;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnparam1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprimary;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentDataTable() {
 | |
|                 this.TableName = "EETGW_Equipment";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EETGW_EquipmentDataTable(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 EETGW_EquipmentDataTable(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 idxColumn {
 | |
|                 get {
 | |
|                     return this.columnidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn assetColumn {
 | |
|                 get {
 | |
|                     return this.columnasset;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn typeColumn {
 | |
|                 get {
 | |
|                     return this.columntype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn flagColumn {
 | |
|                 get {
 | |
|                     return this.columnflag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn ingColumn {
 | |
|                 get {
 | |
|                     return this.columning;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn serialColumn {
 | |
|                 get {
 | |
|                     return this.columnserial;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn param1Column {
 | |
|                 get {
 | |
|                     return this.columnparam1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn primaryColumn {
 | |
|                 get {
 | |
|                     return this.columnprimary;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptColumn {
 | |
|                 get {
 | |
|                     return this.columnexcept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn memoColumn {
 | |
|                 get {
 | |
|                     return this.columnmemo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn wdateColumn {
 | |
|                 get {
 | |
|                     return this.columnwdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 EETGW_EquipmentRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EETGW_EquipmentRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentRowChangeEventHandler EETGW_EquipmentRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentRowChangeEventHandler EETGW_EquipmentRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentRowChangeEventHandler EETGW_EquipmentRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event EETGW_EquipmentRowChangeEventHandler EETGW_EquipmentRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddEETGW_EquipmentRow(EETGW_EquipmentRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentRow AddEETGW_EquipmentRow(
 | |
|                         string pdate, 
 | |
|                         string asset, 
 | |
|                         string grp, 
 | |
|                         string type, 
 | |
|                         string flag, 
 | |
|                         string plant, 
 | |
|                         string grp2, 
 | |
|                         bool ing, 
 | |
|                         string model, 
 | |
|                         string linecode, 
 | |
|                         string lineT, 
 | |
|                         string lineP, 
 | |
|                         string serial, 
 | |
|                         string manu, 
 | |
|                         string param1, 
 | |
|                         bool primary, 
 | |
|                         bool except, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate) {
 | |
|                 EETGW_EquipmentRow rowEETGW_EquipmentRow = ((EETGW_EquipmentRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         asset,
 | |
|                         grp,
 | |
|                         type,
 | |
|                         flag,
 | |
|                         plant,
 | |
|                         grp2,
 | |
|                         ing,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         serial,
 | |
|                         manu,
 | |
|                         param1,
 | |
|                         primary,
 | |
|                         except,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate};
 | |
|                 rowEETGW_EquipmentRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEETGW_EquipmentRow);
 | |
|                 return rowEETGW_EquipmentRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentRow FindByidx(int idx) {
 | |
|                 return ((EETGW_EquipmentRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EETGW_EquipmentDataTable cln = ((EETGW_EquipmentDataTable)(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 EETGW_EquipmentDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnflag = base.Columns["flag"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|                 this.columning = base.Columns["ing"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnparam1 = base.Columns["param1"];
 | |
|                 this.columnprimary = base.Columns["primary"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnflag = new global::System.Data.DataColumn("flag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnflag);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columning = new global::System.Data.DataColumn("ing", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columning);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnparam1 = new global::System.Data.DataColumn("param1", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnparam1);
 | |
|                 this.columnprimary = new global::System.Data.DataColumn("primary", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprimary);
 | |
|                 this.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnwuid = new global::System.Data.DataColumn("wuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwuid);
 | |
|                 this.columnwdate = new global::System.Data.DataColumn("wdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwdate);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AutoIncrement = true;
 | |
|                 this.columnidx.AutoIncrementSeed = -1;
 | |
|                 this.columnidx.AutoIncrementStep = -1;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.ReadOnly = true;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnflag.MaxLength = 50;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 50;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnparam1.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public EETGW_EquipmentRow NewEETGW_EquipmentRow() {
 | |
|                 return ((EETGW_EquipmentRow)(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 EETGW_EquipmentRow(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(EETGW_EquipmentRow);
 | |
|             }
 | |
|             
 | |
|             [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.EETGW_EquipmentRowChanged != null)) {
 | |
|                     this.EETGW_EquipmentRowChanged(this, new EETGW_EquipmentRowChangeEvent(((EETGW_EquipmentRow)(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.EETGW_EquipmentRowChanging != null)) {
 | |
|                     this.EETGW_EquipmentRowChanging(this, new EETGW_EquipmentRowChangeEvent(((EETGW_EquipmentRow)(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.EETGW_EquipmentRowDeleted != null)) {
 | |
|                     this.EETGW_EquipmentRowDeleted(this, new EETGW_EquipmentRowChangeEvent(((EETGW_EquipmentRow)(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.EETGW_EquipmentRowDeleting != null)) {
 | |
|                     this.EETGW_EquipmentRowDeleting(this, new EETGW_EquipmentRowChangeEvent(((EETGW_EquipmentRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemoveEETGW_EquipmentRow(EETGW_EquipmentRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "EETGW_EquipmentDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class vEquStockAllDataTable : global::System.Data.TypedTableBase<vEquStockAllRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineT;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlineP;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncnt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnRemark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplant;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp2;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockAllDataTable() {
 | |
|                 this.TableName = "vEquStockAll";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockAllDataTable(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 vEquStockAllDataTable(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 pdateColumn {
 | |
|                 get {
 | |
|                     return this.columnpdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grpColumn {
 | |
|                 get {
 | |
|                     return this.columngrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuColumn {
 | |
|                 get {
 | |
|                     return this.columnmanu;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn modelColumn {
 | |
|                 get {
 | |
|                     return this.columnmodel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linecodeColumn {
 | |
|                 get {
 | |
|                     return this.columnlinecode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn lineTColumn {
 | |
|                 get {
 | |
|                     return this.columnlineT;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn linePColumn {
 | |
|                 get {
 | |
|                     return this.columnlineP;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn cntColumn {
 | |
|                 get {
 | |
|                     return this.columncnt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn RemarkColumn {
 | |
|                 get {
 | |
|                     return this.columnRemark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn plantColumn {
 | |
|                 get {
 | |
|                     return this.columnplant;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public global::System.Data.DataColumn grp2Column {
 | |
|                 get {
 | |
|                     return this.columngrp2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [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 vEquStockAllRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vEquStockAllRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockAllRowChangeEventHandler vEquStockAllRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockAllRowChangeEventHandler vEquStockAllRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockAllRowChangeEventHandler vEquStockAllRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public event vEquStockAllRowChangeEventHandler vEquStockAllRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void AddvEquStockAllRow(vEquStockAllRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockAllRow AddvEquStockAllRow(string pdate, string grp, string manu, string model, string linecode, string lineT, string lineP, int cnt, string Remark, string plant, string grp2) {
 | |
|                 vEquStockAllRow rowvEquStockAllRow = ((vEquStockAllRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         pdate,
 | |
|                         grp,
 | |
|                         manu,
 | |
|                         model,
 | |
|                         linecode,
 | |
|                         lineT,
 | |
|                         lineP,
 | |
|                         cnt,
 | |
|                         Remark,
 | |
|                         plant,
 | |
|                         grp2};
 | |
|                 rowvEquStockAllRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvEquStockAllRow);
 | |
|                 return rowvEquStockAllRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vEquStockAllDataTable cln = ((vEquStockAllDataTable)(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 vEquStockAllDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnlineT = base.Columns["lineT"];
 | |
|                 this.columnlineP = base.Columns["lineP"];
 | |
|                 this.columncnt = base.Columns["cnt"];
 | |
|                 this.columnRemark = base.Columns["Remark"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnlineT = new global::System.Data.DataColumn("lineT", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineT);
 | |
|                 this.columnlineP = new global::System.Data.DataColumn("lineP", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlineP);
 | |
|                 this.columncnt = new global::System.Data.DataColumn("cnt", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncnt);
 | |
|                 this.columnRemark = new global::System.Data.DataColumn("Remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnRemark);
 | |
|                 this.columnplant = new global::System.Data.DataColumn("plant", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplant);
 | |
|                 this.columngrp2 = new global::System.Data.DataColumn("grp2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp2);
 | |
|                 this.columnpdate.MaxLength = 20;
 | |
|                 this.columngrp.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnlinecode.MaxLength = 50;
 | |
|                 this.columnlineT.MaxLength = 101;
 | |
|                 this.columnlineP.MaxLength = 50;
 | |
|                 this.columnRemark.MaxLength = 255;
 | |
|                 this.columnplant.MaxLength = 10;
 | |
|                 this.columngrp2.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public vEquStockAllRow NewvEquStockAllRow() {
 | |
|                 return ((vEquStockAllRow)(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 vEquStockAllRow(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(vEquStockAllRow);
 | |
|             }
 | |
|             
 | |
|             [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.vEquStockAllRowChanged != null)) {
 | |
|                     this.vEquStockAllRowChanged(this, new vEquStockAllRowChangeEvent(((vEquStockAllRow)(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.vEquStockAllRowChanging != null)) {
 | |
|                     this.vEquStockAllRowChanging(this, new vEquStockAllRowChangeEvent(((vEquStockAllRow)(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.vEquStockAllRowDeleted != null)) {
 | |
|                     this.vEquStockAllRowDeleted(this, new vEquStockAllRowChangeEvent(((vEquStockAllRow)(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.vEquStockAllRowDeleting != null)) {
 | |
|                     this.vEquStockAllRowDeleting(this, new vEquStockAllRowChangeEvent(((vEquStockAllRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void RemovevEquStockAllRow(vEquStockAllRow 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();
 | |
|                 dsEQ ds = new dsEQ();
 | |
|                 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 = "vEquStockAllDataTable";
 | |
|                 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;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EqDateListRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EqDateListDataTable tableEqDateList;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EqDateListRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEqDateList = ((EqDateListDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEqDateList.pdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEqDateList.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EquipmentFRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EquipmentFDataTable tableEquipmentF;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentFRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEquipmentF = ((EquipmentFDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEquipmentF.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.assetColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'asset\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.typeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.serialColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'serial\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool primary {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentF.primaryColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'primary\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.primaryColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentF.exceptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'except\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEquipmentF.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEquipmentF.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string param1 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.param1Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'param1\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.param1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string flag {
 | |
|                 get {
 | |
|                     if (this.IsflagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentF.flagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.flagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentF.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentF.grp2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'grp2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool ing {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentF.ingColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentF\' 테이블의 \'ing\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentF.ingColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEquipmentF.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tableEquipmentF.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableEquipmentF.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEquipmentF.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableEquipmentF.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tableEquipmentF.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableEquipmentF.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableEquipmentF.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsprimaryNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.primaryColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetprimaryNull() {
 | |
|                 this[this.tableEquipmentF.primaryColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableEquipmentF.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEquipmentF.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tableEquipmentF.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tableEquipmentF.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isparam1Null() {
 | |
|                 return this.IsNull(this.tableEquipmentF.param1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setparam1Null() {
 | |
|                 this[this.tableEquipmentF.param1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsflagNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.flagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetflagNull() {
 | |
|                 this[this.tableEquipmentF.flagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableEquipmentF.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableEquipmentF.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableEquipmentF.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsingNull() {
 | |
|                 return this.IsNull(this.tableEquipmentF.ingColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetingNull() {
 | |
|                 this[this.tableEquipmentF.ingColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EquipmentBRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EquipmentBDataTable tableEquipmentB;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentBRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEquipmentB = ((EquipmentBDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEquipmentB.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.assetColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'asset\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.typeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.serialColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'serial\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool primary {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentB.primaryColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'primary\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.primaryColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentB.exceptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'except\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEquipmentB.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEquipmentB.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string param1 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.param1Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'param1\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.param1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string flag {
 | |
|                 get {
 | |
|                     if (this.IsflagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentB.flagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.flagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentB.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentB.grp2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'grp2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool ing {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentB.ingColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentB\' 테이블의 \'ing\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentB.ingColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEquipmentB.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tableEquipmentB.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableEquipmentB.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEquipmentB.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableEquipmentB.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tableEquipmentB.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableEquipmentB.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableEquipmentB.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsprimaryNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.primaryColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetprimaryNull() {
 | |
|                 this[this.tableEquipmentB.primaryColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableEquipmentB.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEquipmentB.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tableEquipmentB.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tableEquipmentB.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isparam1Null() {
 | |
|                 return this.IsNull(this.tableEquipmentB.param1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setparam1Null() {
 | |
|                 this[this.tableEquipmentB.param1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsflagNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.flagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetflagNull() {
 | |
|                 this[this.tableEquipmentB.flagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableEquipmentB.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableEquipmentB.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableEquipmentB.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsingNull() {
 | |
|                 return this.IsNull(this.tableEquipmentB.ingColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetingNull() {
 | |
|                 this[this.tableEquipmentB.ingColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EquipmentMERow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EquipmentMEDataTable tableEquipmentME;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentMERow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEquipmentME = ((EquipmentMEDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEquipmentME.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.assetColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'asset\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.typeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.serialColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'serial\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool primary {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentME.primaryColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'primary\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.primaryColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentME.exceptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'except\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEquipmentME.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEquipmentME.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string param1 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.param1Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'param1\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.param1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string flag {
 | |
|                 get {
 | |
|                     if (this.IsflagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentME.flagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.flagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentME.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentME.grp2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'grp2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool ing {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEquipmentME.ingColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentME\' 테이블의 \'ing\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentME.ingColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEquipmentME.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tableEquipmentME.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableEquipmentME.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEquipmentME.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableEquipmentME.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tableEquipmentME.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableEquipmentME.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableEquipmentME.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsprimaryNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.primaryColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetprimaryNull() {
 | |
|                 this[this.tableEquipmentME.primaryColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableEquipmentME.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEquipmentME.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tableEquipmentME.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tableEquipmentME.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isparam1Null() {
 | |
|                 return this.IsNull(this.tableEquipmentME.param1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setparam1Null() {
 | |
|                 this[this.tableEquipmentME.param1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsflagNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.flagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetflagNull() {
 | |
|                 this[this.tableEquipmentME.flagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableEquipmentME.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableEquipmentME.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableEquipmentME.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsingNull() {
 | |
|                 return this.IsNull(this.tableEquipmentME.ingColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetingNull() {
 | |
|                 this[this.tableEquipmentME.ingColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockBRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockBDataTable tablevEquStockB;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockBRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockB = ((vEquStockBDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevEquStockB.cntColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'cnt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockB.RemarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockB\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockB.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockB.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockB.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockB.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockB.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockB.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockB.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockB.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockB.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockB.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockB.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockB.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockB.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockFRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockFDataTable tablevEquStockF;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockFRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockF = ((vEquStockFDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevEquStockF.cntColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'cnt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockF.RemarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockF\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockF.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockF.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockF.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockF.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockF.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockF.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockF.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockF.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockF.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockF.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockF.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockF.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockF.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockMERow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockMEDataTable tablevEquStockME;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockMERow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockME = ((vEquStockMEDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevEquStockME.cntColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'cnt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockME.RemarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockME\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockME.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockME.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockME.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockME.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockME.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockME.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockME.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockME.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockME.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockME.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockME.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockME.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockME.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EquipmentFilterRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EquipmentFilterDataTable tableEquipmentFilter;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EquipmentFilterRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEquipmentFilter = ((EquipmentFilterDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEquipmentFilter.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentFilter.typeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Title {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentFilter.TitleColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'Title\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.TitleColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Filter {
 | |
|                 get {
 | |
|                     if (this.IsFilterNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentFilter.FilterColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.FilterColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Apply {
 | |
|                 get {
 | |
|                     if (this.IsApplyNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentFilter.ApplyColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.ApplyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEquipmentFilter.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEquipmentFilter.wuidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'wuid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((global::System.DateTime)(this[this.tableEquipmentFilter.wdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EquipmentFilter\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEquipmentFilter.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEquipmentFilter.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsTitleNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.TitleColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetTitleNull() {
 | |
|                 this[this.tableEquipmentFilter.TitleColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsFilterNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.FilterColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetFilterNull() {
 | |
|                 this[this.tableEquipmentFilter.FilterColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsApplyNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.ApplyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetApplyNull() {
 | |
|                 this[this.tableEquipmentFilter.ApplyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEquipmentFilter.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IswuidNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.wuidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetwuidNull() {
 | |
|                 this[this.tableEquipmentFilter.wuidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IswdateNull() {
 | |
|                 return this.IsNull(this.tableEquipmentFilter.wdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetwdateNull() {
 | |
|                 this[this.tableEquipmentFilter.wdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class LineCodeRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private LineCodeDataTable tableLineCode;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal LineCodeRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableLineCode = ((LineCodeDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableLineCode.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string code {
 | |
|                 get {
 | |
|                     if (this.IscodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableLineCode.codeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.codeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string team {
 | |
|                 get {
 | |
|                     if (this.IsteamNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableLineCode.teamColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.teamColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string part {
 | |
|                 get {
 | |
|                     if (this.IspartNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableLineCode.partColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.partColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     if (this.IsexceptNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableLineCode.exceptColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableLineCode.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableLineCode.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableLineCode.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableLineCode.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     if (this.Isgrp2Null()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableLineCode.grp2Column]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscodeNull() {
 | |
|                 return this.IsNull(this.tableLineCode.codeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcodeNull() {
 | |
|                 this[this.tableLineCode.codeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsteamNull() {
 | |
|                 return this.IsNull(this.tableLineCode.teamColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetteamNull() {
 | |
|                 this[this.tableLineCode.teamColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspartNull() {
 | |
|                 return this.IsNull(this.tableLineCode.partColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpartNull() {
 | |
|                 this[this.tableLineCode.partColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableLineCode.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableLineCode.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableLineCode.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableLineCode.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableLineCode.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableLineCode.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableLineCode.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableLineCode.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EETGW_EquipmentIngRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EETGW_EquipmentIngDataTable tableEETGW_EquipmentIng;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EETGW_EquipmentIngRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEETGW_EquipmentIng = ((EETGW_EquipmentIngDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEETGW_EquipmentIng.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.assetColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'asset\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.typeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.serialColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'serial\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string param1 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.param1Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'param1\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.param1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool primary {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEETGW_EquipmentIng.primaryColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'primary\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.primaryColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEETGW_EquipmentIng.exceptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'except\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_EquipmentIng.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEETGW_EquipmentIng.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string flag {
 | |
|                 get {
 | |
|                     if (this.IsflagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.flagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.flagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentIng.grp2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'grp2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool ing {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEETGW_EquipmentIng.ingColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentIng\' 테이블의 \'ing\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentIng.ingColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isparam1Null() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.param1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setparam1Null() {
 | |
|                 this[this.tableEETGW_EquipmentIng.param1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsprimaryNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.primaryColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetprimaryNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.primaryColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsflagNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.flagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetflagNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.flagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableEETGW_EquipmentIng.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsingNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentIng.ingColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetingNull() {
 | |
|                 this[this.tableEETGW_EquipmentIng.ingColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockIngRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockIngDataTable tablevEquStockIng;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockIngRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockIng = ((vEquStockIngDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevEquStockIng.cntColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'cnt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockIng.RemarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockIng\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockIng.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockIng.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockIng.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockIng.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockIng.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockIng.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockIng.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockIng.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockIng.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockIng.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockIng.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockIng.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockIng.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EETGW_EquipmentOtherRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EETGW_EquipmentOtherDataTable tableEETGW_EquipmentOther;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EETGW_EquipmentOtherRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEETGW_EquipmentOther = ((EETGW_EquipmentOtherDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEETGW_EquipmentOther.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     if (this.IsassetNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.assetColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     if (this.IsgrpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.grpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string flag {
 | |
|                 get {
 | |
|                     if (this.IsflagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.flagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.flagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     if (this.IstypeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.typeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     if (this.IsmodelNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.modelColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     if (this.IslinecodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.linecodeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     if (this.IslineTNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.lineTColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     if (this.IslinePNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.linePColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     if (this.IsserialNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.serialColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     if (this.IsmanuNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.manuColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string param1 {
 | |
|                 get {
 | |
|                     if (this.Isparam1Null()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.param1Column]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.param1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool primary {
 | |
|                 get {
 | |
|                     if (this.IsprimaryNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_EquipmentOther.primaryColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.primaryColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     if (this.IsexceptNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_EquipmentOther.exceptColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_EquipmentOther.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEETGW_EquipmentOther.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_EquipmentOther.grp2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentOther\' 테이블의 \'grp2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool ing {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableEETGW_EquipmentOther.ingColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_EquipmentOther\' 테이블의 \'ing\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_EquipmentOther.ingColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsflagNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.flagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetflagNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.flagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isparam1Null() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.param1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setparam1Null() {
 | |
|                 this[this.tableEETGW_EquipmentOther.param1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsprimaryNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.primaryColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetprimaryNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.primaryColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableEETGW_EquipmentOther.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsingNull() {
 | |
|                 return this.IsNull(this.tableEETGW_EquipmentOther.ingColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetingNull() {
 | |
|                 this[this.tableEETGW_EquipmentOther.ingColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockOtherRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockOtherDataTable tablevEquStockOther;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockOtherRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockOther = ((vEquStockOtherDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     if (this.IsgrpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.grpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     if (this.IsmanuNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.manuColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     if (this.IsmodelNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.modelColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     if (this.IslinecodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.linecodeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     if (this.IslineTNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.lineTColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     if (this.IslinePNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.linePColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     if (this.IscntNull()) {
 | |
|                         return 0;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tablevEquStockOther.cntColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     if (this.IsRemarkNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.RemarkColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockOther.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockOther.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockOther.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockOther.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockOther.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockOther.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockOther.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockOther.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockOther.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockOther.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockOther.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockOther.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockOther.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockSummaryRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockSummaryDataTable tablevEquStockSummary;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockSummaryRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockSummary = ((vEquStockSummaryDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Src {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevEquStockSummary.SrcColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.SrcColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     if (this.IsgrpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.grpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     if (this.IsmanuNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.manuColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     if (this.IsmodelNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.modelColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     if (this.IslinecodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.linecodeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     if (this.IslineTNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.lineTColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     if (this.IslinePNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.linePColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     if (this.IscntNull()) {
 | |
|                         return 0;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tablevEquStockSummary.cntColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     if (this.IsRemarkNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.RemarkColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevEquStockSummary.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockSummary.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockSummary.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockSummary.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockSummary.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockSummary.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockSummary.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockSummary.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockSummary.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockSummary.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockSummary.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockSummary.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockSummary.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EETGW_EquipmentRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EETGW_EquipmentDataTable tableEETGW_Equipment;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal EETGW_EquipmentRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEETGW_Equipment = ((EETGW_EquipmentDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEETGW_Equipment.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     if (this.IsassetNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.assetColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     if (this.IsgrpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.grpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     if (this.IstypeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.typeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string flag {
 | |
|                 get {
 | |
|                     if (this.IsflagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.flagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.flagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.plantColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     if (this.Isgrp2Null()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.grp2Column]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool ing {
 | |
|                 get {
 | |
|                     if (this.IsingNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_Equipment.ingColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.ingColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     if (this.IsmodelNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.modelColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     if (this.IslinecodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.linecodeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     if (this.IslineTNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.lineTColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     if (this.IslinePNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.linePColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     if (this.IsserialNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.serialColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     if (this.IsmanuNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.manuColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string param1 {
 | |
|                 get {
 | |
|                     if (this.Isparam1Null()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.param1Column]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.param1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool primary {
 | |
|                 get {
 | |
|                     if (this.IsprimaryNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_Equipment.primaryColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.primaryColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     if (this.IsexceptNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_Equipment.exceptColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_Equipment.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_Equipment.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEETGW_Equipment.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_Equipment.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEETGW_Equipment.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tableEETGW_Equipment.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableEETGW_Equipment.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEETGW_Equipment.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsflagNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.flagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetflagNull() {
 | |
|                 this[this.tableEETGW_Equipment.flagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tableEETGW_Equipment.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableEETGW_Equipment.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsingNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.ingColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetingNull() {
 | |
|                 this[this.tableEETGW_Equipment.ingColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableEETGW_Equipment.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tableEETGW_Equipment.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tableEETGW_Equipment.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tableEETGW_Equipment.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableEETGW_Equipment.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableEETGW_Equipment.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isparam1Null() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.param1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setparam1Null() {
 | |
|                 this[this.tableEETGW_Equipment.param1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsprimaryNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.primaryColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetprimaryNull() {
 | |
|                 this[this.tableEETGW_Equipment.primaryColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsexceptNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.exceptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetexceptNull() {
 | |
|                 this[this.tableEETGW_Equipment.exceptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableEETGW_Equipment.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableEETGW_Equipment.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vEquStockAllRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vEquStockAllDataTable tablevEquStockAll;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             internal vEquStockAllRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevEquStockAll = ((vEquStockAllDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineT {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.lineTColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'lineT\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.lineTColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string lineP {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.linePColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'lineP\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.linePColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public int cnt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevEquStockAll.cntColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'cnt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.cntColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string Remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.RemarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'Remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.RemarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.plantColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'plant\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.plantColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public string grp2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevEquStockAll.grp2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vEquStockAll\' 테이블의 \'grp2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevEquStockAll.grp2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevEquStockAll.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tablevEquStockAll.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tablevEquStockAll.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevEquStockAll.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablevEquStockAll.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslineTNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.lineTColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlineTNull() {
 | |
|                 this[this.tablevEquStockAll.lineTColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IslinePNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.linePColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetlinePNull() {
 | |
|                 this[this.tablevEquStockAll.linePColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IscntNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.cntColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetcntNull() {
 | |
|                 this[this.tablevEquStockAll.cntColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsRemarkNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.RemarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetRemarkNull() {
 | |
|                 this[this.tablevEquStockAll.RemarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool IsplantNull() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.plantColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void SetplantNull() {
 | |
|                 this[this.tablevEquStockAll.plantColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public bool Isgrp2Null() {
 | |
|                 return this.IsNull(this.tablevEquStockAll.grp2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tablevEquStockAll.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EqDateListRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EqDateListRow 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 EqDateListRowChangeEvent(EqDateListRow 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 EqDateListRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EquipmentFRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EquipmentFRow 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 EquipmentFRowChangeEvent(EquipmentFRow 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 EquipmentFRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EquipmentBRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EquipmentBRow 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 EquipmentBRowChangeEvent(EquipmentBRow 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 EquipmentBRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EquipmentMERowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EquipmentMERow 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 EquipmentMERowChangeEvent(EquipmentMERow 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 EquipmentMERow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockBRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockBRow 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 vEquStockBRowChangeEvent(vEquStockBRow 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 vEquStockBRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockFRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockFRow 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 vEquStockFRowChangeEvent(vEquStockFRow 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 vEquStockFRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockMERowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockMERow 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 vEquStockMERowChangeEvent(vEquStockMERow 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 vEquStockMERow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EquipmentFilterRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EquipmentFilterRow 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 EquipmentFilterRowChangeEvent(EquipmentFilterRow 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 EquipmentFilterRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class LineCodeRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private LineCodeRow 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 LineCodeRowChangeEvent(LineCodeRow 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 LineCodeRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EETGW_EquipmentIngRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EETGW_EquipmentIngRow 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 EETGW_EquipmentIngRowChangeEvent(EETGW_EquipmentIngRow 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 EETGW_EquipmentIngRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockIngRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockIngRow 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 vEquStockIngRowChangeEvent(vEquStockIngRow 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 vEquStockIngRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EETGW_EquipmentOtherRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EETGW_EquipmentOtherRow 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 EETGW_EquipmentOtherRowChangeEvent(EETGW_EquipmentOtherRow 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 EETGW_EquipmentOtherRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockOtherRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockOtherRow 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 vEquStockOtherRowChangeEvent(vEquStockOtherRow 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 vEquStockOtherRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockSummaryRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockSummaryRow 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 vEquStockSummaryRowChangeEvent(vEquStockSummaryRow 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 vEquStockSummaryRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class EETGW_EquipmentRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EETGW_EquipmentRow 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 EETGW_EquipmentRowChangeEvent(EETGW_EquipmentRow 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 EETGW_EquipmentRow 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;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public class vEquStockAllRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vEquStockAllRow 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 vEquStockAllRowChangeEvent(vEquStockAllRow 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 vEquStockAllRow 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 FEQ0000.dsEQTableAdapters {
 | |
|     
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EqDateListTableAdapter : 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 EqDateListTableAdapter() {
 | |
|             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 = "EqDateList";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[8];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  pdate\r\nFROM     EquipmentB\r\nGROUP BY pdate\r\nUNION ALL\r\nSELECT  pdate\r\nFRO" +
 | |
|                 "M     EquipmentF\r\nGROUP BY pdate\r\nUNION ALL\r\nSELECT  pdate\r\nFROM     EquipmentME" +
 | |
|                 "\r\nGROUP BY pdate\r\nUNION ALL\r\nSELECT  pdate\r\nFROM     EETGW_EquipmentIng\r\nGROUP B" +
 | |
|                 "Y pdate";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "SELECT  pdate\r\nFROM     EETGW_Equipment\r\nGROUP BY pdate\r\nORDER BY pdate DESC";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[2].Connection = this.Connection;
 | |
|             this._commandCollection[2].CommandText = "SELECT  pdate\r\nFROM     EquipmentB\r\nGROUP BY pdate\r\nORDER BY pdate DESC";
 | |
|             this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[3].Connection = this.Connection;
 | |
|             this._commandCollection[3].CommandText = "SELECT  pdate\r\nFROM     EquipmentF\r\nGROUP BY pdate\r\nORDER BY pdate DESC";
 | |
|             this._commandCollection[3].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[4].Connection = this.Connection;
 | |
|             this._commandCollection[4].CommandText = "SELECT  pdate\r\nFROM     EETGW_EquipmentIng\r\nGROUP BY pdate\r\nORDER BY pdate DESC";
 | |
|             this._commandCollection[4].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[5].Connection = this.Connection;
 | |
|             this._commandCollection[5].CommandText = "SELECT  pdate\r\nFROM     EquipmentME\r\nGROUP BY pdate\r\nORDER BY pdate DESC";
 | |
|             this._commandCollection[5].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[6].Connection = this.Connection;
 | |
|             this._commandCollection[6].CommandText = "SELECT  pdate\r\nFROM     EETGW_EquipmentOther\r\nGROUP BY pdate\r\nORDER BY pdate DESC" +
 | |
|                 "";
 | |
|             this._commandCollection[6].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[7] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[7].Connection = this.Connection;
 | |
|             this._commandCollection[7].CommandText = "SELECT  pdate\r\nFROM     vEquStockSummary\r\nGROUP BY pdate\r\nORDER BY pdate DESC";
 | |
|             this._commandCollection[7].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(dsEQ.EqDateListDataTable 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 dsEQ.EqDateListDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListAll() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListB() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListF() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[3];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListIng() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[4];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListME() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[5];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListOther() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[6];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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, false)]
 | |
|         public virtual dsEQ.EqDateListDataTable GetDateListSummary() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[7];
 | |
|             dsEQ.EqDateListDataTable dataTable = new dsEQ.EqDateListDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EquipmentFTableAdapter : 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 EquipmentFTableAdapter() {
 | |
|             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 = "EquipmentF";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("primary", "primary");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("param1", "param1");
 | |
|             tableMapping.ColumnMappings.Add("flag", "flag");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             tableMapping.ColumnMappings.Add("ing", "ing");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = @"DELETE FROM [EquipmentF] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_primary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@IsNull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_lineT = 1 AND [lineT] IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] IS NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_param1 = 1 AND [param1] IS NULL) OR ([param1] = @Original_param1)) AND ((@IsNull_flag = 1 AND [flag] IS NULL) OR ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Original_ing)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EquipmentF] ([pdate], [asset], [grp], [type], [model], [linecode], [serial], [manu], [primary], [except], [memo], [wuid], [wdate], [lineT], [lineP], [param1], [flag], [plant], [grp2], [ing]) VALUES (@pdate, @asset, @grp, @type, @model, @linecode, @serial, @manu, @primary, @except, @memo, @wuid, @wdate, @lineT, @lineP, @param1, @flag, @plant, @grp2, @ing);
 | |
| SELECT idx, pdate, asset, grp, type, model, linecode, serial, manu, [primary], [except], memo, wuid, wdate, lineT, lineP, param1, flag, plant, grp2, ing FROM EquipmentF WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE [EquipmentF] SET [pdate] = @pdate, [asset] = @asset, [grp] = @grp, [type] " +
 | |
|                 "= @type, [model] = @model, [linecode] = @linecode, [serial] = @serial, [manu] = " +
 | |
|                 "@manu, [primary] = @primary, [except] = @except, [memo] = @memo, [wuid] = @wuid," +
 | |
|                 " [wdate] = @wdate, [lineT] = @lineT, [lineP] = @lineP, [param1] = @param1, [flag" +
 | |
|                 "] = @flag, [plant] = @plant, [grp2] = @grp2, [ing] = @ing WHERE (([idx] = @Origi" +
 | |
|                 "nal_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pd" +
 | |
|                 "ate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset" +
 | |
|                 ")) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@I" +
 | |
|                 "sNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_m" +
 | |
|                 "odel = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_line" +
 | |
|                 "code = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@Is" +
 | |
|                 "Null_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@I" +
 | |
|                 "sNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_p" +
 | |
|                 "rimary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@IsN" +
 | |
|                 "ull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@Is" +
 | |
|                 "Null_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @O" +
 | |
|                 "riginal_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_lineT = 1 AND [lineT" +
 | |
|                 "] IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] I" +
 | |
|                 "S NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_param1 = 1 AND [param1] IS" +
 | |
|                 " NULL) OR ([param1] = @Original_param1)) AND ((@IsNull_flag = 1 AND [flag] IS NU" +
 | |
|                 "LL) OR ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) O" +
 | |
|                 "R ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([g" +
 | |
|                 "rp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Or" +
 | |
|                 "iginal_ing)));\r\nSELECT idx, pdate, asset, grp, type, model, linecode, serial, ma" +
 | |
|                 "nu, [primary], [except], memo, wuid, wdate, lineT, lineP, param1, flag, plant, g" +
 | |
|                 "rp2, ing FROM EquipmentF WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[2];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, pdate, asset, grp, type, model, linecode, serial, manu, [primary], [" +
 | |
|                 "except], memo, wuid, wdate, lineT, lineP, param1, flag, plant, grp2, ing\r\nFROM  " +
 | |
|                 "   EquipmentF\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "DELETE FROM [EquipmentF] WHERE pdate = @pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EquipmentFDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.EquipmentFDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.EquipmentFDataTable dataTable = new dsEQ.EquipmentFDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EquipmentFDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EquipmentF");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[24].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(wdate));
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     int idx) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(wdate));
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[44].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             return this.Update(pdate, asset, grp, type, model, linecode, serial, manu, primary, except, memo, wuid, wdate, lineT, lineP, param1, flag, plant, grp2, ing, Original_idx, Original_pdate, Original_asset, Original_grp, Original_type, Original_model, Original_linecode, Original_serial, Original_manu, Original_primary, Original_except, Original_memo, Original_wuid, Original_wdate, Original_lineT, Original_lineP, Original_param1, Original_flag, Original_plant, Original_grp2, Original_ing, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, false)]
 | |
|         public virtual int DeleteData(string pdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
 | |
|             if (((command.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 command.Connection.Open();
 | |
|             }
 | |
|             int returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteNonQuery();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             return returnValue;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EquipmentBTableAdapter : 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 EquipmentBTableAdapter() {
 | |
|             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 = "EquipmentB";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("primary", "primary");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("param1", "param1");
 | |
|             tableMapping.ColumnMappings.Add("flag", "flag");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             tableMapping.ColumnMappings.Add("ing", "ing");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = @"DELETE FROM [EquipmentB] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_primary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@IsNull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_lineT = 1 AND [lineT] IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] IS NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_param1 = 1 AND [param1] IS NULL) OR ([param1] = @Original_param1)) AND ((@IsNull_flag = 1 AND [flag] IS NULL) OR ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Original_ing)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EquipmentB] ([pdate], [asset], [grp], [type], [model], [linecode], [serial], [manu], [primary], [except], [memo], [wuid], [wdate], [lineT], [lineP], [param1], [flag], [plant], [grp2], [ing]) VALUES (@pdate, @asset, @grp, @type, @model, @linecode, @serial, @manu, @primary, @except, @memo, @wuid, @wdate, @lineT, @lineP, @param1, @flag, @plant, @grp2, @ing);
 | |
| SELECT idx, pdate, asset, grp, type, model, linecode, serial, manu, [primary], [except], memo, wuid, wdate, lineT, lineP, param1, flag, plant, grp2, ing FROM EquipmentB WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE [EquipmentB] SET [pdate] = @pdate, [asset] = @asset, [grp] = @grp, [type] " +
 | |
|                 "= @type, [model] = @model, [linecode] = @linecode, [serial] = @serial, [manu] = " +
 | |
|                 "@manu, [primary] = @primary, [except] = @except, [memo] = @memo, [wuid] = @wuid," +
 | |
|                 " [wdate] = @wdate, [lineT] = @lineT, [lineP] = @lineP, [param1] = @param1, [flag" +
 | |
|                 "] = @flag, [plant] = @plant, [grp2] = @grp2, [ing] = @ing WHERE (([idx] = @Origi" +
 | |
|                 "nal_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pd" +
 | |
|                 "ate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset" +
 | |
|                 ")) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@I" +
 | |
|                 "sNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_m" +
 | |
|                 "odel = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_line" +
 | |
|                 "code = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@Is" +
 | |
|                 "Null_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@I" +
 | |
|                 "sNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_p" +
 | |
|                 "rimary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@IsN" +
 | |
|                 "ull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@Is" +
 | |
|                 "Null_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @O" +
 | |
|                 "riginal_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_lineT = 1 AND [lineT" +
 | |
|                 "] IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] I" +
 | |
|                 "S NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_param1 = 1 AND [param1] IS" +
 | |
|                 " NULL) OR ([param1] = @Original_param1)) AND ((@IsNull_flag = 1 AND [flag] IS NU" +
 | |
|                 "LL) OR ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) O" +
 | |
|                 "R ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([g" +
 | |
|                 "rp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Or" +
 | |
|                 "iginal_ing)));\r\nSELECT idx, pdate, asset, grp, type, model, linecode, serial, ma" +
 | |
|                 "nu, [primary], [except], memo, wuid, wdate, lineT, lineP, param1, flag, plant, g" +
 | |
|                 "rp2, ing FROM EquipmentB WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[2];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, pdate, asset, grp, type, model, linecode, serial, manu, [primary], [" +
 | |
|                 "except], memo, wuid, wdate, lineT, lineP, param1, flag, plant, grp2, ing\r\nFROM  " +
 | |
|                 "   EquipmentB\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "DELETE FROM [EquipmentB] WHERE pdate = @pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EquipmentBDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.EquipmentBDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.EquipmentBDataTable dataTable = new dsEQ.EquipmentBDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EquipmentBDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EquipmentB");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[24].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(wdate));
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     int idx) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(wdate));
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[44].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             return this.Update(pdate, asset, grp, type, model, linecode, serial, manu, primary, except, memo, wuid, wdate, lineT, lineP, param1, flag, plant, grp2, ing, Original_idx, Original_pdate, Original_asset, Original_grp, Original_type, Original_model, Original_linecode, Original_serial, Original_manu, Original_primary, Original_except, Original_memo, Original_wuid, Original_wdate, Original_lineT, Original_lineP, Original_param1, Original_flag, Original_plant, Original_grp2, Original_ing, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, false)]
 | |
|         public virtual int DeleteData(string pdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
 | |
|             if (((command.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 command.Connection.Open();
 | |
|             }
 | |
|             int returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteNonQuery();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             return returnValue;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EquipmentMETableAdapter : 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 EquipmentMETableAdapter() {
 | |
|             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 = "EquipmentME";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("primary", "primary");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("param1", "param1");
 | |
|             tableMapping.ColumnMappings.Add("flag", "flag");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             tableMapping.ColumnMappings.Add("ing", "ing");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = "DELETE FROM [EquipmentME] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 " +
 | |
|                 "AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_asset = 1 AND" +
 | |
|                 " [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_grp = 1 AND [grp" +
 | |
|                 "] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_type = 1 AND [type] IS NULL" +
 | |
|                 ") OR ([type] = @Original_type)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR " +
 | |
|                 "([model] = @Original_model)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) " +
 | |
|                 "OR ([linecode] = @Original_linecode)) AND ((@IsNull_serial = 1 AND [serial] IS N" +
 | |
|                 "ULL) OR ([serial] = @Original_serial)) AND ((@IsNull_manu = 1 AND [manu] IS NULL" +
 | |
|                 ") OR ([manu] = @Original_manu)) AND ((@IsNull_primary = 1 AND [primary] IS NULL)" +
 | |
|                 " OR ([primary] = @Original_primary)) AND ((@IsNull_except = 1 AND [except] IS NU" +
 | |
|                 "LL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL)" +
 | |
|                 " OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Ori" +
 | |
|                 "ginal_wdate) AND ((@IsNull_lineP = 1 AND [lineP] IS NULL) OR ([lineP] = @Origina" +
 | |
|                 "l_lineP)) AND ((@IsNull_lineT = 1 AND [lineT] IS NULL) OR ([lineT] = @Original_l" +
 | |
|                 "ineT)) AND ((@IsNull_param1 = 1 AND [param1] IS NULL) OR ([param1] = @Original_p" +
 | |
|                 "aram1)) AND ((@IsNull_flag = 1 AND [flag] IS NULL) OR ([flag] = @Original_flag))" +
 | |
|                 " AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AN" +
 | |
|                 "D ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)) AND ((@Is" +
 | |
|                 "Null_ing = 1 AND [ing] IS NULL) OR ([ing] = @Original_ing)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EquipmentME] ([pdate], [asset], [grp], [type], [model], [linecode], [serial], [manu], [primary], [except], [memo], [wuid], [wdate], [lineP], [lineT], [param1], [flag], [plant], [grp2], [ing]) VALUES (@pdate, @asset, @grp, @type, @model, @linecode, @serial, @manu, @primary, @except, @memo, @wuid, @wdate, @lineP, @lineT, @param1, @flag, @plant, @grp2, @ing);
 | |
| SELECT idx, pdate, asset, grp, type, model, linecode, serial, manu, [primary], [except], memo, wuid, wdate, lineP, lineT, param1, flag, plant, grp2, ing FROM EquipmentME WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE [EquipmentME] SET [pdate] = @pdate, [asset] = @asset, [grp] = @grp, [type]" +
 | |
|                 " = @type, [model] = @model, [linecode] = @linecode, [serial] = @serial, [manu] =" +
 | |
|                 " @manu, [primary] = @primary, [except] = @except, [memo] = @memo, [wuid] = @wuid" +
 | |
|                 ", [wdate] = @wdate, [lineP] = @lineP, [lineT] = @lineT, [param1] = @param1, [fla" +
 | |
|                 "g] = @flag, [plant] = @plant, [grp2] = @grp2, [ing] = @ing WHERE (([idx] = @Orig" +
 | |
|                 "inal_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_p" +
 | |
|                 "date)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asse" +
 | |
|                 "t)) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@" +
 | |
|                 "IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_" +
 | |
|                 "model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_lin" +
 | |
|                 "ecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@I" +
 | |
|                 "sNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@" +
 | |
|                 "IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_" +
 | |
|                 "primary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@Is" +
 | |
|                 "Null_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@I" +
 | |
|                 "sNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @" +
 | |
|                 "Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_lineP = 1 AND [line" +
 | |
|                 "P] IS NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_lineT = 1 AND [lineT] " +
 | |
|                 "IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_param1 = 1 AND [param1] I" +
 | |
|                 "S NULL) OR ([param1] = @Original_param1)) AND ((@IsNull_flag = 1 AND [flag] IS N" +
 | |
|                 "ULL) OR ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) " +
 | |
|                 "OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([" +
 | |
|                 "grp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @O" +
 | |
|                 "riginal_ing)));\r\nSELECT idx, pdate, asset, grp, type, model, linecode, serial, m" +
 | |
|                 "anu, [primary], [except], memo, wuid, wdate, lineP, lineT, param1, flag, plant, " +
 | |
|                 "grp2, ing FROM EquipmentME WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[2];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, pdate, asset, grp, type, model, linecode, serial, manu, [primary], [" +
 | |
|                 "except], memo, wuid, wdate, lineP, lineT, param1, flag, plant, grp2, ing\r\nFROM  " +
 | |
|                 "   EquipmentME\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "DELETE FROM [EquipmentME] where pdate  = @pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EquipmentMEDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.EquipmentMEDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.EquipmentMEDataTable dataTable = new dsEQ.EquipmentMEDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EquipmentMEDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EquipmentME");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[24].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineP, 
 | |
|                     string lineT, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(wdate));
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineP, 
 | |
|                     string lineT, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     int idx) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(wdate));
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[44].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string lineP, 
 | |
|                     string lineT, 
 | |
|                     string param1, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_param1, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             return this.Update(pdate, asset, grp, type, model, linecode, serial, manu, primary, except, memo, wuid, wdate, lineP, lineT, param1, flag, plant, grp2, ing, Original_idx, Original_pdate, Original_asset, Original_grp, Original_type, Original_model, Original_linecode, Original_serial, Original_manu, Original_primary, Original_except, Original_memo, Original_wuid, Original_wdate, Original_lineP, Original_lineT, Original_param1, Original_flag, Original_plant, Original_grp2, Original_ing, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, false)]
 | |
|         public virtual int DeleteData(string pdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
 | |
|             if (((command.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 command.Connection.Open();
 | |
|             }
 | |
|             int returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteNonQuery();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             return returnValue;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockBTableAdapter : 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 vEquStockBTableAdapter() {
 | |
|             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 = "vEquStockB";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant\r\nFROM" +
 | |
|                 "     vEquStockB\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockBDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.vEquStockBDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.vEquStockBDataTable dataTable = new dsEQ.vEquStockBDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockFTableAdapter : 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 vEquStockFTableAdapter() {
 | |
|             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 = "vEquStockF";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant\r\nFROM" +
 | |
|                 "     vEquStockF\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockFDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.vEquStockFDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.vEquStockFDataTable dataTable = new dsEQ.vEquStockFDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockMETableAdapter : 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 vEquStockMETableAdapter() {
 | |
|             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 = "vEquStockME";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant\r\nFROM" +
 | |
|                 "     vEquStockME\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockMEDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.vEquStockMEDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.vEquStockMEDataTable dataTable = new dsEQ.vEquStockMEDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EquipmentFilterTableAdapter : 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 EquipmentFilterTableAdapter() {
 | |
|             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 = "EquipmentFilter";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("Title", "Title");
 | |
|             tableMapping.ColumnMappings.Add("Filter", "Filter");
 | |
|             tableMapping.ColumnMappings.Add("Apply", "Apply");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = @"DELETE FROM [EquipmentFilter] WHERE (([idx] = @Original_idx) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_Title = 1 AND [Title] IS NULL) OR ([Title] = @Original_Title)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ((@IsNull_wuid = 1 AND [wuid] IS NULL) OR ([wuid] = @Original_wuid)) AND ((@IsNull_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wuid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EquipmentFilter] ([type], [Title], [Filter], [Apply], [memo], [wuid], [wdate]) VALUES (@type, @Title, @Filter, @Apply, @memo, @wuid, @wdate);
 | |
| SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter WHERE (idx = SCOPE_IDENTITY()) ORDER BY Title";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Filter", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Filter", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Apply", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Apply", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = @"UPDATE [EquipmentFilter] SET [type] = @type, [Title] = @Title, [Filter] = @Filter, [Apply] = @Apply, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_Title = 1 AND [Title] IS NULL) OR ([Title] = @Original_Title)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ((@IsNull_wuid = 1 AND [wuid] IS NULL) OR ([wuid] = @Original_wuid)) AND ((@IsNull_wdate = 1 AND [wdate] IS NULL) OR ([wdate] = @Original_wdate)));
 | |
| SELECT idx, type, Title, Filter, Apply, memo, wuid, wdate FROM EquipmentFilter WHERE (idx = @idx) ORDER BY Title";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Filter", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Filter", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Apply", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Apply", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Title", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Title", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Title", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wuid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_wdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  idx, type, Title, Filter, Apply, memo, wuid, wdate\r\nFROM     EquipmentFil" +
 | |
|                 "ter\r\nWHERE  (type = @type)\r\nORDER BY Title";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 1, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EquipmentFilterDataTable dataTable, string type) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(type));
 | |
|             }
 | |
|             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 dsEQ.EquipmentFilterDataTable GetData(string type) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(type));
 | |
|             }
 | |
|             dsEQ.EquipmentFilterDataTable dataTable = new dsEQ.EquipmentFilterDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EquipmentFilterDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EquipmentFilter");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(int Original_idx, string Original_type, string Original_Title, string Original_memo, string Original_wuid, global::System.Nullable<global::System.DateTime> Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_Title == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_Title));
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             if ((Original_wdate.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((System.DateTime)(Original_wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(string type, string Title, string Filter, string Apply, string memo, string wuid, global::System.Nullable<global::System.DateTime> wdate) {
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(type));
 | |
|             }
 | |
|             if ((Title == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(Title));
 | |
|             }
 | |
|             if ((Filter == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Filter));
 | |
|             }
 | |
|             if ((Apply == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(Apply));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(wuid));
 | |
|             }
 | |
|             if ((wdate.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((System.DateTime)(wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(string type, string Title, string Filter, string Apply, string memo, string wuid, global::System.Nullable<global::System.DateTime> wdate, int Original_idx, string Original_type, string Original_Title, string Original_memo, string Original_wuid, global::System.Nullable<global::System.DateTime> Original_wdate, int idx) {
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(type));
 | |
|             }
 | |
|             if ((Title == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(Title));
 | |
|             }
 | |
|             if ((Filter == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Filter));
 | |
|             }
 | |
|             if ((Apply == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(Apply));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(wuid));
 | |
|             }
 | |
|             if ((wdate.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Original_idx));
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_Title == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Original_Title));
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             if ((Original_wdate.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(Original_wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(string type, string Title, string Filter, string Apply, string memo, string wuid, global::System.Nullable<global::System.DateTime> wdate, int Original_idx, string Original_type, string Original_Title, string Original_memo, string Original_wuid, global::System.Nullable<global::System.DateTime> Original_wdate) {
 | |
|             return this.Update(type, Title, Filter, Apply, memo, wuid, wdate, Original_idx, Original_type, Original_Title, Original_memo, Original_wuid, Original_wdate, Original_idx);
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 LineCodeTableAdapter : 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 LineCodeTableAdapter() {
 | |
|             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 = "LineCode";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("code", "code");
 | |
|             tableMapping.ColumnMappings.Add("team", "team");
 | |
|             tableMapping.ColumnMappings.Add("part", "part");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = @"DELETE FROM [LineCode] WHERE (([idx] = @Original_idx) AND ((@IsNull_code = 1 AND [code] IS NULL) OR ([code] = @Original_code)) AND ((@IsNull_team = 1 AND [team] IS NULL) OR ([team] = @Original_team)) AND ((@IsNull_part = 1 AND [part] IS NULL) OR ([part] = @Original_part)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_code", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_team", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "team", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_team", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "team", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_part", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_part", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [LineCode] ([code], [team], [part], [plant], [except], [memo], [wuid], [wdate], [grp2]) VALUES (@code, @team, @part, @plant, @except, @memo, @wuid, @wdate, @grp2);
 | |
| SELECT idx, code, team, part, plant, [except], memo, wuid, wdate, grp2 FROM LineCode WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@team", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "team", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@part", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = @"UPDATE [LineCode] SET [code] = @code, [team] = @team, [part] = @part, [plant] = @plant, [except] = @except, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate, [grp2] = @grp2 WHERE (([idx] = @Original_idx) AND ((@IsNull_code = 1 AND [code] IS NULL) OR ([code] = @Original_code)) AND ((@IsNull_team = 1 AND [team] IS NULL) OR ([team] = @Original_team)) AND ((@IsNull_part = 1 AND [part] IS NULL) OR ([part] = @Original_part)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)));
 | |
| SELECT idx, code, team, part, plant, [except], memo, wuid, wdate, grp2 FROM LineCode WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@team", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "team", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@part", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_code", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_code", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "code", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_team", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "team", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_team", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "team", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_part", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_part", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "part", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  idx, code, team, part, plant, [except], memo, wuid, wdate, grp2\r\nFROM    " +
 | |
|                 " LineCode";
 | |
|             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(dsEQ.LineCodeDataTable 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 dsEQ.LineCodeDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsEQ.LineCodeDataTable dataTable = new dsEQ.LineCodeDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.LineCodeDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "LineCode");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(int Original_idx, string Original_code, string Original_team, string Original_part, string Original_plant, global::System.Nullable<bool> Original_except, string Original_memo, string Original_wuid, System.DateTime Original_wdate, string Original_grp2) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_code == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_code));
 | |
|             }
 | |
|             if ((Original_team == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_team));
 | |
|             }
 | |
|             if ((Original_part == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_part));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[14].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(string code, string team, string part, string plant, global::System.Nullable<bool> except, string memo, string wuid, System.DateTime wdate, string grp2) {
 | |
|             if ((code == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(code));
 | |
|             }
 | |
|             if ((team == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(team));
 | |
|             }
 | |
|             if ((part == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(part));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[7].Value = ((System.DateTime)(wdate));
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(grp2));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string code, 
 | |
|                     string team, 
 | |
|                     string part, 
 | |
|                     string plant, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string grp2, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_code, 
 | |
|                     string Original_team, 
 | |
|                     string Original_part, 
 | |
|                     string Original_plant, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_grp2, 
 | |
|                     int idx) {
 | |
|             if ((code == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(code));
 | |
|             }
 | |
|             if ((team == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(team));
 | |
|             }
 | |
|             if ((part == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(part));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[7].Value = ((System.DateTime)(wdate));
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(grp2));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Original_idx));
 | |
|             if ((Original_code == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Original_code));
 | |
|             }
 | |
|             if ((Original_team == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_team));
 | |
|             }
 | |
|             if ((Original_part == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_part));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[23].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string code, 
 | |
|                     string team, 
 | |
|                     string part, 
 | |
|                     string plant, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string grp2, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_code, 
 | |
|                     string Original_team, 
 | |
|                     string Original_part, 
 | |
|                     string Original_plant, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_grp2) {
 | |
|             return this.Update(code, team, part, plant, except, memo, wuid, wdate, grp2, Original_idx, Original_code, Original_team, Original_part, Original_plant, Original_except, Original_memo, Original_wuid, Original_wdate, Original_grp2, Original_idx);
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EETGW_EquipmentIngTableAdapter : 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 EETGW_EquipmentIngTableAdapter() {
 | |
|             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 = "EETGW_EquipmentIng";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("param1", "param1");
 | |
|             tableMapping.ColumnMappings.Add("primary", "primary");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("flag", "flag");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             tableMapping.ColumnMappings.Add("ing", "ing");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = "DELETE FROM [EETGW_EquipmentIng] WHERE (([idx] = @Original_idx) AND ((@IsNull_pda" +
 | |
|                 "te = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_asset " +
 | |
|                 "= 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_grp = 1 A" +
 | |
|                 "ND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_type = 1 AND [type] " +
 | |
|                 "IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_model = 1 AND [model] IS NU" +
 | |
|                 "LL) OR ([model] = @Original_model)) AND ((@IsNull_linecode = 1 AND [linecode] IS" +
 | |
|                 " NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_lineT = 1 AND [lineT]" +
 | |
|                 " IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] IS" +
 | |
|                 " NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_serial = 1 AND [serial] IS " +
 | |
|                 "NULL) OR ([serial] = @Original_serial)) AND ((@IsNull_manu = 1 AND [manu] IS NUL" +
 | |
|                 "L) OR ([manu] = @Original_manu)) AND ((@IsNull_param1 = 1 AND [param1] IS NULL) " +
 | |
|                 "OR ([param1] = @Original_param1)) AND ((@IsNull_primary = 1 AND [primary] IS NUL" +
 | |
|                 "L) OR ([primary] = @Original_primary)) AND ((@IsNull_except = 1 AND [except] IS " +
 | |
|                 "NULL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NUL" +
 | |
|                 "L) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @O" +
 | |
|                 "riginal_wdate) AND ((@IsNull_flag = 1 AND [flag] IS NULL) OR ([flag] = @Original" +
 | |
|                 "_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_pla" +
 | |
|                 "nt)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)) AN" +
 | |
|                 "D ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Original_ing)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EETGW_EquipmentIng] ([pdate], [asset], [grp], [type], [model], [linecode], [lineT], [lineP], [serial], [manu], [param1], [primary], [except], [memo], [wuid], [wdate], [flag], [plant], [grp2], [ing]) VALUES (@pdate, @asset, @grp, @type, @model, @linecode, @lineT, @lineP, @serial, @manu, @param1, @primary, @except, @memo, @wuid, @wdate, @flag, @plant, @grp2, @ing);
 | |
| SELECT idx, pdate, asset, grp, type, model, linecode, lineT, lineP, serial, manu, param1, [primary], [except], memo, wuid, wdate, flag, plant, grp2, ing FROM EETGW_EquipmentIng WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE [EETGW_EquipmentIng] SET [pdate] = @pdate, [asset] = @asset, [grp] = @grp," +
 | |
|                 " [type] = @type, [model] = @model, [linecode] = @linecode, [lineT] = @lineT, [li" +
 | |
|                 "neP] = @lineP, [serial] = @serial, [manu] = @manu, [param1] = @param1, [primary]" +
 | |
|                 " = @primary, [except] = @except, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdat" +
 | |
|                 "e, [flag] = @flag, [plant] = @plant, [grp2] = @grp2, [ing] = @ing WHERE (([idx] " +
 | |
|                 "= @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Ori" +
 | |
|                 "ginal_pdate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Origin" +
 | |
|                 "al_asset)) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) " +
 | |
|                 "AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@" +
 | |
|                 "IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsN" +
 | |
|                 "ull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) A" +
 | |
|                 "ND ((@IsNull_lineT = 1 AND [lineT] IS NULL) OR ([lineT] = @Original_lineT)) AND " +
 | |
|                 "((@IsNull_lineP = 1 AND [lineP] IS NULL) OR ([lineP] = @Original_lineP)) AND ((@" +
 | |
|                 "IsNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((" +
 | |
|                 "@IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull" +
 | |
|                 "_param1 = 1 AND [param1] IS NULL) OR ([param1] = @Original_param1)) AND ((@IsNul" +
 | |
|                 "l_primary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@" +
 | |
|                 "IsNull_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((" +
 | |
|                 "@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] =" +
 | |
|                 " @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_flag = 1 AND [fla" +
 | |
|                 "g] IS NULL) OR ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS" +
 | |
|                 " NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL" +
 | |
|                 ") OR ([grp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([in" +
 | |
|                 "g] = @Original_ing)));\r\nSELECT idx, pdate, asset, grp, type, model, linecode, li" +
 | |
|                 "neT, lineP, serial, manu, param1, [primary], [except], memo, wuid, wdate, flag, " +
 | |
|                 "plant, grp2, ing FROM EETGW_EquipmentIng WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[2];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, pdate, asset, grp, type, model, linecode, lineT, lineP, serial, manu" +
 | |
|                 ", param1, [primary], [except], memo, wuid, wdate, flag, plant, grp2, ing\r\nFROM  " +
 | |
|                 "   EETGW_EquipmentIng\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "DELETE FROM [EETGW_EquipmentIng] where pdate =@pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EETGW_EquipmentIngDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.EETGW_EquipmentIngDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.EETGW_EquipmentIngDataTable dataTable = new dsEQ.EETGW_EquipmentIngDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EETGW_EquipmentIngDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EETGW_EquipmentIng");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[30].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[15].Value = ((System.DateTime)(wdate));
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     int idx) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[15].Value = ((System.DateTime)(wdate));
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[50].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             return this.Update(pdate, asset, grp, type, model, linecode, lineT, lineP, serial, manu, param1, primary, except, memo, wuid, wdate, flag, plant, grp2, ing, Original_idx, Original_pdate, Original_asset, Original_grp, Original_type, Original_model, Original_linecode, Original_lineT, Original_lineP, Original_serial, Original_manu, Original_param1, Original_primary, Original_except, Original_memo, Original_wuid, Original_wdate, Original_flag, Original_plant, Original_grp2, Original_ing, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, false)]
 | |
|         public virtual int DeleteData(string pdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
 | |
|             if (((command.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 command.Connection.Open();
 | |
|             }
 | |
|             int returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteNonQuery();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             return returnValue;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockIngTableAdapter : 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 vEquStockIngTableAdapter() {
 | |
|             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 = "vEquStockIng";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant\r\nFROM" +
 | |
|                 "     vEquStockIng\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockIngDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.vEquStockIngDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.vEquStockIngDataTable dataTable = new dsEQ.vEquStockIngDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EETGW_EquipmentOtherTableAdapter : 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 EETGW_EquipmentOtherTableAdapter() {
 | |
|             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 = "EETGW_EquipmentOther";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("flag", "flag");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("param1", "param1");
 | |
|             tableMapping.ColumnMappings.Add("primary", "primary");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             tableMapping.ColumnMappings.Add("ing", "ing");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = "DELETE FROM [EETGW_EquipmentOther] WHERE (([idx] = @Original_idx) AND ((@IsNull_p" +
 | |
|                 "date = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_asse" +
 | |
|                 "t = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_grp = 1" +
 | |
|                 " AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_flag = 1 AND [flag" +
 | |
|                 "] IS NULL) OR ([flag] = @Original_flag)) AND ((@IsNull_type = 1 AND [type] IS NU" +
 | |
|                 "LL) OR ([type] = @Original_type)) AND ((@IsNull_model = 1 AND [model] IS NULL) O" +
 | |
|                 "R ([model] = @Original_model)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL" +
 | |
|                 ") OR ([linecode] = @Original_linecode)) AND ((@IsNull_lineT = 1 AND [lineT] IS N" +
 | |
|                 "ULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] IS NULL" +
 | |
|                 ") OR ([lineP] = @Original_lineP)) AND ((@IsNull_serial = 1 AND [serial] IS NULL)" +
 | |
|                 " OR ([serial] = @Original_serial)) AND ((@IsNull_manu = 1 AND [manu] IS NULL) OR" +
 | |
|                 " ([manu] = @Original_manu)) AND ((@IsNull_param1 = 1 AND [param1] IS NULL) OR ([" +
 | |
|                 "param1] = @Original_param1)) AND ((@IsNull_primary = 1 AND [primary] IS NULL) OR" +
 | |
|                 " ([primary] = @Original_primary)) AND ((@IsNull_except = 1 AND [except] IS NULL)" +
 | |
|                 " OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR" +
 | |
|                 " ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Origin" +
 | |
|                 "al_wdate) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_p" +
 | |
|                 "lant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)) " +
 | |
|                 "AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Original_ing)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EETGW_EquipmentOther] ([pdate], [asset], [grp], [flag], [type], [model], [linecode], [lineT], [lineP], [serial], [manu], [param1], [primary], [except], [memo], [wuid], [wdate], [plant], [grp2], [ing]) VALUES (@pdate, @asset, @grp, @flag, @type, @model, @linecode, @lineT, @lineP, @serial, @manu, @param1, @primary, @except, @memo, @wuid, @wdate, @plant, @grp2, @ing);
 | |
| SELECT idx, pdate, asset, grp, flag, type, model, linecode, lineT, lineP, serial, manu, param1, [primary], [except], memo, wuid, wdate, plant, grp2, ing FROM EETGW_EquipmentOther WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE [EETGW_EquipmentOther] SET [pdate] = @pdate, [asset] = @asset, [grp] = @gr" +
 | |
|                 "p, [flag] = @flag, [type] = @type, [model] = @model, [linecode] = @linecode, [li" +
 | |
|                 "neT] = @lineT, [lineP] = @lineP, [serial] = @serial, [manu] = @manu, [param1] = " +
 | |
|                 "@param1, [primary] = @primary, [except] = @except, [memo] = @memo, [wuid] = @wui" +
 | |
|                 "d, [wdate] = @wdate, [plant] = @plant, [grp2] = @grp2, [ing] = @ing WHERE (([idx" +
 | |
|                 "] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @O" +
 | |
|                 "riginal_pdate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Orig" +
 | |
|                 "inal_asset)) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)" +
 | |
|                 ") AND ((@IsNull_flag = 1 AND [flag] IS NULL) OR ([flag] = @Original_flag)) AND (" +
 | |
|                 "(@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNul" +
 | |
|                 "l_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_l" +
 | |
|                 "inecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((" +
 | |
|                 "@IsNull_lineT = 1 AND [lineT] IS NULL) OR ([lineT] = @Original_lineT)) AND ((@Is" +
 | |
|                 "Null_lineP = 1 AND [lineP] IS NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNul" +
 | |
|                 "l_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@IsNu" +
 | |
|                 "ll_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_para" +
 | |
|                 "m1 = 1 AND [param1] IS NULL) OR ([param1] = @Original_param1)) AND ((@IsNull_pri" +
 | |
|                 "mary = 1 AND [primary] IS NULL) OR ([primary] = @Original_primary)) AND ((@IsNul" +
 | |
|                 "l_except = 1 AND [except] IS NULL) OR ([except] = @Original_except)) AND ((@IsNu" +
 | |
|                 "ll_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Ori" +
 | |
|                 "ginal_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_plant = 1 AND [plant] " +
 | |
|                 "IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NU" +
 | |
|                 "LL) OR ([grp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([" +
 | |
|                 "ing] = @Original_ing)));\r\nSELECT idx, pdate, asset, grp, flag, type, model, line" +
 | |
|                 "code, lineT, lineP, serial, manu, param1, [primary], [except], memo, wuid, wdate" +
 | |
|                 ", plant, grp2, ing FROM EETGW_EquipmentOther WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[2];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, pdate, asset, grp, flag, type, model, linecode, lineT, lineP, serial" +
 | |
|                 ", manu, param1, [primary], [except], memo, wuid, wdate, plant, grp2, ing\r\nFROM  " +
 | |
|                 "   EETGW_EquipmentOther\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "DELETE FROM [EETGW_EquipmentOther] WHERE   (pdate = @pdate)\r\n";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EETGW_EquipmentOtherDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.EETGW_EquipmentOtherDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.EETGW_EquipmentOtherDataTable dataTable = new dsEQ.EETGW_EquipmentOtherDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EETGW_EquipmentOtherDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EETGW_EquipmentOther");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[32].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string flag, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[16].Value = ((System.DateTime)(wdate));
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string flag, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     int idx) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(type));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[16].Value = ((System.DateTime)(wdate));
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[52].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string flag, 
 | |
|                     string type, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_type, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing) {
 | |
|             return this.Update(pdate, asset, grp, flag, type, model, linecode, lineT, lineP, serial, manu, param1, primary, except, memo, wuid, wdate, plant, grp2, ing, Original_idx, Original_pdate, Original_asset, Original_grp, Original_flag, Original_type, Original_model, Original_linecode, Original_lineT, Original_lineP, Original_serial, Original_manu, Original_param1, Original_primary, Original_except, Original_memo, Original_wuid, Original_wdate, Original_plant, Original_grp2, Original_ing, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, false)]
 | |
|         public virtual int DeleteData(string pdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
 | |
|             if (((command.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 command.Connection.Open();
 | |
|             }
 | |
|             int returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteNonQuery();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             return returnValue;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockOtherTableAdapter : 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 vEquStockOtherTableAdapter() {
 | |
|             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 = "vEquStockOther";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant\r\nFROM" +
 | |
|                 "     vEquStockOther\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockOtherDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.vEquStockOtherDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.vEquStockOtherDataTable dataTable = new dsEQ.vEquStockOtherDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockSummaryTableAdapter : 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 vEquStockSummaryTableAdapter() {
 | |
|             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 = "vEquStockSummary";
 | |
|             tableMapping.ColumnMappings.Add("Src", "Src");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  Src, pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant
 | |
| FROM     vEquStockSummary
 | |
| WHERE  (pdate = @pdateB) AND (Src = 'B') OR
 | |
|                (pdate = @pdateF) AND (Src = 'F') OR
 | |
|                (pdate = @pdateME) AND (Src = 'ME') OR
 | |
|                (pdate = @pdateOther) AND (Src = 'OTHER')";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdateB", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdateF", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdateME", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdateOther", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockSummaryDataTable dataTable, string pdateB, string pdateF, string pdateME, string pdateOther) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdateB == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdateB));
 | |
|             }
 | |
|             if ((pdateF == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(pdateF));
 | |
|             }
 | |
|             if ((pdateME == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(pdateME));
 | |
|             }
 | |
|             if ((pdateOther == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(pdateOther));
 | |
|             }
 | |
|             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 dsEQ.vEquStockSummaryDataTable GetData(string pdateB, string pdateF, string pdateME, string pdateOther) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdateB == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdateB));
 | |
|             }
 | |
|             if ((pdateF == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(pdateF));
 | |
|             }
 | |
|             if ((pdateME == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(pdateME));
 | |
|             }
 | |
|             if ((pdateOther == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(pdateOther));
 | |
|             }
 | |
|             dsEQ.vEquStockSummaryDataTable dataTable = new dsEQ.vEquStockSummaryDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 EETGW_EquipmentTableAdapter : 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 EETGW_EquipmentTableAdapter() {
 | |
|             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 = "EETGW_Equipment";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("flag", "flag");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             tableMapping.ColumnMappings.Add("ing", "ing");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("param1", "param1");
 | |
|             tableMapping.ColumnMappings.Add("primary", "primary");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = "DELETE FROM [EETGW_Equipment] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate " +
 | |
|                 "= 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_asset = 1" +
 | |
|                 " AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@IsNull_grp = 1 AND " +
 | |
|                 "[grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_type = 1 AND [type] IS " +
 | |
|                 "NULL) OR ([type] = @Original_type)) AND ((@IsNull_flag = 1 AND [flag] IS NULL) O" +
 | |
|                 "R ([flag] = @Original_flag)) AND ((@IsNull_plant = 1 AND [plant] IS NULL) OR ([p" +
 | |
|                 "lant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] " +
 | |
|                 "= @Original_grp2)) AND ((@IsNull_ing = 1 AND [ing] IS NULL) OR ([ing] = @Origina" +
 | |
|                 "l_ing)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_mod" +
 | |
|                 "el)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Origin" +
 | |
|                 "al_linecode)) AND ((@IsNull_lineT = 1 AND [lineT] IS NULL) OR ([lineT] = @Origin" +
 | |
|                 "al_lineT)) AND ((@IsNull_lineP = 1 AND [lineP] IS NULL) OR ([lineP] = @Original_" +
 | |
|                 "lineP)) AND ((@IsNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_" +
 | |
|                 "serial)) AND ((@IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)" +
 | |
|                 ") AND ((@IsNull_param1 = 1 AND [param1] IS NULL) OR ([param1] = @Original_param1" +
 | |
|                 ")) AND ((@IsNull_primary = 1 AND [primary] IS NULL) OR ([primary] = @Original_pr" +
 | |
|                 "imary)) AND ((@IsNull_except = 1 AND [except] IS NULL) OR ([except] = @Original_" +
 | |
|                 "except)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)" +
 | |
|                 ") AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [EETGW_Equipment] ([pdate], [asset], [grp], [type], [flag], [plant], [grp2], [ing], [model], [linecode], [lineT], [lineP], [serial], [manu], [param1], [primary], [except], [memo], [wuid], [wdate]) VALUES (@pdate, @asset, @grp, @type, @flag, @plant, @grp2, @ing, @model, @linecode, @lineT, @lineP, @serial, @manu, @param1, @primary, @except, @memo, @wuid, @wdate);
 | |
| SELECT idx, pdate, asset, grp, type, flag, plant, grp2, ing, model, linecode, lineT, lineP, serial, manu, param1, [primary], [except], memo, wuid, wdate FROM EETGW_Equipment WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE [EETGW_Equipment] SET [pdate] = @pdate, [asset] = @asset, [grp] = @grp, [t" +
 | |
|                 "ype] = @type, [flag] = @flag, [plant] = @plant, [grp2] = @grp2, [ing] = @ing, [m" +
 | |
|                 "odel] = @model, [linecode] = @linecode, [lineT] = @lineT, [lineP] = @lineP, [ser" +
 | |
|                 "ial] = @serial, [manu] = @manu, [param1] = @param1, [primary] = @primary, [excep" +
 | |
|                 "t] = @except, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @" +
 | |
|                 "Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Origin" +
 | |
|                 "al_pdate)) AND ((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_" +
 | |
|                 "asset)) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND" +
 | |
|                 " ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsN" +
 | |
|                 "ull_flag = 1 AND [flag] IS NULL) OR ([flag] = @Original_flag)) AND ((@IsNull_pla" +
 | |
|                 "nt = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 =" +
 | |
|                 " 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)) AND ((@IsNull_ing = 1 AND [" +
 | |
|                 "ing] IS NULL) OR ([ing] = @Original_ing)) AND ((@IsNull_model = 1 AND [model] IS" +
 | |
|                 " NULL) OR ([model] = @Original_model)) AND ((@IsNull_linecode = 1 AND [linecode]" +
 | |
|                 " IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_lineT = 1 AND [lin" +
 | |
|                 "eT] IS NULL) OR ([lineT] = @Original_lineT)) AND ((@IsNull_lineP = 1 AND [lineP]" +
 | |
|                 " IS NULL) OR ([lineP] = @Original_lineP)) AND ((@IsNull_serial = 1 AND [serial] " +
 | |
|                 "IS NULL) OR ([serial] = @Original_serial)) AND ((@IsNull_manu = 1 AND [manu] IS " +
 | |
|                 "NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_param1 = 1 AND [param1] IS NUL" +
 | |
|                 "L) OR ([param1] = @Original_param1)) AND ((@IsNull_primary = 1 AND [primary] IS " +
 | |
|                 "NULL) OR ([primary] = @Original_primary)) AND ((@IsNull_except = 1 AND [except] " +
 | |
|                 "IS NULL) OR ([except] = @Original_except)) AND ((@IsNull_memo = 1 AND [memo] IS " +
 | |
|                 "NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] =" +
 | |
|                 " @Original_wdate));\r\nSELECT idx, pdate, asset, grp, type, flag, plant, grp2, ing" +
 | |
|                 ", model, linecode, lineT, lineP, serial, manu, param1, [primary], [except], memo" +
 | |
|                 ", wuid, wdate FROM EETGW_Equipment WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_asset", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_asset", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "asset", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_type", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_type", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "type", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_flag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_flag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "flag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_plant", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_plant", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "plant", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_grp2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_grp2", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "grp2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ing", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ing", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ing", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_model", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_model", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "model", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_linecode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_linecode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "linecode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineT", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineT", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineT", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_lineP", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_lineP", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "lineP", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_serial", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_serial", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "serial", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_manu", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manu", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manu", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_param1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_param1", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "param1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_primary", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_primary", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "primary", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_except", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_except", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "except", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_memo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_memo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_wdate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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[2];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, pdate, asset, grp, type, flag, plant, grp2, ing, model, linecode, li" +
 | |
|                 "neT, lineP, serial, manu, param1, [primary], [except], memo, wuid, wdate\r\nFROM  " +
 | |
|                 "   EETGW_Equipment\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = "DELETE FROM [EETGW_Equipment] WHERE  pdate = @pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.EETGW_EquipmentDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.EETGW_EquipmentDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.EETGW_EquipmentDataTable dataTable = new dsEQ.EETGW_EquipmentDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ.EETGW_EquipmentDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(dsEQ dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EETGW_Equipment");
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow dataRow) {
 | |
|             return this.Adapter.Update(new global::System.Data.DataRow[] {
 | |
|                         dataRow});
 | |
|         }
 | |
|         
 | |
|         [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")]
 | |
|         public virtual int Update(global::System.Data.DataRow[] dataRows) {
 | |
|             return this.Adapter.Update(dataRows);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, true)]
 | |
|         public virtual int Delete(
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[38].Value = ((System.DateTime)(Original_wdate));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
 | |
|             if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.DeleteCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.DeleteCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Insert, true)]
 | |
|         public virtual int Insert(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[19].Value = ((System.DateTime)(wdate));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
 | |
|             if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.InsertCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.InsertCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     int idx) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(type));
 | |
|             }
 | |
|             if ((flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(flag));
 | |
|             }
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(plant));
 | |
|             }
 | |
|             if ((grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(grp2));
 | |
|             }
 | |
|             if ((ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((bool)(ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(model));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(lineT));
 | |
|             }
 | |
|             if ((lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(lineP));
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(param1));
 | |
|             }
 | |
|             if ((primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((bool)(primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_flag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(Original_flag));
 | |
|             }
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             if ((Original_grp2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_grp2));
 | |
|             }
 | |
|             if ((Original_ing.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((bool)(Original_ing.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_model));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_lineT == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_lineT));
 | |
|             }
 | |
|             if ((Original_lineP == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_lineP));
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_manu));
 | |
|             }
 | |
|             if ((Original_param1 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_param1));
 | |
|             }
 | |
|             if ((Original_primary.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((bool)(Original_primary.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[58].Value = ((System.DateTime)(Original_wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(idx));
 | |
|             global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
 | |
|             if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 this.Adapter.UpdateCommand.Connection.Open();
 | |
|             }
 | |
|             try {
 | |
|                 int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
 | |
|                 return returnValue;
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     this.Adapter.UpdateCommand.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [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.Update, true)]
 | |
|         public virtual int Update(
 | |
|                     string pdate, 
 | |
|                     string asset, 
 | |
|                     string grp, 
 | |
|                     string type, 
 | |
|                     string flag, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     global::System.Nullable<bool> ing, 
 | |
|                     string model, 
 | |
|                     string linecode, 
 | |
|                     string lineT, 
 | |
|                     string lineP, 
 | |
|                     string serial, 
 | |
|                     string manu, 
 | |
|                     string param1, 
 | |
|                     global::System.Nullable<bool> primary, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_type, 
 | |
|                     string Original_flag, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2, 
 | |
|                     global::System.Nullable<bool> Original_ing, 
 | |
|                     string Original_model, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_lineT, 
 | |
|                     string Original_lineP, 
 | |
|                     string Original_serial, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_param1, 
 | |
|                     global::System.Nullable<bool> Original_primary, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             return this.Update(pdate, asset, grp, type, flag, plant, grp2, ing, model, linecode, lineT, lineP, serial, manu, param1, primary, except, memo, wuid, wdate, Original_idx, Original_pdate, Original_asset, Original_grp, Original_type, Original_flag, Original_plant, Original_grp2, Original_ing, Original_model, Original_linecode, Original_lineT, Original_lineP, Original_serial, Original_manu, Original_param1, Original_primary, Original_except, Original_memo, Original_wuid, Original_wdate, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [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.Delete, false)]
 | |
|         public virtual int DeleteData(string pdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             global::System.Data.ConnectionState previousConnectionState = command.Connection.State;
 | |
|             if (((command.Connection.State & global::System.Data.ConnectionState.Open) 
 | |
|                         != global::System.Data.ConnectionState.Open)) {
 | |
|                 command.Connection.Open();
 | |
|             }
 | |
|             int returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteNonQuery();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             return returnValue;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///Represents the connection and commands used to retrieve and save data.
 | |
|     ///</summary>
 | |
|     [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 vEquStockAllTableAdapter : 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 vEquStockAllTableAdapter() {
 | |
|             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 = "vEquStockAll";
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("lineT", "lineT");
 | |
|             tableMapping.ColumnMappings.Add("lineP", "lineP");
 | |
|             tableMapping.ColumnMappings.Add("cnt", "cnt");
 | |
|             tableMapping.ColumnMappings.Add("Remark", "Remark");
 | |
|             tableMapping.ColumnMappings.Add("plant", "plant");
 | |
|             tableMapping.ColumnMappings.Add("grp2", "grp2");
 | |
|             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::FEQ0000.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [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  pdate, grp, manu, model, linecode, lineT, lineP, cnt, Remark, plant, grp2" +
 | |
|                 "\r\nFROM     vEquStockAll\r\nWHERE  (pdate = @pdate)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [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(dsEQ.vEquStockAllDataTable dataTable, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             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 dsEQ.vEquStockAllDataTable GetData(string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsEQ.vEquStockAllDataTable dataTable = new dsEQ.vEquStockAllDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <summary>
 | |
|     ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
 | |
|     ///</summary>
 | |
|     [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 EquipmentFTableAdapter _equipmentFTableAdapter;
 | |
|         
 | |
|         private EquipmentBTableAdapter _equipmentBTableAdapter;
 | |
|         
 | |
|         private EquipmentMETableAdapter _equipmentMETableAdapter;
 | |
|         
 | |
|         private EquipmentFilterTableAdapter _equipmentFilterTableAdapter;
 | |
|         
 | |
|         private LineCodeTableAdapter _lineCodeTableAdapter;
 | |
|         
 | |
|         private EETGW_EquipmentIngTableAdapter _eETGW_EquipmentIngTableAdapter;
 | |
|         
 | |
|         private EETGW_EquipmentOtherTableAdapter _eETGW_EquipmentOtherTableAdapter;
 | |
|         
 | |
|         private EETGW_EquipmentTableAdapter _eETGW_EquipmentTableAdapter;
 | |
|         
 | |
|         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")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EquipmentFTableAdapter EquipmentFTableAdapter {
 | |
|             get {
 | |
|                 return this._equipmentFTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._equipmentFTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EquipmentBTableAdapter EquipmentBTableAdapter {
 | |
|             get {
 | |
|                 return this._equipmentBTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._equipmentBTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EquipmentMETableAdapter EquipmentMETableAdapter {
 | |
|             get {
 | |
|                 return this._equipmentMETableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._equipmentMETableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EquipmentFilterTableAdapter EquipmentFilterTableAdapter {
 | |
|             get {
 | |
|                 return this._equipmentFilterTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._equipmentFilterTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public LineCodeTableAdapter LineCodeTableAdapter {
 | |
|             get {
 | |
|                 return this._lineCodeTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._lineCodeTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EETGW_EquipmentIngTableAdapter EETGW_EquipmentIngTableAdapter {
 | |
|             get {
 | |
|                 return this._eETGW_EquipmentIngTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._eETGW_EquipmentIngTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EETGW_EquipmentOtherTableAdapter EETGW_EquipmentOtherTableAdapter {
 | |
|             get {
 | |
|                 return this._eETGW_EquipmentOtherTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._eETGW_EquipmentOtherTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
 | |
|             "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
 | |
|             "a", "System.Drawing.Design.UITypeEditor")]
 | |
|         public EETGW_EquipmentTableAdapter EETGW_EquipmentTableAdapter {
 | |
|             get {
 | |
|                 return this._eETGW_EquipmentTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._eETGW_EquipmentTableAdapter = 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;
 | |
|                 }
 | |
|                 if (((this._equipmentFTableAdapter != null) 
 | |
|                             && (this._equipmentFTableAdapter.Connection != null))) {
 | |
|                     return this._equipmentFTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._equipmentBTableAdapter != null) 
 | |
|                             && (this._equipmentBTableAdapter.Connection != null))) {
 | |
|                     return this._equipmentBTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._equipmentMETableAdapter != null) 
 | |
|                             && (this._equipmentMETableAdapter.Connection != null))) {
 | |
|                     return this._equipmentMETableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._equipmentFilterTableAdapter != null) 
 | |
|                             && (this._equipmentFilterTableAdapter.Connection != null))) {
 | |
|                     return this._equipmentFilterTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._lineCodeTableAdapter != null) 
 | |
|                             && (this._lineCodeTableAdapter.Connection != null))) {
 | |
|                     return this._lineCodeTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._eETGW_EquipmentIngTableAdapter != null) 
 | |
|                             && (this._eETGW_EquipmentIngTableAdapter.Connection != null))) {
 | |
|                     return this._eETGW_EquipmentIngTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._eETGW_EquipmentOtherTableAdapter != null) 
 | |
|                             && (this._eETGW_EquipmentOtherTableAdapter.Connection != null))) {
 | |
|                     return this._eETGW_EquipmentOtherTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._eETGW_EquipmentTableAdapter != null) 
 | |
|                             && (this._eETGW_EquipmentTableAdapter.Connection != null))) {
 | |
|                     return this._eETGW_EquipmentTableAdapter.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;
 | |
|                 if ((this._equipmentFTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._equipmentBTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._equipmentMETableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._equipmentFilterTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._lineCodeTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentIngTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentOtherTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 return count;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Update rows in top-down order.
 | |
|         ///</summary>
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private int UpdateUpdatedRows(dsEQ dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
 | |
|             int result = 0;
 | |
|             if ((this._equipmentFTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EquipmentF.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._equipmentFTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentBTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EquipmentB.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._equipmentBTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentMETableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EquipmentME.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._equipmentMETableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentFilterTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EquipmentFilter.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._equipmentFilterTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._lineCodeTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.LineCode.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._lineCodeTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentIngTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EETGW_EquipmentIng.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentIngTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentOtherTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EETGW_EquipmentOther.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentOtherTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EETGW_Equipment.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             return result;
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Insert rows in top-down order.
 | |
|         ///</summary>
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private int UpdateInsertedRows(dsEQ dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
 | |
|             int result = 0;
 | |
|             if ((this._equipmentFTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EquipmentF.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._equipmentFTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentBTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EquipmentB.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._equipmentBTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentMETableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EquipmentME.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._equipmentMETableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentFilterTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EquipmentFilter.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._equipmentFilterTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._lineCodeTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.LineCode.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._lineCodeTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentIngTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EETGW_EquipmentIng.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentIngTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentOtherTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EETGW_EquipmentOther.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentOtherTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EETGW_Equipment.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             return result;
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Delete rows in bottom-up order.
 | |
|         ///</summary>
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private int UpdateDeletedRows(dsEQ dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
 | |
|             int result = 0;
 | |
|             if ((this._eETGW_EquipmentTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EETGW_Equipment.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentOtherTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EETGW_EquipmentOther.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentOtherTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_EquipmentIngTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EETGW_EquipmentIng.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._eETGW_EquipmentIngTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._lineCodeTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.LineCode.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._lineCodeTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentFilterTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EquipmentFilter.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._equipmentFilterTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentMETableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EquipmentME.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._equipmentMETableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentBTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EquipmentB.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._equipmentBTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._equipmentFTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EquipmentF.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._equipmentFTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             return result;
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
 | |
|         ///</summary>
 | |
|         [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<global::System.Data.DataRow> allAddedRows) {
 | |
|             if (((updatedRows == null) 
 | |
|                         || (updatedRows.Length < 1))) {
 | |
|                 return updatedRows;
 | |
|             }
 | |
|             if (((allAddedRows == null) 
 | |
|                         || (allAddedRows.Count < 1))) {
 | |
|                 return updatedRows;
 | |
|             }
 | |
|             global::System.Collections.Generic.List<global::System.Data.DataRow> realUpdatedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
 | |
|             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();
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Update all changes to the dataset.
 | |
|         ///</summary>
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public virtual int UpdateAll(dsEQ dataSet) {
 | |
|             if ((dataSet == null)) {
 | |
|                 throw new global::System.ArgumentNullException("dataSet");
 | |
|             }
 | |
|             if ((dataSet.HasChanges() == false)) {
 | |
|                 return 0;
 | |
|             }
 | |
|             if (((this._equipmentFTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._equipmentFTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._equipmentBTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._equipmentBTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._equipmentMETableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._equipmentMETableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._equipmentFilterTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._equipmentFilterTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._lineCodeTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._lineCodeTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._eETGW_EquipmentIngTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._eETGW_EquipmentIngTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._eETGW_EquipmentOtherTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._eETGW_EquipmentOtherTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._eETGW_EquipmentTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._eETGW_EquipmentTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             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<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
 | |
|             global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
 | |
|             global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter> adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List<global::System.Data.Common.DataAdapter>();
 | |
|             global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection> revertConnections = new global::System.Collections.Generic.Dictionary<object, global::System.Data.IDbConnection>();
 | |
|             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 -----------
 | |
|                 //
 | |
|                 if ((this._equipmentFTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._equipmentFTableAdapter, this._equipmentFTableAdapter.Connection);
 | |
|                     this._equipmentFTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._equipmentFTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._equipmentFTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._equipmentFTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._equipmentFTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._equipmentBTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._equipmentBTableAdapter, this._equipmentBTableAdapter.Connection);
 | |
|                     this._equipmentBTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._equipmentBTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._equipmentBTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._equipmentBTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._equipmentBTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._equipmentMETableAdapter != null)) {
 | |
|                     revertConnections.Add(this._equipmentMETableAdapter, this._equipmentMETableAdapter.Connection);
 | |
|                     this._equipmentMETableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._equipmentMETableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._equipmentMETableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._equipmentMETableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._equipmentMETableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._equipmentFilterTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._equipmentFilterTableAdapter, this._equipmentFilterTableAdapter.Connection);
 | |
|                     this._equipmentFilterTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._equipmentFilterTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._equipmentFilterTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._equipmentFilterTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._equipmentFilterTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._lineCodeTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._lineCodeTableAdapter, this._lineCodeTableAdapter.Connection);
 | |
|                     this._lineCodeTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._lineCodeTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._lineCodeTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._lineCodeTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._lineCodeTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentIngTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._eETGW_EquipmentIngTableAdapter, this._eETGW_EquipmentIngTableAdapter.Connection);
 | |
|                     this._eETGW_EquipmentIngTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._eETGW_EquipmentIngTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._eETGW_EquipmentIngTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._eETGW_EquipmentIngTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._eETGW_EquipmentIngTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentOtherTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._eETGW_EquipmentOtherTableAdapter, this._eETGW_EquipmentOtherTableAdapter.Connection);
 | |
|                     this._eETGW_EquipmentOtherTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._eETGW_EquipmentOtherTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._eETGW_EquipmentOtherTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._eETGW_EquipmentOtherTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._eETGW_EquipmentOtherTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._eETGW_EquipmentTableAdapter, this._eETGW_EquipmentTableAdapter.Connection);
 | |
|                     this._eETGW_EquipmentTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._eETGW_EquipmentTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._eETGW_EquipmentTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._eETGW_EquipmentTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._eETGW_EquipmentTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 // 
 | |
|                 //---- 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 ((this._equipmentFTableAdapter != null)) {
 | |
|                     this._equipmentFTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._equipmentFTableAdapter]));
 | |
|                     this._equipmentFTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._equipmentBTableAdapter != null)) {
 | |
|                     this._equipmentBTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._equipmentBTableAdapter]));
 | |
|                     this._equipmentBTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._equipmentMETableAdapter != null)) {
 | |
|                     this._equipmentMETableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._equipmentMETableAdapter]));
 | |
|                     this._equipmentMETableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._equipmentFilterTableAdapter != null)) {
 | |
|                     this._equipmentFilterTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._equipmentFilterTableAdapter]));
 | |
|                     this._equipmentFilterTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._lineCodeTableAdapter != null)) {
 | |
|                     this._lineCodeTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._lineCodeTableAdapter]));
 | |
|                     this._lineCodeTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentIngTableAdapter != null)) {
 | |
|                     this._eETGW_EquipmentIngTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._eETGW_EquipmentIngTableAdapter]));
 | |
|                     this._eETGW_EquipmentIngTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentOtherTableAdapter != null)) {
 | |
|                     this._eETGW_EquipmentOtherTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._eETGW_EquipmentOtherTableAdapter]));
 | |
|                     this._eETGW_EquipmentOtherTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._eETGW_EquipmentTableAdapter != null)) {
 | |
|                     this._eETGW_EquipmentTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._eETGW_EquipmentTableAdapter]));
 | |
|                     this._eETGW_EquipmentTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 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<global::System.Data.DataRow>(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;
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Update Order Option
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         public enum UpdateOrderOption {
 | |
|             
 | |
|             InsertUpdateDelete = 0,
 | |
|             
 | |
|             UpdateInsertDelete = 1,
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Used to sort self-referenced table's rows
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
 | |
|         private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer<global::System.Data.DataRow> {
 | |
|             
 | |
|             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<global::System.Data.DataRow, global::System.Data.DataRow> traversedRows = new global::System.Collections.Generic.Dictionary<global::System.Data.DataRow, global::System.Data.DataRow>();
 | |
|                 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 | 
