38813 lines
		
	
	
		
			2.4 MiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			38813 lines
		
	
	
		
			2.4 MiB
		
	
	
	
	
	
	
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     이 코드는 도구를 사용하여 생성되었습니다.
 | |
| //     런타임 버전:4.0.30319.42000
 | |
| //
 | |
| //     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
 | |
| //     이러한 변경 내용이 손실됩니다.
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| #pragma warning disable 1591
 | |
| 
 | |
| namespace Project {
 | |
|     
 | |
|     
 | |
|     /// <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("dsMSSQL")]
 | |
|     [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
 | |
|     public partial class dsMSSQL : global::System.Data.DataSet {
 | |
|         
 | |
|         private UsersDataTable tableUsers;
 | |
|         
 | |
|         private ProjectsDataTable tableProjects;
 | |
|         
 | |
|         private ItemsDataTable tableItems;
 | |
|         
 | |
|         private InventoryDataTable tableInventory;
 | |
|         
 | |
|         private LineCodeDataTable tableLineCode;
 | |
|         
 | |
|         private UserGroupDataTable tableUserGroup;
 | |
|         
 | |
|         private EETGW_GroupUserDataTable tableEETGW_GroupUser;
 | |
|         
 | |
|         private vGroupUserDataTable tablevGroupUser;
 | |
|         
 | |
|         private JobReportDataTable tableJobReport;
 | |
|         
 | |
|         private MailDataDataTable tableMailData;
 | |
|         
 | |
|         private MailAutoDataTable tableMailAuto;
 | |
|         
 | |
|         private BoardFAQDataTable tableBoardFAQ;
 | |
|         
 | |
|         private EETGW_LoginInfoDataTable tableEETGW_LoginInfo;
 | |
|         
 | |
|         private EETGW_JobReport_AutoInputDataTable tableEETGW_JobReport_AutoInput;
 | |
|         
 | |
|         private PurchaseDataTable tablePurchase;
 | |
|         
 | |
|         private vPurchaseDataTable tablevPurchase;
 | |
|         
 | |
|         private HolidayLIstDataTable tableHolidayLIst;
 | |
|         
 | |
|         private vFindSIDDataTable tablevFindSID;
 | |
|         
 | |
|         private vJobReportForUserDataTable tablevJobReportForUser;
 | |
|         
 | |
|         private CustomsDataTable tableCustoms;
 | |
|         
 | |
|         private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public dsMSSQL() {
 | |
|             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", "17.0.0.0")]
 | |
|         protected dsMSSQL(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["Users"] != null)) {
 | |
|                     base.Tables.Add(new UsersDataTable(ds.Tables["Users"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Projects"] != null)) {
 | |
|                     base.Tables.Add(new ProjectsDataTable(ds.Tables["Projects"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Items"] != null)) {
 | |
|                     base.Tables.Add(new ItemsDataTable(ds.Tables["Items"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Inventory"] != null)) {
 | |
|                     base.Tables.Add(new InventoryDataTable(ds.Tables["Inventory"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["LineCode"] != null)) {
 | |
|                     base.Tables.Add(new LineCodeDataTable(ds.Tables["LineCode"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["UserGroup"] != null)) {
 | |
|                     base.Tables.Add(new UserGroupDataTable(ds.Tables["UserGroup"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_GroupUser"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_GroupUserDataTable(ds.Tables["EETGW_GroupUser"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vGroupUser"] != null)) {
 | |
|                     base.Tables.Add(new vGroupUserDataTable(ds.Tables["vGroupUser"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["JobReport"] != null)) {
 | |
|                     base.Tables.Add(new JobReportDataTable(ds.Tables["JobReport"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["MailData"] != null)) {
 | |
|                     base.Tables.Add(new MailDataDataTable(ds.Tables["MailData"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["MailAuto"] != null)) {
 | |
|                     base.Tables.Add(new MailAutoDataTable(ds.Tables["MailAuto"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["BoardFAQ"] != null)) {
 | |
|                     base.Tables.Add(new BoardFAQDataTable(ds.Tables["BoardFAQ"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_LoginInfo"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_LoginInfoDataTable(ds.Tables["EETGW_LoginInfo"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_JobReport_AutoInput"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_JobReport_AutoInputDataTable(ds.Tables["EETGW_JobReport_AutoInput"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Purchase"] != null)) {
 | |
|                     base.Tables.Add(new PurchaseDataTable(ds.Tables["Purchase"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vPurchase"] != null)) {
 | |
|                     base.Tables.Add(new vPurchaseDataTable(ds.Tables["vPurchase"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["HolidayLIst"] != null)) {
 | |
|                     base.Tables.Add(new HolidayLIstDataTable(ds.Tables["HolidayLIst"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vFindSID"] != null)) {
 | |
|                     base.Tables.Add(new vFindSIDDataTable(ds.Tables["vFindSID"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vJobReportForUser"] != null)) {
 | |
|                     base.Tables.Add(new vJobReportForUserDataTable(ds.Tables["vJobReportForUser"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Customs"] != null)) {
 | |
|                     base.Tables.Add(new CustomsDataTable(ds.Tables["Customs"]));
 | |
|                 }
 | |
|                 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public UsersDataTable Users {
 | |
|             get {
 | |
|                 return this.tableUsers;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public ProjectsDataTable Projects {
 | |
|             get {
 | |
|                 return this.tableProjects;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public ItemsDataTable Items {
 | |
|             get {
 | |
|                 return this.tableItems;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public InventoryDataTable Inventory {
 | |
|             get {
 | |
|                 return this.tableInventory;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public UserGroupDataTable UserGroup {
 | |
|             get {
 | |
|                 return this.tableUserGroup;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public EETGW_GroupUserDataTable EETGW_GroupUser {
 | |
|             get {
 | |
|                 return this.tableEETGW_GroupUser;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public vGroupUserDataTable vGroupUser {
 | |
|             get {
 | |
|                 return this.tablevGroupUser;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public JobReportDataTable JobReport {
 | |
|             get {
 | |
|                 return this.tableJobReport;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public MailDataDataTable MailData {
 | |
|             get {
 | |
|                 return this.tableMailData;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public MailAutoDataTable MailAuto {
 | |
|             get {
 | |
|                 return this.tableMailAuto;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public BoardFAQDataTable BoardFAQ {
 | |
|             get {
 | |
|                 return this.tableBoardFAQ;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public EETGW_LoginInfoDataTable EETGW_LoginInfo {
 | |
|             get {
 | |
|                 return this.tableEETGW_LoginInfo;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public EETGW_JobReport_AutoInputDataTable EETGW_JobReport_AutoInput {
 | |
|             get {
 | |
|                 return this.tableEETGW_JobReport_AutoInput;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public PurchaseDataTable Purchase {
 | |
|             get {
 | |
|                 return this.tablePurchase;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public vPurchaseDataTable vPurchase {
 | |
|             get {
 | |
|                 return this.tablevPurchase;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public HolidayLIstDataTable HolidayLIst {
 | |
|             get {
 | |
|                 return this.tableHolidayLIst;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public vFindSIDDataTable vFindSID {
 | |
|             get {
 | |
|                 return this.tablevFindSID;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public vJobReportForUserDataTable vJobReportForUser {
 | |
|             get {
 | |
|                 return this.tablevJobReportForUser;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
 | |
|         public CustomsDataTable Customs {
 | |
|             get {
 | |
|                 return this.tableCustoms;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|         public override global::System.Data.DataSet Clone() {
 | |
|             dsMSSQL cln = ((dsMSSQL)(base.Clone()));
 | |
|             cln.InitVars();
 | |
|             cln.SchemaSerializationMode = this.SchemaSerializationMode;
 | |
|             return cln;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         protected override bool ShouldSerializeTables() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         protected override bool ShouldSerializeRelations() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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["Users"] != null)) {
 | |
|                     base.Tables.Add(new UsersDataTable(ds.Tables["Users"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Projects"] != null)) {
 | |
|                     base.Tables.Add(new ProjectsDataTable(ds.Tables["Projects"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Items"] != null)) {
 | |
|                     base.Tables.Add(new ItemsDataTable(ds.Tables["Items"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Inventory"] != null)) {
 | |
|                     base.Tables.Add(new InventoryDataTable(ds.Tables["Inventory"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["LineCode"] != null)) {
 | |
|                     base.Tables.Add(new LineCodeDataTable(ds.Tables["LineCode"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["UserGroup"] != null)) {
 | |
|                     base.Tables.Add(new UserGroupDataTable(ds.Tables["UserGroup"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_GroupUser"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_GroupUserDataTable(ds.Tables["EETGW_GroupUser"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vGroupUser"] != null)) {
 | |
|                     base.Tables.Add(new vGroupUserDataTable(ds.Tables["vGroupUser"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["JobReport"] != null)) {
 | |
|                     base.Tables.Add(new JobReportDataTable(ds.Tables["JobReport"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["MailData"] != null)) {
 | |
|                     base.Tables.Add(new MailDataDataTable(ds.Tables["MailData"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["MailAuto"] != null)) {
 | |
|                     base.Tables.Add(new MailAutoDataTable(ds.Tables["MailAuto"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["BoardFAQ"] != null)) {
 | |
|                     base.Tables.Add(new BoardFAQDataTable(ds.Tables["BoardFAQ"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_LoginInfo"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_LoginInfoDataTable(ds.Tables["EETGW_LoginInfo"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["EETGW_JobReport_AutoInput"] != null)) {
 | |
|                     base.Tables.Add(new EETGW_JobReport_AutoInputDataTable(ds.Tables["EETGW_JobReport_AutoInput"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Purchase"] != null)) {
 | |
|                     base.Tables.Add(new PurchaseDataTable(ds.Tables["Purchase"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vPurchase"] != null)) {
 | |
|                     base.Tables.Add(new vPurchaseDataTable(ds.Tables["vPurchase"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["HolidayLIst"] != null)) {
 | |
|                     base.Tables.Add(new HolidayLIstDataTable(ds.Tables["HolidayLIst"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vFindSID"] != null)) {
 | |
|                     base.Tables.Add(new vFindSIDDataTable(ds.Tables["vFindSID"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["vJobReportForUser"] != null)) {
 | |
|                     base.Tables.Add(new vJobReportForUserDataTable(ds.Tables["vJobReportForUser"]));
 | |
|                 }
 | |
|                 if ((ds.Tables["Customs"] != null)) {
 | |
|                     base.Tables.Add(new CustomsDataTable(ds.Tables["Customs"]));
 | |
|                 }
 | |
|                 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", "17.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", "17.0.0.0")]
 | |
|         internal void InitVars() {
 | |
|             this.InitVars(true);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         internal void InitVars(bool initTable) {
 | |
|             this.tableUsers = ((UsersDataTable)(base.Tables["Users"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableUsers != null)) {
 | |
|                     this.tableUsers.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableProjects = ((ProjectsDataTable)(base.Tables["Projects"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableProjects != null)) {
 | |
|                     this.tableProjects.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableItems = ((ItemsDataTable)(base.Tables["Items"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableItems != null)) {
 | |
|                     this.tableItems.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableInventory = ((InventoryDataTable)(base.Tables["Inventory"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableInventory != null)) {
 | |
|                     this.tableInventory.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableLineCode = ((LineCodeDataTable)(base.Tables["LineCode"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableLineCode != null)) {
 | |
|                     this.tableLineCode.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableUserGroup = ((UserGroupDataTable)(base.Tables["UserGroup"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableUserGroup != null)) {
 | |
|                     this.tableUserGroup.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEETGW_GroupUser = ((EETGW_GroupUserDataTable)(base.Tables["EETGW_GroupUser"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEETGW_GroupUser != null)) {
 | |
|                     this.tableEETGW_GroupUser.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevGroupUser = ((vGroupUserDataTable)(base.Tables["vGroupUser"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevGroupUser != null)) {
 | |
|                     this.tablevGroupUser.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableJobReport = ((JobReportDataTable)(base.Tables["JobReport"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableJobReport != null)) {
 | |
|                     this.tableJobReport.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableMailData = ((MailDataDataTable)(base.Tables["MailData"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableMailData != null)) {
 | |
|                     this.tableMailData.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableMailAuto = ((MailAutoDataTable)(base.Tables["MailAuto"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableMailAuto != null)) {
 | |
|                     this.tableMailAuto.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableBoardFAQ = ((BoardFAQDataTable)(base.Tables["BoardFAQ"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableBoardFAQ != null)) {
 | |
|                     this.tableBoardFAQ.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEETGW_LoginInfo = ((EETGW_LoginInfoDataTable)(base.Tables["EETGW_LoginInfo"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEETGW_LoginInfo != null)) {
 | |
|                     this.tableEETGW_LoginInfo.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableEETGW_JobReport_AutoInput = ((EETGW_JobReport_AutoInputDataTable)(base.Tables["EETGW_JobReport_AutoInput"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableEETGW_JobReport_AutoInput != null)) {
 | |
|                     this.tableEETGW_JobReport_AutoInput.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablePurchase = ((PurchaseDataTable)(base.Tables["Purchase"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablePurchase != null)) {
 | |
|                     this.tablePurchase.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevPurchase = ((vPurchaseDataTable)(base.Tables["vPurchase"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevPurchase != null)) {
 | |
|                     this.tablevPurchase.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableHolidayLIst = ((HolidayLIstDataTable)(base.Tables["HolidayLIst"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableHolidayLIst != null)) {
 | |
|                     this.tableHolidayLIst.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevFindSID = ((vFindSIDDataTable)(base.Tables["vFindSID"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevFindSID != null)) {
 | |
|                     this.tablevFindSID.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tablevJobReportForUser = ((vJobReportForUserDataTable)(base.Tables["vJobReportForUser"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tablevJobReportForUser != null)) {
 | |
|                     this.tablevJobReportForUser.InitVars();
 | |
|                 }
 | |
|             }
 | |
|             this.tableCustoms = ((CustomsDataTable)(base.Tables["Customs"]));
 | |
|             if ((initTable == true)) {
 | |
|                 if ((this.tableCustoms != null)) {
 | |
|                     this.tableCustoms.InitVars();
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitClass() {
 | |
|             this.DataSetName = "dsMSSQL";
 | |
|             this.Prefix = "";
 | |
|             this.Namespace = "http://tempuri.org/dsMSSQL.xsd";
 | |
|             this.EnforceConstraints = true;
 | |
|             this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             this.tableUsers = new UsersDataTable();
 | |
|             base.Tables.Add(this.tableUsers);
 | |
|             this.tableProjects = new ProjectsDataTable();
 | |
|             base.Tables.Add(this.tableProjects);
 | |
|             this.tableItems = new ItemsDataTable();
 | |
|             base.Tables.Add(this.tableItems);
 | |
|             this.tableInventory = new InventoryDataTable();
 | |
|             base.Tables.Add(this.tableInventory);
 | |
|             this.tableLineCode = new LineCodeDataTable();
 | |
|             base.Tables.Add(this.tableLineCode);
 | |
|             this.tableUserGroup = new UserGroupDataTable();
 | |
|             base.Tables.Add(this.tableUserGroup);
 | |
|             this.tableEETGW_GroupUser = new EETGW_GroupUserDataTable();
 | |
|             base.Tables.Add(this.tableEETGW_GroupUser);
 | |
|             this.tablevGroupUser = new vGroupUserDataTable();
 | |
|             base.Tables.Add(this.tablevGroupUser);
 | |
|             this.tableJobReport = new JobReportDataTable();
 | |
|             base.Tables.Add(this.tableJobReport);
 | |
|             this.tableMailData = new MailDataDataTable();
 | |
|             base.Tables.Add(this.tableMailData);
 | |
|             this.tableMailAuto = new MailAutoDataTable();
 | |
|             base.Tables.Add(this.tableMailAuto);
 | |
|             this.tableBoardFAQ = new BoardFAQDataTable();
 | |
|             base.Tables.Add(this.tableBoardFAQ);
 | |
|             this.tableEETGW_LoginInfo = new EETGW_LoginInfoDataTable();
 | |
|             base.Tables.Add(this.tableEETGW_LoginInfo);
 | |
|             this.tableEETGW_JobReport_AutoInput = new EETGW_JobReport_AutoInputDataTable();
 | |
|             base.Tables.Add(this.tableEETGW_JobReport_AutoInput);
 | |
|             this.tablePurchase = new PurchaseDataTable();
 | |
|             base.Tables.Add(this.tablePurchase);
 | |
|             this.tablevPurchase = new vPurchaseDataTable();
 | |
|             base.Tables.Add(this.tablevPurchase);
 | |
|             this.tableHolidayLIst = new HolidayLIstDataTable();
 | |
|             base.Tables.Add(this.tableHolidayLIst);
 | |
|             this.tablevFindSID = new vFindSIDDataTable();
 | |
|             base.Tables.Add(this.tablevFindSID);
 | |
|             this.tablevJobReportForUser = new vJobReportForUserDataTable();
 | |
|             base.Tables.Add(this.tablevJobReportForUser);
 | |
|             this.tableCustoms = new CustomsDataTable();
 | |
|             base.Tables.Add(this.tableCustoms);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeUsers() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeProjects() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeItems() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeInventory() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeLineCode() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeUserGroup() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeEETGW_GroupUser() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializevGroupUser() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeJobReport() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeMailData() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeMailAuto() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeBoardFAQ() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeEETGW_LoginInfo() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeEETGW_JobReport_AutoInput() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializePurchase() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializevPurchase() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeHolidayLIst() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializevFindSID() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializevJobReportForUser() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private bool ShouldSerializeCustoms() {
 | |
|             return false;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
 | |
|             dsMSSQL ds = new dsMSSQL();
 | |
|             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", "17.0.0.0")]
 | |
|         public delegate void UsersRowChangeEventHandler(object sender, UsersRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void ProjectsRowChangeEventHandler(object sender, ProjectsRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void ItemsRowChangeEventHandler(object sender, ItemsRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void InventoryRowChangeEventHandler(object sender, InventoryRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void LineCodeRowChangeEventHandler(object sender, LineCodeRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void UserGroupRowChangeEventHandler(object sender, UserGroupRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void EETGW_GroupUserRowChangeEventHandler(object sender, EETGW_GroupUserRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void vGroupUserRowChangeEventHandler(object sender, vGroupUserRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void JobReportRowChangeEventHandler(object sender, JobReportRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void MailDataRowChangeEventHandler(object sender, MailDataRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void MailAutoRowChangeEventHandler(object sender, MailAutoRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void BoardFAQRowChangeEventHandler(object sender, BoardFAQRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void EETGW_LoginInfoRowChangeEventHandler(object sender, EETGW_LoginInfoRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void EETGW_JobReport_AutoInputRowChangeEventHandler(object sender, EETGW_JobReport_AutoInputRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void PurchaseRowChangeEventHandler(object sender, PurchaseRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void vPurchaseRowChangeEventHandler(object sender, vPurchaseRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void HolidayLIstRowChangeEventHandler(object sender, HolidayLIstRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void vFindSIDRowChangeEventHandler(object sender, vFindSIDRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void vJobReportForUserRowChangeEventHandler(object sender, vJobReportForUserRowChangeEvent e);
 | |
|         
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public delegate void CustomsRowChangeEventHandler(object sender, CustomsRowChangeEvent e);
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents the strongly named DataTable class.
 | |
|         ///</summary>
 | |
|         [global::System.Serializable()]
 | |
|         [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
 | |
|         public partial class UsersDataTable : global::System.Data.TypedTableBase<UsersRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpassword;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrade;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnemail;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlevel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnindate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnoutdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnnameE;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnhp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplace;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnads_title;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnads_created;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnads_employNo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocesss;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UsersDataTable() {
 | |
|                 this.TableName = "Users";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal UsersDataTable(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", "17.0.0.0")]
 | |
|             protected UsersDataTable(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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn idColumn {
 | |
|                 get {
 | |
|                     return this.columnid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn passwordColumn {
 | |
|                 get {
 | |
|                     return this.columnpassword;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn deptColumn {
 | |
|                 get {
 | |
|                     return this.columndept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gradeColumn {
 | |
|                 get {
 | |
|                     return this.columngrade;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn emailColumn {
 | |
|                 get {
 | |
|                     return this.columnemail;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn levelColumn {
 | |
|                 get {
 | |
|                     return this.columnlevel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn indateColumn {
 | |
|                 get {
 | |
|                     return this.columnindate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn outdateColumn {
 | |
|                 get {
 | |
|                     return this.columnoutdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn telColumn {
 | |
|                 get {
 | |
|                     return this.columntel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameEColumn {
 | |
|                 get {
 | |
|                     return this.columnnameE;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn hpColumn {
 | |
|                 get {
 | |
|                     return this.columnhp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn placeColumn {
 | |
|                 get {
 | |
|                     return this.columnplace;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ads_titleColumn {
 | |
|                 get {
 | |
|                     return this.columnads_title;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ads_createdColumn {
 | |
|                 get {
 | |
|                     return this.columnads_created;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ads_employNoColumn {
 | |
|                 get {
 | |
|                     return this.columnads_employNo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processsColumn {
 | |
|                 get {
 | |
|                     return this.columnprocesss;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public UsersRow this[int index] {
 | |
|                 get {
 | |
|                     return ((UsersRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UsersRowChangeEventHandler UsersRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UsersRowChangeEventHandler UsersRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UsersRowChangeEventHandler UsersRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UsersRowChangeEventHandler UsersRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddUsersRow(UsersRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UsersRow AddUsersRow(
 | |
|                         string id, 
 | |
|                         string password, 
 | |
|                         string name, 
 | |
|                         string dept, 
 | |
|                         string grade, 
 | |
|                         string email, 
 | |
|                         short level, 
 | |
|                         string indate, 
 | |
|                         string outdate, 
 | |
|                         string memo, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string tel, 
 | |
|                         string nameE, 
 | |
|                         string hp, 
 | |
|                         string place, 
 | |
|                         string ads_title, 
 | |
|                         string ads_created, 
 | |
|                         string ads_employNo, 
 | |
|                         string processs, 
 | |
|                         string gcode) {
 | |
|                 UsersRow rowUsersRow = ((UsersRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         id,
 | |
|                         password,
 | |
|                         name,
 | |
|                         dept,
 | |
|                         grade,
 | |
|                         email,
 | |
|                         level,
 | |
|                         indate,
 | |
|                         outdate,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         tel,
 | |
|                         nameE,
 | |
|                         hp,
 | |
|                         place,
 | |
|                         ads_title,
 | |
|                         ads_created,
 | |
|                         ads_employNo,
 | |
|                         processs,
 | |
|                         gcode};
 | |
|                 rowUsersRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowUsersRow);
 | |
|                 return rowUsersRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UsersRow FindByid(string id) {
 | |
|                 return ((UsersRow)(this.Rows.Find(new object[] {
 | |
|                             id})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 UsersDataTable cln = ((UsersDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new UsersDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnid = base.Columns["id"];
 | |
|                 this.columnpassword = base.Columns["password"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columndept = base.Columns["dept"];
 | |
|                 this.columngrade = base.Columns["grade"];
 | |
|                 this.columnemail = base.Columns["email"];
 | |
|                 this.columnlevel = base.Columns["level"];
 | |
|                 this.columnindate = base.Columns["indate"];
 | |
|                 this.columnoutdate = base.Columns["outdate"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columntel = base.Columns["tel"];
 | |
|                 this.columnnameE = base.Columns["nameE"];
 | |
|                 this.columnhp = base.Columns["hp"];
 | |
|                 this.columnplace = base.Columns["place"];
 | |
|                 this.columnads_title = base.Columns["ads_title"];
 | |
|                 this.columnads_created = base.Columns["ads_created"];
 | |
|                 this.columnads_employNo = base.Columns["ads_employNo"];
 | |
|                 this.columnprocesss = base.Columns["processs"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnid = new global::System.Data.DataColumn("id", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnid);
 | |
|                 this.columnpassword = new global::System.Data.DataColumn("password", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpassword);
 | |
|                 this.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columndept = new global::System.Data.DataColumn("dept", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndept);
 | |
|                 this.columngrade = new global::System.Data.DataColumn("grade", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrade);
 | |
|                 this.columnemail = new global::System.Data.DataColumn("email", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnemail);
 | |
|                 this.columnlevel = new global::System.Data.DataColumn("level", typeof(short), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlevel);
 | |
|                 this.columnindate = new global::System.Data.DataColumn("indate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnindate);
 | |
|                 this.columnoutdate = new global::System.Data.DataColumn("outdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnoutdate);
 | |
|                 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.columntel = new global::System.Data.DataColumn("tel", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntel);
 | |
|                 this.columnnameE = new global::System.Data.DataColumn("nameE", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnnameE);
 | |
|                 this.columnhp = new global::System.Data.DataColumn("hp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnhp);
 | |
|                 this.columnplace = new global::System.Data.DataColumn("place", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplace);
 | |
|                 this.columnads_title = new global::System.Data.DataColumn("ads_title", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnads_title);
 | |
|                 this.columnads_created = new global::System.Data.DataColumn("ads_created", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnads_created);
 | |
|                 this.columnads_employNo = new global::System.Data.DataColumn("ads_employNo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnads_employNo);
 | |
|                 this.columnprocesss = new global::System.Data.DataColumn("processs", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocesss);
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnid}, true));
 | |
|                 this.columnid.AllowDBNull = false;
 | |
|                 this.columnid.Unique = true;
 | |
|                 this.columnid.MaxLength = 20;
 | |
|                 this.columnpassword.MaxLength = 50;
 | |
|                 this.columnname.MaxLength = 100;
 | |
|                 this.columndept.MaxLength = 100;
 | |
|                 this.columngrade.MaxLength = 10;
 | |
|                 this.columnemail.MaxLength = 100;
 | |
|                 this.columnindate.MaxLength = 20;
 | |
|                 this.columnoutdate.MaxLength = 20;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columntel.MaxLength = 20;
 | |
|                 this.columnnameE.MaxLength = 100;
 | |
|                 this.columnhp.MaxLength = 20;
 | |
|                 this.columnplace.MaxLength = 100;
 | |
|                 this.columnads_title.MaxLength = 100;
 | |
|                 this.columnads_created.MaxLength = 50;
 | |
|                 this.columnads_employNo.MaxLength = 50;
 | |
|                 this.columnprocesss.MaxLength = 100;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UsersRow NewUsersRow() {
 | |
|                 return ((UsersRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new UsersRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(UsersRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.UsersRowChanged != null)) {
 | |
|                     this.UsersRowChanged(this, new UsersRowChangeEvent(((UsersRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.UsersRowChanging != null)) {
 | |
|                     this.UsersRowChanging(this, new UsersRowChangeEvent(((UsersRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.UsersRowDeleted != null)) {
 | |
|                     this.UsersRowDeleted(this, new UsersRowChangeEvent(((UsersRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.UsersRowDeleting != null)) {
 | |
|                     this.UsersRowDeleting(this, new UsersRowChangeEvent(((UsersRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveUsersRow(UsersRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "UsersDataTable";
 | |
|                 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 ProjectsDataTable : global::System.Data.TypedTableBase<ProjectsRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnrequest;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnreqstaff;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnedate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnodate;
 | |
|             
 | |
|             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", "17.0.0.0")]
 | |
|             public ProjectsDataTable() {
 | |
|                 this.TableName = "Projects";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal ProjectsDataTable(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", "17.0.0.0")]
 | |
|             protected ProjectsDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn requestColumn {
 | |
|                 get {
 | |
|                     return this.columnrequest;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn reqstaffColumn {
 | |
|                 get {
 | |
|                     return this.columnreqstaff;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sdateColumn {
 | |
|                 get {
 | |
|                     return this.columnsdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn edateColumn {
 | |
|                 get {
 | |
|                     return this.columnedate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn odateColumn {
 | |
|                 get {
 | |
|                     return this.columnodate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public ProjectsRow this[int index] {
 | |
|                 get {
 | |
|                     return ((ProjectsRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ProjectsRowChangeEventHandler ProjectsRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ProjectsRowChangeEventHandler ProjectsRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ProjectsRowChangeEventHandler ProjectsRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ProjectsRowChangeEventHandler ProjectsRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddProjectsRow(ProjectsRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ProjectsRow AddProjectsRow(string name, string pdate, string request, string reqstaff, string sdate, string edate, string odate, string memo, string wuid, System.DateTime wdate) {
 | |
|                 ProjectsRow rowProjectsRow = ((ProjectsRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         name,
 | |
|                         pdate,
 | |
|                         request,
 | |
|                         reqstaff,
 | |
|                         sdate,
 | |
|                         edate,
 | |
|                         odate,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate};
 | |
|                 rowProjectsRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowProjectsRow);
 | |
|                 return rowProjectsRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ProjectsRow FindByidx(int idx) {
 | |
|                 return ((ProjectsRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 ProjectsDataTable cln = ((ProjectsDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new ProjectsDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnrequest = base.Columns["request"];
 | |
|                 this.columnreqstaff = base.Columns["reqstaff"];
 | |
|                 this.columnsdate = base.Columns["sdate"];
 | |
|                 this.columnedate = base.Columns["edate"];
 | |
|                 this.columnodate = base.Columns["odate"];
 | |
|                 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", "17.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.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnrequest = new global::System.Data.DataColumn("request", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnrequest);
 | |
|                 this.columnreqstaff = new global::System.Data.DataColumn("reqstaff", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnreqstaff);
 | |
|                 this.columnsdate = new global::System.Data.DataColumn("sdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsdate);
 | |
|                 this.columnedate = new global::System.Data.DataColumn("edate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnedate);
 | |
|                 this.columnodate = new global::System.Data.DataColumn("odate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnodate);
 | |
|                 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.columnname.MaxLength = 50;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columnrequest.MaxLength = 50;
 | |
|                 this.columnreqstaff.MaxLength = 50;
 | |
|                 this.columnsdate.MaxLength = 10;
 | |
|                 this.columnedate.MaxLength = 10;
 | |
|                 this.columnodate.MaxLength = 10;
 | |
|                 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", "17.0.0.0")]
 | |
|             public ProjectsRow NewProjectsRow() {
 | |
|                 return ((ProjectsRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new ProjectsRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(ProjectsRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.ProjectsRowChanged != null)) {
 | |
|                     this.ProjectsRowChanged(this, new ProjectsRowChangeEvent(((ProjectsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.ProjectsRowChanging != null)) {
 | |
|                     this.ProjectsRowChanging(this, new ProjectsRowChangeEvent(((ProjectsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.ProjectsRowDeleted != null)) {
 | |
|                     this.ProjectsRowDeleted(this, new ProjectsRowChangeEvent(((ProjectsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.ProjectsRowDeleting != null)) {
 | |
|                     this.ProjectsRowDeleting(this, new ProjectsRowChangeEvent(((ProjectsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveProjectsRow(ProjectsRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "ProjectsDataTable";
 | |
|                 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 ItemsDataTable : global::System.Data.TypedTableBase<ItemsRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsupply;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprice;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ItemsDataTable() {
 | |
|                 this.TableName = "Items";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal ItemsDataTable(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", "17.0.0.0")]
 | |
|             protected ItemsDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sidColumn {
 | |
|                 get {
 | |
|                     return this.columnsid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn supplyColumn {
 | |
|                 get {
 | |
|                     return this.columnsupply;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn priceColumn {
 | |
|                 get {
 | |
|                     return this.columnprice;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public ItemsRow this[int index] {
 | |
|                 get {
 | |
|                     return ((ItemsRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ItemsRowChangeEventHandler ItemsRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ItemsRowChangeEventHandler ItemsRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ItemsRowChangeEventHandler ItemsRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event ItemsRowChangeEventHandler ItemsRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddItemsRow(ItemsRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ItemsRow AddItemsRow(string name, string sid, string model, string manu, string supply, string memo, string wuid, System.DateTime wdate, decimal price) {
 | |
|                 ItemsRow rowItemsRow = ((ItemsRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         name,
 | |
|                         sid,
 | |
|                         model,
 | |
|                         manu,
 | |
|                         supply,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         price};
 | |
|                 rowItemsRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowItemsRow);
 | |
|                 return rowItemsRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ItemsRow FindByidx(int idx) {
 | |
|                 return ((ItemsRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 ItemsDataTable cln = ((ItemsDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new ItemsDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnsid = base.Columns["sid"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnsupply = base.Columns["supply"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnprice = base.Columns["price"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnsid = new global::System.Data.DataColumn("sid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsid);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnsupply = new global::System.Data.DataColumn("supply", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsupply);
 | |
|                 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.columnprice = new global::System.Data.DataColumn("price", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprice);
 | |
|                 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.columnname.MaxLength = 50;
 | |
|                 this.columnsid.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 50;
 | |
|                 this.columnmanu.MaxLength = 50;
 | |
|                 this.columnsupply.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", "17.0.0.0")]
 | |
|             public ItemsRow NewItemsRow() {
 | |
|                 return ((ItemsRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new ItemsRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(ItemsRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.ItemsRowChanged != null)) {
 | |
|                     this.ItemsRowChanged(this, new ItemsRowChangeEvent(((ItemsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.ItemsRowChanging != null)) {
 | |
|                     this.ItemsRowChanging(this, new ItemsRowChangeEvent(((ItemsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.ItemsRowDeleted != null)) {
 | |
|                     this.ItemsRowDeleted(this, new ItemsRowChangeEvent(((ItemsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.ItemsRowDeleting != null)) {
 | |
|                     this.ItemsRowDeleting(this, new ItemsRowChangeEvent(((ItemsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveItemsRow(ItemsRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "ItemsDataTable";
 | |
|                 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 InventoryDataTable : global::System.Data.TypedTableBase<InventoryRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnitem;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnserial;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndr_qty;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndr_amt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncr_qty;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncr_amt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnproject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columninvtype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprojectName;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnExpr1;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public InventoryDataTable() {
 | |
|                 this.TableName = "Inventory";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal InventoryDataTable(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", "17.0.0.0")]
 | |
|             protected InventoryDataTable(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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn uidColumn {
 | |
|                 get {
 | |
|                     return this.columnuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn itemColumn {
 | |
|                 get {
 | |
|                     return this.columnitem;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn dr_qtyColumn {
 | |
|                 get {
 | |
|                     return this.columndr_qty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn dr_amtColumn {
 | |
|                 get {
 | |
|                     return this.columndr_amt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn cr_qtyColumn {
 | |
|                 get {
 | |
|                     return this.columncr_qty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn cr_amtColumn {
 | |
|                 get {
 | |
|                     return this.columncr_amt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectColumn {
 | |
|                 get {
 | |
|                     return this.columnproject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn invtypeColumn {
 | |
|                 get {
 | |
|                     return this.columninvtype;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectNameColumn {
 | |
|                 get {
 | |
|                     return this.columnprojectName;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn Expr1Column {
 | |
|                 get {
 | |
|                     return this.columnExpr1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public InventoryRow this[int index] {
 | |
|                 get {
 | |
|                     return ((InventoryRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event InventoryRowChangeEventHandler InventoryRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event InventoryRowChangeEventHandler InventoryRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event InventoryRowChangeEventHandler InventoryRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event InventoryRowChangeEventHandler InventoryRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddInventoryRow(InventoryRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public InventoryRow AddInventoryRow(string pdate, string uid, int item, string serial, int dr_qty, decimal dr_amt, int cr_qty, decimal cr_amt, string memo, string wuid, System.DateTime wdate, int project, string invtype, string projectName, int Expr1) {
 | |
|                 InventoryRow rowInventoryRow = ((InventoryRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         uid,
 | |
|                         item,
 | |
|                         serial,
 | |
|                         dr_qty,
 | |
|                         dr_amt,
 | |
|                         cr_qty,
 | |
|                         cr_amt,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         project,
 | |
|                         invtype,
 | |
|                         projectName,
 | |
|                         Expr1};
 | |
|                 rowInventoryRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowInventoryRow);
 | |
|                 return rowInventoryRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public InventoryRow FindByidx(int idx) {
 | |
|                 return ((InventoryRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 InventoryDataTable cln = ((InventoryDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new InventoryDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnuid = base.Columns["uid"];
 | |
|                 this.columnitem = base.Columns["item"];
 | |
|                 this.columnserial = base.Columns["serial"];
 | |
|                 this.columndr_qty = base.Columns["dr_qty"];
 | |
|                 this.columndr_amt = base.Columns["dr_amt"];
 | |
|                 this.columncr_qty = base.Columns["cr_qty"];
 | |
|                 this.columncr_amt = base.Columns["cr_amt"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnproject = base.Columns["project"];
 | |
|                 this.columninvtype = base.Columns["invtype"];
 | |
|                 this.columnprojectName = base.Columns["projectName"];
 | |
|                 this.columnExpr1 = base.Columns["Expr1"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columnuid = new global::System.Data.DataColumn("uid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuid);
 | |
|                 this.columnitem = new global::System.Data.DataColumn("item", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnitem);
 | |
|                 this.columnserial = new global::System.Data.DataColumn("serial", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnserial);
 | |
|                 this.columndr_qty = new global::System.Data.DataColumn("dr_qty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndr_qty);
 | |
|                 this.columndr_amt = new global::System.Data.DataColumn("dr_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndr_amt);
 | |
|                 this.columncr_qty = new global::System.Data.DataColumn("cr_qty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncr_qty);
 | |
|                 this.columncr_amt = new global::System.Data.DataColumn("cr_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncr_amt);
 | |
|                 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.columnproject = new global::System.Data.DataColumn("project", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnproject);
 | |
|                 this.columninvtype = new global::System.Data.DataColumn("invtype", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columninvtype);
 | |
|                 this.columnprojectName = new global::System.Data.DataColumn("projectName", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprojectName);
 | |
|                 this.columnExpr1 = new global::System.Data.DataColumn("Expr1", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnExpr1);
 | |
|                 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 = 10;
 | |
|                 this.columnuid.MaxLength = 20;
 | |
|                 this.columnserial.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columninvtype.MaxLength = 2;
 | |
|                 this.columnprojectName.MaxLength = 200;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public InventoryRow NewInventoryRow() {
 | |
|                 return ((InventoryRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new InventoryRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(InventoryRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.InventoryRowChanged != null)) {
 | |
|                     this.InventoryRowChanged(this, new InventoryRowChangeEvent(((InventoryRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.InventoryRowChanging != null)) {
 | |
|                     this.InventoryRowChanging(this, new InventoryRowChangeEvent(((InventoryRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.InventoryRowDeleted != null)) {
 | |
|                     this.InventoryRowDeleted(this, new InventoryRowChangeEvent(((InventoryRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.InventoryRowDeleting != null)) {
 | |
|                     this.InventoryRowDeleting(this, new InventoryRowChangeEvent(((InventoryRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveInventoryRow(InventoryRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "InventoryDataTable";
 | |
|                 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 columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexcept;
 | |
|             
 | |
|             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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public LineCodeRow this[int index] {
 | |
|                 get {
 | |
|                     return ((LineCodeRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event LineCodeRowChangeEventHandler LineCodeRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public LineCodeRow AddLineCodeRow(string code, string team, string part, string memo, string wuid, System.DateTime wdate, bool except, string plant, string grp2) {
 | |
|                 LineCodeRow rowLineCodeRow = ((LineCodeRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         code,
 | |
|                         team,
 | |
|                         part,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         except,
 | |
|                         plant,
 | |
|                         grp2};
 | |
|                 rowLineCodeRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowLineCodeRow);
 | |
|                 return rowLineCodeRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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.columnmemo = base.Columns["memo"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnexcept = base.Columns["except"];
 | |
|                 this.columnplant = base.Columns["plant"];
 | |
|                 this.columngrp2 = base.Columns["grp2"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.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.columnexcept = new global::System.Data.DataColumn("except", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexcept);
 | |
|                 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", "17.0.0.0")]
 | |
|             public LineCodeRow NewLineCodeRow() {
 | |
|                 return ((LineCodeRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 UserGroupDataTable : global::System.Data.TypedTableBase<UserGroupRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columndept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpath_kj;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnadvpurchase;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpermission;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnadvkisul;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanagerinfo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndevinfo;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UserGroupDataTable() {
 | |
|                 this.TableName = "UserGroup";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal UserGroupDataTable(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", "17.0.0.0")]
 | |
|             protected UserGroupDataTable(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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn deptColumn {
 | |
|                 get {
 | |
|                     return this.columndept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn path_kjColumn {
 | |
|                 get {
 | |
|                     return this.columnpath_kj;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn advpurchaseColumn {
 | |
|                 get {
 | |
|                     return this.columnadvpurchase;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn permissionColumn {
 | |
|                 get {
 | |
|                     return this.columnpermission;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn advkisulColumn {
 | |
|                 get {
 | |
|                     return this.columnadvkisul;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn managerinfoColumn {
 | |
|                 get {
 | |
|                     return this.columnmanagerinfo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn devinfoColumn {
 | |
|                 get {
 | |
|                     return this.columndevinfo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public UserGroupRow this[int index] {
 | |
|                 get {
 | |
|                     return ((UserGroupRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UserGroupRowChangeEventHandler UserGroupRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UserGroupRowChangeEventHandler UserGroupRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UserGroupRowChangeEventHandler UserGroupRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event UserGroupRowChangeEventHandler UserGroupRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddUserGroupRow(UserGroupRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UserGroupRow AddUserGroupRow(string dept, string gcode, string path_kj, bool advpurchase, int permission, bool advkisul, string managerinfo, string devinfo) {
 | |
|                 UserGroupRow rowUserGroupRow = ((UserGroupRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         dept,
 | |
|                         gcode,
 | |
|                         path_kj,
 | |
|                         advpurchase,
 | |
|                         permission,
 | |
|                         advkisul,
 | |
|                         managerinfo,
 | |
|                         devinfo};
 | |
|                 rowUserGroupRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowUserGroupRow);
 | |
|                 return rowUserGroupRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UserGroupRow FindBydept(string dept) {
 | |
|                 return ((UserGroupRow)(this.Rows.Find(new object[] {
 | |
|                             dept})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 UserGroupDataTable cln = ((UserGroupDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new UserGroupDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columndept = base.Columns["dept"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnpath_kj = base.Columns["path_kj"];
 | |
|                 this.columnadvpurchase = base.Columns["advpurchase"];
 | |
|                 this.columnpermission = base.Columns["permission"];
 | |
|                 this.columnadvkisul = base.Columns["advkisul"];
 | |
|                 this.columnmanagerinfo = base.Columns["managerinfo"];
 | |
|                 this.columndevinfo = base.Columns["devinfo"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columndept = new global::System.Data.DataColumn("dept", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndept);
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnpath_kj = new global::System.Data.DataColumn("path_kj", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpath_kj);
 | |
|                 this.columnadvpurchase = new global::System.Data.DataColumn("advpurchase", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnadvpurchase);
 | |
|                 this.columnpermission = new global::System.Data.DataColumn("permission", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpermission);
 | |
|                 this.columnadvkisul = new global::System.Data.DataColumn("advkisul", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnadvkisul);
 | |
|                 this.columnmanagerinfo = new global::System.Data.DataColumn("managerinfo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanagerinfo);
 | |
|                 this.columndevinfo = new global::System.Data.DataColumn("devinfo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndevinfo);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columndept}, true));
 | |
|                 this.columndept.AllowDBNull = false;
 | |
|                 this.columndept.Unique = true;
 | |
|                 this.columndept.MaxLength = 100;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnpath_kj.MaxLength = 100;
 | |
|                 this.columnmanagerinfo.MaxLength = 255;
 | |
|                 this.columndevinfo.MaxLength = 255;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UserGroupRow NewUserGroupRow() {
 | |
|                 return ((UserGroupRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new UserGroupRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(UserGroupRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.UserGroupRowChanged != null)) {
 | |
|                     this.UserGroupRowChanged(this, new UserGroupRowChangeEvent(((UserGroupRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.UserGroupRowChanging != null)) {
 | |
|                     this.UserGroupRowChanging(this, new UserGroupRowChangeEvent(((UserGroupRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.UserGroupRowDeleted != null)) {
 | |
|                     this.UserGroupRowDeleted(this, new UserGroupRowChangeEvent(((UserGroupRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.UserGroupRowDeleting != null)) {
 | |
|                     this.UserGroupRowDeleting(this, new UserGroupRowChangeEvent(((UserGroupRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveUserGroupRow(UserGroupRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "UserGroupDataTable";
 | |
|                 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_GroupUserDataTable : global::System.Data.TypedTableBase<EETGW_GroupUserRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlevel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuseJobReport;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuseUserState;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnProcess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexceptHoly;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_GroupUserDataTable() {
 | |
|                 this.TableName = "EETGW_GroupUser";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal EETGW_GroupUserDataTable(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", "17.0.0.0")]
 | |
|             protected EETGW_GroupUserDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn uidColumn {
 | |
|                 get {
 | |
|                     return this.columnuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn levelColumn {
 | |
|                 get {
 | |
|                     return this.columnlevel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn useJobReportColumn {
 | |
|                 get {
 | |
|                     return this.columnuseJobReport;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn useUserStateColumn {
 | |
|                 get {
 | |
|                     return this.columnuseUserState;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn stateColumn {
 | |
|                 get {
 | |
|                     return this.columnstate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ProcessColumn {
 | |
|                 get {
 | |
|                     return this.columnProcess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptHolyColumn {
 | |
|                 get {
 | |
|                     return this.columnexceptHoly;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public EETGW_GroupUserRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EETGW_GroupUserRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_GroupUserRowChangeEventHandler EETGW_GroupUserRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_GroupUserRowChangeEventHandler EETGW_GroupUserRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_GroupUserRowChangeEventHandler EETGW_GroupUserRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_GroupUserRowChangeEventHandler EETGW_GroupUserRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddEETGW_GroupUserRow(EETGW_GroupUserRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_GroupUserRow AddEETGW_GroupUserRow(string gcode, string uid, short level, string wuid, System.DateTime wdate, bool useJobReport, bool useUserState, string state, string Process, bool exceptHoly) {
 | |
|                 EETGW_GroupUserRow rowEETGW_GroupUserRow = ((EETGW_GroupUserRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         gcode,
 | |
|                         uid,
 | |
|                         level,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         useJobReport,
 | |
|                         useUserState,
 | |
|                         state,
 | |
|                         Process,
 | |
|                         exceptHoly};
 | |
|                 rowEETGW_GroupUserRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEETGW_GroupUserRow);
 | |
|                 return rowEETGW_GroupUserRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_GroupUserRow FindByidx(int idx) {
 | |
|                 return ((EETGW_GroupUserRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EETGW_GroupUserDataTable cln = ((EETGW_GroupUserDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new EETGW_GroupUserDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnuid = base.Columns["uid"];
 | |
|                 this.columnlevel = base.Columns["level"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnuseJobReport = base.Columns["useJobReport"];
 | |
|                 this.columnuseUserState = base.Columns["useUserState"];
 | |
|                 this.columnstate = base.Columns["state"];
 | |
|                 this.columnProcess = base.Columns["Process"];
 | |
|                 this.columnexceptHoly = base.Columns["exceptHoly"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnuid = new global::System.Data.DataColumn("uid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuid);
 | |
|                 this.columnlevel = new global::System.Data.DataColumn("level", typeof(short), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlevel);
 | |
|                 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.columnuseJobReport = new global::System.Data.DataColumn("useJobReport", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuseJobReport);
 | |
|                 this.columnuseUserState = new global::System.Data.DataColumn("useUserState", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuseUserState);
 | |
|                 this.columnstate = new global::System.Data.DataColumn("state", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstate);
 | |
|                 this.columnProcess = new global::System.Data.DataColumn("Process", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnProcess);
 | |
|                 this.columnexceptHoly = new global::System.Data.DataColumn("exceptHoly", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexceptHoly);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnuid.AllowDBNull = false;
 | |
|                 this.columnuid.MaxLength = 20;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnstate.MaxLength = 20;
 | |
|                 this.columnProcess.MaxLength = 50;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_GroupUserRow NewEETGW_GroupUserRow() {
 | |
|                 return ((EETGW_GroupUserRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new EETGW_GroupUserRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(EETGW_GroupUserRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.EETGW_GroupUserRowChanged != null)) {
 | |
|                     this.EETGW_GroupUserRowChanged(this, new EETGW_GroupUserRowChangeEvent(((EETGW_GroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.EETGW_GroupUserRowChanging != null)) {
 | |
|                     this.EETGW_GroupUserRowChanging(this, new EETGW_GroupUserRowChangeEvent(((EETGW_GroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.EETGW_GroupUserRowDeleted != null)) {
 | |
|                     this.EETGW_GroupUserRowDeleted(this, new EETGW_GroupUserRowChangeEvent(((EETGW_GroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.EETGW_GroupUserRowDeleting != null)) {
 | |
|                     this.EETGW_GroupUserRowDeleting(this, new EETGW_GroupUserRowChangeEvent(((EETGW_GroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveEETGW_GroupUserRow(EETGW_GroupUserRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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_GroupUserDataTable";
 | |
|                 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 vGroupUserDataTable : global::System.Data.TypedTableBase<vGroupUserRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlevel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnnameE;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrade;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnemail;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnindate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnoutdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnhp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplace;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnads_employNo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnads_title;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnads_created;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocesss;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuseJobReport;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuseUserState;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpassword;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnexceptHoly;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vGroupUserDataTable() {
 | |
|                 this.TableName = "vGroupUser";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vGroupUserDataTable(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", "17.0.0.0")]
 | |
|             protected vGroupUserDataTable(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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn deptColumn {
 | |
|                 get {
 | |
|                     return this.columndept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn levelColumn {
 | |
|                 get {
 | |
|                     return this.columnlevel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameEColumn {
 | |
|                 get {
 | |
|                     return this.columnnameE;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gradeColumn {
 | |
|                 get {
 | |
|                     return this.columngrade;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn emailColumn {
 | |
|                 get {
 | |
|                     return this.columnemail;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn telColumn {
 | |
|                 get {
 | |
|                     return this.columntel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn indateColumn {
 | |
|                 get {
 | |
|                     return this.columnindate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn outdateColumn {
 | |
|                 get {
 | |
|                     return this.columnoutdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn hpColumn {
 | |
|                 get {
 | |
|                     return this.columnhp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn placeColumn {
 | |
|                 get {
 | |
|                     return this.columnplace;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ads_employNoColumn {
 | |
|                 get {
 | |
|                     return this.columnads_employNo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ads_titleColumn {
 | |
|                 get {
 | |
|                     return this.columnads_title;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ads_createdColumn {
 | |
|                 get {
 | |
|                     return this.columnads_created;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processsColumn {
 | |
|                 get {
 | |
|                     return this.columnprocesss;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn idColumn {
 | |
|                 get {
 | |
|                     return this.columnid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn stateColumn {
 | |
|                 get {
 | |
|                     return this.columnstate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn useJobReportColumn {
 | |
|                 get {
 | |
|                     return this.columnuseJobReport;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn useUserStateColumn {
 | |
|                 get {
 | |
|                     return this.columnuseUserState;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn passwordColumn {
 | |
|                 get {
 | |
|                     return this.columnpassword;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn exceptHolyColumn {
 | |
|                 get {
 | |
|                     return this.columnexceptHoly;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public vGroupUserRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vGroupUserRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vGroupUserRowChangeEventHandler vGroupUserRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vGroupUserRowChangeEventHandler vGroupUserRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vGroupUserRowChangeEventHandler vGroupUserRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vGroupUserRowChangeEventHandler vGroupUserRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddvGroupUserRow(vGroupUserRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vGroupUserRow AddvGroupUserRow(
 | |
|                         string gcode, 
 | |
|                         string dept, 
 | |
|                         short level, 
 | |
|                         string name, 
 | |
|                         string nameE, 
 | |
|                         string grade, 
 | |
|                         string email, 
 | |
|                         string tel, 
 | |
|                         string indate, 
 | |
|                         string outdate, 
 | |
|                         string hp, 
 | |
|                         string place, 
 | |
|                         string ads_employNo, 
 | |
|                         string ads_title, 
 | |
|                         string ads_created, 
 | |
|                         string memo, 
 | |
|                         string processs, 
 | |
|                         string id, 
 | |
|                         string state, 
 | |
|                         bool useJobReport, 
 | |
|                         bool useUserState, 
 | |
|                         string password, 
 | |
|                         bool exceptHoly) {
 | |
|                 vGroupUserRow rowvGroupUserRow = ((vGroupUserRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         gcode,
 | |
|                         dept,
 | |
|                         level,
 | |
|                         name,
 | |
|                         nameE,
 | |
|                         grade,
 | |
|                         email,
 | |
|                         tel,
 | |
|                         indate,
 | |
|                         outdate,
 | |
|                         hp,
 | |
|                         place,
 | |
|                         ads_employNo,
 | |
|                         ads_title,
 | |
|                         ads_created,
 | |
|                         memo,
 | |
|                         processs,
 | |
|                         id,
 | |
|                         state,
 | |
|                         useJobReport,
 | |
|                         useUserState,
 | |
|                         password,
 | |
|                         exceptHoly};
 | |
|                 rowvGroupUserRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvGroupUserRow);
 | |
|                 return rowvGroupUserRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vGroupUserRow FindBygcodeid(string gcode, string id) {
 | |
|                 return ((vGroupUserRow)(this.Rows.Find(new object[] {
 | |
|                             gcode,
 | |
|                             id})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vGroupUserDataTable cln = ((vGroupUserDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new vGroupUserDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columndept = base.Columns["dept"];
 | |
|                 this.columnlevel = base.Columns["level"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnnameE = base.Columns["nameE"];
 | |
|                 this.columngrade = base.Columns["grade"];
 | |
|                 this.columnemail = base.Columns["email"];
 | |
|                 this.columntel = base.Columns["tel"];
 | |
|                 this.columnindate = base.Columns["indate"];
 | |
|                 this.columnoutdate = base.Columns["outdate"];
 | |
|                 this.columnhp = base.Columns["hp"];
 | |
|                 this.columnplace = base.Columns["place"];
 | |
|                 this.columnads_employNo = base.Columns["ads_employNo"];
 | |
|                 this.columnads_title = base.Columns["ads_title"];
 | |
|                 this.columnads_created = base.Columns["ads_created"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnprocesss = base.Columns["processs"];
 | |
|                 this.columnid = base.Columns["id"];
 | |
|                 this.columnstate = base.Columns["state"];
 | |
|                 this.columnuseJobReport = base.Columns["useJobReport"];
 | |
|                 this.columnuseUserState = base.Columns["useUserState"];
 | |
|                 this.columnpassword = base.Columns["password"];
 | |
|                 this.columnexceptHoly = base.Columns["exceptHoly"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columndept = new global::System.Data.DataColumn("dept", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndept);
 | |
|                 this.columnlevel = new global::System.Data.DataColumn("level", typeof(short), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlevel);
 | |
|                 this.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnnameE = new global::System.Data.DataColumn("nameE", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnnameE);
 | |
|                 this.columngrade = new global::System.Data.DataColumn("grade", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrade);
 | |
|                 this.columnemail = new global::System.Data.DataColumn("email", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnemail);
 | |
|                 this.columntel = new global::System.Data.DataColumn("tel", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntel);
 | |
|                 this.columnindate = new global::System.Data.DataColumn("indate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnindate);
 | |
|                 this.columnoutdate = new global::System.Data.DataColumn("outdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnoutdate);
 | |
|                 this.columnhp = new global::System.Data.DataColumn("hp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnhp);
 | |
|                 this.columnplace = new global::System.Data.DataColumn("place", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplace);
 | |
|                 this.columnads_employNo = new global::System.Data.DataColumn("ads_employNo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnads_employNo);
 | |
|                 this.columnads_title = new global::System.Data.DataColumn("ads_title", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnads_title);
 | |
|                 this.columnads_created = new global::System.Data.DataColumn("ads_created", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnads_created);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnprocesss = new global::System.Data.DataColumn("processs", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocesss);
 | |
|                 this.columnid = new global::System.Data.DataColumn("id", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnid);
 | |
|                 this.columnstate = new global::System.Data.DataColumn("state", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstate);
 | |
|                 this.columnuseJobReport = new global::System.Data.DataColumn("useJobReport", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuseJobReport);
 | |
|                 this.columnuseUserState = new global::System.Data.DataColumn("useUserState", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuseUserState);
 | |
|                 this.columnpassword = new global::System.Data.DataColumn("password", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpassword);
 | |
|                 this.columnexceptHoly = new global::System.Data.DataColumn("exceptHoly", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnexceptHoly);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columngcode,
 | |
|                                 this.columnid}, true));
 | |
|                 this.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columndept.MaxLength = 100;
 | |
|                 this.columnname.MaxLength = 100;
 | |
|                 this.columnnameE.MaxLength = 100;
 | |
|                 this.columngrade.MaxLength = 10;
 | |
|                 this.columnemail.MaxLength = 100;
 | |
|                 this.columntel.MaxLength = 20;
 | |
|                 this.columnindate.MaxLength = 20;
 | |
|                 this.columnoutdate.MaxLength = 20;
 | |
|                 this.columnhp.MaxLength = 20;
 | |
|                 this.columnplace.MaxLength = 100;
 | |
|                 this.columnads_employNo.MaxLength = 50;
 | |
|                 this.columnads_title.MaxLength = 100;
 | |
|                 this.columnads_created.MaxLength = 50;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnprocesss.ReadOnly = true;
 | |
|                 this.columnprocesss.MaxLength = 50;
 | |
|                 this.columnid.AllowDBNull = false;
 | |
|                 this.columnid.MaxLength = 20;
 | |
|                 this.columnstate.MaxLength = 20;
 | |
|                 this.columnpassword.MaxLength = 50;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vGroupUserRow NewvGroupUserRow() {
 | |
|                 return ((vGroupUserRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new vGroupUserRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(vGroupUserRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.vGroupUserRowChanged != null)) {
 | |
|                     this.vGroupUserRowChanged(this, new vGroupUserRowChangeEvent(((vGroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.vGroupUserRowChanging != null)) {
 | |
|                     this.vGroupUserRowChanging(this, new vGroupUserRowChangeEvent(((vGroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.vGroupUserRowDeleted != null)) {
 | |
|                     this.vGroupUserRowDeleted(this, new vGroupUserRowChangeEvent(((vGroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.vGroupUserRowDeleting != null)) {
 | |
|                     this.vGroupUserRowDeleting(this, new vGroupUserRowChangeEvent(((vGroupUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemovevGroupUserRow(vGroupUserRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "vGroupUserDataTable";
 | |
|                 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 JobReportDataTable : global::System.Data.TypedTableBase<JobReportRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprojectName;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnrequestpart;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpackage;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstatus;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndescription;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnremark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnhrs;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnot;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnimport;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndescription2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnautoinput;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public JobReportDataTable() {
 | |
|                 this.TableName = "JobReport";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal JobReportDataTable(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", "17.0.0.0")]
 | |
|             protected JobReportDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pidxColumn {
 | |
|                 get {
 | |
|                     return this.columnpidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectNameColumn {
 | |
|                 get {
 | |
|                     return this.columnprojectName;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn uidColumn {
 | |
|                 get {
 | |
|                     return this.columnuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn requestpartColumn {
 | |
|                 get {
 | |
|                     return this.columnrequestpart;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn packageColumn {
 | |
|                 get {
 | |
|                     return this.columnpackage;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn statusColumn {
 | |
|                 get {
 | |
|                     return this.columnstatus;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processColumn {
 | |
|                 get {
 | |
|                     return this.columnprocess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn descriptionColumn {
 | |
|                 get {
 | |
|                     return this.columndescription;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn hrsColumn {
 | |
|                 get {
 | |
|                     return this.columnhrs;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn otColumn {
 | |
|                 get {
 | |
|                     return this.columnot;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn importColumn {
 | |
|                 get {
 | |
|                     return this.columnimport;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn description2Column {
 | |
|                 get {
 | |
|                     return this.columndescription2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn tagColumn {
 | |
|                 get {
 | |
|                     return this.columntag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn autoinputColumn {
 | |
|                 get {
 | |
|                     return this.columnautoinput;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public JobReportRow this[int index] {
 | |
|                 get {
 | |
|                     return ((JobReportRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event JobReportRowChangeEventHandler JobReportRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event JobReportRowChangeEventHandler JobReportRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event JobReportRowChangeEventHandler JobReportRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event JobReportRowChangeEventHandler JobReportRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddJobReportRow(JobReportRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public JobReportRow AddJobReportRow(
 | |
|                         string gcode, 
 | |
|                         string pdate, 
 | |
|                         int pidx, 
 | |
|                         string projectName, 
 | |
|                         string uid, 
 | |
|                         string requestpart, 
 | |
|                         string package, 
 | |
|                         string status, 
 | |
|                         string type, 
 | |
|                         string process, 
 | |
|                         string description, 
 | |
|                         string remark, 
 | |
|                         double hrs, 
 | |
|                         double ot, 
 | |
|                         bool import, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string description2, 
 | |
|                         string tag, 
 | |
|                         bool autoinput) {
 | |
|                 JobReportRow rowJobReportRow = ((JobReportRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         gcode,
 | |
|                         pdate,
 | |
|                         pidx,
 | |
|                         projectName,
 | |
|                         uid,
 | |
|                         requestpart,
 | |
|                         package,
 | |
|                         status,
 | |
|                         type,
 | |
|                         process,
 | |
|                         description,
 | |
|                         remark,
 | |
|                         hrs,
 | |
|                         ot,
 | |
|                         import,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         description2,
 | |
|                         tag,
 | |
|                         autoinput};
 | |
|                 rowJobReportRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowJobReportRow);
 | |
|                 return rowJobReportRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public JobReportRow FindByidx(int idx) {
 | |
|                 return ((JobReportRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 JobReportDataTable cln = ((JobReportDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new JobReportDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnpidx = base.Columns["pidx"];
 | |
|                 this.columnprojectName = base.Columns["projectName"];
 | |
|                 this.columnuid = base.Columns["uid"];
 | |
|                 this.columnrequestpart = base.Columns["requestpart"];
 | |
|                 this.columnpackage = base.Columns["package"];
 | |
|                 this.columnstatus = base.Columns["status"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnprocess = base.Columns["process"];
 | |
|                 this.columndescription = base.Columns["description"];
 | |
|                 this.columnremark = base.Columns["remark"];
 | |
|                 this.columnhrs = base.Columns["hrs"];
 | |
|                 this.columnot = base.Columns["ot"];
 | |
|                 this.columnimport = base.Columns["import"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columndescription2 = base.Columns["description2"];
 | |
|                 this.columntag = base.Columns["tag"];
 | |
|                 this.columnautoinput = base.Columns["autoinput"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnpidx = new global::System.Data.DataColumn("pidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpidx);
 | |
|                 this.columnprojectName = new global::System.Data.DataColumn("projectName", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprojectName);
 | |
|                 this.columnuid = new global::System.Data.DataColumn("uid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuid);
 | |
|                 this.columnrequestpart = new global::System.Data.DataColumn("requestpart", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnrequestpart);
 | |
|                 this.columnpackage = new global::System.Data.DataColumn("package", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpackage);
 | |
|                 this.columnstatus = new global::System.Data.DataColumn("status", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstatus);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnprocess = new global::System.Data.DataColumn("process", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocess);
 | |
|                 this.columndescription = new global::System.Data.DataColumn("description", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndescription);
 | |
|                 this.columnremark = new global::System.Data.DataColumn("remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnremark);
 | |
|                 this.columnhrs = new global::System.Data.DataColumn("hrs", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnhrs);
 | |
|                 this.columnot = new global::System.Data.DataColumn("ot", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnot);
 | |
|                 this.columnimport = new global::System.Data.DataColumn("import", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnimport);
 | |
|                 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.columndescription2 = new global::System.Data.DataColumn("description2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndescription2);
 | |
|                 this.columntag = new global::System.Data.DataColumn("tag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntag);
 | |
|                 this.columnautoinput = new global::System.Data.DataColumn("autoinput", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnautoinput);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columnprojectName.MaxLength = 255;
 | |
|                 this.columnuid.MaxLength = 20;
 | |
|                 this.columnrequestpart.MaxLength = 50;
 | |
|                 this.columnpackage.MaxLength = 50;
 | |
|                 this.columnstatus.MaxLength = 20;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnprocess.MaxLength = 50;
 | |
|                 this.columndescription.MaxLength = 2147483647;
 | |
|                 this.columnremark.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columndescription2.MaxLength = 2147483647;
 | |
|                 this.columntag.MaxLength = 255;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public JobReportRow NewJobReportRow() {
 | |
|                 return ((JobReportRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new JobReportRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(JobReportRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.JobReportRowChanged != null)) {
 | |
|                     this.JobReportRowChanged(this, new JobReportRowChangeEvent(((JobReportRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.JobReportRowChanging != null)) {
 | |
|                     this.JobReportRowChanging(this, new JobReportRowChangeEvent(((JobReportRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.JobReportRowDeleted != null)) {
 | |
|                     this.JobReportRowDeleted(this, new JobReportRowChangeEvent(((JobReportRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.JobReportRowDeleting != null)) {
 | |
|                     this.JobReportRowDeleting(this, new JobReportRowChangeEvent(((JobReportRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveJobReportRow(JobReportRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "JobReportDataTable";
 | |
|                 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 MailDataDataTable : global::System.Data.TypedTableBase<MailDataRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnproject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsubject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntolist;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbcc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbody;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnSendOK;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnSendMsg;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnaidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnatime;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnfromlist;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailDataDataTable() {
 | |
|                 this.TableName = "MailData";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal MailDataDataTable(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", "17.0.0.0")]
 | |
|             protected MailDataDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectColumn {
 | |
|                 get {
 | |
|                     return this.columnproject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn cateColumn {
 | |
|                 get {
 | |
|                     return this.columncate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn subjectColumn {
 | |
|                 get {
 | |
|                     return this.columnsubject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn tolistColumn {
 | |
|                 get {
 | |
|                     return this.columntolist;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bccColumn {
 | |
|                 get {
 | |
|                     return this.columnbcc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ccColumn {
 | |
|                 get {
 | |
|                     return this.columncc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bodyColumn {
 | |
|                 get {
 | |
|                     return this.columnbody;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn SendOKColumn {
 | |
|                 get {
 | |
|                     return this.columnSendOK;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn SendMsgColumn {
 | |
|                 get {
 | |
|                     return this.columnSendMsg;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn aidxColumn {
 | |
|                 get {
 | |
|                     return this.columnaidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn atimeColumn {
 | |
|                 get {
 | |
|                     return this.columnatime;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn fromlistColumn {
 | |
|                 get {
 | |
|                     return this.columnfromlist;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public MailDataRow this[int index] {
 | |
|                 get {
 | |
|                     return ((MailDataRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailDataRowChangeEventHandler MailDataRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailDataRowChangeEventHandler MailDataRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailDataRowChangeEventHandler MailDataRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailDataRowChangeEventHandler MailDataRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddMailDataRow(MailDataRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailDataRow AddMailDataRow(
 | |
|                         int project, 
 | |
|                         string gcode, 
 | |
|                         string cate, 
 | |
|                         string pdate, 
 | |
|                         string subject, 
 | |
|                         string tolist, 
 | |
|                         string bcc, 
 | |
|                         string cc, 
 | |
|                         string body, 
 | |
|                         bool SendOK, 
 | |
|                         string SendMsg, 
 | |
|                         int aidx, 
 | |
|                         string atime, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string fromlist) {
 | |
|                 MailDataRow rowMailDataRow = ((MailDataRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         project,
 | |
|                         gcode,
 | |
|                         cate,
 | |
|                         pdate,
 | |
|                         subject,
 | |
|                         tolist,
 | |
|                         bcc,
 | |
|                         cc,
 | |
|                         body,
 | |
|                         SendOK,
 | |
|                         SendMsg,
 | |
|                         aidx,
 | |
|                         atime,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         fromlist};
 | |
|                 rowMailDataRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowMailDataRow);
 | |
|                 return rowMailDataRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailDataRow FindByidx(int idx) {
 | |
|                 return ((MailDataRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 MailDataDataTable cln = ((MailDataDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new MailDataDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnproject = base.Columns["project"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columncate = base.Columns["cate"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnsubject = base.Columns["subject"];
 | |
|                 this.columntolist = base.Columns["tolist"];
 | |
|                 this.columnbcc = base.Columns["bcc"];
 | |
|                 this.columncc = base.Columns["cc"];
 | |
|                 this.columnbody = base.Columns["body"];
 | |
|                 this.columnSendOK = base.Columns["SendOK"];
 | |
|                 this.columnSendMsg = base.Columns["SendMsg"];
 | |
|                 this.columnaidx = base.Columns["aidx"];
 | |
|                 this.columnatime = base.Columns["atime"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnfromlist = base.Columns["fromlist"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columnproject = new global::System.Data.DataColumn("project", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnproject);
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columncate = new global::System.Data.DataColumn("cate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncate);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnsubject = new global::System.Data.DataColumn("subject", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsubject);
 | |
|                 this.columntolist = new global::System.Data.DataColumn("tolist", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntolist);
 | |
|                 this.columnbcc = new global::System.Data.DataColumn("bcc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbcc);
 | |
|                 this.columncc = new global::System.Data.DataColumn("cc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncc);
 | |
|                 this.columnbody = new global::System.Data.DataColumn("body", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbody);
 | |
|                 this.columnSendOK = new global::System.Data.DataColumn("SendOK", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnSendOK);
 | |
|                 this.columnSendMsg = new global::System.Data.DataColumn("SendMsg", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnSendMsg);
 | |
|                 this.columnaidx = new global::System.Data.DataColumn("aidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnaidx);
 | |
|                 this.columnatime = new global::System.Data.DataColumn("atime", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnatime);
 | |
|                 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.columnfromlist = new global::System.Data.DataColumn("fromlist", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnfromlist);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columncate.MaxLength = 20;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columnsubject.MaxLength = 2147483647;
 | |
|                 this.columntolist.MaxLength = 2147483647;
 | |
|                 this.columnbcc.MaxLength = 2147483647;
 | |
|                 this.columncc.MaxLength = 2147483647;
 | |
|                 this.columnbody.MaxLength = 2147483647;
 | |
|                 this.columnSendMsg.MaxLength = 255;
 | |
|                 this.columnatime.MaxLength = 20;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnfromlist.MaxLength = 2147483647;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailDataRow NewMailDataRow() {
 | |
|                 return ((MailDataRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new MailDataRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(MailDataRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.MailDataRowChanged != null)) {
 | |
|                     this.MailDataRowChanged(this, new MailDataRowChangeEvent(((MailDataRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.MailDataRowChanging != null)) {
 | |
|                     this.MailDataRowChanging(this, new MailDataRowChangeEvent(((MailDataRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.MailDataRowDeleted != null)) {
 | |
|                     this.MailDataRowDeleted(this, new MailDataRowChangeEvent(((MailDataRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.MailDataRowDeleting != null)) {
 | |
|                     this.MailDataRowDeleting(this, new MailDataRowChangeEvent(((MailDataRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveMailDataRow(MailDataRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "MailDataDataTable";
 | |
|                 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 MailAutoDataTable : global::System.Data.TypedTableBase<MailAutoRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnenable;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnfidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntolist;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbcc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnedate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstime;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsday;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnfromlist;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsubject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbody;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailAutoDataTable() {
 | |
|                 this.TableName = "MailAuto";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal MailAutoDataTable(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", "17.0.0.0")]
 | |
|             protected MailAutoDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn enableColumn {
 | |
|                 get {
 | |
|                     return this.columnenable;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn fidxColumn {
 | |
|                 get {
 | |
|                     return this.columnfidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn tolistColumn {
 | |
|                 get {
 | |
|                     return this.columntolist;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bccColumn {
 | |
|                 get {
 | |
|                     return this.columnbcc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ccColumn {
 | |
|                 get {
 | |
|                     return this.columncc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sdateColumn {
 | |
|                 get {
 | |
|                     return this.columnsdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn edateColumn {
 | |
|                 get {
 | |
|                     return this.columnedate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn stimeColumn {
 | |
|                 get {
 | |
|                     return this.columnstime;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sdayColumn {
 | |
|                 get {
 | |
|                     return this.columnsday;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn fromlistColumn {
 | |
|                 get {
 | |
|                     return this.columnfromlist;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn subjectColumn {
 | |
|                 get {
 | |
|                     return this.columnsubject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bodyColumn {
 | |
|                 get {
 | |
|                     return this.columnbody;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public MailAutoRow this[int index] {
 | |
|                 get {
 | |
|                     return ((MailAutoRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailAutoRowChangeEventHandler MailAutoRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailAutoRowChangeEventHandler MailAutoRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailAutoRowChangeEventHandler MailAutoRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event MailAutoRowChangeEventHandler MailAutoRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddMailAutoRow(MailAutoRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailAutoRow AddMailAutoRow(
 | |
|                         int idx, 
 | |
|                         bool enable, 
 | |
|                         int fidx, 
 | |
|                         string gcode, 
 | |
|                         string tolist, 
 | |
|                         string bcc, 
 | |
|                         string cc, 
 | |
|                         string sdate, 
 | |
|                         string edate, 
 | |
|                         string stime, 
 | |
|                         byte[] sday, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string fromlist, 
 | |
|                         string subject, 
 | |
|                         string body) {
 | |
|                 MailAutoRow rowMailAutoRow = ((MailAutoRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         idx,
 | |
|                         enable,
 | |
|                         fidx,
 | |
|                         gcode,
 | |
|                         tolist,
 | |
|                         bcc,
 | |
|                         cc,
 | |
|                         sdate,
 | |
|                         edate,
 | |
|                         stime,
 | |
|                         sday,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         fromlist,
 | |
|                         subject,
 | |
|                         body};
 | |
|                 rowMailAutoRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowMailAutoRow);
 | |
|                 return rowMailAutoRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailAutoRow FindByidx(int idx) {
 | |
|                 return ((MailAutoRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 MailAutoDataTable cln = ((MailAutoDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new MailAutoDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnenable = base.Columns["enable"];
 | |
|                 this.columnfidx = base.Columns["fidx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columntolist = base.Columns["tolist"];
 | |
|                 this.columnbcc = base.Columns["bcc"];
 | |
|                 this.columncc = base.Columns["cc"];
 | |
|                 this.columnsdate = base.Columns["sdate"];
 | |
|                 this.columnedate = base.Columns["edate"];
 | |
|                 this.columnstime = base.Columns["stime"];
 | |
|                 this.columnsday = base.Columns["sday"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnfromlist = base.Columns["fromlist"];
 | |
|                 this.columnsubject = base.Columns["subject"];
 | |
|                 this.columnbody = base.Columns["body"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columnenable = new global::System.Data.DataColumn("enable", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnenable);
 | |
|                 this.columnfidx = new global::System.Data.DataColumn("fidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnfidx);
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columntolist = new global::System.Data.DataColumn("tolist", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntolist);
 | |
|                 this.columnbcc = new global::System.Data.DataColumn("bcc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbcc);
 | |
|                 this.columncc = new global::System.Data.DataColumn("cc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncc);
 | |
|                 this.columnsdate = new global::System.Data.DataColumn("sdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsdate);
 | |
|                 this.columnedate = new global::System.Data.DataColumn("edate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnedate);
 | |
|                 this.columnstime = new global::System.Data.DataColumn("stime", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstime);
 | |
|                 this.columnsday = new global::System.Data.DataColumn("sday", typeof(byte[]), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsday);
 | |
|                 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.columnfromlist = new global::System.Data.DataColumn("fromlist", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnfromlist);
 | |
|                 this.columnsubject = new global::System.Data.DataColumn("subject", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsubject);
 | |
|                 this.columnbody = new global::System.Data.DataColumn("body", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbody);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columnfidx.AllowDBNull = false;
 | |
|                 this.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columntolist.MaxLength = 2147483647;
 | |
|                 this.columnbcc.MaxLength = 2147483647;
 | |
|                 this.columncc.MaxLength = 2147483647;
 | |
|                 this.columnsdate.MaxLength = 10;
 | |
|                 this.columnedate.MaxLength = 10;
 | |
|                 this.columnstime.MaxLength = 8;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnfromlist.MaxLength = 2147483647;
 | |
|                 this.columnsubject.MaxLength = 2147483647;
 | |
|                 this.columnbody.MaxLength = 2147483647;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailAutoRow NewMailAutoRow() {
 | |
|                 return ((MailAutoRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new MailAutoRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(MailAutoRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.MailAutoRowChanged != null)) {
 | |
|                     this.MailAutoRowChanged(this, new MailAutoRowChangeEvent(((MailAutoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.MailAutoRowChanging != null)) {
 | |
|                     this.MailAutoRowChanging(this, new MailAutoRowChangeEvent(((MailAutoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.MailAutoRowDeleted != null)) {
 | |
|                     this.MailAutoRowDeleted(this, new MailAutoRowChangeEvent(((MailAutoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.MailAutoRowDeleting != null)) {
 | |
|                     this.MailAutoRowDeleting(this, new MailAutoRowChangeEvent(((MailAutoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveMailAutoRow(MailAutoRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "MailAutoDataTable";
 | |
|                 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 BoardFAQDataTable : global::System.Data.TypedTableBase<BoardFAQRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnproject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnheader;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntitle;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncontents;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnfile;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnguid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnurl;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnclose;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnremark;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public BoardFAQDataTable() {
 | |
|                 this.TableName = "BoardFAQ";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal BoardFAQDataTable(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", "17.0.0.0")]
 | |
|             protected BoardFAQDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bidxColumn {
 | |
|                 get {
 | |
|                     return this.columnbidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pidxColumn {
 | |
|                 get {
 | |
|                     return this.columnpidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectColumn {
 | |
|                 get {
 | |
|                     return this.columnproject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn headerColumn {
 | |
|                 get {
 | |
|                     return this.columnheader;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn cateColumn {
 | |
|                 get {
 | |
|                     return this.columncate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn contentsColumn {
 | |
|                 get {
 | |
|                     return this.columncontents;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn fileColumn {
 | |
|                 get {
 | |
|                     return this.columnfile;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn guidColumn {
 | |
|                 get {
 | |
|                     return this.columnguid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn urlColumn {
 | |
|                 get {
 | |
|                     return this.columnurl;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn closeColumn {
 | |
|                 get {
 | |
|                     return this.columnclose;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public BoardFAQRow this[int index] {
 | |
|                 get {
 | |
|                     return ((BoardFAQRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event BoardFAQRowChangeEventHandler BoardFAQRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event BoardFAQRowChangeEventHandler BoardFAQRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event BoardFAQRowChangeEventHandler BoardFAQRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event BoardFAQRowChangeEventHandler BoardFAQRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddBoardFAQRow(BoardFAQRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public BoardFAQRow AddBoardFAQRow(string gcode, int bidx, int pidx, int project, bool header, string cate, string title, string contents, string file, string guid, string url, string wuid, System.DateTime wdate, bool close, string remark) {
 | |
|                 BoardFAQRow rowBoardFAQRow = ((BoardFAQRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         gcode,
 | |
|                         bidx,
 | |
|                         pidx,
 | |
|                         project,
 | |
|                         header,
 | |
|                         cate,
 | |
|                         title,
 | |
|                         contents,
 | |
|                         file,
 | |
|                         guid,
 | |
|                         url,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         close,
 | |
|                         remark};
 | |
|                 rowBoardFAQRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowBoardFAQRow);
 | |
|                 return rowBoardFAQRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public BoardFAQRow FindByidx(int idx) {
 | |
|                 return ((BoardFAQRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 BoardFAQDataTable cln = ((BoardFAQDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new BoardFAQDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnbidx = base.Columns["bidx"];
 | |
|                 this.columnpidx = base.Columns["pidx"];
 | |
|                 this.columnproject = base.Columns["project"];
 | |
|                 this.columnheader = base.Columns["header"];
 | |
|                 this.columncate = base.Columns["cate"];
 | |
|                 this.columntitle = base.Columns["title"];
 | |
|                 this.columncontents = base.Columns["contents"];
 | |
|                 this.columnfile = base.Columns["file"];
 | |
|                 this.columnguid = base.Columns["guid"];
 | |
|                 this.columnurl = base.Columns["url"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columnclose = base.Columns["close"];
 | |
|                 this.columnremark = base.Columns["remark"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnbidx = new global::System.Data.DataColumn("bidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbidx);
 | |
|                 this.columnpidx = new global::System.Data.DataColumn("pidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpidx);
 | |
|                 this.columnproject = new global::System.Data.DataColumn("project", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnproject);
 | |
|                 this.columnheader = new global::System.Data.DataColumn("header", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnheader);
 | |
|                 this.columncate = new global::System.Data.DataColumn("cate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncate);
 | |
|                 this.columntitle = new global::System.Data.DataColumn("title", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntitle);
 | |
|                 this.columncontents = new global::System.Data.DataColumn("contents", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncontents);
 | |
|                 this.columnfile = new global::System.Data.DataColumn("file", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnfile);
 | |
|                 this.columnguid = new global::System.Data.DataColumn("guid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnguid);
 | |
|                 this.columnurl = new global::System.Data.DataColumn("url", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnurl);
 | |
|                 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.columnclose = new global::System.Data.DataColumn("close", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnclose);
 | |
|                 this.columnremark = new global::System.Data.DataColumn("remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnremark);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 20;
 | |
|                 this.columncate.MaxLength = 10;
 | |
|                 this.columntitle.MaxLength = 255;
 | |
|                 this.columncontents.MaxLength = 2147483647;
 | |
|                 this.columnfile.MaxLength = 200;
 | |
|                 this.columnguid.MaxLength = 50;
 | |
|                 this.columnurl.MaxLength = 2147483647;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columnremark.MaxLength = 1000;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public BoardFAQRow NewBoardFAQRow() {
 | |
|                 return ((BoardFAQRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new BoardFAQRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(BoardFAQRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.BoardFAQRowChanged != null)) {
 | |
|                     this.BoardFAQRowChanged(this, new BoardFAQRowChangeEvent(((BoardFAQRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.BoardFAQRowChanging != null)) {
 | |
|                     this.BoardFAQRowChanging(this, new BoardFAQRowChangeEvent(((BoardFAQRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.BoardFAQRowDeleted != null)) {
 | |
|                     this.BoardFAQRowDeleted(this, new BoardFAQRowChangeEvent(((BoardFAQRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.BoardFAQRowDeleting != null)) {
 | |
|                     this.BoardFAQRowDeleting(this, new BoardFAQRowChangeEvent(((BoardFAQRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveBoardFAQRow(BoardFAQRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "BoardFAQDataTable";
 | |
|                 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_LoginInfoDataTable : global::System.Data.TypedTableBase<EETGW_LoginInfoRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlogin;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnip;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnhostname;
 | |
|             
 | |
|             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", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoDataTable() {
 | |
|                 this.TableName = "EETGW_LoginInfo";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal EETGW_LoginInfoDataTable(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", "17.0.0.0")]
 | |
|             protected EETGW_LoginInfoDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn uidColumn {
 | |
|                 get {
 | |
|                     return this.columnuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn loginColumn {
 | |
|                 get {
 | |
|                     return this.columnlogin;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ipColumn {
 | |
|                 get {
 | |
|                     return this.columnip;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn hostnameColumn {
 | |
|                 get {
 | |
|                     return this.columnhostname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EETGW_LoginInfoRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_LoginInfoRowChangeEventHandler EETGW_LoginInfoRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_LoginInfoRowChangeEventHandler EETGW_LoginInfoRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_LoginInfoRowChangeEventHandler EETGW_LoginInfoRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_LoginInfoRowChangeEventHandler EETGW_LoginInfoRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddEETGW_LoginInfoRow(EETGW_LoginInfoRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoRow AddEETGW_LoginInfoRow(string uid, System.DateTime login, string ip, string hostname, string wuid, System.DateTime wdate) {
 | |
|                 EETGW_LoginInfoRow rowEETGW_LoginInfoRow = ((EETGW_LoginInfoRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         uid,
 | |
|                         login,
 | |
|                         ip,
 | |
|                         hostname,
 | |
|                         wuid,
 | |
|                         wdate};
 | |
|                 rowEETGW_LoginInfoRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEETGW_LoginInfoRow);
 | |
|                 return rowEETGW_LoginInfoRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoRow FindByidx(int idx) {
 | |
|                 return ((EETGW_LoginInfoRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EETGW_LoginInfoDataTable cln = ((EETGW_LoginInfoDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new EETGW_LoginInfoDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnuid = base.Columns["uid"];
 | |
|                 this.columnlogin = base.Columns["login"];
 | |
|                 this.columnip = base.Columns["ip"];
 | |
|                 this.columnhostname = base.Columns["hostname"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columnuid = new global::System.Data.DataColumn("uid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuid);
 | |
|                 this.columnlogin = new global::System.Data.DataColumn("login", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlogin);
 | |
|                 this.columnip = new global::System.Data.DataColumn("ip", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnip);
 | |
|                 this.columnhostname = new global::System.Data.DataColumn("hostname", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnhostname);
 | |
|                 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.columnuid.AllowDBNull = false;
 | |
|                 this.columnuid.MaxLength = 10;
 | |
|                 this.columnip.MaxLength = 20;
 | |
|                 this.columnhostname.MaxLength = 50;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoRow NewEETGW_LoginInfoRow() {
 | |
|                 return ((EETGW_LoginInfoRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new EETGW_LoginInfoRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(EETGW_LoginInfoRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.EETGW_LoginInfoRowChanged != null)) {
 | |
|                     this.EETGW_LoginInfoRowChanged(this, new EETGW_LoginInfoRowChangeEvent(((EETGW_LoginInfoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.EETGW_LoginInfoRowChanging != null)) {
 | |
|                     this.EETGW_LoginInfoRowChanging(this, new EETGW_LoginInfoRowChangeEvent(((EETGW_LoginInfoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.EETGW_LoginInfoRowDeleted != null)) {
 | |
|                     this.EETGW_LoginInfoRowDeleted(this, new EETGW_LoginInfoRowChangeEvent(((EETGW_LoginInfoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.EETGW_LoginInfoRowDeleting != null)) {
 | |
|                     this.EETGW_LoginInfoRowDeleting(this, new EETGW_LoginInfoRowChangeEvent(((EETGW_LoginInfoRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveEETGW_LoginInfoRow(EETGW_LoginInfoRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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_LoginInfoDataTable";
 | |
|                 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_JobReport_AutoInputDataTable : global::System.Data.TypedTableBase<EETGW_JobReport_AutoInputRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnedate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprojectName;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnrequestpart;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpackage;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstatus;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndescription;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnremark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnhrs;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnot;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnimport;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndescription2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntag;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnautoinput;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnenable;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnjobgrp;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputDataTable() {
 | |
|                 this.TableName = "EETGW_JobReport_AutoInput";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal EETGW_JobReport_AutoInputDataTable(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", "17.0.0.0")]
 | |
|             protected EETGW_JobReport_AutoInputDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn edateColumn {
 | |
|                 get {
 | |
|                     return this.columnedate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pidxColumn {
 | |
|                 get {
 | |
|                     return this.columnpidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectNameColumn {
 | |
|                 get {
 | |
|                     return this.columnprojectName;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn uidColumn {
 | |
|                 get {
 | |
|                     return this.columnuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn requestpartColumn {
 | |
|                 get {
 | |
|                     return this.columnrequestpart;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn packageColumn {
 | |
|                 get {
 | |
|                     return this.columnpackage;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn statusColumn {
 | |
|                 get {
 | |
|                     return this.columnstatus;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processColumn {
 | |
|                 get {
 | |
|                     return this.columnprocess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn descriptionColumn {
 | |
|                 get {
 | |
|                     return this.columndescription;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn hrsColumn {
 | |
|                 get {
 | |
|                     return this.columnhrs;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn otColumn {
 | |
|                 get {
 | |
|                     return this.columnot;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn importColumn {
 | |
|                 get {
 | |
|                     return this.columnimport;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn description2Column {
 | |
|                 get {
 | |
|                     return this.columndescription2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn tagColumn {
 | |
|                 get {
 | |
|                     return this.columntag;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn autoinputColumn {
 | |
|                 get {
 | |
|                     return this.columnautoinput;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn enableColumn {
 | |
|                 get {
 | |
|                     return this.columnenable;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn jobgrpColumn {
 | |
|                 get {
 | |
|                     return this.columnjobgrp;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputRow this[int index] {
 | |
|                 get {
 | |
|                     return ((EETGW_JobReport_AutoInputRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_JobReport_AutoInputRowChangeEventHandler EETGW_JobReport_AutoInputRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_JobReport_AutoInputRowChangeEventHandler EETGW_JobReport_AutoInputRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_JobReport_AutoInputRowChangeEventHandler EETGW_JobReport_AutoInputRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event EETGW_JobReport_AutoInputRowChangeEventHandler EETGW_JobReport_AutoInputRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddEETGW_JobReport_AutoInputRow(EETGW_JobReport_AutoInputRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputRow AddEETGW_JobReport_AutoInputRow(
 | |
|                         string gcode, 
 | |
|                         string pdate, 
 | |
|                         string edate, 
 | |
|                         int pidx, 
 | |
|                         string projectName, 
 | |
|                         string uid, 
 | |
|                         string requestpart, 
 | |
|                         string package, 
 | |
|                         string status, 
 | |
|                         string type, 
 | |
|                         string process, 
 | |
|                         string description, 
 | |
|                         string remark, 
 | |
|                         double hrs, 
 | |
|                         double ot, 
 | |
|                         bool import, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         string description2, 
 | |
|                         string tag, 
 | |
|                         string autoinput, 
 | |
|                         bool enable, 
 | |
|                         string jobgrp) {
 | |
|                 EETGW_JobReport_AutoInputRow rowEETGW_JobReport_AutoInputRow = ((EETGW_JobReport_AutoInputRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         gcode,
 | |
|                         pdate,
 | |
|                         edate,
 | |
|                         pidx,
 | |
|                         projectName,
 | |
|                         uid,
 | |
|                         requestpart,
 | |
|                         package,
 | |
|                         status,
 | |
|                         type,
 | |
|                         process,
 | |
|                         description,
 | |
|                         remark,
 | |
|                         hrs,
 | |
|                         ot,
 | |
|                         import,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         description2,
 | |
|                         tag,
 | |
|                         autoinput,
 | |
|                         enable,
 | |
|                         jobgrp};
 | |
|                 rowEETGW_JobReport_AutoInputRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowEETGW_JobReport_AutoInputRow);
 | |
|                 return rowEETGW_JobReport_AutoInputRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputRow FindByidx(int idx) {
 | |
|                 return ((EETGW_JobReport_AutoInputRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 EETGW_JobReport_AutoInputDataTable cln = ((EETGW_JobReport_AutoInputDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new EETGW_JobReport_AutoInputDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnedate = base.Columns["edate"];
 | |
|                 this.columnpidx = base.Columns["pidx"];
 | |
|                 this.columnprojectName = base.Columns["projectName"];
 | |
|                 this.columnuid = base.Columns["uid"];
 | |
|                 this.columnrequestpart = base.Columns["requestpart"];
 | |
|                 this.columnpackage = base.Columns["package"];
 | |
|                 this.columnstatus = base.Columns["status"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnprocess = base.Columns["process"];
 | |
|                 this.columndescription = base.Columns["description"];
 | |
|                 this.columnremark = base.Columns["remark"];
 | |
|                 this.columnhrs = base.Columns["hrs"];
 | |
|                 this.columnot = base.Columns["ot"];
 | |
|                 this.columnimport = base.Columns["import"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columndescription2 = base.Columns["description2"];
 | |
|                 this.columntag = base.Columns["tag"];
 | |
|                 this.columnautoinput = base.Columns["autoinput"];
 | |
|                 this.columnenable = base.Columns["enable"];
 | |
|                 this.columnjobgrp = base.Columns["jobgrp"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnedate = new global::System.Data.DataColumn("edate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnedate);
 | |
|                 this.columnpidx = new global::System.Data.DataColumn("pidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpidx);
 | |
|                 this.columnprojectName = new global::System.Data.DataColumn("projectName", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprojectName);
 | |
|                 this.columnuid = new global::System.Data.DataColumn("uid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuid);
 | |
|                 this.columnrequestpart = new global::System.Data.DataColumn("requestpart", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnrequestpart);
 | |
|                 this.columnpackage = new global::System.Data.DataColumn("package", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpackage);
 | |
|                 this.columnstatus = new global::System.Data.DataColumn("status", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstatus);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnprocess = new global::System.Data.DataColumn("process", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocess);
 | |
|                 this.columndescription = new global::System.Data.DataColumn("description", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndescription);
 | |
|                 this.columnremark = new global::System.Data.DataColumn("remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnremark);
 | |
|                 this.columnhrs = new global::System.Data.DataColumn("hrs", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnhrs);
 | |
|                 this.columnot = new global::System.Data.DataColumn("ot", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnot);
 | |
|                 this.columnimport = new global::System.Data.DataColumn("import", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnimport);
 | |
|                 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.columndescription2 = new global::System.Data.DataColumn("description2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndescription2);
 | |
|                 this.columntag = new global::System.Data.DataColumn("tag", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntag);
 | |
|                 this.columnautoinput = new global::System.Data.DataColumn("autoinput", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnautoinput);
 | |
|                 this.columnenable = new global::System.Data.DataColumn("enable", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnenable);
 | |
|                 this.columnjobgrp = new global::System.Data.DataColumn("jobgrp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnjobgrp);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columnedate.MaxLength = 10;
 | |
|                 this.columnprojectName.MaxLength = 255;
 | |
|                 this.columnuid.MaxLength = 20;
 | |
|                 this.columnrequestpart.MaxLength = 50;
 | |
|                 this.columnpackage.MaxLength = 50;
 | |
|                 this.columnstatus.MaxLength = 20;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnprocess.MaxLength = 50;
 | |
|                 this.columndescription.MaxLength = 2147483647;
 | |
|                 this.columnremark.MaxLength = 255;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columndescription2.MaxLength = 2147483647;
 | |
|                 this.columntag.MaxLength = 255;
 | |
|                 this.columnautoinput.MaxLength = 1;
 | |
|                 this.columnjobgrp.MaxLength = 50;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputRow NewEETGW_JobReport_AutoInputRow() {
 | |
|                 return ((EETGW_JobReport_AutoInputRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new EETGW_JobReport_AutoInputRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(EETGW_JobReport_AutoInputRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.EETGW_JobReport_AutoInputRowChanged != null)) {
 | |
|                     this.EETGW_JobReport_AutoInputRowChanged(this, new EETGW_JobReport_AutoInputRowChangeEvent(((EETGW_JobReport_AutoInputRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.EETGW_JobReport_AutoInputRowChanging != null)) {
 | |
|                     this.EETGW_JobReport_AutoInputRowChanging(this, new EETGW_JobReport_AutoInputRowChangeEvent(((EETGW_JobReport_AutoInputRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.EETGW_JobReport_AutoInputRowDeleted != null)) {
 | |
|                     this.EETGW_JobReport_AutoInputRowDeleted(this, new EETGW_JobReport_AutoInputRowChangeEvent(((EETGW_JobReport_AutoInputRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.EETGW_JobReport_AutoInputRowDeleting != null)) {
 | |
|                     this.EETGW_JobReport_AutoInputRowDeleting(this, new EETGW_JobReport_AutoInputRowChangeEvent(((EETGW_JobReport_AutoInputRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveEETGW_JobReport_AutoInputRow(EETGW_JobReport_AutoInputRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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_JobReport_AutoInputDataTable";
 | |
|                 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 PurchaseDataTable : global::System.Data.TypedTableBase<PurchaseRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnreceive;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnrequest;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumscale;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumunit;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumqty;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumqtyReq;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumprice;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumpriceD;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumamt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsupply;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsupplyidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnproject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprojectidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanuproc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnedate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnindate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbigo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnimport;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnisdel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnorderno;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplace;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columninqty;
 | |
|             
 | |
|             private global::System.Data.DataColumn columninremark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwinuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwindate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnchk1;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnchk2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnchkremark;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncostcenter;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnlinecode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpurchase_manager;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpurchase_admin;
 | |
|             
 | |
|             private global::System.Data.DataColumn columncurrency;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbigo_admin;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbigo_manager;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnconf_status;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnconf_request;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnconf_reponse;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnspmqty;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnUpdateToItem;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public PurchaseDataTable() {
 | |
|                 this.TableName = "Purchase";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal PurchaseDataTable(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", "17.0.0.0")]
 | |
|             protected PurchaseDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn stateColumn {
 | |
|                 get {
 | |
|                     return this.columnstate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processColumn {
 | |
|                 get {
 | |
|                     return this.columnprocess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn receiveColumn {
 | |
|                 get {
 | |
|                     return this.columnreceive;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn scColumn {
 | |
|                 get {
 | |
|                     return this.columnsc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn requestColumn {
 | |
|                 get {
 | |
|                     return this.columnrequest;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sidColumn {
 | |
|                 get {
 | |
|                     return this.columnsid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumnameColumn {
 | |
|                 get {
 | |
|                     return this.columnpumname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumidxColumn {
 | |
|                 get {
 | |
|                     return this.columnpumidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumscaleColumn {
 | |
|                 get {
 | |
|                     return this.columnpumscale;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumunitColumn {
 | |
|                 get {
 | |
|                     return this.columnpumunit;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumqtyColumn {
 | |
|                 get {
 | |
|                     return this.columnpumqty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumqtyReqColumn {
 | |
|                 get {
 | |
|                     return this.columnpumqtyReq;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumpriceColumn {
 | |
|                 get {
 | |
|                     return this.columnpumprice;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumpriceDColumn {
 | |
|                 get {
 | |
|                     return this.columnpumpriceD;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumamtColumn {
 | |
|                 get {
 | |
|                     return this.columnpumamt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn supplyColumn {
 | |
|                 get {
 | |
|                     return this.columnsupply;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn supplyidxColumn {
 | |
|                 get {
 | |
|                     return this.columnsupplyidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectColumn {
 | |
|                 get {
 | |
|                     return this.columnproject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectidxColumn {
 | |
|                 get {
 | |
|                     return this.columnprojectidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuprocColumn {
 | |
|                 get {
 | |
|                     return this.columnmanuproc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn edateColumn {
 | |
|                 get {
 | |
|                     return this.columnedate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn indateColumn {
 | |
|                 get {
 | |
|                     return this.columnindate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn poColumn {
 | |
|                 get {
 | |
|                     return this.columnpo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn deptColumn {
 | |
|                 get {
 | |
|                     return this.columndept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bigoColumn {
 | |
|                 get {
 | |
|                     return this.columnbigo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn importColumn {
 | |
|                 get {
 | |
|                     return this.columnimport;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn isdelColumn {
 | |
|                 get {
 | |
|                     return this.columnisdel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ordernoColumn {
 | |
|                 get {
 | |
|                     return this.columnorderno;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn placeColumn {
 | |
|                 get {
 | |
|                     return this.columnplace;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn inqtyColumn {
 | |
|                 get {
 | |
|                     return this.columninqty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn inremarkColumn {
 | |
|                 get {
 | |
|                     return this.columninremark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn winuidColumn {
 | |
|                 get {
 | |
|                     return this.columnwinuid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn windateColumn {
 | |
|                 get {
 | |
|                     return this.columnwindate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn chk1Column {
 | |
|                 get {
 | |
|                     return this.columnchk1;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn chk2Column {
 | |
|                 get {
 | |
|                     return this.columnchk2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn chkremarkColumn {
 | |
|                 get {
 | |
|                     return this.columnchkremark;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn costcenterColumn {
 | |
|                 get {
 | |
|                     return this.columncostcenter;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn purchase_managerColumn {
 | |
|                 get {
 | |
|                     return this.columnpurchase_manager;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn purchase_adminColumn {
 | |
|                 get {
 | |
|                     return this.columnpurchase_admin;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn currencyColumn {
 | |
|                 get {
 | |
|                     return this.columncurrency;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn prdateColumn {
 | |
|                 get {
 | |
|                     return this.columnprdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bigo_adminColumn {
 | |
|                 get {
 | |
|                     return this.columnbigo_admin;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bigo_managerColumn {
 | |
|                 get {
 | |
|                     return this.columnbigo_manager;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn conf_statusColumn {
 | |
|                 get {
 | |
|                     return this.columnconf_status;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn conf_requestColumn {
 | |
|                 get {
 | |
|                     return this.columnconf_request;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn conf_reponseColumn {
 | |
|                 get {
 | |
|                     return this.columnconf_reponse;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn spmqtyColumn {
 | |
|                 get {
 | |
|                     return this.columnspmqty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn UpdateToItemColumn {
 | |
|                 get {
 | |
|                     return this.columnUpdateToItem;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public PurchaseRow this[int index] {
 | |
|                 get {
 | |
|                     return ((PurchaseRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event PurchaseRowChangeEventHandler PurchaseRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event PurchaseRowChangeEventHandler PurchaseRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event PurchaseRowChangeEventHandler PurchaseRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event PurchaseRowChangeEventHandler PurchaseRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddPurchaseRow(PurchaseRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public PurchaseRow AddPurchaseRow(
 | |
|                         string gcode, 
 | |
|                         string pdate, 
 | |
|                         string state, 
 | |
|                         string process, 
 | |
|                         string receive, 
 | |
|                         string sc, 
 | |
|                         string request, 
 | |
|                         string sid, 
 | |
|                         string pumname, 
 | |
|                         int pumidx, 
 | |
|                         string pumscale, 
 | |
|                         string pumunit, 
 | |
|                         int pumqty, 
 | |
|                         int pumqtyReq, 
 | |
|                         decimal pumprice, 
 | |
|                         decimal pumpriceD, 
 | |
|                         decimal pumamt, 
 | |
|                         string supply, 
 | |
|                         int supplyidx, 
 | |
|                         string project, 
 | |
|                         int projectidx, 
 | |
|                         string asset, 
 | |
|                         string manuproc, 
 | |
|                         string edate, 
 | |
|                         string indate, 
 | |
|                         string po, 
 | |
|                         string dept, 
 | |
|                         string bigo, 
 | |
|                         bool import, 
 | |
|                         bool isdel, 
 | |
|                         string orderno, 
 | |
|                         string place, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         int inqty, 
 | |
|                         string inremark, 
 | |
|                         string winuid, 
 | |
|                         System.DateTime windate, 
 | |
|                         bool chk1, 
 | |
|                         bool chk2, 
 | |
|                         string chkremark, 
 | |
|                         string costcenter, 
 | |
|                         string linecode, 
 | |
|                         string purchase_manager, 
 | |
|                         string purchase_admin, 
 | |
|                         string currency, 
 | |
|                         string prdate, 
 | |
|                         string bigo_admin, 
 | |
|                         string bigo_manager, 
 | |
|                         string conf_status, 
 | |
|                         string conf_request, 
 | |
|                         string conf_reponse, 
 | |
|                         int spmqty, 
 | |
|                         bool UpdateToItem) {
 | |
|                 PurchaseRow rowPurchaseRow = ((PurchaseRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         gcode,
 | |
|                         pdate,
 | |
|                         state,
 | |
|                         process,
 | |
|                         receive,
 | |
|                         sc,
 | |
|                         request,
 | |
|                         sid,
 | |
|                         pumname,
 | |
|                         pumidx,
 | |
|                         pumscale,
 | |
|                         pumunit,
 | |
|                         pumqty,
 | |
|                         pumqtyReq,
 | |
|                         pumprice,
 | |
|                         pumpriceD,
 | |
|                         pumamt,
 | |
|                         supply,
 | |
|                         supplyidx,
 | |
|                         project,
 | |
|                         projectidx,
 | |
|                         asset,
 | |
|                         manuproc,
 | |
|                         edate,
 | |
|                         indate,
 | |
|                         po,
 | |
|                         dept,
 | |
|                         bigo,
 | |
|                         import,
 | |
|                         isdel,
 | |
|                         orderno,
 | |
|                         place,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         inqty,
 | |
|                         inremark,
 | |
|                         winuid,
 | |
|                         windate,
 | |
|                         chk1,
 | |
|                         chk2,
 | |
|                         chkremark,
 | |
|                         costcenter,
 | |
|                         linecode,
 | |
|                         purchase_manager,
 | |
|                         purchase_admin,
 | |
|                         currency,
 | |
|                         prdate,
 | |
|                         bigo_admin,
 | |
|                         bigo_manager,
 | |
|                         conf_status,
 | |
|                         conf_request,
 | |
|                         conf_reponse,
 | |
|                         spmqty,
 | |
|                         UpdateToItem};
 | |
|                 rowPurchaseRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowPurchaseRow);
 | |
|                 return rowPurchaseRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public PurchaseRow FindByidx(int idx) {
 | |
|                 return ((PurchaseRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 PurchaseDataTable cln = ((PurchaseDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new PurchaseDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnstate = base.Columns["state"];
 | |
|                 this.columnprocess = base.Columns["process"];
 | |
|                 this.columnreceive = base.Columns["receive"];
 | |
|                 this.columnsc = base.Columns["sc"];
 | |
|                 this.columnrequest = base.Columns["request"];
 | |
|                 this.columnsid = base.Columns["sid"];
 | |
|                 this.columnpumname = base.Columns["pumname"];
 | |
|                 this.columnpumidx = base.Columns["pumidx"];
 | |
|                 this.columnpumscale = base.Columns["pumscale"];
 | |
|                 this.columnpumunit = base.Columns["pumunit"];
 | |
|                 this.columnpumqty = base.Columns["pumqty"];
 | |
|                 this.columnpumqtyReq = base.Columns["pumqtyReq"];
 | |
|                 this.columnpumprice = base.Columns["pumprice"];
 | |
|                 this.columnpumpriceD = base.Columns["pumpriceD"];
 | |
|                 this.columnpumamt = base.Columns["pumamt"];
 | |
|                 this.columnsupply = base.Columns["supply"];
 | |
|                 this.columnsupplyidx = base.Columns["supplyidx"];
 | |
|                 this.columnproject = base.Columns["project"];
 | |
|                 this.columnprojectidx = base.Columns["projectidx"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columnmanuproc = base.Columns["manuproc"];
 | |
|                 this.columnedate = base.Columns["edate"];
 | |
|                 this.columnindate = base.Columns["indate"];
 | |
|                 this.columnpo = base.Columns["po"];
 | |
|                 this.columndept = base.Columns["dept"];
 | |
|                 this.columnbigo = base.Columns["bigo"];
 | |
|                 this.columnimport = base.Columns["import"];
 | |
|                 this.columnisdel = base.Columns["isdel"];
 | |
|                 this.columnorderno = base.Columns["orderno"];
 | |
|                 this.columnplace = base.Columns["place"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columninqty = base.Columns["inqty"];
 | |
|                 this.columninremark = base.Columns["inremark"];
 | |
|                 this.columnwinuid = base.Columns["winuid"];
 | |
|                 this.columnwindate = base.Columns["windate"];
 | |
|                 this.columnchk1 = base.Columns["chk1"];
 | |
|                 this.columnchk2 = base.Columns["chk2"];
 | |
|                 this.columnchkremark = base.Columns["chkremark"];
 | |
|                 this.columncostcenter = base.Columns["costcenter"];
 | |
|                 this.columnlinecode = base.Columns["linecode"];
 | |
|                 this.columnpurchase_manager = base.Columns["purchase_manager"];
 | |
|                 this.columnpurchase_admin = base.Columns["purchase_admin"];
 | |
|                 this.columncurrency = base.Columns["currency"];
 | |
|                 this.columnprdate = base.Columns["prdate"];
 | |
|                 this.columnbigo_admin = base.Columns["bigo_admin"];
 | |
|                 this.columnbigo_manager = base.Columns["bigo_manager"];
 | |
|                 this.columnconf_status = base.Columns["conf_status"];
 | |
|                 this.columnconf_request = base.Columns["conf_request"];
 | |
|                 this.columnconf_reponse = base.Columns["conf_reponse"];
 | |
|                 this.columnspmqty = base.Columns["spmqty"];
 | |
|                 this.columnUpdateToItem = base.Columns["UpdateToItem"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnstate = new global::System.Data.DataColumn("state", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstate);
 | |
|                 this.columnprocess = new global::System.Data.DataColumn("process", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocess);
 | |
|                 this.columnreceive = new global::System.Data.DataColumn("receive", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnreceive);
 | |
|                 this.columnsc = new global::System.Data.DataColumn("sc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsc);
 | |
|                 this.columnrequest = new global::System.Data.DataColumn("request", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnrequest);
 | |
|                 this.columnsid = new global::System.Data.DataColumn("sid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsid);
 | |
|                 this.columnpumname = new global::System.Data.DataColumn("pumname", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumname);
 | |
|                 this.columnpumidx = new global::System.Data.DataColumn("pumidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumidx);
 | |
|                 this.columnpumscale = new global::System.Data.DataColumn("pumscale", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumscale);
 | |
|                 this.columnpumunit = new global::System.Data.DataColumn("pumunit", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumunit);
 | |
|                 this.columnpumqty = new global::System.Data.DataColumn("pumqty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumqty);
 | |
|                 this.columnpumqtyReq = new global::System.Data.DataColumn("pumqtyReq", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumqtyReq);
 | |
|                 this.columnpumprice = new global::System.Data.DataColumn("pumprice", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumprice);
 | |
|                 this.columnpumpriceD = new global::System.Data.DataColumn("pumpriceD", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumpriceD);
 | |
|                 this.columnpumamt = new global::System.Data.DataColumn("pumamt", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumamt);
 | |
|                 this.columnsupply = new global::System.Data.DataColumn("supply", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsupply);
 | |
|                 this.columnsupplyidx = new global::System.Data.DataColumn("supplyidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsupplyidx);
 | |
|                 this.columnproject = new global::System.Data.DataColumn("project", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnproject);
 | |
|                 this.columnprojectidx = new global::System.Data.DataColumn("projectidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprojectidx);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columnmanuproc = new global::System.Data.DataColumn("manuproc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanuproc);
 | |
|                 this.columnedate = new global::System.Data.DataColumn("edate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnedate);
 | |
|                 this.columnindate = new global::System.Data.DataColumn("indate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnindate);
 | |
|                 this.columnpo = new global::System.Data.DataColumn("po", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpo);
 | |
|                 this.columndept = new global::System.Data.DataColumn("dept", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndept);
 | |
|                 this.columnbigo = new global::System.Data.DataColumn("bigo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbigo);
 | |
|                 this.columnimport = new global::System.Data.DataColumn("import", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnimport);
 | |
|                 this.columnisdel = new global::System.Data.DataColumn("isdel", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnisdel);
 | |
|                 this.columnorderno = new global::System.Data.DataColumn("orderno", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnorderno);
 | |
|                 this.columnplace = new global::System.Data.DataColumn("place", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplace);
 | |
|                 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.columninqty = new global::System.Data.DataColumn("inqty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columninqty);
 | |
|                 this.columninremark = new global::System.Data.DataColumn("inremark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columninremark);
 | |
|                 this.columnwinuid = new global::System.Data.DataColumn("winuid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwinuid);
 | |
|                 this.columnwindate = new global::System.Data.DataColumn("windate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnwindate);
 | |
|                 this.columnchk1 = new global::System.Data.DataColumn("chk1", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnchk1);
 | |
|                 this.columnchk2 = new global::System.Data.DataColumn("chk2", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnchk2);
 | |
|                 this.columnchkremark = new global::System.Data.DataColumn("chkremark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnchkremark);
 | |
|                 this.columncostcenter = new global::System.Data.DataColumn("costcenter", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncostcenter);
 | |
|                 this.columnlinecode = new global::System.Data.DataColumn("linecode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnlinecode);
 | |
|                 this.columnpurchase_manager = new global::System.Data.DataColumn("purchase_manager", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpurchase_manager);
 | |
|                 this.columnpurchase_admin = new global::System.Data.DataColumn("purchase_admin", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpurchase_admin);
 | |
|                 this.columncurrency = new global::System.Data.DataColumn("currency", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columncurrency);
 | |
|                 this.columnprdate = new global::System.Data.DataColumn("prdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprdate);
 | |
|                 this.columnbigo_admin = new global::System.Data.DataColumn("bigo_admin", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbigo_admin);
 | |
|                 this.columnbigo_manager = new global::System.Data.DataColumn("bigo_manager", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbigo_manager);
 | |
|                 this.columnconf_status = new global::System.Data.DataColumn("conf_status", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnconf_status);
 | |
|                 this.columnconf_request = new global::System.Data.DataColumn("conf_request", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnconf_request);
 | |
|                 this.columnconf_reponse = new global::System.Data.DataColumn("conf_reponse", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnconf_reponse);
 | |
|                 this.columnspmqty = new global::System.Data.DataColumn("spmqty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnspmqty);
 | |
|                 this.columnUpdateToItem = new global::System.Data.DataColumn("UpdateToItem", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnUpdateToItem);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columnstate.MaxLength = 30;
 | |
|                 this.columnprocess.MaxLength = 30;
 | |
|                 this.columnreceive.MaxLength = 50;
 | |
|                 this.columnsc.MaxLength = 30;
 | |
|                 this.columnrequest.MaxLength = 50;
 | |
|                 this.columnsid.MaxLength = 50;
 | |
|                 this.columnpumname.MaxLength = 200;
 | |
|                 this.columnpumscale.MaxLength = 200;
 | |
|                 this.columnpumunit.MaxLength = 50;
 | |
|                 this.columnsupply.MaxLength = 200;
 | |
|                 this.columnproject.MaxLength = 2147483647;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columnmanuproc.MaxLength = 50;
 | |
|                 this.columnedate.MaxLength = 10;
 | |
|                 this.columnindate.MaxLength = 10;
 | |
|                 this.columnpo.MaxLength = 50;
 | |
|                 this.columndept.MaxLength = 500;
 | |
|                 this.columnbigo.MaxLength = 500;
 | |
|                 this.columnorderno.MaxLength = 50;
 | |
|                 this.columnplace.MaxLength = 20;
 | |
|                 this.columnwuid.AllowDBNull = false;
 | |
|                 this.columnwuid.MaxLength = 20;
 | |
|                 this.columnwdate.AllowDBNull = false;
 | |
|                 this.columninremark.MaxLength = 500;
 | |
|                 this.columnwinuid.MaxLength = 20;
 | |
|                 this.columnchkremark.MaxLength = 500;
 | |
|                 this.columncostcenter.MaxLength = 20;
 | |
|                 this.columnlinecode.MaxLength = 20;
 | |
|                 this.columnpurchase_manager.MaxLength = 50;
 | |
|                 this.columnpurchase_admin.MaxLength = 50;
 | |
|                 this.columncurrency.MaxLength = 10;
 | |
|                 this.columnprdate.MaxLength = 10;
 | |
|                 this.columnbigo_admin.MaxLength = 1000;
 | |
|                 this.columnbigo_manager.MaxLength = 1000;
 | |
|                 this.columnconf_status.MaxLength = 1;
 | |
|                 this.columnconf_request.MaxLength = 1000;
 | |
|                 this.columnconf_reponse.MaxLength = 1000;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public PurchaseRow NewPurchaseRow() {
 | |
|                 return ((PurchaseRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new PurchaseRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(PurchaseRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.PurchaseRowChanged != null)) {
 | |
|                     this.PurchaseRowChanged(this, new PurchaseRowChangeEvent(((PurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.PurchaseRowChanging != null)) {
 | |
|                     this.PurchaseRowChanging(this, new PurchaseRowChangeEvent(((PurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.PurchaseRowDeleted != null)) {
 | |
|                     this.PurchaseRowDeleted(this, new PurchaseRowChangeEvent(((PurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.PurchaseRowDeleting != null)) {
 | |
|                     this.PurchaseRowDeleting(this, new PurchaseRowChangeEvent(((PurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemovePurchaseRow(PurchaseRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "PurchaseDataTable";
 | |
|                 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 vPurchaseDataTable : global::System.Data.TypedTableBase<vPurchaseRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnreceive;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnrequest;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumscale;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumunit;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumqty;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumprice;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumpriceD;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpumamt;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsupply;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsupplyidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnproject;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprojectidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnasset;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanuproc;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnedate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnindate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndept;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnbigo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnimport;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnisdel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnorderno;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnplace;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwuid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnwdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columninqty;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vPurchaseDataTable() {
 | |
|                 this.TableName = "vPurchase";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vPurchaseDataTable(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", "17.0.0.0")]
 | |
|             protected vPurchaseDataTable(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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn stateColumn {
 | |
|                 get {
 | |
|                     return this.columnstate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processColumn {
 | |
|                 get {
 | |
|                     return this.columnprocess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn receiveColumn {
 | |
|                 get {
 | |
|                     return this.columnreceive;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn scColumn {
 | |
|                 get {
 | |
|                     return this.columnsc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn requestColumn {
 | |
|                 get {
 | |
|                     return this.columnrequest;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sidColumn {
 | |
|                 get {
 | |
|                     return this.columnsid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumnameColumn {
 | |
|                 get {
 | |
|                     return this.columnpumname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumidxColumn {
 | |
|                 get {
 | |
|                     return this.columnpumidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumscaleColumn {
 | |
|                 get {
 | |
|                     return this.columnpumscale;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumunitColumn {
 | |
|                 get {
 | |
|                     return this.columnpumunit;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumqtyColumn {
 | |
|                 get {
 | |
|                     return this.columnpumqty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumpriceColumn {
 | |
|                 get {
 | |
|                     return this.columnpumprice;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumpriceDColumn {
 | |
|                 get {
 | |
|                     return this.columnpumpriceD;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn pumamtColumn {
 | |
|                 get {
 | |
|                     return this.columnpumamt;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn supplyColumn {
 | |
|                 get {
 | |
|                     return this.columnsupply;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn supplyidxColumn {
 | |
|                 get {
 | |
|                     return this.columnsupplyidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectColumn {
 | |
|                 get {
 | |
|                     return this.columnproject;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectidxColumn {
 | |
|                 get {
 | |
|                     return this.columnprojectidx;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn manuprocColumn {
 | |
|                 get {
 | |
|                     return this.columnmanuproc;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn edateColumn {
 | |
|                 get {
 | |
|                     return this.columnedate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn indateColumn {
 | |
|                 get {
 | |
|                     return this.columnindate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn poColumn {
 | |
|                 get {
 | |
|                     return this.columnpo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn deptColumn {
 | |
|                 get {
 | |
|                     return this.columndept;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn bigoColumn {
 | |
|                 get {
 | |
|                     return this.columnbigo;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn importColumn {
 | |
|                 get {
 | |
|                     return this.columnimport;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn isdelColumn {
 | |
|                 get {
 | |
|                     return this.columnisdel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ordernoColumn {
 | |
|                 get {
 | |
|                     return this.columnorderno;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn placeColumn {
 | |
|                 get {
 | |
|                     return this.columnplace;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn inqtyColumn {
 | |
|                 get {
 | |
|                     return this.columninqty;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public vPurchaseRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vPurchaseRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vPurchaseRowChangeEventHandler vPurchaseRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vPurchaseRowChangeEventHandler vPurchaseRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vPurchaseRowChangeEventHandler vPurchaseRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vPurchaseRowChangeEventHandler vPurchaseRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddvPurchaseRow(vPurchaseRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vPurchaseRow AddvPurchaseRow(
 | |
|                         string name, 
 | |
|                         int idx, 
 | |
|                         string gcode, 
 | |
|                         string pdate, 
 | |
|                         string state, 
 | |
|                         string process, 
 | |
|                         string receive, 
 | |
|                         string sc, 
 | |
|                         string request, 
 | |
|                         string sid, 
 | |
|                         string pumname, 
 | |
|                         int pumidx, 
 | |
|                         string pumscale, 
 | |
|                         string pumunit, 
 | |
|                         int pumqty, 
 | |
|                         decimal pumprice, 
 | |
|                         decimal pumpriceD, 
 | |
|                         decimal pumamt, 
 | |
|                         string supply, 
 | |
|                         int supplyidx, 
 | |
|                         string project, 
 | |
|                         int projectidx, 
 | |
|                         string asset, 
 | |
|                         string manuproc, 
 | |
|                         string edate, 
 | |
|                         string indate, 
 | |
|                         string po, 
 | |
|                         string dept, 
 | |
|                         string bigo, 
 | |
|                         bool import, 
 | |
|                         bool isdel, 
 | |
|                         string orderno, 
 | |
|                         string place, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate, 
 | |
|                         int inqty) {
 | |
|                 vPurchaseRow rowvPurchaseRow = ((vPurchaseRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         name,
 | |
|                         idx,
 | |
|                         gcode,
 | |
|                         pdate,
 | |
|                         state,
 | |
|                         process,
 | |
|                         receive,
 | |
|                         sc,
 | |
|                         request,
 | |
|                         sid,
 | |
|                         pumname,
 | |
|                         pumidx,
 | |
|                         pumscale,
 | |
|                         pumunit,
 | |
|                         pumqty,
 | |
|                         pumprice,
 | |
|                         pumpriceD,
 | |
|                         pumamt,
 | |
|                         supply,
 | |
|                         supplyidx,
 | |
|                         project,
 | |
|                         projectidx,
 | |
|                         asset,
 | |
|                         manuproc,
 | |
|                         edate,
 | |
|                         indate,
 | |
|                         po,
 | |
|                         dept,
 | |
|                         bigo,
 | |
|                         import,
 | |
|                         isdel,
 | |
|                         orderno,
 | |
|                         place,
 | |
|                         wuid,
 | |
|                         wdate,
 | |
|                         inqty};
 | |
|                 rowvPurchaseRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvPurchaseRow);
 | |
|                 return rowvPurchaseRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vPurchaseRow FindByidx(int idx) {
 | |
|                 return ((vPurchaseRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vPurchaseDataTable cln = ((vPurchaseDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new vPurchaseDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnstate = base.Columns["state"];
 | |
|                 this.columnprocess = base.Columns["process"];
 | |
|                 this.columnreceive = base.Columns["receive"];
 | |
|                 this.columnsc = base.Columns["sc"];
 | |
|                 this.columnrequest = base.Columns["request"];
 | |
|                 this.columnsid = base.Columns["sid"];
 | |
|                 this.columnpumname = base.Columns["pumname"];
 | |
|                 this.columnpumidx = base.Columns["pumidx"];
 | |
|                 this.columnpumscale = base.Columns["pumscale"];
 | |
|                 this.columnpumunit = base.Columns["pumunit"];
 | |
|                 this.columnpumqty = base.Columns["pumqty"];
 | |
|                 this.columnpumprice = base.Columns["pumprice"];
 | |
|                 this.columnpumpriceD = base.Columns["pumpriceD"];
 | |
|                 this.columnpumamt = base.Columns["pumamt"];
 | |
|                 this.columnsupply = base.Columns["supply"];
 | |
|                 this.columnsupplyidx = base.Columns["supplyidx"];
 | |
|                 this.columnproject = base.Columns["project"];
 | |
|                 this.columnprojectidx = base.Columns["projectidx"];
 | |
|                 this.columnasset = base.Columns["asset"];
 | |
|                 this.columnmanuproc = base.Columns["manuproc"];
 | |
|                 this.columnedate = base.Columns["edate"];
 | |
|                 this.columnindate = base.Columns["indate"];
 | |
|                 this.columnpo = base.Columns["po"];
 | |
|                 this.columndept = base.Columns["dept"];
 | |
|                 this.columnbigo = base.Columns["bigo"];
 | |
|                 this.columnimport = base.Columns["import"];
 | |
|                 this.columnisdel = base.Columns["isdel"];
 | |
|                 this.columnorderno = base.Columns["orderno"];
 | |
|                 this.columnplace = base.Columns["place"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|                 this.columninqty = base.Columns["inqty"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             private void InitClass() {
 | |
|                 this.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnidx = new global::System.Data.DataColumn("idx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnidx);
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnpdate = new global::System.Data.DataColumn("pdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpdate);
 | |
|                 this.columnstate = new global::System.Data.DataColumn("state", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstate);
 | |
|                 this.columnprocess = new global::System.Data.DataColumn("process", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocess);
 | |
|                 this.columnreceive = new global::System.Data.DataColumn("receive", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnreceive);
 | |
|                 this.columnsc = new global::System.Data.DataColumn("sc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsc);
 | |
|                 this.columnrequest = new global::System.Data.DataColumn("request", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnrequest);
 | |
|                 this.columnsid = new global::System.Data.DataColumn("sid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsid);
 | |
|                 this.columnpumname = new global::System.Data.DataColumn("pumname", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumname);
 | |
|                 this.columnpumidx = new global::System.Data.DataColumn("pumidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumidx);
 | |
|                 this.columnpumscale = new global::System.Data.DataColumn("pumscale", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumscale);
 | |
|                 this.columnpumunit = new global::System.Data.DataColumn("pumunit", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumunit);
 | |
|                 this.columnpumqty = new global::System.Data.DataColumn("pumqty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumqty);
 | |
|                 this.columnpumprice = new global::System.Data.DataColumn("pumprice", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumprice);
 | |
|                 this.columnpumpriceD = new global::System.Data.DataColumn("pumpriceD", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumpriceD);
 | |
|                 this.columnpumamt = new global::System.Data.DataColumn("pumamt", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpumamt);
 | |
|                 this.columnsupply = new global::System.Data.DataColumn("supply", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsupply);
 | |
|                 this.columnsupplyidx = new global::System.Data.DataColumn("supplyidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsupplyidx);
 | |
|                 this.columnproject = new global::System.Data.DataColumn("project", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnproject);
 | |
|                 this.columnprojectidx = new global::System.Data.DataColumn("projectidx", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprojectidx);
 | |
|                 this.columnasset = new global::System.Data.DataColumn("asset", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnasset);
 | |
|                 this.columnmanuproc = new global::System.Data.DataColumn("manuproc", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanuproc);
 | |
|                 this.columnedate = new global::System.Data.DataColumn("edate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnedate);
 | |
|                 this.columnindate = new global::System.Data.DataColumn("indate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnindate);
 | |
|                 this.columnpo = new global::System.Data.DataColumn("po", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpo);
 | |
|                 this.columndept = new global::System.Data.DataColumn("dept", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndept);
 | |
|                 this.columnbigo = new global::System.Data.DataColumn("bigo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnbigo);
 | |
|                 this.columnimport = new global::System.Data.DataColumn("import", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnimport);
 | |
|                 this.columnisdel = new global::System.Data.DataColumn("isdel", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnisdel);
 | |
|                 this.columnorderno = new global::System.Data.DataColumn("orderno", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnorderno);
 | |
|                 this.columnplace = new global::System.Data.DataColumn("place", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnplace);
 | |
|                 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.columninqty = new global::System.Data.DataColumn("inqty", typeof(int), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columninqty);
 | |
|                 this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
 | |
|                                 this.columnidx}, true));
 | |
|                 this.columnname.MaxLength = 100;
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnidx.Unique = true;
 | |
|                 this.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columnstate.MaxLength = 30;
 | |
|                 this.columnprocess.MaxLength = 30;
 | |
|                 this.columnreceive.MaxLength = 50;
 | |
|                 this.columnsc.MaxLength = 30;
 | |
|                 this.columnrequest.MaxLength = 50;
 | |
|                 this.columnsid.MaxLength = 50;
 | |
|                 this.columnpumname.MaxLength = 200;
 | |
|                 this.columnpumscale.MaxLength = 200;
 | |
|                 this.columnpumunit.MaxLength = 50;
 | |
|                 this.columnsupply.MaxLength = 200;
 | |
|                 this.columnproject.MaxLength = 2147483647;
 | |
|                 this.columnasset.MaxLength = 50;
 | |
|                 this.columnmanuproc.MaxLength = 50;
 | |
|                 this.columnedate.MaxLength = 10;
 | |
|                 this.columnindate.MaxLength = 10;
 | |
|                 this.columnpo.MaxLength = 50;
 | |
|                 this.columndept.MaxLength = 500;
 | |
|                 this.columnbigo.MaxLength = 500;
 | |
|                 this.columnorderno.MaxLength = 50;
 | |
|                 this.columnplace.MaxLength = 20;
 | |
|                 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", "17.0.0.0")]
 | |
|             public vPurchaseRow NewvPurchaseRow() {
 | |
|                 return ((vPurchaseRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new vPurchaseRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(vPurchaseRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.vPurchaseRowChanged != null)) {
 | |
|                     this.vPurchaseRowChanged(this, new vPurchaseRowChangeEvent(((vPurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.vPurchaseRowChanging != null)) {
 | |
|                     this.vPurchaseRowChanging(this, new vPurchaseRowChangeEvent(((vPurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.vPurchaseRowDeleted != null)) {
 | |
|                     this.vPurchaseRowDeleted(this, new vPurchaseRowChangeEvent(((vPurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.vPurchaseRowDeleting != null)) {
 | |
|                     this.vPurchaseRowDeleting(this, new vPurchaseRowChangeEvent(((vPurchaseRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemovevPurchaseRow(vPurchaseRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "vPurchaseDataTable";
 | |
|                 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 HolidayLIstDataTable : global::System.Data.TypedTableBase<HolidayLIstRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnfree;
 | |
|             
 | |
|             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", "17.0.0.0")]
 | |
|             public HolidayLIstDataTable() {
 | |
|                 this.TableName = "HolidayLIst";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal HolidayLIstDataTable(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", "17.0.0.0")]
 | |
|             protected HolidayLIstDataTable(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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn freeColumn {
 | |
|                 get {
 | |
|                     return this.columnfree;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public HolidayLIstRow this[int index] {
 | |
|                 get {
 | |
|                     return ((HolidayLIstRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event HolidayLIstRowChangeEventHandler HolidayLIstRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event HolidayLIstRowChangeEventHandler HolidayLIstRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event HolidayLIstRowChangeEventHandler HolidayLIstRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event HolidayLIstRowChangeEventHandler HolidayLIstRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddHolidayLIstRow(HolidayLIstRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public HolidayLIstRow AddHolidayLIstRow(string pdate, bool free, string memo, string wuid, System.DateTime wdate) {
 | |
|                 HolidayLIstRow rowHolidayLIstRow = ((HolidayLIstRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         pdate,
 | |
|                         free,
 | |
|                         memo,
 | |
|                         wuid,
 | |
|                         wdate};
 | |
|                 rowHolidayLIstRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowHolidayLIstRow);
 | |
|                 return rowHolidayLIstRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public HolidayLIstRow FindByidx(int idx) {
 | |
|                 return ((HolidayLIstRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 HolidayLIstDataTable cln = ((HolidayLIstDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new HolidayLIstDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columnfree = base.Columns["free"];
 | |
|                 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", "17.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.columnfree = new global::System.Data.DataColumn("free", typeof(bool), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnfree);
 | |
|                 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 = 10;
 | |
|                 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", "17.0.0.0")]
 | |
|             public HolidayLIstRow NewHolidayLIstRow() {
 | |
|                 return ((HolidayLIstRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new HolidayLIstRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(HolidayLIstRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.HolidayLIstRowChanged != null)) {
 | |
|                     this.HolidayLIstRowChanged(this, new HolidayLIstRowChangeEvent(((HolidayLIstRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.HolidayLIstRowChanging != null)) {
 | |
|                     this.HolidayLIstRowChanging(this, new HolidayLIstRowChangeEvent(((HolidayLIstRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.HolidayLIstRowDeleted != null)) {
 | |
|                     this.HolidayLIstRowDeleted(this, new HolidayLIstRowChangeEvent(((HolidayLIstRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.HolidayLIstRowDeleting != null)) {
 | |
|                     this.HolidayLIstRowDeleting(this, new HolidayLIstRowChangeEvent(((HolidayLIstRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveHolidayLIstRow(HolidayLIstRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "HolidayLIstDataTable";
 | |
|                 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 vFindSIDDataTable : global::System.Data.TypedTableBase<vFindSIDRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnLocation;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmodel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmanu;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnunit;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsupply;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprice;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnremark;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vFindSIDDataTable() {
 | |
|                 this.TableName = "vFindSID";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vFindSIDDataTable(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", "17.0.0.0")]
 | |
|             protected vFindSIDDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn LocationColumn {
 | |
|                 get {
 | |
|                     return this.columnLocation;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn dateColumn {
 | |
|                 get {
 | |
|                     return this.columndate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn sidColumn {
 | |
|                 get {
 | |
|                     return this.columnsid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn unitColumn {
 | |
|                 get {
 | |
|                     return this.columnunit;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn supplyColumn {
 | |
|                 get {
 | |
|                     return this.columnsupply;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn priceColumn {
 | |
|                 get {
 | |
|                     return this.columnprice;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public vFindSIDRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vFindSIDRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vFindSIDRowChangeEventHandler vFindSIDRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vFindSIDRowChangeEventHandler vFindSIDRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vFindSIDRowChangeEventHandler vFindSIDRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vFindSIDRowChangeEventHandler vFindSIDRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddvFindSIDRow(vFindSIDRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vFindSIDRow AddvFindSIDRow(int idx, string Location, string date, string gcode, string name, string sid, string model, string manu, string unit, string supply, decimal price, string remark) {
 | |
|                 vFindSIDRow rowvFindSIDRow = ((vFindSIDRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         idx,
 | |
|                         Location,
 | |
|                         date,
 | |
|                         gcode,
 | |
|                         name,
 | |
|                         sid,
 | |
|                         model,
 | |
|                         manu,
 | |
|                         unit,
 | |
|                         supply,
 | |
|                         price,
 | |
|                         remark};
 | |
|                 rowvFindSIDRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvFindSIDRow);
 | |
|                 return rowvFindSIDRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vFindSIDDataTable cln = ((vFindSIDDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new vFindSIDDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnLocation = base.Columns["Location"];
 | |
|                 this.columndate = base.Columns["date"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnsid = base.Columns["sid"];
 | |
|                 this.columnmodel = base.Columns["model"];
 | |
|                 this.columnmanu = base.Columns["manu"];
 | |
|                 this.columnunit = base.Columns["unit"];
 | |
|                 this.columnsupply = base.Columns["supply"];
 | |
|                 this.columnprice = base.Columns["price"];
 | |
|                 this.columnremark = base.Columns["remark"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columnLocation = new global::System.Data.DataColumn("Location", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnLocation);
 | |
|                 this.columndate = new global::System.Data.DataColumn("date", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndate);
 | |
|                 this.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnsid = new global::System.Data.DataColumn("sid", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsid);
 | |
|                 this.columnmodel = new global::System.Data.DataColumn("model", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmodel);
 | |
|                 this.columnmanu = new global::System.Data.DataColumn("manu", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmanu);
 | |
|                 this.columnunit = new global::System.Data.DataColumn("unit", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnunit);
 | |
|                 this.columnsupply = new global::System.Data.DataColumn("supply", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsupply);
 | |
|                 this.columnprice = new global::System.Data.DataColumn("price", typeof(decimal), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprice);
 | |
|                 this.columnremark = new global::System.Data.DataColumn("remark", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnremark);
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnLocation.AllowDBNull = false;
 | |
|                 this.columnLocation.MaxLength = 6;
 | |
|                 this.columndate.MaxLength = 10;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnname.MaxLength = 500;
 | |
|                 this.columnsid.MaxLength = 50;
 | |
|                 this.columnmodel.MaxLength = 500;
 | |
|                 this.columnmanu.AllowDBNull = false;
 | |
|                 this.columnmanu.MaxLength = 100;
 | |
|                 this.columnunit.AllowDBNull = false;
 | |
|                 this.columnunit.MaxLength = 50;
 | |
|                 this.columnsupply.AllowDBNull = false;
 | |
|                 this.columnsupply.MaxLength = 200;
 | |
|                 this.columnremark.MaxLength = 2147483647;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vFindSIDRow NewvFindSIDRow() {
 | |
|                 return ((vFindSIDRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new vFindSIDRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(vFindSIDRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.vFindSIDRowChanged != null)) {
 | |
|                     this.vFindSIDRowChanged(this, new vFindSIDRowChangeEvent(((vFindSIDRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.vFindSIDRowChanging != null)) {
 | |
|                     this.vFindSIDRowChanging(this, new vFindSIDRowChangeEvent(((vFindSIDRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.vFindSIDRowDeleted != null)) {
 | |
|                     this.vFindSIDRowDeleted(this, new vFindSIDRowChangeEvent(((vFindSIDRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.vFindSIDRowDeleting != null)) {
 | |
|                     this.vFindSIDRowDeleting(this, new vFindSIDRowChangeEvent(((vFindSIDRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemovevFindSIDRow(vFindSIDRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "vFindSIDDataTable";
 | |
|                 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 vJobReportForUserDataTable : global::System.Data.TypedTableBase<vJobReportForUserRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpdate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnid;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprocess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntype;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnsvalue;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnhrs;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnot;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnrequestpart;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnpackage;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuserProcess;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstatus;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnprojectName;
 | |
|             
 | |
|             private global::System.Data.DataColumn columndescription;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnww;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnotStart;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnotEnd;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnot2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnotReason;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrade;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnindate;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnoutdate;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vJobReportForUserDataTable() {
 | |
|                 this.TableName = "vJobReportForUser";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vJobReportForUserDataTable(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", "17.0.0.0")]
 | |
|             protected vJobReportForUserDataTable(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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn idColumn {
 | |
|                 get {
 | |
|                     return this.columnid;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn processColumn {
 | |
|                 get {
 | |
|                     return this.columnprocess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn svalueColumn {
 | |
|                 get {
 | |
|                     return this.columnsvalue;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn hrsColumn {
 | |
|                 get {
 | |
|                     return this.columnhrs;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn otColumn {
 | |
|                 get {
 | |
|                     return this.columnot;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn requestpartColumn {
 | |
|                 get {
 | |
|                     return this.columnrequestpart;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn packageColumn {
 | |
|                 get {
 | |
|                     return this.columnpackage;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn userProcessColumn {
 | |
|                 get {
 | |
|                     return this.columnuserProcess;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn statusColumn {
 | |
|                 get {
 | |
|                     return this.columnstatus;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn projectNameColumn {
 | |
|                 get {
 | |
|                     return this.columnprojectName;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn descriptionColumn {
 | |
|                 get {
 | |
|                     return this.columndescription;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn wwColumn {
 | |
|                 get {
 | |
|                     return this.columnww;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn otStartColumn {
 | |
|                 get {
 | |
|                     return this.columnotStart;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn otEndColumn {
 | |
|                 get {
 | |
|                     return this.columnotEnd;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ot2Column {
 | |
|                 get {
 | |
|                     return this.columnot2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn otReasonColumn {
 | |
|                 get {
 | |
|                     return this.columnotReason;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gradeColumn {
 | |
|                 get {
 | |
|                     return this.columngrade;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn indateColumn {
 | |
|                 get {
 | |
|                     return this.columnindate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn outdateColumn {
 | |
|                 get {
 | |
|                     return this.columnoutdate;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public vJobReportForUserRow this[int index] {
 | |
|                 get {
 | |
|                     return ((vJobReportForUserRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vJobReportForUserRowChangeEventHandler vJobReportForUserRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vJobReportForUserRowChangeEventHandler vJobReportForUserRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vJobReportForUserRowChangeEventHandler vJobReportForUserRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event vJobReportForUserRowChangeEventHandler vJobReportForUserRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddvJobReportForUserRow(vJobReportForUserRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vJobReportForUserRow AddvJobReportForUserRow(
 | |
|                         int idx, 
 | |
|                         string pdate, 
 | |
|                         string gcode, 
 | |
|                         string id, 
 | |
|                         string name, 
 | |
|                         string process, 
 | |
|                         string type, 
 | |
|                         string svalue, 
 | |
|                         double hrs, 
 | |
|                         double ot, 
 | |
|                         string requestpart, 
 | |
|                         string package, 
 | |
|                         string userProcess, 
 | |
|                         string status, 
 | |
|                         string projectName, 
 | |
|                         string description, 
 | |
|                         string ww, 
 | |
|                         System.DateTime otStart, 
 | |
|                         System.DateTime otEnd, 
 | |
|                         double ot2, 
 | |
|                         string otReason, 
 | |
|                         string grade, 
 | |
|                         string indate, 
 | |
|                         string outdate) {
 | |
|                 vJobReportForUserRow rowvJobReportForUserRow = ((vJobReportForUserRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         idx,
 | |
|                         pdate,
 | |
|                         gcode,
 | |
|                         id,
 | |
|                         name,
 | |
|                         process,
 | |
|                         type,
 | |
|                         svalue,
 | |
|                         hrs,
 | |
|                         ot,
 | |
|                         requestpart,
 | |
|                         package,
 | |
|                         userProcess,
 | |
|                         status,
 | |
|                         projectName,
 | |
|                         description,
 | |
|                         ww,
 | |
|                         otStart,
 | |
|                         otEnd,
 | |
|                         ot2,
 | |
|                         otReason,
 | |
|                         grade,
 | |
|                         indate,
 | |
|                         outdate};
 | |
|                 rowvJobReportForUserRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowvJobReportForUserRow);
 | |
|                 return rowvJobReportForUserRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 vJobReportForUserDataTable cln = ((vJobReportForUserDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new vJobReportForUserDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columnpdate = base.Columns["pdate"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columnid = base.Columns["id"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnprocess = base.Columns["process"];
 | |
|                 this.columntype = base.Columns["type"];
 | |
|                 this.columnsvalue = base.Columns["svalue"];
 | |
|                 this.columnhrs = base.Columns["hrs"];
 | |
|                 this.columnot = base.Columns["ot"];
 | |
|                 this.columnrequestpart = base.Columns["requestpart"];
 | |
|                 this.columnpackage = base.Columns["package"];
 | |
|                 this.columnuserProcess = base.Columns["userProcess"];
 | |
|                 this.columnstatus = base.Columns["status"];
 | |
|                 this.columnprojectName = base.Columns["projectName"];
 | |
|                 this.columndescription = base.Columns["description"];
 | |
|                 this.columnww = base.Columns["ww"];
 | |
|                 this.columnotStart = base.Columns["otStart"];
 | |
|                 this.columnotEnd = base.Columns["otEnd"];
 | |
|                 this.columnot2 = base.Columns["ot2"];
 | |
|                 this.columnotReason = base.Columns["otReason"];
 | |
|                 this.columngrade = base.Columns["grade"];
 | |
|                 this.columnindate = base.Columns["indate"];
 | |
|                 this.columnoutdate = base.Columns["outdate"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columnid = new global::System.Data.DataColumn("id", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnid);
 | |
|                 this.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnprocess = new global::System.Data.DataColumn("process", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprocess);
 | |
|                 this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntype);
 | |
|                 this.columnsvalue = new global::System.Data.DataColumn("svalue", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnsvalue);
 | |
|                 this.columnhrs = new global::System.Data.DataColumn("hrs", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnhrs);
 | |
|                 this.columnot = new global::System.Data.DataColumn("ot", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnot);
 | |
|                 this.columnrequestpart = new global::System.Data.DataColumn("requestpart", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnrequestpart);
 | |
|                 this.columnpackage = new global::System.Data.DataColumn("package", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnpackage);
 | |
|                 this.columnuserProcess = new global::System.Data.DataColumn("userProcess", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuserProcess);
 | |
|                 this.columnstatus = new global::System.Data.DataColumn("status", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstatus);
 | |
|                 this.columnprojectName = new global::System.Data.DataColumn("projectName", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnprojectName);
 | |
|                 this.columndescription = new global::System.Data.DataColumn("description", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columndescription);
 | |
|                 this.columnww = new global::System.Data.DataColumn("ww", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnww);
 | |
|                 this.columnotStart = new global::System.Data.DataColumn("otStart", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnotStart);
 | |
|                 this.columnotEnd = new global::System.Data.DataColumn("otEnd", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnotEnd);
 | |
|                 this.columnot2 = new global::System.Data.DataColumn("ot2", typeof(double), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnot2);
 | |
|                 this.columnotReason = new global::System.Data.DataColumn("otReason", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnotReason);
 | |
|                 this.columngrade = new global::System.Data.DataColumn("grade", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrade);
 | |
|                 this.columnindate = new global::System.Data.DataColumn("indate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnindate);
 | |
|                 this.columnoutdate = new global::System.Data.DataColumn("outdate", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnoutdate);
 | |
|                 this.columnidx.AllowDBNull = false;
 | |
|                 this.columnpdate.MaxLength = 10;
 | |
|                 this.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columnid.MaxLength = 20;
 | |
|                 this.columnname.MaxLength = 100;
 | |
|                 this.columnprocess.ReadOnly = true;
 | |
|                 this.columnprocess.MaxLength = 50;
 | |
|                 this.columntype.MaxLength = 50;
 | |
|                 this.columnsvalue.ReadOnly = true;
 | |
|                 this.columnsvalue.MaxLength = 255;
 | |
|                 this.columnrequestpart.ReadOnly = true;
 | |
|                 this.columnrequestpart.MaxLength = 50;
 | |
|                 this.columnpackage.ReadOnly = true;
 | |
|                 this.columnpackage.MaxLength = 50;
 | |
|                 this.columnuserProcess.MaxLength = 50;
 | |
|                 this.columnstatus.MaxLength = 20;
 | |
|                 this.columnprojectName.MaxLength = 255;
 | |
|                 this.columndescription.MaxLength = 2147483647;
 | |
|                 this.columnww.ReadOnly = true;
 | |
|                 this.columnww.MaxLength = 6;
 | |
|                 this.columnotReason.MaxLength = 255;
 | |
|                 this.columngrade.MaxLength = 10;
 | |
|                 this.columnindate.MaxLength = 20;
 | |
|                 this.columnoutdate.MaxLength = 20;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vJobReportForUserRow NewvJobReportForUserRow() {
 | |
|                 return ((vJobReportForUserRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new vJobReportForUserRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(vJobReportForUserRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.vJobReportForUserRowChanged != null)) {
 | |
|                     this.vJobReportForUserRowChanged(this, new vJobReportForUserRowChangeEvent(((vJobReportForUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.vJobReportForUserRowChanging != null)) {
 | |
|                     this.vJobReportForUserRowChanging(this, new vJobReportForUserRowChangeEvent(((vJobReportForUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.vJobReportForUserRowDeleted != null)) {
 | |
|                     this.vJobReportForUserRowDeleted(this, new vJobReportForUserRowChangeEvent(((vJobReportForUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.vJobReportForUserRowDeleting != null)) {
 | |
|                     this.vJobReportForUserRowDeleting(this, new vJobReportForUserRowChangeEvent(((vJobReportForUserRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemovevJobReportForUserRow(vJobReportForUserRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "vJobReportForUserDataTable";
 | |
|                 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 CustomsDataTable : global::System.Data.TypedTableBase<CustomsRow> {
 | |
|             
 | |
|             private global::System.Data.DataColumn columnidx;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngcode;
 | |
|             
 | |
|             private global::System.Data.DataColumn columngrp;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnuptae;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnname2;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnowner;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnownertel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnaddress;
 | |
|             
 | |
|             private global::System.Data.DataColumn columntel;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnfax;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnemail;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnmemo;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstaff;
 | |
|             
 | |
|             private global::System.Data.DataColumn columnstafftel;
 | |
|             
 | |
|             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", "17.0.0.0")]
 | |
|             public CustomsDataTable() {
 | |
|                 this.TableName = "Customs";
 | |
|                 this.BeginInit();
 | |
|                 this.InitClass();
 | |
|                 this.EndInit();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal CustomsDataTable(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", "17.0.0.0")]
 | |
|             protected CustomsDataTable(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", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn gcodeColumn {
 | |
|                 get {
 | |
|                     return this.columngcode;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn uptaeColumn {
 | |
|                 get {
 | |
|                     return this.columnuptae;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn nameColumn {
 | |
|                 get {
 | |
|                     return this.columnname;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn name2Column {
 | |
|                 get {
 | |
|                     return this.columnname2;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ownerColumn {
 | |
|                 get {
 | |
|                     return this.columnowner;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn ownertelColumn {
 | |
|                 get {
 | |
|                     return this.columnownertel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn addressColumn {
 | |
|                 get {
 | |
|                     return this.columnaddress;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn telColumn {
 | |
|                 get {
 | |
|                     return this.columntel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn faxColumn {
 | |
|                 get {
 | |
|                     return this.columnfax;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn emailColumn {
 | |
|                 get {
 | |
|                     return this.columnemail;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn staffColumn {
 | |
|                 get {
 | |
|                     return this.columnstaff;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataColumn stafftelColumn {
 | |
|                 get {
 | |
|                     return this.columnstafftel;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public CustomsRow this[int index] {
 | |
|                 get {
 | |
|                     return ((CustomsRow)(this.Rows[index]));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event CustomsRowChangeEventHandler CustomsRowChanging;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event CustomsRowChangeEventHandler CustomsRowChanged;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event CustomsRowChangeEventHandler CustomsRowDeleting;
 | |
|             
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public event CustomsRowChangeEventHandler CustomsRowDeleted;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void AddCustomsRow(CustomsRow row) {
 | |
|                 this.Rows.Add(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public CustomsRow AddCustomsRow(
 | |
|                         string gcode, 
 | |
|                         string grp, 
 | |
|                         string uptae, 
 | |
|                         string name, 
 | |
|                         string name2, 
 | |
|                         string owner, 
 | |
|                         string ownertel, 
 | |
|                         string address, 
 | |
|                         string tel, 
 | |
|                         string fax, 
 | |
|                         string email, 
 | |
|                         string memo, 
 | |
|                         string staff, 
 | |
|                         string stafftel, 
 | |
|                         string wuid, 
 | |
|                         System.DateTime wdate) {
 | |
|                 CustomsRow rowCustomsRow = ((CustomsRow)(this.NewRow()));
 | |
|                 object[] columnValuesArray = new object[] {
 | |
|                         null,
 | |
|                         gcode,
 | |
|                         grp,
 | |
|                         uptae,
 | |
|                         name,
 | |
|                         name2,
 | |
|                         owner,
 | |
|                         ownertel,
 | |
|                         address,
 | |
|                         tel,
 | |
|                         fax,
 | |
|                         email,
 | |
|                         memo,
 | |
|                         staff,
 | |
|                         stafftel,
 | |
|                         wuid,
 | |
|                         wdate};
 | |
|                 rowCustomsRow.ItemArray = columnValuesArray;
 | |
|                 this.Rows.Add(rowCustomsRow);
 | |
|                 return rowCustomsRow;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public CustomsRow FindByidx(int idx) {
 | |
|                 return ((CustomsRow)(this.Rows.Find(new object[] {
 | |
|                             idx})));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public override global::System.Data.DataTable Clone() {
 | |
|                 CustomsDataTable cln = ((CustomsDataTable)(base.Clone()));
 | |
|                 cln.InitVars();
 | |
|                 return cln;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataTable CreateInstance() {
 | |
|                 return new CustomsDataTable();
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal void InitVars() {
 | |
|                 this.columnidx = base.Columns["idx"];
 | |
|                 this.columngcode = base.Columns["gcode"];
 | |
|                 this.columngrp = base.Columns["grp"];
 | |
|                 this.columnuptae = base.Columns["uptae"];
 | |
|                 this.columnname = base.Columns["name"];
 | |
|                 this.columnname2 = base.Columns["name2"];
 | |
|                 this.columnowner = base.Columns["owner"];
 | |
|                 this.columnownertel = base.Columns["ownertel"];
 | |
|                 this.columnaddress = base.Columns["address"];
 | |
|                 this.columntel = base.Columns["tel"];
 | |
|                 this.columnfax = base.Columns["fax"];
 | |
|                 this.columnemail = base.Columns["email"];
 | |
|                 this.columnmemo = base.Columns["memo"];
 | |
|                 this.columnstaff = base.Columns["staff"];
 | |
|                 this.columnstafftel = base.Columns["stafftel"];
 | |
|                 this.columnwuid = base.Columns["wuid"];
 | |
|                 this.columnwdate = base.Columns["wdate"];
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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.columngcode = new global::System.Data.DataColumn("gcode", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngcode);
 | |
|                 this.columngrp = new global::System.Data.DataColumn("grp", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columngrp);
 | |
|                 this.columnuptae = new global::System.Data.DataColumn("uptae", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnuptae);
 | |
|                 this.columnname = new global::System.Data.DataColumn("name", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname);
 | |
|                 this.columnname2 = new global::System.Data.DataColumn("name2", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnname2);
 | |
|                 this.columnowner = new global::System.Data.DataColumn("owner", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnowner);
 | |
|                 this.columnownertel = new global::System.Data.DataColumn("ownertel", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnownertel);
 | |
|                 this.columnaddress = new global::System.Data.DataColumn("address", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnaddress);
 | |
|                 this.columntel = new global::System.Data.DataColumn("tel", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columntel);
 | |
|                 this.columnfax = new global::System.Data.DataColumn("fax", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnfax);
 | |
|                 this.columnemail = new global::System.Data.DataColumn("email", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnemail);
 | |
|                 this.columnmemo = new global::System.Data.DataColumn("memo", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnmemo);
 | |
|                 this.columnstaff = new global::System.Data.DataColumn("staff", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstaff);
 | |
|                 this.columnstafftel = new global::System.Data.DataColumn("stafftel", typeof(string), null, global::System.Data.MappingType.Element);
 | |
|                 base.Columns.Add(this.columnstafftel);
 | |
|                 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.columngcode.AllowDBNull = false;
 | |
|                 this.columngcode.MaxLength = 10;
 | |
|                 this.columngrp.MaxLength = 20;
 | |
|                 this.columnuptae.MaxLength = 100;
 | |
|                 this.columnname.MaxLength = 100;
 | |
|                 this.columnname2.MaxLength = 100;
 | |
|                 this.columnowner.MaxLength = 50;
 | |
|                 this.columnownertel.MaxLength = 50;
 | |
|                 this.columnaddress.MaxLength = 255;
 | |
|                 this.columntel.MaxLength = 150;
 | |
|                 this.columnfax.MaxLength = 100;
 | |
|                 this.columnemail.MaxLength = 100;
 | |
|                 this.columnmemo.MaxLength = 255;
 | |
|                 this.columnstaff.MaxLength = 250;
 | |
|                 this.columnstafftel.MaxLength = 150;
 | |
|                 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", "17.0.0.0")]
 | |
|             public CustomsRow NewCustomsRow() {
 | |
|                 return ((CustomsRow)(this.NewRow()));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
 | |
|                 return new CustomsRow(builder);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override global::System.Type GetRowType() {
 | |
|                 return typeof(CustomsRow);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanged(e);
 | |
|                 if ((this.CustomsRowChanged != null)) {
 | |
|                     this.CustomsRowChanged(this, new CustomsRowChangeEvent(((CustomsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowChanging(e);
 | |
|                 if ((this.CustomsRowChanging != null)) {
 | |
|                     this.CustomsRowChanging(this, new CustomsRowChangeEvent(((CustomsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleted(e);
 | |
|                 if ((this.CustomsRowDeleted != null)) {
 | |
|                     this.CustomsRowDeleted(this, new CustomsRowChangeEvent(((CustomsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
 | |
|                 base.OnRowDeleting(e);
 | |
|                 if ((this.CustomsRowDeleting != null)) {
 | |
|                     this.CustomsRowDeleting(this, new CustomsRowChangeEvent(((CustomsRow)(e.Row)), e.Action));
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void RemoveCustomsRow(CustomsRow row) {
 | |
|                 this.Rows.Remove(row);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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();
 | |
|                 dsMSSQL ds = new dsMSSQL();
 | |
|                 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 = "CustomsDataTable";
 | |
|                 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 UsersRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private UsersDataTable tableUsers;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal UsersRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableUsers = ((UsersDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string id {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableUsers.idColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.idColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string password {
 | |
|                 get {
 | |
|                     if (this.IspasswordNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.passwordColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.passwordColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     if (this.IsnameNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.nameColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string dept {
 | |
|                 get {
 | |
|                     if (this.IsdeptNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.deptColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.deptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string grade {
 | |
|                 get {
 | |
|                     if (this.IsgradeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.gradeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.gradeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string email {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableUsers.emailColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Users\' 테이블의 \'email\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.emailColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public short level {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((short)(this[this.tableUsers.levelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Users\' 테이블의 \'level\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.levelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string indate {
 | |
|                 get {
 | |
|                     if (this.IsindateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.indateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.indateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string outdate {
 | |
|                 get {
 | |
|                     if (this.IsoutdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.outdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.outdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableUsers.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableUsers.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tel {
 | |
|                 get {
 | |
|                     if (this.IstelNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.telColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.telColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string nameE {
 | |
|                 get {
 | |
|                     if (this.IsnameENull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.nameEColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.nameEColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string hp {
 | |
|                 get {
 | |
|                     if (this.IshpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.hpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.hpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string place {
 | |
|                 get {
 | |
|                     if (this.IsplaceNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.placeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.placeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ads_title {
 | |
|                 get {
 | |
|                     if (this.Isads_titleNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.ads_titleColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.ads_titleColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ads_created {
 | |
|                 get {
 | |
|                     if (this.Isads_createdNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.ads_createdColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.ads_createdColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ads_employNo {
 | |
|                 get {
 | |
|                     if (this.Isads_employNoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.ads_employNoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.ads_employNoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string processs {
 | |
|                 get {
 | |
|                     if (this.IsprocesssNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.processsColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.processsColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     if (this.IsgcodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUsers.gcodeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUsers.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspasswordNull() {
 | |
|                 return this.IsNull(this.tableUsers.passwordColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpasswordNull() {
 | |
|                 this[this.tableUsers.passwordColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tableUsers.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tableUsers.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdeptNull() {
 | |
|                 return this.IsNull(this.tableUsers.deptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdeptNull() {
 | |
|                 this[this.tableUsers.deptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgradeNull() {
 | |
|                 return this.IsNull(this.tableUsers.gradeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgradeNull() {
 | |
|                 this[this.tableUsers.gradeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsemailNull() {
 | |
|                 return this.IsNull(this.tableUsers.emailColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetemailNull() {
 | |
|                 this[this.tableUsers.emailColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IslevelNull() {
 | |
|                 return this.IsNull(this.tableUsers.levelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetlevelNull() {
 | |
|                 this[this.tableUsers.levelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsindateNull() {
 | |
|                 return this.IsNull(this.tableUsers.indateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetindateNull() {
 | |
|                 this[this.tableUsers.indateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsoutdateNull() {
 | |
|                 return this.IsNull(this.tableUsers.outdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetoutdateNull() {
 | |
|                 this[this.tableUsers.outdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableUsers.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableUsers.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstelNull() {
 | |
|                 return this.IsNull(this.tableUsers.telColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettelNull() {
 | |
|                 this[this.tableUsers.telColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameENull() {
 | |
|                 return this.IsNull(this.tableUsers.nameEColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameENull() {
 | |
|                 this[this.tableUsers.nameEColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IshpNull() {
 | |
|                 return this.IsNull(this.tableUsers.hpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SethpNull() {
 | |
|                 this[this.tableUsers.hpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsplaceNull() {
 | |
|                 return this.IsNull(this.tableUsers.placeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetplaceNull() {
 | |
|                 this[this.tableUsers.placeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isads_titleNull() {
 | |
|                 return this.IsNull(this.tableUsers.ads_titleColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setads_titleNull() {
 | |
|                 this[this.tableUsers.ads_titleColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isads_createdNull() {
 | |
|                 return this.IsNull(this.tableUsers.ads_createdColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setads_createdNull() {
 | |
|                 this[this.tableUsers.ads_createdColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isads_employNoNull() {
 | |
|                 return this.IsNull(this.tableUsers.ads_employNoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setads_employNoNull() {
 | |
|                 this[this.tableUsers.ads_employNoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocesssNull() {
 | |
|                 return this.IsNull(this.tableUsers.processsColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocesssNull() {
 | |
|                 this[this.tableUsers.processsColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgcodeNull() {
 | |
|                 return this.IsNull(this.tableUsers.gcodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgcodeNull() {
 | |
|                 this[this.tableUsers.gcodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class ProjectsRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private ProjectsDataTable tableProjects;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal ProjectsRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableProjects = ((ProjectsDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableProjects.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.nameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string request {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.requestColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'request\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.requestColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string reqstaff {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.reqstaffColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'reqstaff\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.reqstaffColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.sdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'sdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.sdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string edate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.edateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'edate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.edateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string odate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.odateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'odate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.odateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableProjects.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Projects\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableProjects.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableProjects.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableProjects.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tableProjects.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tableProjects.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableProjects.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableProjects.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsrequestNull() {
 | |
|                 return this.IsNull(this.tableProjects.requestColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetrequestNull() {
 | |
|                 this[this.tableProjects.requestColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsreqstaffNull() {
 | |
|                 return this.IsNull(this.tableProjects.reqstaffColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetreqstaffNull() {
 | |
|                 this[this.tableProjects.reqstaffColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssdateNull() {
 | |
|                 return this.IsNull(this.tableProjects.sdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsdateNull() {
 | |
|                 this[this.tableProjects.sdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsedateNull() {
 | |
|                 return this.IsNull(this.tableProjects.edateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetedateNull() {
 | |
|                 this[this.tableProjects.edateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsodateNull() {
 | |
|                 return this.IsNull(this.tableProjects.odateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetodateNull() {
 | |
|                 this[this.tableProjects.odateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableProjects.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableProjects.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class ItemsRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private ItemsDataTable tableItems;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal ItemsRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableItems = ((ItemsDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableItems.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableItems.nameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableItems.sidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'sid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.sidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableItems.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableItems.manuColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'manu\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string supply {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableItems.supplyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'supply\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.supplyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableItems.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Items\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableItems.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableItems.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal price {
 | |
|                 get {
 | |
|                     if (this.IspriceNull()) {
 | |
|                         return 0m;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((decimal)(this[this.tableItems.priceColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableItems.priceColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tableItems.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tableItems.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssidNull() {
 | |
|                 return this.IsNull(this.tableItems.sidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsidNull() {
 | |
|                 this[this.tableItems.sidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tableItems.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tableItems.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmanuNull() {
 | |
|                 return this.IsNull(this.tableItems.manuColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmanuNull() {
 | |
|                 this[this.tableItems.manuColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssupplyNull() {
 | |
|                 return this.IsNull(this.tableItems.supplyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsupplyNull() {
 | |
|                 this[this.tableItems.supplyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableItems.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableItems.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspriceNull() {
 | |
|                 return this.IsNull(this.tableItems.priceColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpriceNull() {
 | |
|                 this[this.tableItems.priceColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class InventoryRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private InventoryDataTable tableInventory;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal InventoryRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableInventory = ((InventoryDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableInventory.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableInventory.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string uid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableInventory.uidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'uid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.uidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int item {
 | |
|                 get {
 | |
|                     if (this.IsitemNull()) {
 | |
|                         return -1;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tableInventory.itemColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.itemColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string serial {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableInventory.serialColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'serial\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.serialColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int dr_qty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableInventory.dr_qtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'dr_qty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.dr_qtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal dr_amt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tableInventory.dr_amtColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'dr_amt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.dr_amtColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int cr_qty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableInventory.cr_qtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'cr_qty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.cr_qtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal cr_amt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tableInventory.cr_amtColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'cr_amt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.cr_amtColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableInventory.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableInventory.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableInventory.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int project {
 | |
|                 get {
 | |
|                     if (this.IsprojectNull()) {
 | |
|                         return -1;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tableInventory.projectColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.projectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string invtype {
 | |
|                 get {
 | |
|                     if (this.IsinvtypeNull()) {
 | |
|                         return "ET";
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableInventory.invtypeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.invtypeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string projectName {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableInventory.projectNameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'projectName\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.projectNameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int Expr1 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableInventory.Expr1Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Inventory\' 테이블의 \'Expr1\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableInventory.Expr1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableInventory.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableInventory.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuidNull() {
 | |
|                 return this.IsNull(this.tableInventory.uidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuidNull() {
 | |
|                 this[this.tableInventory.uidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsitemNull() {
 | |
|                 return this.IsNull(this.tableInventory.itemColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetitemNull() {
 | |
|                 this[this.tableInventory.itemColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsserialNull() {
 | |
|                 return this.IsNull(this.tableInventory.serialColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetserialNull() {
 | |
|                 this[this.tableInventory.serialColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isdr_qtyNull() {
 | |
|                 return this.IsNull(this.tableInventory.dr_qtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setdr_qtyNull() {
 | |
|                 this[this.tableInventory.dr_qtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isdr_amtNull() {
 | |
|                 return this.IsNull(this.tableInventory.dr_amtColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setdr_amtNull() {
 | |
|                 this[this.tableInventory.dr_amtColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Iscr_qtyNull() {
 | |
|                 return this.IsNull(this.tableInventory.cr_qtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setcr_qtyNull() {
 | |
|                 this[this.tableInventory.cr_qtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Iscr_amtNull() {
 | |
|                 return this.IsNull(this.tableInventory.cr_amtColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setcr_amtNull() {
 | |
|                 this[this.tableInventory.cr_amtColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableInventory.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableInventory.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNull() {
 | |
|                 return this.IsNull(this.tableInventory.projectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNull() {
 | |
|                 this[this.tableInventory.projectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsinvtypeNull() {
 | |
|                 return this.IsNull(this.tableInventory.invtypeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetinvtypeNull() {
 | |
|                 this[this.tableInventory.invtypeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNameNull() {
 | |
|                 return this.IsNull(this.tableInventory.projectNameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNameNull() {
 | |
|                 this[this.tableInventory.projectNameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsExpr1Null() {
 | |
|                 return this.IsNull(this.tableInventory.Expr1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetExpr1Null() {
 | |
|                 this[this.tableInventory.Expr1Column] = 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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public string code {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableLineCode.codeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'LineCode\' 테이블의 \'code\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.codeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableLineCode.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'LineCode\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.0.0.0")]
 | |
|             public bool except {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableLineCode.exceptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'LineCode\' 테이블의 \'except\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableLineCode.exceptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string plant {
 | |
|                 get {
 | |
|                     if (this.IsplantNull()) {
 | |
|                         return "";
 | |
|                     }
 | |
|                     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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public void Setgrp2Null() {
 | |
|                 this[this.tableLineCode.grp2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class UserGroupRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private UserGroupDataTable tableUserGroup;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal UserGroupRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableUserGroup = ((UserGroupDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string dept {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableUserGroup.deptColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.deptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     if (this.IsgcodeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUserGroup.gcodeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string path_kj {
 | |
|                 get {
 | |
|                     if (this.Ispath_kjNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUserGroup.path_kjColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.path_kjColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool advpurchase {
 | |
|                 get {
 | |
|                     if (this.IsadvpurchaseNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableUserGroup.advpurchaseColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.advpurchaseColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int permission {
 | |
|                 get {
 | |
|                     if (this.IspermissionNull()) {
 | |
|                         return 0;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tableUserGroup.permissionColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.permissionColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool advkisul {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableUserGroup.advkisulColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'UserGroup\' 테이블의 \'advkisul\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.advkisulColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string managerinfo {
 | |
|                 get {
 | |
|                     if (this.IsmanagerinfoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUserGroup.managerinfoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.managerinfoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string devinfo {
 | |
|                 get {
 | |
|                     if (this.IsdevinfoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableUserGroup.devinfoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableUserGroup.devinfoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgcodeNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.gcodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgcodeNull() {
 | |
|                 this[this.tableUserGroup.gcodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Ispath_kjNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.path_kjColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setpath_kjNull() {
 | |
|                 this[this.tableUserGroup.path_kjColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsadvpurchaseNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.advpurchaseColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetadvpurchaseNull() {
 | |
|                 this[this.tableUserGroup.advpurchaseColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspermissionNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.permissionColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpermissionNull() {
 | |
|                 this[this.tableUserGroup.permissionColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsadvkisulNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.advkisulColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetadvkisulNull() {
 | |
|                 this[this.tableUserGroup.advkisulColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmanagerinfoNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.managerinfoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmanagerinfoNull() {
 | |
|                 this[this.tableUserGroup.managerinfoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdevinfoNull() {
 | |
|                 return this.IsNull(this.tableUserGroup.devinfoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdevinfoNull() {
 | |
|                 this[this.tableUserGroup.devinfoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EETGW_GroupUserRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EETGW_GroupUserDataTable tableEETGW_GroupUser;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal EETGW_GroupUserRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEETGW_GroupUser = ((EETGW_GroupUserDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEETGW_GroupUser.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_GroupUser.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string uid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_GroupUser.uidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.uidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public short level {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((short)(this[this.tableEETGW_GroupUser.levelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_GroupUser\' 테이블의 \'level\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.levelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_GroupUser.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEETGW_GroupUser.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool useJobReport {
 | |
|                 get {
 | |
|                     if (this.IsuseJobReportNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_GroupUser.useJobReportColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.useJobReportColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool useUserState {
 | |
|                 get {
 | |
|                     if (this.IsuseUserStateNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_GroupUser.useUserStateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.useUserStateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string state {
 | |
|                 get {
 | |
|                     if (this.IsstateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_GroupUser.stateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.stateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string Process {
 | |
|                 get {
 | |
|                     if (this.IsProcessNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_GroupUser.ProcessColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.ProcessColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool exceptHoly {
 | |
|                 get {
 | |
|                     if (this.IsexceptHolyNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_GroupUser.exceptHolyColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_GroupUser.exceptHolyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IslevelNull() {
 | |
|                 return this.IsNull(this.tableEETGW_GroupUser.levelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetlevelNull() {
 | |
|                 this[this.tableEETGW_GroupUser.levelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuseJobReportNull() {
 | |
|                 return this.IsNull(this.tableEETGW_GroupUser.useJobReportColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuseJobReportNull() {
 | |
|                 this[this.tableEETGW_GroupUser.useJobReportColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuseUserStateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_GroupUser.useUserStateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuseUserStateNull() {
 | |
|                 this[this.tableEETGW_GroupUser.useUserStateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_GroupUser.stateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstateNull() {
 | |
|                 this[this.tableEETGW_GroupUser.stateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsProcessNull() {
 | |
|                 return this.IsNull(this.tableEETGW_GroupUser.ProcessColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetProcessNull() {
 | |
|                 this[this.tableEETGW_GroupUser.ProcessColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsexceptHolyNull() {
 | |
|                 return this.IsNull(this.tableEETGW_GroupUser.exceptHolyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetexceptHolyNull() {
 | |
|                 this[this.tableEETGW_GroupUser.exceptHolyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vGroupUserRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vGroupUserDataTable tablevGroupUser;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vGroupUserRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevGroupUser = ((vGroupUserDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevGroupUser.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string dept {
 | |
|                 get {
 | |
|                     if (this.IsdeptNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.deptColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.deptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public short level {
 | |
|                 get {
 | |
|                     if (this.IslevelNull()) {
 | |
|                         return 0;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((short)(this[this.tablevGroupUser.levelColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.levelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     if (this.IsnameNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.nameColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string nameE {
 | |
|                 get {
 | |
|                     if (this.IsnameENull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.nameEColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.nameEColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string grade {
 | |
|                 get {
 | |
|                     if (this.IsgradeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.gradeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.gradeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string email {
 | |
|                 get {
 | |
|                     if (this.IsemailNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.emailColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.emailColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tel {
 | |
|                 get {
 | |
|                     if (this.IstelNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.telColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.telColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string indate {
 | |
|                 get {
 | |
|                     if (this.IsindateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.indateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.indateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string outdate {
 | |
|                 get {
 | |
|                     if (this.IsoutdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.outdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.outdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string hp {
 | |
|                 get {
 | |
|                     if (this.IshpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.hpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.hpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string place {
 | |
|                 get {
 | |
|                     if (this.IsplaceNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.placeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.placeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ads_employNo {
 | |
|                 get {
 | |
|                     if (this.Isads_employNoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.ads_employNoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.ads_employNoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ads_title {
 | |
|                 get {
 | |
|                     if (this.Isads_titleNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.ads_titleColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.ads_titleColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ads_created {
 | |
|                 get {
 | |
|                     if (this.Isads_createdNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.ads_createdColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.ads_createdColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string processs {
 | |
|                 get {
 | |
|                     if (this.IsprocesssNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.processsColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.processsColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string id {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevGroupUser.idColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.idColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string state {
 | |
|                 get {
 | |
|                     if (this.IsstateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.stateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.stateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool useJobReport {
 | |
|                 get {
 | |
|                     if (this.IsuseJobReportNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tablevGroupUser.useJobReportColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.useJobReportColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool useUserState {
 | |
|                 get {
 | |
|                     if (this.IsuseUserStateNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tablevGroupUser.useUserStateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.useUserStateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string password {
 | |
|                 get {
 | |
|                     if (this.IspasswordNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tablevGroupUser.passwordColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.passwordColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool exceptHoly {
 | |
|                 get {
 | |
|                     if (this.IsexceptHolyNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tablevGroupUser.exceptHolyColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevGroupUser.exceptHolyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdeptNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.deptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdeptNull() {
 | |
|                 this[this.tablevGroupUser.deptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IslevelNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.levelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetlevelNull() {
 | |
|                 this[this.tablevGroupUser.levelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tablevGroupUser.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameENull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.nameEColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameENull() {
 | |
|                 this[this.tablevGroupUser.nameEColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgradeNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.gradeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgradeNull() {
 | |
|                 this[this.tablevGroupUser.gradeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsemailNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.emailColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetemailNull() {
 | |
|                 this[this.tablevGroupUser.emailColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstelNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.telColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettelNull() {
 | |
|                 this[this.tablevGroupUser.telColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsindateNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.indateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetindateNull() {
 | |
|                 this[this.tablevGroupUser.indateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsoutdateNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.outdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetoutdateNull() {
 | |
|                 this[this.tablevGroupUser.outdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IshpNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.hpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SethpNull() {
 | |
|                 this[this.tablevGroupUser.hpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsplaceNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.placeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetplaceNull() {
 | |
|                 this[this.tablevGroupUser.placeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isads_employNoNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.ads_employNoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setads_employNoNull() {
 | |
|                 this[this.tablevGroupUser.ads_employNoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isads_titleNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.ads_titleColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setads_titleNull() {
 | |
|                 this[this.tablevGroupUser.ads_titleColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isads_createdNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.ads_createdColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setads_createdNull() {
 | |
|                 this[this.tablevGroupUser.ads_createdColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tablevGroupUser.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocesssNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.processsColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocesssNull() {
 | |
|                 this[this.tablevGroupUser.processsColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstateNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.stateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstateNull() {
 | |
|                 this[this.tablevGroupUser.stateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuseJobReportNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.useJobReportColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuseJobReportNull() {
 | |
|                 this[this.tablevGroupUser.useJobReportColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuseUserStateNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.useUserStateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuseUserStateNull() {
 | |
|                 this[this.tablevGroupUser.useUserStateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspasswordNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.passwordColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpasswordNull() {
 | |
|                 this[this.tablevGroupUser.passwordColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsexceptHolyNull() {
 | |
|                 return this.IsNull(this.tablevGroupUser.exceptHolyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetexceptHolyNull() {
 | |
|                 this[this.tablevGroupUser.exceptHolyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class JobReportRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private JobReportDataTable tableJobReport;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal JobReportRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableJobReport = ((JobReportDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableJobReport.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableJobReport.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableJobReport.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableJobReport.pidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'pidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.pidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string projectName {
 | |
|                 get {
 | |
|                     if (this.IsprojectNameNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.projectNameColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.projectNameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string uid {
 | |
|                 get {
 | |
|                     if (this.IsuidNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.uidColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.uidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string requestpart {
 | |
|                 get {
 | |
|                     if (this.IsrequestpartNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.requestpartColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.requestpartColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string package {
 | |
|                 get {
 | |
|                     if (this.IspackageNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.packageColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.packageColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string status {
 | |
|                 get {
 | |
|                     if (this.IsstatusNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.statusColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.statusColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     if (this.IstypeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.typeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string process {
 | |
|                 get {
 | |
|                     if (this.IsprocessNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.processColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.processColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string description {
 | |
|                 get {
 | |
|                     if (this.IsdescriptionNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.descriptionColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.descriptionColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string remark {
 | |
|                 get {
 | |
|                     if (this.IsremarkNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.remarkColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.remarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double hrs {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tableJobReport.hrsColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'hrs\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.hrsColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double ot {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tableJobReport.otColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'ot\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.otColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool import {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableJobReport.importColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'import\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.importColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableJobReport.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableJobReport.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string description2 {
 | |
|                 get {
 | |
|                     if (this.Isdescription2Null()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.description2Column]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.description2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tag {
 | |
|                 get {
 | |
|                     if (this.IstagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableJobReport.tagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.tagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool autoinput {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableJobReport.autoinputColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'JobReport\' 테이블의 \'autoinput\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableJobReport.autoinputColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableJobReport.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableJobReport.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspidxNull() {
 | |
|                 return this.IsNull(this.tableJobReport.pidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpidxNull() {
 | |
|                 this[this.tableJobReport.pidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNameNull() {
 | |
|                 return this.IsNull(this.tableJobReport.projectNameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNameNull() {
 | |
|                 this[this.tableJobReport.projectNameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuidNull() {
 | |
|                 return this.IsNull(this.tableJobReport.uidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuidNull() {
 | |
|                 this[this.tableJobReport.uidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsrequestpartNull() {
 | |
|                 return this.IsNull(this.tableJobReport.requestpartColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetrequestpartNull() {
 | |
|                 this[this.tableJobReport.requestpartColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspackageNull() {
 | |
|                 return this.IsNull(this.tableJobReport.packageColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpackageNull() {
 | |
|                 this[this.tableJobReport.packageColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstatusNull() {
 | |
|                 return this.IsNull(this.tableJobReport.statusColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstatusNull() {
 | |
|                 this[this.tableJobReport.statusColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableJobReport.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableJobReport.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocessNull() {
 | |
|                 return this.IsNull(this.tableJobReport.processColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocessNull() {
 | |
|                 this[this.tableJobReport.processColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdescriptionNull() {
 | |
|                 return this.IsNull(this.tableJobReport.descriptionColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdescriptionNull() {
 | |
|                 this[this.tableJobReport.descriptionColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsremarkNull() {
 | |
|                 return this.IsNull(this.tableJobReport.remarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetremarkNull() {
 | |
|                 this[this.tableJobReport.remarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IshrsNull() {
 | |
|                 return this.IsNull(this.tableJobReport.hrsColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SethrsNull() {
 | |
|                 this[this.tableJobReport.hrsColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsotNull() {
 | |
|                 return this.IsNull(this.tableJobReport.otColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetotNull() {
 | |
|                 this[this.tableJobReport.otColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsimportNull() {
 | |
|                 return this.IsNull(this.tableJobReport.importColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetimportNull() {
 | |
|                 this[this.tableJobReport.importColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isdescription2Null() {
 | |
|                 return this.IsNull(this.tableJobReport.description2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setdescription2Null() {
 | |
|                 this[this.tableJobReport.description2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstagNull() {
 | |
|                 return this.IsNull(this.tableJobReport.tagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettagNull() {
 | |
|                 this[this.tableJobReport.tagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsautoinputNull() {
 | |
|                 return this.IsNull(this.tableJobReport.autoinputColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetautoinputNull() {
 | |
|                 this[this.tableJobReport.autoinputColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class MailDataRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private MailDataDataTable tableMailData;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal MailDataRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableMailData = ((MailDataDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableMailData.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int project {
 | |
|                 get {
 | |
|                     if (this.IsprojectNull()) {
 | |
|                         return -1;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tableMailData.projectColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.projectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableMailData.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string cate {
 | |
|                 get {
 | |
|                     if (this.IscateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.cateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.cateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string subject {
 | |
|                 get {
 | |
|                     if (this.IssubjectNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.subjectColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.subjectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tolist {
 | |
|                 get {
 | |
|                     if (this.IstolistNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.tolistColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.tolistColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string bcc {
 | |
|                 get {
 | |
|                     if (this.IsbccNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.bccColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.bccColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string cc {
 | |
|                 get {
 | |
|                     if (this.IsccNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.ccColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.ccColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string body {
 | |
|                 get {
 | |
|                     if (this.IsbodyNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.bodyColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.bodyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool SendOK {
 | |
|                 get {
 | |
|                     if (this.IsSendOKNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableMailData.SendOKColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.SendOKColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string SendMsg {
 | |
|                 get {
 | |
|                     if (this.IsSendMsgNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.SendMsgColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.SendMsgColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int aidx {
 | |
|                 get {
 | |
|                     if (this.IsaidxNull()) {
 | |
|                         return -1;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((int)(this[this.tableMailData.aidxColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.aidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string atime {
 | |
|                 get {
 | |
|                     if (this.IsatimeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.atimeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.atimeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableMailData.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableMailData.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string fromlist {
 | |
|                 get {
 | |
|                     if (this.IsfromlistNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailData.fromlistColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailData.fromlistColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNull() {
 | |
|                 return this.IsNull(this.tableMailData.projectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNull() {
 | |
|                 this[this.tableMailData.projectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IscateNull() {
 | |
|                 return this.IsNull(this.tableMailData.cateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetcateNull() {
 | |
|                 this[this.tableMailData.cateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableMailData.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableMailData.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssubjectNull() {
 | |
|                 return this.IsNull(this.tableMailData.subjectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsubjectNull() {
 | |
|                 this[this.tableMailData.subjectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstolistNull() {
 | |
|                 return this.IsNull(this.tableMailData.tolistColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettolistNull() {
 | |
|                 this[this.tableMailData.tolistColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbccNull() {
 | |
|                 return this.IsNull(this.tableMailData.bccColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbccNull() {
 | |
|                 this[this.tableMailData.bccColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsccNull() {
 | |
|                 return this.IsNull(this.tableMailData.ccColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetccNull() {
 | |
|                 this[this.tableMailData.ccColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbodyNull() {
 | |
|                 return this.IsNull(this.tableMailData.bodyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbodyNull() {
 | |
|                 this[this.tableMailData.bodyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsSendOKNull() {
 | |
|                 return this.IsNull(this.tableMailData.SendOKColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetSendOKNull() {
 | |
|                 this[this.tableMailData.SendOKColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsSendMsgNull() {
 | |
|                 return this.IsNull(this.tableMailData.SendMsgColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetSendMsgNull() {
 | |
|                 this[this.tableMailData.SendMsgColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsaidxNull() {
 | |
|                 return this.IsNull(this.tableMailData.aidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetaidxNull() {
 | |
|                 this[this.tableMailData.aidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsatimeNull() {
 | |
|                 return this.IsNull(this.tableMailData.atimeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetatimeNull() {
 | |
|                 this[this.tableMailData.atimeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsfromlistNull() {
 | |
|                 return this.IsNull(this.tableMailData.fromlistColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetfromlistNull() {
 | |
|                 this[this.tableMailData.fromlistColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class MailAutoRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private MailAutoDataTable tableMailAuto;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal MailAutoRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableMailAuto = ((MailAutoDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableMailAuto.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool enable {
 | |
|                 get {
 | |
|                     if (this.IsenableNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableMailAuto.enableColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.enableColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int fidx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableMailAuto.fidxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.fidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableMailAuto.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tolist {
 | |
|                 get {
 | |
|                     if (this.IstolistNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.tolistColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.tolistColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string bcc {
 | |
|                 get {
 | |
|                     if (this.IsbccNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.bccColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.bccColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string cc {
 | |
|                 get {
 | |
|                     if (this.IsccNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.ccColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.ccColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sdate {
 | |
|                 get {
 | |
|                     if (this.IssdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.sdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.sdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string edate {
 | |
|                 get {
 | |
|                     if (this.IsedateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.edateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.edateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string stime {
 | |
|                 get {
 | |
|                     if (this.IsstimeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.stimeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.stimeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public byte[] sday {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((byte[])(this[this.tableMailAuto.sdayColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'MailAuto\' 테이블의 \'sday\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.sdayColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableMailAuto.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableMailAuto.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string fromlist {
 | |
|                 get {
 | |
|                     if (this.IsfromlistNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.fromlistColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.fromlistColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string subject {
 | |
|                 get {
 | |
|                     if (this.IssubjectNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.subjectColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.subjectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string body {
 | |
|                 get {
 | |
|                     if (this.IsbodyNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableMailAuto.bodyColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableMailAuto.bodyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsenableNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.enableColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetenableNull() {
 | |
|                 this[this.tableMailAuto.enableColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstolistNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.tolistColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettolistNull() {
 | |
|                 this[this.tableMailAuto.tolistColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbccNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.bccColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbccNull() {
 | |
|                 this[this.tableMailAuto.bccColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsccNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.ccColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetccNull() {
 | |
|                 this[this.tableMailAuto.ccColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssdateNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.sdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsdateNull() {
 | |
|                 this[this.tableMailAuto.sdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsedateNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.edateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetedateNull() {
 | |
|                 this[this.tableMailAuto.edateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstimeNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.stimeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstimeNull() {
 | |
|                 this[this.tableMailAuto.stimeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssdayNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.sdayColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsdayNull() {
 | |
|                 this[this.tableMailAuto.sdayColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsfromlistNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.fromlistColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetfromlistNull() {
 | |
|                 this[this.tableMailAuto.fromlistColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssubjectNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.subjectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsubjectNull() {
 | |
|                 this[this.tableMailAuto.subjectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbodyNull() {
 | |
|                 return this.IsNull(this.tableMailAuto.bodyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbodyNull() {
 | |
|                 this[this.tableMailAuto.bodyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class BoardFAQRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private BoardFAQDataTable tableBoardFAQ;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal BoardFAQRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableBoardFAQ = ((BoardFAQDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableBoardFAQ.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableBoardFAQ.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int bidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableBoardFAQ.bidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'bidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.bidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableBoardFAQ.pidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'pidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.pidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int project {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableBoardFAQ.projectColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'project\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.projectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool header {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableBoardFAQ.headerColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'header\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.headerColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string cate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.cateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'cate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.cateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string title {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.titleColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'title\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.titleColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string contents {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.contentsColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'contents\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.contentsColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string file {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.fileColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'file\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.fileColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string guid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.guidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'guid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.guidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string url {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.urlColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'url\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.urlColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableBoardFAQ.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableBoardFAQ.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool close {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableBoardFAQ.closeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'close\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.closeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableBoardFAQ.remarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'BoardFAQ\' 테이블의 \'remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableBoardFAQ.remarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbidxNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.bidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbidxNull() {
 | |
|                 this[this.tableBoardFAQ.bidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspidxNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.pidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpidxNull() {
 | |
|                 this[this.tableBoardFAQ.pidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.projectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNull() {
 | |
|                 this[this.tableBoardFAQ.projectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsheaderNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.headerColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetheaderNull() {
 | |
|                 this[this.tableBoardFAQ.headerColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IscateNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.cateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetcateNull() {
 | |
|                 this[this.tableBoardFAQ.cateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstitleNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.titleColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettitleNull() {
 | |
|                 this[this.tableBoardFAQ.titleColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IscontentsNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.contentsColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetcontentsNull() {
 | |
|                 this[this.tableBoardFAQ.contentsColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsfileNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.fileColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetfileNull() {
 | |
|                 this[this.tableBoardFAQ.fileColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsguidNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.guidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetguidNull() {
 | |
|                 this[this.tableBoardFAQ.guidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsurlNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.urlColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SeturlNull() {
 | |
|                 this[this.tableBoardFAQ.urlColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IscloseNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.closeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetcloseNull() {
 | |
|                 this[this.tableBoardFAQ.closeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsremarkNull() {
 | |
|                 return this.IsNull(this.tableBoardFAQ.remarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetremarkNull() {
 | |
|                 this[this.tableBoardFAQ.remarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EETGW_LoginInfoRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EETGW_LoginInfoDataTable tableEETGW_LoginInfo;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal EETGW_LoginInfoRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEETGW_LoginInfo = ((EETGW_LoginInfoDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEETGW_LoginInfo.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string uid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_LoginInfo.uidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.uidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime login {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((global::System.DateTime)(this[this.tableEETGW_LoginInfo.loginColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_LoginInfo\' 테이블의 \'login\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.loginColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ip {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_LoginInfo.ipColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_LoginInfo\' 테이블의 \'ip\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.ipColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string hostname {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_LoginInfo.hostnameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_LoginInfo\' 테이블의 \'hostname\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.hostnameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableEETGW_LoginInfo.wuidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_LoginInfo\' 테이블의 \'wuid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((global::System.DateTime)(this[this.tableEETGW_LoginInfo.wdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_LoginInfo\' 테이블의 \'wdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_LoginInfo.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsloginNull() {
 | |
|                 return this.IsNull(this.tableEETGW_LoginInfo.loginColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetloginNull() {
 | |
|                 this[this.tableEETGW_LoginInfo.loginColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsipNull() {
 | |
|                 return this.IsNull(this.tableEETGW_LoginInfo.ipColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetipNull() {
 | |
|                 this[this.tableEETGW_LoginInfo.ipColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IshostnameNull() {
 | |
|                 return this.IsNull(this.tableEETGW_LoginInfo.hostnameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SethostnameNull() {
 | |
|                 this[this.tableEETGW_LoginInfo.hostnameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IswuidNull() {
 | |
|                 return this.IsNull(this.tableEETGW_LoginInfo.wuidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetwuidNull() {
 | |
|                 this[this.tableEETGW_LoginInfo.wuidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IswdateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_LoginInfo.wdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetwdateNull() {
 | |
|                 this[this.tableEETGW_LoginInfo.wdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class EETGW_JobReport_AutoInputRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private EETGW_JobReport_AutoInputDataTable tableEETGW_JobReport_AutoInput;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal EETGW_JobReport_AutoInputRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableEETGW_JobReport_AutoInput = ((EETGW_JobReport_AutoInputDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableEETGW_JobReport_AutoInput.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_JobReport_AutoInput.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string edate {
 | |
|                 get {
 | |
|                     if (this.IsedateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.edateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.edateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tableEETGW_JobReport_AutoInput.pidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'pidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.pidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string projectName {
 | |
|                 get {
 | |
|                     if (this.IsprojectNameNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.projectNameColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.projectNameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string uid {
 | |
|                 get {
 | |
|                     if (this.IsuidNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.uidColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.uidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string requestpart {
 | |
|                 get {
 | |
|                     if (this.IsrequestpartNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.requestpartColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.requestpartColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string package {
 | |
|                 get {
 | |
|                     if (this.IspackageNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.packageColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.packageColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string status {
 | |
|                 get {
 | |
|                     if (this.IsstatusNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.statusColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.statusColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     if (this.IstypeNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.typeColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string process {
 | |
|                 get {
 | |
|                     if (this.IsprocessNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.processColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.processColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string description {
 | |
|                 get {
 | |
|                     if (this.IsdescriptionNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.descriptionColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.descriptionColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string remark {
 | |
|                 get {
 | |
|                     if (this.IsremarkNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.remarkColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.remarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double hrs {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tableEETGW_JobReport_AutoInput.hrsColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'hrs\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.hrsColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double ot {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tableEETGW_JobReport_AutoInput.otColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'EETGW_JobReport_AutoInput\' 테이블의 \'ot\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.otColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool import {
 | |
|                 get {
 | |
|                     if (this.IsimportNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_JobReport_AutoInput.importColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.importColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableEETGW_JobReport_AutoInput.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableEETGW_JobReport_AutoInput.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string description2 {
 | |
|                 get {
 | |
|                     if (this.Isdescription2Null()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.description2Column]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.description2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tag {
 | |
|                 get {
 | |
|                     if (this.IstagNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.tagColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.tagColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string autoinput {
 | |
|                 get {
 | |
|                     if (this.IsautoinputNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.autoinputColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.autoinputColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool enable {
 | |
|                 get {
 | |
|                     if (this.IsenableNull()) {
 | |
|                         return false;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((bool)(this[this.tableEETGW_JobReport_AutoInput.enableColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.enableColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string jobgrp {
 | |
|                 get {
 | |
|                     if (this.IsjobgrpNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableEETGW_JobReport_AutoInput.jobgrpColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableEETGW_JobReport_AutoInput.jobgrpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsedateNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.edateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetedateNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.edateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspidxNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.pidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpidxNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.pidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNameNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.projectNameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNameNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.projectNameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuidNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.uidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuidNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.uidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsrequestpartNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.requestpartColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetrequestpartNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.requestpartColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspackageNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.packageColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpackageNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.packageColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstatusNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.statusColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstatusNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.statusColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocessNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.processColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocessNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.processColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdescriptionNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.descriptionColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdescriptionNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.descriptionColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsremarkNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.remarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetremarkNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.remarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IshrsNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.hrsColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SethrsNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.hrsColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsotNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.otColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetotNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.otColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsimportNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.importColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetimportNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.importColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isdescription2Null() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.description2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setdescription2Null() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.description2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstagNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.tagColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettagNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.tagColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsautoinputNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.autoinputColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetautoinputNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.autoinputColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsenableNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.enableColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetenableNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.enableColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsjobgrpNull() {
 | |
|                 return this.IsNull(this.tableEETGW_JobReport_AutoInput.jobgrpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetjobgrpNull() {
 | |
|                 this[this.tableEETGW_JobReport_AutoInput.jobgrpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class PurchaseRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private PurchaseDataTable tablePurchase;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal PurchaseRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablePurchase = ((PurchaseDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tablePurchase.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablePurchase.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string state {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.stateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'state\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.stateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string process {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.processColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'process\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.processColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string receive {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.receiveColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'receive\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.receiveColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sc {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.scColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'sc\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.scColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string request {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.requestColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'request\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.requestColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.sidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'sid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.sidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pumname {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.pumnameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumname\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumnameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pumidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.pumidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pumscale {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.pumscaleColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumscale\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumscaleColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pumunit {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.pumunitColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumunit\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumunitColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pumqty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.pumqtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumqty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumqtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pumqtyReq {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.pumqtyReqColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumqtyReq\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumqtyReqColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal pumprice {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablePurchase.pumpriceColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumprice\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumpriceColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal pumpriceD {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablePurchase.pumpriceDColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumpriceD\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumpriceDColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal pumamt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablePurchase.pumamtColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumamt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.pumamtColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string supply {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.supplyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'supply\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.supplyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int supplyidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.supplyidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'supplyidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.supplyidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string project {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.projectColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'project\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.projectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int projectidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.projectidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'projectidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.projectidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.assetColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'asset\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string manuproc {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.manuprocColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'manuproc\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.manuprocColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string edate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.edateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'edate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.edateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string indate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.indateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'indate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.indateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string po {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.poColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'po\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.poColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string dept {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.deptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'dept\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.deptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string bigo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.bigoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'bigo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.bigoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool import {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablePurchase.importColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'import\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.importColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool isdel {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablePurchase.isdelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'isdel\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.isdelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string orderno {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.ordernoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'orderno\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.ordernoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string place {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.placeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'place\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.placeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablePurchase.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tablePurchase.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int inqty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.inqtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'inqty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.inqtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string inremark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.inremarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'inremark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.inremarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string winuid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.winuidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'winuid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.winuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime windate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((global::System.DateTime)(this[this.tablePurchase.windateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'windate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.windateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool chk1 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablePurchase.chk1Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'chk1\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.chk1Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool chk2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablePurchase.chk2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'chk2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.chk2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string chkremark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.chkremarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'chkremark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.chkremarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string costcenter {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.costcenterColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'costcenter\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.costcenterColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string linecode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.linecodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'linecode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.linecodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string purchase_manager {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.purchase_managerColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'purchase_manager\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.purchase_managerColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string purchase_admin {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.purchase_adminColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'purchase_admin\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.purchase_adminColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string currency {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.currencyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'currency\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.currencyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string prdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.prdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'prdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.prdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string bigo_admin {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.bigo_adminColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'bigo_admin\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.bigo_adminColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string bigo_manager {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.bigo_managerColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'bigo_manager\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.bigo_managerColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string conf_status {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.conf_statusColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'conf_status\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.conf_statusColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string conf_request {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.conf_requestColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'conf_request\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.conf_requestColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string conf_reponse {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablePurchase.conf_reponseColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'conf_reponse\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.conf_reponseColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int spmqty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablePurchase.spmqtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'spmqty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.spmqtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool UpdateToItem {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablePurchase.UpdateToItemColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'UpdateToItem\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablePurchase.UpdateToItemColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablePurchase.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstateNull() {
 | |
|                 return this.IsNull(this.tablePurchase.stateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstateNull() {
 | |
|                 this[this.tablePurchase.stateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocessNull() {
 | |
|                 return this.IsNull(this.tablePurchase.processColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocessNull() {
 | |
|                 this[this.tablePurchase.processColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsreceiveNull() {
 | |
|                 return this.IsNull(this.tablePurchase.receiveColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetreceiveNull() {
 | |
|                 this[this.tablePurchase.receiveColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsscNull() {
 | |
|                 return this.IsNull(this.tablePurchase.scColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetscNull() {
 | |
|                 this[this.tablePurchase.scColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsrequestNull() {
 | |
|                 return this.IsNull(this.tablePurchase.requestColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetrequestNull() {
 | |
|                 this[this.tablePurchase.requestColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssidNull() {
 | |
|                 return this.IsNull(this.tablePurchase.sidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsidNull() {
 | |
|                 this[this.tablePurchase.sidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumnameNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumnameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumnameNull() {
 | |
|                 this[this.tablePurchase.pumnameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumidxNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumidxNull() {
 | |
|                 this[this.tablePurchase.pumidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumscaleNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumscaleColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumscaleNull() {
 | |
|                 this[this.tablePurchase.pumscaleColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumunitNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumunitColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumunitNull() {
 | |
|                 this[this.tablePurchase.pumunitColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumqtyNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumqtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumqtyNull() {
 | |
|                 this[this.tablePurchase.pumqtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumqtyReqNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumqtyReqColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumqtyReqNull() {
 | |
|                 this[this.tablePurchase.pumqtyReqColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumpriceNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumpriceColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumpriceNull() {
 | |
|                 this[this.tablePurchase.pumpriceColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumpriceDNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumpriceDColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumpriceDNull() {
 | |
|                 this[this.tablePurchase.pumpriceDColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumamtNull() {
 | |
|                 return this.IsNull(this.tablePurchase.pumamtColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumamtNull() {
 | |
|                 this[this.tablePurchase.pumamtColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssupplyNull() {
 | |
|                 return this.IsNull(this.tablePurchase.supplyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsupplyNull() {
 | |
|                 this[this.tablePurchase.supplyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssupplyidxNull() {
 | |
|                 return this.IsNull(this.tablePurchase.supplyidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsupplyidxNull() {
 | |
|                 this[this.tablePurchase.supplyidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNull() {
 | |
|                 return this.IsNull(this.tablePurchase.projectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNull() {
 | |
|                 this[this.tablePurchase.projectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectidxNull() {
 | |
|                 return this.IsNull(this.tablePurchase.projectidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectidxNull() {
 | |
|                 this[this.tablePurchase.projectidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tablePurchase.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tablePurchase.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmanuprocNull() {
 | |
|                 return this.IsNull(this.tablePurchase.manuprocColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmanuprocNull() {
 | |
|                 this[this.tablePurchase.manuprocColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsedateNull() {
 | |
|                 return this.IsNull(this.tablePurchase.edateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetedateNull() {
 | |
|                 this[this.tablePurchase.edateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsindateNull() {
 | |
|                 return this.IsNull(this.tablePurchase.indateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetindateNull() {
 | |
|                 this[this.tablePurchase.indateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspoNull() {
 | |
|                 return this.IsNull(this.tablePurchase.poColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpoNull() {
 | |
|                 this[this.tablePurchase.poColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdeptNull() {
 | |
|                 return this.IsNull(this.tablePurchase.deptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdeptNull() {
 | |
|                 this[this.tablePurchase.deptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbigoNull() {
 | |
|                 return this.IsNull(this.tablePurchase.bigoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbigoNull() {
 | |
|                 this[this.tablePurchase.bigoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsimportNull() {
 | |
|                 return this.IsNull(this.tablePurchase.importColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetimportNull() {
 | |
|                 this[this.tablePurchase.importColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsisdelNull() {
 | |
|                 return this.IsNull(this.tablePurchase.isdelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetisdelNull() {
 | |
|                 this[this.tablePurchase.isdelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsordernoNull() {
 | |
|                 return this.IsNull(this.tablePurchase.ordernoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetordernoNull() {
 | |
|                 this[this.tablePurchase.ordernoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsplaceNull() {
 | |
|                 return this.IsNull(this.tablePurchase.placeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetplaceNull() {
 | |
|                 this[this.tablePurchase.placeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsinqtyNull() {
 | |
|                 return this.IsNull(this.tablePurchase.inqtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetinqtyNull() {
 | |
|                 this[this.tablePurchase.inqtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsinremarkNull() {
 | |
|                 return this.IsNull(this.tablePurchase.inremarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetinremarkNull() {
 | |
|                 this[this.tablePurchase.inremarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IswinuidNull() {
 | |
|                 return this.IsNull(this.tablePurchase.winuidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetwinuidNull() {
 | |
|                 this[this.tablePurchase.winuidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IswindateNull() {
 | |
|                 return this.IsNull(this.tablePurchase.windateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetwindateNull() {
 | |
|                 this[this.tablePurchase.windateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Ischk1Null() {
 | |
|                 return this.IsNull(this.tablePurchase.chk1Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setchk1Null() {
 | |
|                 this[this.tablePurchase.chk1Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Ischk2Null() {
 | |
|                 return this.IsNull(this.tablePurchase.chk2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setchk2Null() {
 | |
|                 this[this.tablePurchase.chk2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IschkremarkNull() {
 | |
|                 return this.IsNull(this.tablePurchase.chkremarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetchkremarkNull() {
 | |
|                 this[this.tablePurchase.chkremarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IscostcenterNull() {
 | |
|                 return this.IsNull(this.tablePurchase.costcenterColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetcostcenterNull() {
 | |
|                 this[this.tablePurchase.costcenterColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IslinecodeNull() {
 | |
|                 return this.IsNull(this.tablePurchase.linecodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetlinecodeNull() {
 | |
|                 this[this.tablePurchase.linecodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Ispurchase_managerNull() {
 | |
|                 return this.IsNull(this.tablePurchase.purchase_managerColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setpurchase_managerNull() {
 | |
|                 this[this.tablePurchase.purchase_managerColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Ispurchase_adminNull() {
 | |
|                 return this.IsNull(this.tablePurchase.purchase_adminColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setpurchase_adminNull() {
 | |
|                 this[this.tablePurchase.purchase_adminColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IscurrencyNull() {
 | |
|                 return this.IsNull(this.tablePurchase.currencyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetcurrencyNull() {
 | |
|                 this[this.tablePurchase.currencyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprdateNull() {
 | |
|                 return this.IsNull(this.tablePurchase.prdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprdateNull() {
 | |
|                 this[this.tablePurchase.prdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isbigo_adminNull() {
 | |
|                 return this.IsNull(this.tablePurchase.bigo_adminColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setbigo_adminNull() {
 | |
|                 this[this.tablePurchase.bigo_adminColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isbigo_managerNull() {
 | |
|                 return this.IsNull(this.tablePurchase.bigo_managerColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setbigo_managerNull() {
 | |
|                 this[this.tablePurchase.bigo_managerColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isconf_statusNull() {
 | |
|                 return this.IsNull(this.tablePurchase.conf_statusColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setconf_statusNull() {
 | |
|                 this[this.tablePurchase.conf_statusColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isconf_requestNull() {
 | |
|                 return this.IsNull(this.tablePurchase.conf_requestColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setconf_requestNull() {
 | |
|                 this[this.tablePurchase.conf_requestColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isconf_reponseNull() {
 | |
|                 return this.IsNull(this.tablePurchase.conf_reponseColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setconf_reponseNull() {
 | |
|                 this[this.tablePurchase.conf_reponseColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsspmqtyNull() {
 | |
|                 return this.IsNull(this.tablePurchase.spmqtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetspmqtyNull() {
 | |
|                 this[this.tablePurchase.spmqtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsUpdateToItemNull() {
 | |
|                 return this.IsNull(this.tablePurchase.UpdateToItemColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetUpdateToItemNull() {
 | |
|                 this[this.tablePurchase.UpdateToItemColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vPurchaseRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vPurchaseDataTable tablevPurchase;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vPurchaseRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevPurchase = ((vPurchaseDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.nameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tablevPurchase.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevPurchase.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string state {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.stateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'state\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.stateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string process {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.processColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'process\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.processColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string receive {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.receiveColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'receive\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.receiveColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sc {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.scColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'sc\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.scColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string request {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.requestColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'request\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.requestColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.sidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'sid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.sidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pumname {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.pumnameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumname\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumnameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pumidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevPurchase.pumidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pumscale {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.pumscaleColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumscale\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumscaleColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pumunit {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.pumunitColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumunit\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumunitColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int pumqty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevPurchase.pumqtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumqty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumqtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal pumprice {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablevPurchase.pumpriceColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumprice\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumpriceColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal pumpriceD {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablevPurchase.pumpriceDColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumpriceD\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumpriceDColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal pumamt {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablevPurchase.pumamtColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'pumamt\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.pumamtColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string supply {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.supplyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'supply\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.supplyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int supplyidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevPurchase.supplyidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'supplyidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.supplyidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string project {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.projectColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'project\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.projectColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int projectidx {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevPurchase.projectidxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'projectidx\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.projectidxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string asset {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.assetColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'asset\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.assetColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string manuproc {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.manuprocColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'manuproc\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.manuprocColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string edate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.edateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'edate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.edateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string indate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.indateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'indate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.indateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string po {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.poColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'po\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.poColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string dept {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.deptColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'dept\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.deptColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string bigo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.bigoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'bigo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.bigoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool import {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablevPurchase.importColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'import\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.importColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool isdel {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tablevPurchase.isdelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'isdel\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.isdelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string orderno {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.ordernoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'orderno\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.ordernoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string place {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevPurchase.placeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'place\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.placeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevPurchase.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tablevPurchase.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int inqty {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((int)(this[this.tablevPurchase.inqtyColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vPurchase\' 테이블의 \'inqty\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevPurchase.inqtyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tablevPurchase.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevPurchase.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstateNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.stateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstateNull() {
 | |
|                 this[this.tablevPurchase.stateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocessNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.processColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocessNull() {
 | |
|                 this[this.tablevPurchase.processColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsreceiveNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.receiveColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetreceiveNull() {
 | |
|                 this[this.tablevPurchase.receiveColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsscNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.scColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetscNull() {
 | |
|                 this[this.tablevPurchase.scColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsrequestNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.requestColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetrequestNull() {
 | |
|                 this[this.tablevPurchase.requestColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssidNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.sidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsidNull() {
 | |
|                 this[this.tablevPurchase.sidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumnameNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumnameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumnameNull() {
 | |
|                 this[this.tablevPurchase.pumnameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumidxNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumidxNull() {
 | |
|                 this[this.tablevPurchase.pumidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumscaleNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumscaleColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumscaleNull() {
 | |
|                 this[this.tablevPurchase.pumscaleColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumunitNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumunitColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumunitNull() {
 | |
|                 this[this.tablevPurchase.pumunitColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumqtyNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumqtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumqtyNull() {
 | |
|                 this[this.tablevPurchase.pumqtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumpriceNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumpriceColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumpriceNull() {
 | |
|                 this[this.tablevPurchase.pumpriceColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumpriceDNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumpriceDColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumpriceDNull() {
 | |
|                 this[this.tablevPurchase.pumpriceDColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspumamtNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.pumamtColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpumamtNull() {
 | |
|                 this[this.tablevPurchase.pumamtColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssupplyNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.supplyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsupplyNull() {
 | |
|                 this[this.tablevPurchase.supplyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssupplyidxNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.supplyidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsupplyidxNull() {
 | |
|                 this[this.tablevPurchase.supplyidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.projectColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNull() {
 | |
|                 this[this.tablevPurchase.projectColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectidxNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.projectidxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectidxNull() {
 | |
|                 this[this.tablevPurchase.projectidxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsassetNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.assetColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetassetNull() {
 | |
|                 this[this.tablevPurchase.assetColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmanuprocNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.manuprocColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmanuprocNull() {
 | |
|                 this[this.tablevPurchase.manuprocColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsedateNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.edateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetedateNull() {
 | |
|                 this[this.tablevPurchase.edateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsindateNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.indateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetindateNull() {
 | |
|                 this[this.tablevPurchase.indateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspoNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.poColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpoNull() {
 | |
|                 this[this.tablevPurchase.poColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdeptNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.deptColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdeptNull() {
 | |
|                 this[this.tablevPurchase.deptColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsbigoNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.bigoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetbigoNull() {
 | |
|                 this[this.tablevPurchase.bigoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsimportNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.importColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetimportNull() {
 | |
|                 this[this.tablevPurchase.importColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsisdelNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.isdelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetisdelNull() {
 | |
|                 this[this.tablevPurchase.isdelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsordernoNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.ordernoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetordernoNull() {
 | |
|                 this[this.tablevPurchase.ordernoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsplaceNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.placeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetplaceNull() {
 | |
|                 this[this.tablevPurchase.placeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsinqtyNull() {
 | |
|                 return this.IsNull(this.tablevPurchase.inqtyColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetinqtyNull() {
 | |
|                 this[this.tablevPurchase.inqtyColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class HolidayLIstRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private HolidayLIstDataTable tableHolidayLIst;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal HolidayLIstRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableHolidayLIst = ((HolidayLIstDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableHolidayLIst.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableHolidayLIst.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     if (this.IspdateNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableHolidayLIst.pdateColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableHolidayLIst.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool free {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((bool)(this[this.tableHolidayLIst.freeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'HolidayLIst\' 테이블의 \'free\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableHolidayLIst.freeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     if (this.IsmemoNull()) {
 | |
|                         return string.Empty;
 | |
|                     }
 | |
|                     else {
 | |
|                         return ((string)(this[this.tableHolidayLIst.memoColumn]));
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableHolidayLIst.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableHolidayLIst.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableHolidayLIst.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableHolidayLIst.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableHolidayLIst.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tableHolidayLIst.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tableHolidayLIst.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsfreeNull() {
 | |
|                 return this.IsNull(this.tableHolidayLIst.freeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetfreeNull() {
 | |
|                 this[this.tableHolidayLIst.freeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableHolidayLIst.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableHolidayLIst.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vFindSIDRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vFindSIDDataTable tablevFindSID;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vFindSIDRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevFindSID = ((vFindSIDDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tablevFindSID.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string Location {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevFindSID.LocationColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.LocationColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string date {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevFindSID.dateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'date\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.dateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevFindSID.gcodeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'gcode\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevFindSID.nameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string sid {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevFindSID.sidColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'sid\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.sidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string model {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevFindSID.modelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'model\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.modelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string manu {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevFindSID.manuColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.manuColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string unit {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevFindSID.unitColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.unitColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string supply {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevFindSID.supplyColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.supplyColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public decimal price {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((decimal)(this[this.tablevFindSID.priceColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'price\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.priceColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string remark {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevFindSID.remarkColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vFindSID\' 테이블의 \'remark\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevFindSID.remarkColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdateNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.dateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdateNull() {
 | |
|                 this[this.tablevFindSID.dateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgcodeNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.gcodeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgcodeNull() {
 | |
|                 this[this.tablevFindSID.gcodeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tablevFindSID.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssidNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.sidColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsidNull() {
 | |
|                 this[this.tablevFindSID.sidColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmodelNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.modelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmodelNull() {
 | |
|                 this[this.tablevFindSID.modelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspriceNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.priceColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpriceNull() {
 | |
|                 this[this.tablevFindSID.priceColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsremarkNull() {
 | |
|                 return this.IsNull(this.tablevFindSID.remarkColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetremarkNull() {
 | |
|                 this[this.tablevFindSID.remarkColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class vJobReportForUserRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private vJobReportForUserDataTable tablevJobReportForUser;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal vJobReportForUserRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tablevJobReportForUser = ((vJobReportForUserDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tablevJobReportForUser.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string pdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.pdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'pdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.pdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tablevJobReportForUser.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string id {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.idColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'id\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.idColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.nameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string process {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.processColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'process\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.processColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string type {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.typeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'type\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.typeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string svalue {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.svalueColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'svalue\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.svalueColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double hrs {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tablevJobReportForUser.hrsColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'hrs\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.hrsColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double ot {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tablevJobReportForUser.otColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'ot\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.otColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string requestpart {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.requestpartColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'requestpart\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.requestpartColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string package {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.packageColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'package\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.packageColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string userProcess {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.userProcessColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'userProcess\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.userProcessColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string status {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.statusColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'status\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.statusColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string projectName {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.projectNameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'projectName\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.projectNameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string description {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.descriptionColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'description\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.descriptionColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ww {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.wwColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'ww\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.wwColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime otStart {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((global::System.DateTime)(this[this.tablevJobReportForUser.otStartColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'otStart\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.otStartColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime otEnd {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((global::System.DateTime)(this[this.tablevJobReportForUser.otEndColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'otEnd\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.otEndColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public double ot2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((double)(this[this.tablevJobReportForUser.ot2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'ot2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.ot2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string otReason {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.otReasonColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'otReason\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.otReasonColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string grade {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.gradeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'grade\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.gradeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string indate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.indateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'indate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.indateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string outdate {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tablevJobReportForUser.outdateColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'vJobReportForUser\' 테이블의 \'outdate\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tablevJobReportForUser.outdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspdateNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.pdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpdateNull() {
 | |
|                 this[this.tablevJobReportForUser.pdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsidNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.idColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetidNull() {
 | |
|                 this[this.tablevJobReportForUser.idColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tablevJobReportForUser.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprocessNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.processColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprocessNull() {
 | |
|                 this[this.tablevJobReportForUser.processColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstypeNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.typeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettypeNull() {
 | |
|                 this[this.tablevJobReportForUser.typeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IssvalueNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.svalueColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetsvalueNull() {
 | |
|                 this[this.tablevJobReportForUser.svalueColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IshrsNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.hrsColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SethrsNull() {
 | |
|                 this[this.tablevJobReportForUser.hrsColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsotNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.otColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetotNull() {
 | |
|                 this[this.tablevJobReportForUser.otColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsrequestpartNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.requestpartColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetrequestpartNull() {
 | |
|                 this[this.tablevJobReportForUser.requestpartColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IspackageNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.packageColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetpackageNull() {
 | |
|                 this[this.tablevJobReportForUser.packageColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuserProcessNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.userProcessColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuserProcessNull() {
 | |
|                 this[this.tablevJobReportForUser.userProcessColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstatusNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.statusColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstatusNull() {
 | |
|                 this[this.tablevJobReportForUser.statusColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsprojectNameNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.projectNameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetprojectNameNull() {
 | |
|                 this[this.tablevJobReportForUser.projectNameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsdescriptionNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.descriptionColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetdescriptionNull() {
 | |
|                 this[this.tablevJobReportForUser.descriptionColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IswwNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.wwColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetwwNull() {
 | |
|                 this[this.tablevJobReportForUser.wwColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsotStartNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.otStartColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetotStartNull() {
 | |
|                 this[this.tablevJobReportForUser.otStartColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsotEndNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.otEndColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetotEndNull() {
 | |
|                 this[this.tablevJobReportForUser.otEndColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isot2Null() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.ot2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setot2Null() {
 | |
|                 this[this.tablevJobReportForUser.ot2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsotReasonNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.otReasonColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetotReasonNull() {
 | |
|                 this[this.tablevJobReportForUser.otReasonColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgradeNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.gradeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgradeNull() {
 | |
|                 this[this.tablevJobReportForUser.gradeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsindateNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.indateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetindateNull() {
 | |
|                 this[this.tablevJobReportForUser.indateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsoutdateNull() {
 | |
|                 return this.IsNull(this.tablevJobReportForUser.outdateColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetoutdateNull() {
 | |
|                 this[this.tablevJobReportForUser.outdateColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Represents strongly named DataRow class.
 | |
|         ///</summary>
 | |
|         public partial class CustomsRow : global::System.Data.DataRow {
 | |
|             
 | |
|             private CustomsDataTable tableCustoms;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             internal CustomsRow(global::System.Data.DataRowBuilder rb) : 
 | |
|                     base(rb) {
 | |
|                 this.tableCustoms = ((CustomsDataTable)(this.Table));
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public int idx {
 | |
|                 get {
 | |
|                     return ((int)(this[this.tableCustoms.idxColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.idxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string gcode {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableCustoms.gcodeColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.gcodeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string grp {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.grpColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'grp\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.grpColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string uptae {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.uptaeColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'uptae\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.uptaeColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.nameColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'name\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.nameColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string name2 {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.name2Column]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'name2\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.name2Column] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string owner {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.ownerColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'owner\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.ownerColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string ownertel {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.ownertelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'ownertel\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.ownertelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string address {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.addressColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'address\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.addressColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string tel {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.telColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'tel\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.telColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string fax {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.faxColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'fax\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.faxColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string email {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.emailColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'email\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.emailColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string memo {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.memoColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'memo\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.memoColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string staff {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.staffColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'staff\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.staffColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string stafftel {
 | |
|                 get {
 | |
|                     try {
 | |
|                         return ((string)(this[this.tableCustoms.stafftelColumn]));
 | |
|                     }
 | |
|                     catch (global::System.InvalidCastException e) {
 | |
|                         throw new global::System.Data.StrongTypingException("\'Customs\' 테이블의 \'stafftel\' 열의 값이 DBNull입니다.", e);
 | |
|                     }
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.stafftelColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public string wuid {
 | |
|                 get {
 | |
|                     return ((string)(this[this.tableCustoms.wuidColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.wuidColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public System.DateTime wdate {
 | |
|                 get {
 | |
|                     return ((global::System.DateTime)(this[this.tableCustoms.wdateColumn]));
 | |
|                 }
 | |
|                 set {
 | |
|                     this[this.tableCustoms.wdateColumn] = value;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsgrpNull() {
 | |
|                 return this.IsNull(this.tableCustoms.grpColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetgrpNull() {
 | |
|                 this[this.tableCustoms.grpColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsuptaeNull() {
 | |
|                 return this.IsNull(this.tableCustoms.uptaeColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetuptaeNull() {
 | |
|                 this[this.tableCustoms.uptaeColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsnameNull() {
 | |
|                 return this.IsNull(this.tableCustoms.nameColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetnameNull() {
 | |
|                 this[this.tableCustoms.nameColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool Isname2Null() {
 | |
|                 return this.IsNull(this.tableCustoms.name2Column);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void Setname2Null() {
 | |
|                 this[this.tableCustoms.name2Column] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsownerNull() {
 | |
|                 return this.IsNull(this.tableCustoms.ownerColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetownerNull() {
 | |
|                 this[this.tableCustoms.ownerColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsownertelNull() {
 | |
|                 return this.IsNull(this.tableCustoms.ownertelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetownertelNull() {
 | |
|                 this[this.tableCustoms.ownertelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsaddressNull() {
 | |
|                 return this.IsNull(this.tableCustoms.addressColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetaddressNull() {
 | |
|                 this[this.tableCustoms.addressColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IstelNull() {
 | |
|                 return this.IsNull(this.tableCustoms.telColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SettelNull() {
 | |
|                 this[this.tableCustoms.telColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsfaxNull() {
 | |
|                 return this.IsNull(this.tableCustoms.faxColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetfaxNull() {
 | |
|                 this[this.tableCustoms.faxColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsemailNull() {
 | |
|                 return this.IsNull(this.tableCustoms.emailColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetemailNull() {
 | |
|                 this[this.tableCustoms.emailColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsmemoNull() {
 | |
|                 return this.IsNull(this.tableCustoms.memoColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetmemoNull() {
 | |
|                 this[this.tableCustoms.memoColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstaffNull() {
 | |
|                 return this.IsNull(this.tableCustoms.staffColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstaffNull() {
 | |
|                 this[this.tableCustoms.staffColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public bool IsstafftelNull() {
 | |
|                 return this.IsNull(this.tableCustoms.stafftelColumn);
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public void SetstafftelNull() {
 | |
|                 this[this.tableCustoms.stafftelColumn] = global::System.Convert.DBNull;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         /// <summary>
 | |
|         ///Row event argument class
 | |
|         ///</summary>
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         public class UsersRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private UsersRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UsersRowChangeEvent(UsersRow 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", "17.0.0.0")]
 | |
|             public UsersRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class ProjectsRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private ProjectsRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ProjectsRowChangeEvent(ProjectsRow 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", "17.0.0.0")]
 | |
|             public ProjectsRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class ItemsRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private ItemsRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public ItemsRowChangeEvent(ItemsRow 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", "17.0.0.0")]
 | |
|             public ItemsRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class InventoryRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private InventoryRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public InventoryRowChangeEvent(InventoryRow 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", "17.0.0.0")]
 | |
|             public InventoryRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.0.0.0")]
 | |
|             public LineCodeRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class UserGroupRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private UserGroupRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public UserGroupRowChangeEvent(UserGroupRow 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", "17.0.0.0")]
 | |
|             public UserGroupRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class EETGW_GroupUserRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EETGW_GroupUserRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_GroupUserRowChangeEvent(EETGW_GroupUserRow 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", "17.0.0.0")]
 | |
|             public EETGW_GroupUserRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class vGroupUserRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vGroupUserRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vGroupUserRowChangeEvent(vGroupUserRow 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", "17.0.0.0")]
 | |
|             public vGroupUserRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class JobReportRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private JobReportRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public JobReportRowChangeEvent(JobReportRow 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", "17.0.0.0")]
 | |
|             public JobReportRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class MailDataRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private MailDataRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailDataRowChangeEvent(MailDataRow 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", "17.0.0.0")]
 | |
|             public MailDataRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class MailAutoRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private MailAutoRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public MailAutoRowChangeEvent(MailAutoRow 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", "17.0.0.0")]
 | |
|             public MailAutoRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class BoardFAQRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private BoardFAQRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public BoardFAQRowChangeEvent(BoardFAQRow 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", "17.0.0.0")]
 | |
|             public BoardFAQRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class EETGW_LoginInfoRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EETGW_LoginInfoRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoRowChangeEvent(EETGW_LoginInfoRow 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", "17.0.0.0")]
 | |
|             public EETGW_LoginInfoRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class EETGW_JobReport_AutoInputRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private EETGW_JobReport_AutoInputRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputRowChangeEvent(EETGW_JobReport_AutoInputRow 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", "17.0.0.0")]
 | |
|             public EETGW_JobReport_AutoInputRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class PurchaseRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private PurchaseRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public PurchaseRowChangeEvent(PurchaseRow 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", "17.0.0.0")]
 | |
|             public PurchaseRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class vPurchaseRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vPurchaseRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vPurchaseRowChangeEvent(vPurchaseRow 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", "17.0.0.0")]
 | |
|             public vPurchaseRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class HolidayLIstRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private HolidayLIstRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public HolidayLIstRowChangeEvent(HolidayLIstRow 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", "17.0.0.0")]
 | |
|             public HolidayLIstRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class vFindSIDRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vFindSIDRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vFindSIDRowChangeEvent(vFindSIDRow 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", "17.0.0.0")]
 | |
|             public vFindSIDRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class vJobReportForUserRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private vJobReportForUserRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public vJobReportForUserRowChangeEvent(vJobReportForUserRow 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", "17.0.0.0")]
 | |
|             public vJobReportForUserRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         public class CustomsRowChangeEvent : global::System.EventArgs {
 | |
|             
 | |
|             private CustomsRow eventRow;
 | |
|             
 | |
|             private global::System.Data.DataRowAction eventAction;
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public CustomsRowChangeEvent(CustomsRow 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", "17.0.0.0")]
 | |
|             public CustomsRow Row {
 | |
|                 get {
 | |
|                     return this.eventRow;
 | |
|                 }
 | |
|             }
 | |
|             
 | |
|             [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|             [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|             public global::System.Data.DataRowAction Action {
 | |
|                 get {
 | |
|                     return this.eventAction;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | |
| namespace Project.dsMSSQLTableAdapters {
 | |
|     
 | |
|     
 | |
|     /// <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 UsersTableAdapter : 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", "17.0.0.0")]
 | |
|         public UsersTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Users";
 | |
|             tableMapping.ColumnMappings.Add("id", "id");
 | |
|             tableMapping.ColumnMappings.Add("password", "password");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("dept", "dept");
 | |
|             tableMapping.ColumnMappings.Add("grade", "grade");
 | |
|             tableMapping.ColumnMappings.Add("email", "email");
 | |
|             tableMapping.ColumnMappings.Add("level", "level");
 | |
|             tableMapping.ColumnMappings.Add("indate", "indate");
 | |
|             tableMapping.ColumnMappings.Add("outdate", "outdate");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("tel", "tel");
 | |
|             tableMapping.ColumnMappings.Add("nameE", "nameE");
 | |
|             tableMapping.ColumnMappings.Add("hp", "hp");
 | |
|             tableMapping.ColumnMappings.Add("place", "place");
 | |
|             tableMapping.ColumnMappings.Add("ads_title", "ads_title");
 | |
|             tableMapping.ColumnMappings.Add("ads_created", "ads_created");
 | |
|             tableMapping.ColumnMappings.Add("ads_employNo", "ads_employNo");
 | |
|             tableMapping.ColumnMappings.Add("processs", "processs");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             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 Users\r\nWHERE  (id = @Original_id)";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", 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 Users
 | |
|                (id, password, nameE, name, dept, grade, email, level, indate, outdate, tel, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate, processs, gcode)
 | |
| VALUES  (@id,@password,@nameE,@name,@dept,@grade,@email,@level,@indate,@outdate,@tel,@hp,@place,@ads_employNo,@ads_title,@ads_created,@memo,@wuid,@wdate,@processs,@gcode); 
 | |
| SELECT id, password, nameE, name, dept, grade, email, level, indate, outdate, tel, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate FROM Users WHERE (id = @id) ORDER BY name";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@password", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nameE", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grade", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "grade", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.SmallInt, 2, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@outdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hp", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@place", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_employNo", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ads_employNo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_title", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "ads_title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_created", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ads_created", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 255, 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, 20, 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, 4, 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("@processs", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "processs", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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 Users
 | |
| SET        password = @password, nameE = @nameE, name = @name, dept = @dept, grade = @grade, email = @email, level = @level, indate = @indate, outdate = @outdate, tel = @tel, hp = @hp, 
 | |
|                place = @place, ads_employNo = @ads_employNo, ads_title = @ads_title, ads_created = @ads_created, memo = @memo, wuid = @wuid, wdate = @wdate, processs = @process, 
 | |
|                gcode = @gcode
 | |
| WHERE  (id = @Original_id);   
 | |
| SELECT id, password, nameE, name, dept, grade, email, level, indate, outdate, tel, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate FROM Users WHERE (id = @id) ORDER BY name";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@password", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nameE", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@grade", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "grade", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.SmallInt, 2, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@outdate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "outdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hp", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "hp", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@place", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_employNo", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ads_employNo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_title", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "ads_title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_created", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ads_created", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 255, 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, 20, 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, 4, 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("@process", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "processs", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitCommandCollection() {
 | |
|             this._commandCollection = new global::System.Data.SqlClient.SqlCommand[7];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = @"SELECT  id, password, nameE, name, dept, grade, email, level, indate, outdate, tel, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate, processs, gcode
 | |
| FROM     Users WITH (nolock)
 | |
| WHERE  (ISNULL(dept, N'') LIKE @dept) AND (ISNULL(processs, N'') LIKE @process)
 | |
| ORDER BY name";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.NVarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", 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 = "SELECT  COUNT(*) AS Expr1\r\nFROM     Users WITH (nolock)\r\nWHERE  (id = @userid)";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@userid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[2].Connection = this.Connection;
 | |
|             this._commandCollection[2].CommandText = "SELECT  id, password, nameE, name, dept, grade, email, level, indate, outdate, te" +
 | |
|                 "l, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate, processs," +
 | |
|                 " gcode\r\nFROM     Users WITH (nolock)\r\nWHERE  (name = @username) AND (password = " +
 | |
|                 "@encpw)";
 | |
|             this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@username", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@encpw", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[3].Connection = this.Connection;
 | |
|             this._commandCollection[3].CommandText = "SELECT  id, password, nameE, name, dept, grade, email, level, indate, outdate, te" +
 | |
|                 "l, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate, processs," +
 | |
|                 " gcode\r\nFROM     Users WITH (nolock)\r\nWHERE  (id = @id)\r\nORDER BY name";
 | |
|             this._commandCollection[3].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[4].Connection = this.Connection;
 | |
|             this._commandCollection[4].CommandText = @"SELECT  ads_created, ads_employNo, ads_title, dept, email, grade, hp, id, indate, level, memo, name, nameE, outdate, password, place, tel, wdate, wuid, processs, gcode
 | |
| FROM     Users WITH (nolock)
 | |
| WHERE  (password = @encpw) AND (level > 0) AND (email = @idkey) OR
 | |
|                (password = @encpw) AND (level > 0) AND (id = @idkey) OR
 | |
|                (password = @encpw) AND (level > 0) AND (email = { fn CONCAT(@idkey, '@amkor.co.kr') })";
 | |
|             this._commandCollection[4].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@encpw", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "password", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idkey", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[5].Connection = this.Connection;
 | |
|             this._commandCollection[5].CommandText = @"INSERT INTO Users
 | |
|                (id, password, nameE, name, dept, email, level, tel, ads_employNo, ads_title, ads_created, memo, wuid, wdate)
 | |
| VALUES  (@id, 'B6589FC6AB0DC82CF12099D1C2D40AB994E8410C',@nameE,@name,@dept,@email, 0,@tel,@ads_employNo,@ads_title,@ads_created,@memo,@wuid,@wdate); 
 | |
| SELECT id, password, nameE, name, dept, grade, email, level, indate, outdate, tel, hp, place, ads_employNo, ads_title, ads_created, memo, wuid, wdate FROM Users WHERE (id = @id) ORDER BY name";
 | |
|             this._commandCollection[5].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@nameE", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "nameE", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_employNo", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ads_employNo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_title", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "ads_title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ads_created", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "ads_created", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@memo", global::System.Data.SqlDbType.NVarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "memo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wuid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@wdate", global::System.Data.SqlDbType.DateTime, 8, global::System.Data.ParameterDirection.Input, 0, 0, "wdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[6] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[6].Connection = this.Connection;
 | |
|             this._commandCollection[6].CommandText = "UPDATE Users\r\nSET         dept = @dept,name=@name,ads_title=@title\r\nWHERE  (id = " +
 | |
|                 "@Original_id); ";
 | |
|             this._commandCollection[6].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, "ads_title", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[6].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.UsersDataTable dataTable, string dept, string process) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((dept == null)) {
 | |
|                 throw new global::System.ArgumentNullException("dept");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 throw new global::System.ArgumentNullException("process");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(process));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.UsersDataTable GetData(string dept, string process) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((dept == null)) {
 | |
|                 throw new global::System.ArgumentNullException("dept");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 throw new global::System.ArgumentNullException("process");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(process));
 | |
|             }
 | |
|             dsMSSQL.UsersDataTable dataTable = new dsMSSQL.UsersDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByNamePw(dsMSSQL.UsersDataTable dataTable, string username, string encpw) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((username == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(username));
 | |
|             }
 | |
|             if ((encpw == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(encpw));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.UsersDataTable GetByNamePw(string username, string encpw) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((username == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(username));
 | |
|             }
 | |
|             if ((encpw == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(encpw));
 | |
|             }
 | |
|             dsMSSQL.UsersDataTable dataTable = new dsMSSQL.UsersDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillID(dsMSSQL.UsersDataTable dataTable, string id) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[3];
 | |
|             if ((id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("id");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(id));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.UsersDataTable GetID(string id) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[3];
 | |
|             if ((id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("id");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(id));
 | |
|             }
 | |
|             dsMSSQL.UsersDataTable dataTable = new dsMSSQL.UsersDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillIDPW(dsMSSQL.UsersDataTable dataTable, string encpw, string idkey) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[4];
 | |
|             if ((encpw == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(encpw));
 | |
|             }
 | |
|             if ((idkey == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(idkey));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.UsersDataTable GetIDPW(string encpw, string idkey) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[4];
 | |
|             if ((encpw == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(encpw));
 | |
|             }
 | |
|             if ((idkey == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(idkey));
 | |
|             }
 | |
|             dsMSSQL.UsersDataTable dataTable = new dsMSSQL.UsersDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.UsersDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "Users");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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(string Original_id) {
 | |
|             if ((Original_id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_id");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_id));
 | |
|             }
 | |
|             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", "17.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 id, 
 | |
|                     string password, 
 | |
|                     string nameE, 
 | |
|                     string name, 
 | |
|                     string dept, 
 | |
|                     string grade, 
 | |
|                     string email, 
 | |
|                     global::System.Nullable<short> level, 
 | |
|                     string indate, 
 | |
|                     string outdate, 
 | |
|                     string tel, 
 | |
|                     string hp, 
 | |
|                     string place, 
 | |
|                     string ads_employNo, 
 | |
|                     string ads_title, 
 | |
|                     string ads_created, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string processs, 
 | |
|                     string gcode) {
 | |
|             if ((id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("id");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(id));
 | |
|             }
 | |
|             if ((password == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(password));
 | |
|             }
 | |
|             if ((nameE == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(nameE));
 | |
|             }
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(name));
 | |
|             }
 | |
|             if ((dept == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((grade == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(grade));
 | |
|             }
 | |
|             if ((email == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(email));
 | |
|             }
 | |
|             if ((level.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((short)(level.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((indate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(indate));
 | |
|             }
 | |
|             if ((outdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(outdate));
 | |
|             }
 | |
|             if ((tel == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(tel));
 | |
|             }
 | |
|             if ((hp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(hp));
 | |
|             }
 | |
|             if ((place == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((string)(place));
 | |
|             }
 | |
|             if ((ads_employNo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(ads_employNo));
 | |
|             }
 | |
|             if ((ads_title == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(ads_title));
 | |
|             }
 | |
|             if ((ads_created == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((string)(ads_created));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[18].Value = ((System.DateTime)(wdate));
 | |
|             if ((processs == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((string)(processs));
 | |
|             }
 | |
|             if ((gcode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[20].Value = ((string)(gcode));
 | |
|             }
 | |
|             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", "17.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 password, 
 | |
|                     string nameE, 
 | |
|                     string name, 
 | |
|                     string dept, 
 | |
|                     string grade, 
 | |
|                     string email, 
 | |
|                     global::System.Nullable<short> level, 
 | |
|                     string indate, 
 | |
|                     string outdate, 
 | |
|                     string tel, 
 | |
|                     string hp, 
 | |
|                     string place, 
 | |
|                     string ads_employNo, 
 | |
|                     string ads_title, 
 | |
|                     string ads_created, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string process, 
 | |
|                     string gcode, 
 | |
|                     string Original_id, 
 | |
|                     string id) {
 | |
|             if ((password == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(password));
 | |
|             }
 | |
|             if ((nameE == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(nameE));
 | |
|             }
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(name));
 | |
|             }
 | |
|             if ((dept == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((grade == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(grade));
 | |
|             }
 | |
|             if ((email == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(email));
 | |
|             }
 | |
|             if ((level.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((short)(level.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((indate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(indate));
 | |
|             }
 | |
|             if ((outdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(outdate));
 | |
|             }
 | |
|             if ((tel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(tel));
 | |
|             }
 | |
|             if ((hp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(hp));
 | |
|             }
 | |
|             if ((place == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(place));
 | |
|             }
 | |
|             if ((ads_employNo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(ads_employNo));
 | |
|             }
 | |
|             if ((ads_title == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(ads_title));
 | |
|             }
 | |
|             if ((ads_created == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(ads_created));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(wdate));
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(process));
 | |
|             }
 | |
|             if ((gcode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((Original_id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_id");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_id));
 | |
|             }
 | |
|             if ((id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("id");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(id));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual global::System.Nullable<int> ExistID(string userid) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((userid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("userid");
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(userid));
 | |
|             }
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return new global::System.Nullable<int>();
 | |
|             }
 | |
|             else {
 | |
|                 return new global::System.Nullable<int>(((int)(returnValue)));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, false)]
 | |
|         public virtual int InsertADSInfo(string id, string nameE, string name, string dept, string email, string tel, string ads_employNo, string ads_title, string ads_created, string memo, string wuid, System.DateTime wdate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
 | |
|             if ((id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("id");
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(id));
 | |
|             }
 | |
|             if ((nameE == null)) {
 | |
|                 command.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[1].Value = ((string)(nameE));
 | |
|             }
 | |
|             if ((name == null)) {
 | |
|                 command.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[2].Value = ((string)(name));
 | |
|             }
 | |
|             if ((dept == null)) {
 | |
|                 command.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[3].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((email == null)) {
 | |
|                 command.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[4].Value = ((string)(email));
 | |
|             }
 | |
|             if ((tel == null)) {
 | |
|                 command.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[5].Value = ((string)(tel));
 | |
|             }
 | |
|             if ((ads_employNo == null)) {
 | |
|                 command.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[6].Value = ((string)(ads_employNo));
 | |
|             }
 | |
|             if ((ads_title == null)) {
 | |
|                 command.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[7].Value = ((string)(ads_title));
 | |
|             }
 | |
|             if ((ads_created == null)) {
 | |
|                 command.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[8].Value = ((string)(ads_created));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 command.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[9].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[10].Value = ((string)(wuid));
 | |
|             }
 | |
|             command.Parameters[11].Value = ((System.DateTime)(wdate));
 | |
|             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;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, false)]
 | |
|         public virtual int UpdateDept(string dept, string name, string title, string Original_id) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[6];
 | |
|             if ((dept == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((name == null)) {
 | |
|                 command.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[1].Value = ((string)(name));
 | |
|             }
 | |
|             if ((title == null)) {
 | |
|                 command.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[2].Value = ((string)(title));
 | |
|             }
 | |
|             if ((Original_id == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_id");
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[3].Value = ((string)(Original_id));
 | |
|             }
 | |
|             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 ProjectsTableAdapter : 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", "17.0.0.0")]
 | |
|         public ProjectsTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Projects";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("request", "request");
 | |
|             tableMapping.ColumnMappings.Add("reqstaff", "reqstaff");
 | |
|             tableMapping.ColumnMappings.Add("sdate", "sdate");
 | |
|             tableMapping.ColumnMappings.Add("edate", "edate");
 | |
|             tableMapping.ColumnMappings.Add("odate", "odate");
 | |
|             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 [Projects] WHERE (([idx] = @Original_idx) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_request = 1 AND [request] IS NULL) OR ([request] = @Original_request)) AND ((@IsNull_reqstaff = 1 AND [reqstaff] IS NULL) OR ([reqstaff] = @Original_reqstaff)) AND ((@IsNull_sdate = 1 AND [sdate] IS NULL) OR ([sdate] = @Original_sdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_odate = 1 AND [odate] IS NULL) OR ([odate] = @Original_odate)) 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_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", 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_request", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_reqstaff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_reqstaff", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_odate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_odate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", 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.DateTime, 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 [Projects] ([name], [pdate], [request], [reqstaff], [sdate], [edate], [odate], [memo], [wuid], [wdate]) VALUES (@name, @pdate, @request, @reqstaff, @sdate, @edate, @odate, @memo, @wuid, @wdate);
 | |
| SELECT idx, name, pdate, request, reqstaff, sdate, edate, odate, memo, wuid, wdate FROM Projects WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@reqstaff", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@odate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", 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.DateTime, 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 [Projects] SET [name] = @name, [pdate] = @pdate, [request] = @request, [reqstaff] = @reqstaff, [sdate] = @sdate, [edate] = @edate, [odate] = @odate, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_request = 1 AND [request] IS NULL) OR ([request] = @Original_request)) AND ((@IsNull_reqstaff = 1 AND [reqstaff] IS NULL) OR ([reqstaff] = @Original_reqstaff)) AND ((@IsNull_sdate = 1 AND [sdate] IS NULL) OR ([sdate] = @Original_sdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_odate = 1 AND [odate] IS NULL) OR ([odate] = @Original_odate)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
 | |
| SELECT idx, name, pdate, request, reqstaff, sdate, edate, odate, memo, wuid, wdate FROM Projects WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@reqstaff", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@odate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", 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.DateTime, 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_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", 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_request", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_reqstaff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_reqstaff", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "reqstaff", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_odate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_odate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "odate", 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.DateTime, 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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  Projects.*\r\nFROM     Projects";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.ProjectsDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.ProjectsDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.ProjectsDataTable dataTable = new dsMSSQL.ProjectsDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.ProjectsDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "Projects");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_name, string Original_pdate, string Original_request, string Original_reqstaff, string Original_sdate, string Original_edate, string Original_odate, string Original_memo, string Original_wuid, System.DateTime Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_name == 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_name));
 | |
|             }
 | |
|             if ((Original_pdate == 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_pdate));
 | |
|             }
 | |
|             if ((Original_request == 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_request));
 | |
|             }
 | |
|             if ((Original_reqstaff == 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_reqstaff));
 | |
|             }
 | |
|             if ((Original_sdate == 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_sdate));
 | |
|             }
 | |
|             if ((Original_edate == 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_edate));
 | |
|             }
 | |
|             if ((Original_odate == 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_odate));
 | |
|             }
 | |
|             if ((Original_memo == 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_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[18].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", "17.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 name, string pdate, string request, string reqstaff, string sdate, string edate, string odate, string memo, string wuid, System.DateTime wdate) {
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(name));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((request == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(request));
 | |
|             }
 | |
|             if ((reqstaff == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(reqstaff));
 | |
|             }
 | |
|             if ((sdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(sdate));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((odate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(odate));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[9].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", "17.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 name, 
 | |
|                     string pdate, 
 | |
|                     string request, 
 | |
|                     string reqstaff, 
 | |
|                     string sdate, 
 | |
|                     string edate, 
 | |
|                     string odate, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_name, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_request, 
 | |
|                     string Original_reqstaff, 
 | |
|                     string Original_sdate, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_odate, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     int idx) {
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(name));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((request == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(request));
 | |
|             }
 | |
|             if ((reqstaff == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(reqstaff));
 | |
|             }
 | |
|             if ((sdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(sdate));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((odate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(odate));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Original_idx));
 | |
|             if ((Original_name == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_name));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_request == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_request));
 | |
|             }
 | |
|             if ((Original_reqstaff == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(Original_reqstaff));
 | |
|             }
 | |
|             if ((Original_sdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_sdate));
 | |
|             }
 | |
|             if ((Original_edate == 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_edate));
 | |
|             }
 | |
|             if ((Original_odate == 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_odate));
 | |
|             }
 | |
|             if ((Original_memo == 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_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[28].Value = ((System.DateTime)(Original_wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[29].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", "17.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 name, 
 | |
|                     string pdate, 
 | |
|                     string request, 
 | |
|                     string reqstaff, 
 | |
|                     string sdate, 
 | |
|                     string edate, 
 | |
|                     string odate, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_name, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_request, 
 | |
|                     string Original_reqstaff, 
 | |
|                     string Original_sdate, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_odate, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             return this.Update(name, pdate, request, reqstaff, sdate, edate, odate, memo, wuid, wdate, Original_idx, Original_name, Original_pdate, Original_request, Original_reqstaff, Original_sdate, Original_edate, Original_odate, 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 ItemsTableAdapter : 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", "17.0.0.0")]
 | |
|         public ItemsTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Items";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("sid", "sid");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("supply", "supply");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("price", "price");
 | |
|             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 [Items] WHERE (([idx] = @Original_idx) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_sid = 1 AND [sid] IS NULL) OR ([sid] = @Original_sid)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_supply = 1 AND [supply] IS NULL) OR ([supply] = @Original_supply)) AND ((@IsNull_price = 1 AND [price] IS NULL) OR ([price] = @Original_price)) 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_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", 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.NVarChar, 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_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.NVarChar, 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_supply", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_supply", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_price", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "price", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "price", 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.DateTime, 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 [Items] ([name], [sid], [model], [manu], [supply], [price], [memo], [wuid], [wdate]) VALUES (@name, @sid, @model, @manu, @supply, @price, @memo, @wuid, @wdate);
 | |
| SELECT idx, name, sid, model, manu, supply, price, memo, wuid, wdate FROM Items WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.NVarChar, 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("@manu", global::System.Data.SqlDbType.NVarChar, 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("@supply", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "price", 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.DateTime, 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 [Items] SET [name] = @name, [sid] = @sid, [model] = @model, [manu] = @manu, [supply] = @supply, [price] = @price, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_sid = 1 AND [sid] IS NULL) OR ([sid] = @Original_sid)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_manu = 1 AND [manu] IS NULL) OR ([manu] = @Original_manu)) AND ((@IsNull_supply = 1 AND [supply] IS NULL) OR ([supply] = @Original_supply)) AND ((@IsNull_price = 1 AND [price] IS NULL) OR ([price] = @Original_price)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
 | |
| SELECT idx, name, sid, model, manu, supply, price, memo, wuid, wdate FROM Items WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@model", global::System.Data.SqlDbType.NVarChar, 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("@manu", global::System.Data.SqlDbType.NVarChar, 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("@supply", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "price", 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.DateTime, 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_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", 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.NVarChar, 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_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.NVarChar, 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_supply", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_supply", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_price", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "price", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_price", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "price", 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.DateTime, 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, name, sid, model, manu, supply, price, memo, wuid, wdate\r\nFROM     I" +
 | |
|                 "tems WITH (nolock)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.ItemsDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.ItemsDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.ItemsDataTable dataTable = new dsMSSQL.ItemsDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.ItemsDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "Items");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_name, string Original_sid, string Original_model, string Original_manu, string Original_supply, global::System.Nullable<decimal> Original_price, string Original_memo, string Original_wuid, System.DateTime Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_name == 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_name));
 | |
|             }
 | |
|             if ((Original_sid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_sid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_sid));
 | |
|             }
 | |
|             if ((Original_model == 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_model));
 | |
|             }
 | |
|             if ((Original_manu == 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_manu));
 | |
|             }
 | |
|             if ((Original_supply == 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_supply));
 | |
|             }
 | |
|             if ((Original_price.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((decimal)(Original_price.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == 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_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[16].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", "17.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 name, string sid, string model, string manu, string supply, global::System.Nullable<decimal> price, string memo, string wuid, System.DateTime wdate) {
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(name));
 | |
|             }
 | |
|             if ((sid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("sid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(sid));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(model));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((supply == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(supply));
 | |
|             }
 | |
|             if ((price.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(price.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[8].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", "17.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 name, 
 | |
|                     string sid, 
 | |
|                     string model, 
 | |
|                     string manu, 
 | |
|                     string supply, 
 | |
|                     global::System.Nullable<decimal> price, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_name, 
 | |
|                     string Original_sid, 
 | |
|                     string Original_model, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_supply, 
 | |
|                     global::System.Nullable<decimal> Original_price, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     int idx) {
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(name));
 | |
|             }
 | |
|             if ((sid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("sid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(sid));
 | |
|             }
 | |
|             if ((model == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(model));
 | |
|             }
 | |
|             if ((manu == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(manu));
 | |
|             }
 | |
|             if ((supply == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(supply));
 | |
|             }
 | |
|             if ((price.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(price.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[8].Value = ((System.DateTime)(wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Original_idx));
 | |
|             if ((Original_name == 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_name));
 | |
|             }
 | |
|             if ((Original_sid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_sid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_sid));
 | |
|             }
 | |
|             if ((Original_model == 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_model));
 | |
|             }
 | |
|             if ((Original_manu == 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_manu));
 | |
|             }
 | |
|             if ((Original_supply == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_supply));
 | |
|             }
 | |
|             if ((Original_price.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(Original_price.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(Original_wdate));
 | |
|             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", "17.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 name, 
 | |
|                     string sid, 
 | |
|                     string model, 
 | |
|                     string manu, 
 | |
|                     string supply, 
 | |
|                     global::System.Nullable<decimal> price, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_name, 
 | |
|                     string Original_sid, 
 | |
|                     string Original_model, 
 | |
|                     string Original_manu, 
 | |
|                     string Original_supply, 
 | |
|                     global::System.Nullable<decimal> Original_price, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             return this.Update(name, sid, model, manu, supply, price, memo, wuid, wdate, Original_idx, Original_name, Original_sid, Original_model, Original_manu, Original_supply, Original_price, 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 InventoryTableAdapter : 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", "17.0.0.0")]
 | |
|         public InventoryTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Inventory";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("uid", "uid");
 | |
|             tableMapping.ColumnMappings.Add("item", "item");
 | |
|             tableMapping.ColumnMappings.Add("serial", "serial");
 | |
|             tableMapping.ColumnMappings.Add("dr_qty", "dr_qty");
 | |
|             tableMapping.ColumnMappings.Add("dr_amt", "dr_amt");
 | |
|             tableMapping.ColumnMappings.Add("cr_qty", "cr_qty");
 | |
|             tableMapping.ColumnMappings.Add("cr_amt", "cr_amt");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("project", "project");
 | |
|             tableMapping.ColumnMappings.Add("invtype", "invtype");
 | |
|             tableMapping.ColumnMappings.Add("projectName", "projectName");
 | |
|             tableMapping.ColumnMappings.Add("Expr1", "Expr1");
 | |
|             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 [Inventory] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Original_uid)) AND ((@IsNull_item = 1 AND [item] IS NULL) OR ([item] = @Original_item)) AND ((@IsNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_serial)) AND ((@IsNull_dr_qty = 1 AND [dr_qty] IS NULL) OR ([dr_qty] = @Original_dr_qty)) AND ((@IsNull_dr_amt = 1 AND [dr_amt] IS NULL) OR ([dr_amt] = @Original_dr_amt)) AND ((@IsNull_cr_qty = 1 AND [cr_qty] IS NULL) OR ([cr_qty] = @Original_cr_qty)) AND ((@IsNull_cr_amt = 1 AND [cr_amt] IS NULL) OR ([cr_amt] = @Original_cr_amt)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_invtype = 1 AND [invtype] IS NULL) OR ([invtype] = @Original_invtype)) AND ((@IsNull_ItemName = 1 AND [ItemName] IS NULL) OR ([ItemName] = @Original_ItemName)) AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectName] = @Original_projectName)))";
 | |
|             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_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_item", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "item", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_item", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "item", 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_dr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_qty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_qty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dr_amt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_amt", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "dr_amt", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_qty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_qty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cr_amt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_amt", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "cr_amt", 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_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", 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.DateTime, 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_invtype", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "invtype", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_invtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "invtype", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ItemName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ItemName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ItemName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ItemName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", 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 [Inventory] ([pdate], [uid], [item], [serial], [dr_qty], [dr_amt], [cr_qty], [cr_amt], [memo], [project], [wuid], [wdate], [invtype], [ItemName], [projectName]) VALUES (@pdate, @uid, @item, @serial, @dr_qty, @dr_amt, @cr_qty, @cr_amt, @memo, @project, @wuid, @wdate, @invtype, @ItemName, @projectName);
 | |
| SELECT idx, pdate, uid, item, serial, dr_qty, dr_amt, cr_qty, cr_amt, memo, project, wuid, wdate, invtype, ItemName, projectName FROM Inventory WHERE (idx = SCOPE_IDENTITY()) ORDER BY pdate";
 | |
|             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("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@item", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "item", 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("@dr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_qty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "dr_amt", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_qty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "cr_amt", 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("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", 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.DateTime, 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("@invtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "invtype", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ItemName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ItemName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", 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 [Inventory] SET [pdate] = @pdate, [uid] = @uid, [item] = @item, [serial] =" +
 | |
|                 " @serial, [dr_qty] = @dr_qty, [dr_amt] = @dr_amt, [cr_qty] = @cr_qty, [cr_amt] =" +
 | |
|                 " @cr_amt, [memo] = @memo, [project] = @project, [wuid] = @wuid, [wdate] = @wdate" +
 | |
|                 ", [invtype] = @invtype, [ItemName] = @ItemName, [projectName] = @projectName WHE" +
 | |
|                 "RE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pd" +
 | |
|                 "ate] = @Original_pdate)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @O" +
 | |
|                 "riginal_uid)) AND ((@IsNull_item = 1 AND [item] IS NULL) OR ([item] = @Original_" +
 | |
|                 "item)) AND ((@IsNull_serial = 1 AND [serial] IS NULL) OR ([serial] = @Original_s" +
 | |
|                 "erial)) AND ((@IsNull_dr_qty = 1 AND [dr_qty] IS NULL) OR ([dr_qty] = @Original_" +
 | |
|                 "dr_qty)) AND ((@IsNull_dr_amt = 1 AND [dr_amt] IS NULL) OR ([dr_amt] = @Original" +
 | |
|                 "_dr_amt)) AND ((@IsNull_cr_qty = 1 AND [cr_qty] IS NULL) OR ([cr_qty] = @Origina" +
 | |
|                 "l_cr_qty)) AND ((@IsNull_cr_amt = 1 AND [cr_amt] IS NULL) OR ([cr_amt] = @Origin" +
 | |
|                 "al_cr_amt)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_me" +
 | |
|                 "mo)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_" +
 | |
|                 "project)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@I" +
 | |
|                 "sNull_invtype = 1 AND [invtype] IS NULL) OR ([invtype] = @Original_invtype)) AND" +
 | |
|                 " ((@IsNull_ItemName = 1 AND [ItemName] IS NULL) OR ([ItemName] = @Original_ItemN" +
 | |
|                 "ame)) AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectName]" +
 | |
|                 " = @Original_projectName)));\r\nSELECT idx, pdate, uid, item, serial, dr_qty, dr_a" +
 | |
|                 "mt, cr_qty, cr_amt, memo, project, wuid, wdate, invtype, ItemName, projectName F" +
 | |
|                 "ROM Inventory WHERE (idx = @idx) ORDER BY pdate";
 | |
|             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("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@item", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "item", 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("@dr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_qty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "dr_amt", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_qty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "cr_amt", 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("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", 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.DateTime, 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("@invtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "invtype", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ItemName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ItemName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", 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_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_item", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "item", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_item", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "item", 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_dr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_qty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_qty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dr_amt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dr_amt", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "dr_amt", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_qty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cr_qty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_qty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cr_amt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cr_amt", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cr_amt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 18, 0, "cr_amt", 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_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", 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.DateTime, 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_invtype", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "invtype", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_invtype", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "invtype", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ItemName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ItemName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ItemName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ItemName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, uid, item, serial, dr_qty, dr_amt, cr_qty, cr_amt, memo, proj" +
 | |
|                 "ect, wuid, wdate, invtype, item AS Expr1, projectName\r\nFROM     Inventory WITH (" +
 | |
|                 "nolock)\r\nORDER BY 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  item, cr_amt, cr_qty, dr_amt, dr_qty, idx, invtype, item AS Expr1, memo, " +
 | |
|                 "pdate, project, projectName, serial, uid, wdate, wuid\r\nFROM     Inventory WITH (" +
 | |
|                 "nolock)\r\nWHERE  (pdate BETWEEN @sd AND @ed) AND (uid = @uid)\r\nORDER BY pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.InventoryDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.InventoryDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.InventoryDataTable dataTable = new dsMSSQL.InventoryDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByUID(dsMSSQL.InventoryDataTable dataTable, string sd, string ed, string uid) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((sd == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sd));
 | |
|             }
 | |
|             if ((ed == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(ed));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(uid));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.InventoryDataTable GetbyUID(string sd, string ed, string uid) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((sd == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(sd));
 | |
|             }
 | |
|             if ((ed == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(ed));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(uid));
 | |
|             }
 | |
|             dsMSSQL.InventoryDataTable dataTable = new dsMSSQL.InventoryDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.InventoryDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "Inventory");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_uid, 
 | |
|                     global::System.Nullable<int> Original_item, 
 | |
|                     string Original_serial, 
 | |
|                     global::System.Nullable<int> Original_dr_qty, 
 | |
|                     global::System.Nullable<decimal> Original_dr_amt, 
 | |
|                     global::System.Nullable<int> Original_cr_qty, 
 | |
|                     global::System.Nullable<decimal> Original_cr_amt, 
 | |
|                     string Original_memo, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_invtype, 
 | |
|                     string Original_ItemName, 
 | |
|                     string Original_projectName) {
 | |
|             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_uid == 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_uid));
 | |
|             }
 | |
|             if ((Original_item.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_item.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_serial == 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_serial));
 | |
|             }
 | |
|             if ((Original_dr_qty.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_dr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_dr_amt.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((decimal)(Original_dr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_cr_qty.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_cr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_cr_amt.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((decimal)(Original_cr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == 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_memo));
 | |
|             }
 | |
|             if ((Original_project.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[22].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_invtype == 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_invtype));
 | |
|             }
 | |
|             if ((Original_ItemName == 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_ItemName));
 | |
|             }
 | |
|             if ((Original_projectName == 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_projectName));
 | |
|             }
 | |
|             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", "17.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 uid, global::System.Nullable<int> item, string serial, global::System.Nullable<int> dr_qty, global::System.Nullable<decimal> dr_amt, global::System.Nullable<int> cr_qty, global::System.Nullable<decimal> cr_amt, string memo, global::System.Nullable<int> project, string wuid, System.DateTime wdate, string invtype, string ItemName, string projectName) {
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((item.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((int)(item.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((dr_qty.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((int)(dr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((dr_amt.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(dr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((cr_qty.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((int)(cr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((cr_amt.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(cr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((project.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((int)(project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(wdate));
 | |
|             if ((invtype == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((string)(invtype));
 | |
|             }
 | |
|             if ((ItemName == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(ItemName));
 | |
|             }
 | |
|             if ((projectName == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(projectName));
 | |
|             }
 | |
|             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", "17.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 uid, 
 | |
|                     global::System.Nullable<int> item, 
 | |
|                     string serial, 
 | |
|                     global::System.Nullable<int> dr_qty, 
 | |
|                     global::System.Nullable<decimal> dr_amt, 
 | |
|                     global::System.Nullable<int> cr_qty, 
 | |
|                     global::System.Nullable<decimal> cr_amt, 
 | |
|                     string memo, 
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string invtype, 
 | |
|                     string ItemName, 
 | |
|                     string projectName, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_uid, 
 | |
|                     global::System.Nullable<int> Original_item, 
 | |
|                     string Original_serial, 
 | |
|                     global::System.Nullable<int> Original_dr_qty, 
 | |
|                     global::System.Nullable<decimal> Original_dr_amt, 
 | |
|                     global::System.Nullable<int> Original_cr_qty, 
 | |
|                     global::System.Nullable<decimal> Original_cr_amt, 
 | |
|                     string Original_memo, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_invtype, 
 | |
|                     string Original_ItemName, 
 | |
|                     string Original_projectName, 
 | |
|                     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 ((uid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((item.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(item.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(serial));
 | |
|             }
 | |
|             if ((dr_qty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(dr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((dr_amt.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(dr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((cr_qty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(cr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((cr_amt.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(cr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((project.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(wdate));
 | |
|             if ((invtype == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(invtype));
 | |
|             }
 | |
|             if ((ItemName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(ItemName));
 | |
|             }
 | |
|             if ((projectName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(projectName));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == 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_pdate));
 | |
|             }
 | |
|             if ((Original_uid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_item.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_item.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_serial == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_serial));
 | |
|             }
 | |
|             if ((Original_dr_qty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_dr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_dr_amt.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((decimal)(Original_dr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_cr_qty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_cr_qty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_cr_amt.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(Original_cr_amt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_project.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Original_project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[37].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_invtype == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Original_invtype));
 | |
|             }
 | |
|             if ((Original_ItemName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Original_ItemName));
 | |
|             }
 | |
|             if ((Original_projectName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_projectName));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[44].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", "17.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 uid, 
 | |
|                     global::System.Nullable<int> item, 
 | |
|                     string serial, 
 | |
|                     global::System.Nullable<int> dr_qty, 
 | |
|                     global::System.Nullable<decimal> dr_amt, 
 | |
|                     global::System.Nullable<int> cr_qty, 
 | |
|                     global::System.Nullable<decimal> cr_amt, 
 | |
|                     string memo, 
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string invtype, 
 | |
|                     string ItemName, 
 | |
|                     string projectName, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_uid, 
 | |
|                     global::System.Nullable<int> Original_item, 
 | |
|                     string Original_serial, 
 | |
|                     global::System.Nullable<int> Original_dr_qty, 
 | |
|                     global::System.Nullable<decimal> Original_dr_amt, 
 | |
|                     global::System.Nullable<int> Original_cr_qty, 
 | |
|                     global::System.Nullable<decimal> Original_cr_amt, 
 | |
|                     string Original_memo, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_invtype, 
 | |
|                     string Original_ItemName, 
 | |
|                     string Original_projectName) {
 | |
|             return this.Update(pdate, uid, item, serial, dr_qty, dr_amt, cr_qty, cr_amt, memo, project, wuid, wdate, invtype, ItemName, projectName, Original_idx, Original_pdate, Original_uid, Original_item, Original_serial, Original_dr_qty, Original_dr_amt, Original_cr_qty, Original_cr_amt, Original_memo, Original_project, Original_wuid, Original_wdate, Original_invtype, Original_ItemName, Original_projectName, 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", "17.0.0.0")]
 | |
|         public LineCodeTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("except", "except");
 | |
|             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_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_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) 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_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_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.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.InsertCommand.Connection = this.Connection;
 | |
|             this._adapter.InsertCommand.CommandText = @"INSERT INTO [LineCode] ([code], [team], [part], [except], [memo], [wuid], [wdate], [plant], [grp2]) VALUES (@code, @team, @part, @except, @memo, @wuid, @wdate, @plant, @grp2);
 | |
| SELECT idx, code, team, part, [except], memo, wuid, wdate, plant, 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("@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("@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.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, [except] = @except, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate, [plant] = @plant, [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_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_plant = 1 AND [plant] IS NULL) OR ([plant] = @Original_plant)) AND ((@IsNull_grp2 = 1 AND [grp2] IS NULL) OR ([grp2] = @Original_grp2)));
 | |
| SELECT idx, code, team, part, [except], memo, wuid, wdate, plant, 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("@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("@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("@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_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_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("@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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, [except], memo, wuid, wdate, plant, grp2\r\nFROM    " +
 | |
|                 " LineCode WITH (nolock)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.LineCodeDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.LineCodeDataTable dataTable = new dsMSSQL.LineCodeDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.LineCodeDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "LineCode");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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, global::System.Nullable<bool> Original_except, string Original_memo, string Original_wuid, System.DateTime Original_wdate, string Original_plant, 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_except.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == 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_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[12].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_plant == 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_plant));
 | |
|             }
 | |
|             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", "17.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, global::System.Nullable<bool> except, string memo, string wuid, System.DateTime wdate, string plant, 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 ((except.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             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)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[6].Value = ((System.DateTime)(wdate));
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(plant));
 | |
|             }
 | |
|             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", "17.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, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_code, 
 | |
|                     string Original_team, 
 | |
|                     string Original_part, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_plant, 
 | |
|                     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 ((except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((bool)(except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             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)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(wdate));
 | |
|             if ((plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(plant));
 | |
|             }
 | |
|             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_except.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((bool)(Original_except.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[21].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_plant == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_plant));
 | |
|             }
 | |
|             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", "17.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, 
 | |
|                     global::System.Nullable<bool> except, 
 | |
|                     string memo, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string plant, 
 | |
|                     string grp2, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_code, 
 | |
|                     string Original_team, 
 | |
|                     string Original_part, 
 | |
|                     global::System.Nullable<bool> Original_except, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_plant, 
 | |
|                     string Original_grp2) {
 | |
|             return this.Update(code, team, part, except, memo, wuid, wdate, plant, grp2, Original_idx, Original_code, Original_team, Original_part, Original_except, Original_memo, Original_wuid, Original_wdate, Original_plant, 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 UserGroupTableAdapter : 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", "17.0.0.0")]
 | |
|         public UserGroupTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "UserGroup";
 | |
|             tableMapping.ColumnMappings.Add("dept", "dept");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("path_kj", "path_kj");
 | |
|             tableMapping.ColumnMappings.Add("advpurchase", "advpurchase");
 | |
|             tableMapping.ColumnMappings.Add("permission", "permission");
 | |
|             tableMapping.ColumnMappings.Add("advkisul", "advkisul");
 | |
|             tableMapping.ColumnMappings.Add("managerinfo", "managerinfo");
 | |
|             tableMapping.ColumnMappings.Add("devinfo", "devinfo");
 | |
|             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 [UserGroup] WHERE (([dept] = @Original_dept) AND ((@IsNull_gcode = 1 AND [gcode] IS NULL) OR ([gcode] = @Original_gcode)) AND ((@IsNull_path_kj = 1 AND [path_kj] IS NULL) OR ([path_kj] = @Original_path_kj)) AND ((@IsNull_advpurchase = 1 AND [advpurchase] IS NULL) OR ([advpurchase] = @Original_advpurchase)) AND ((@IsNull_permission = 1 AND [permission] IS NULL) OR ([permission] = @Original_permission)) AND ((@IsNull_advkisul = 1 AND [advkisul] IS NULL) OR ([advkisul] = @Original_advkisul)) AND ((@IsNull_managerinfo = 1 AND [managerinfo] IS NULL) OR ([managerinfo] = @Original_managerinfo)) AND ((@IsNull_devinfo = 1 AND [devinfo] IS NULL) OR ([devinfo] = @Original_devinfo)))";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_gcode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_path_kj", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path_kj", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_path_kj", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path_kj", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_advpurchase", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advpurchase", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_advpurchase", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advpurchase", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_permission", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "permission", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_permission", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "permission", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_advkisul", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advkisul", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_advkisul", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advkisul", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_managerinfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "managerinfo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_managerinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "managerinfo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_devinfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "devinfo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_devinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "devinfo", 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 [UserGroup] ([dept], [gcode], [path_kj], [advpurchase], [permission], [advkisul], [managerinfo], [devinfo]) VALUES (@dept, @gcode, @path_kj, @advpurchase, @permission, @advkisul, @managerinfo, @devinfo);
 | |
| SELECT dept, gcode, path_kj, advpurchase, permission, advkisul, managerinfo, devinfo FROM UserGroup WHERE (dept = @dept)";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@path_kj", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path_kj", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@advpurchase", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advpurchase", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@permission", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "permission", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@advkisul", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advkisul", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@managerinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "managerinfo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@devinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "devinfo", 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 [UserGroup] SET [dept] = @dept, [gcode] = @gcode, [path_kj] = @path_kj, [advpurchase] = @advpurchase, [permission] = @permission, [advkisul] = @advkisul, [managerinfo] = @managerinfo, [devinfo] = @devinfo WHERE (([dept] = @Original_dept) AND ((@IsNull_gcode = 1 AND [gcode] IS NULL) OR ([gcode] = @Original_gcode)) AND ((@IsNull_path_kj = 1 AND [path_kj] IS NULL) OR ([path_kj] = @Original_path_kj)) AND ((@IsNull_advpurchase = 1 AND [advpurchase] IS NULL) OR ([advpurchase] = @Original_advpurchase)) AND ((@IsNull_permission = 1 AND [permission] IS NULL) OR ([permission] = @Original_permission)) AND ((@IsNull_advkisul = 1 AND [advkisul] IS NULL) OR ([advkisul] = @Original_advkisul)) AND ((@IsNull_managerinfo = 1 AND [managerinfo] IS NULL) OR ([managerinfo] = @Original_managerinfo)) AND ((@IsNull_devinfo = 1 AND [devinfo] IS NULL) OR ([devinfo] = @Original_devinfo)));
 | |
| SELECT dept, gcode, path_kj, advpurchase, permission, advkisul, managerinfo, devinfo FROM UserGroup WHERE (dept = @dept)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@path_kj", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path_kj", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@advpurchase", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advpurchase", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@permission", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "permission", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@advkisul", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advkisul", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@managerinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "managerinfo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@devinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "devinfo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dept", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_gcode", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_path_kj", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path_kj", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_path_kj", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "path_kj", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_advpurchase", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advpurchase", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_advpurchase", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advpurchase", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_permission", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "permission", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_permission", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "permission", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_advkisul", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advkisul", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_advkisul", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "advkisul", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_managerinfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "managerinfo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_managerinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "managerinfo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_devinfo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "devinfo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_devinfo", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "devinfo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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  dept, gcode, path_kj, advpurchase, permission, advkisul, managerinfo, dev" +
 | |
|                 "info\r\nFROM     UserGroup WITH (nolock)\r\nWHERE  (ISNULL(gcode, \'\') <> \'\') AND (IS" +
 | |
|                 "NULL(permission, 0) > 0)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.UserGroupDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.UserGroupDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.UserGroupDataTable dataTable = new dsMSSQL.UserGroupDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.UserGroupDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "UserGroup");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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(string Original_dept, string Original_gcode, string Original_path_kj, global::System.Nullable<bool> Original_advpurchase, global::System.Nullable<int> Original_permission, global::System.Nullable<bool> Original_advkisul, string Original_managerinfo, string Original_devinfo) {
 | |
|             if ((Original_dept == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_dept");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_dept));
 | |
|             }
 | |
|             if ((Original_gcode == 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_gcode));
 | |
|             }
 | |
|             if ((Original_path_kj == 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_path_kj));
 | |
|             }
 | |
|             if ((Original_advpurchase.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((bool)(Original_advpurchase.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_permission.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_permission.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_advkisul.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((bool)(Original_advkisul.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_managerinfo == 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_managerinfo));
 | |
|             }
 | |
|             if ((Original_devinfo == 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_devinfo));
 | |
|             }
 | |
|             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", "17.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 dept, string gcode, string path_kj, global::System.Nullable<bool> advpurchase, global::System.Nullable<int> permission, global::System.Nullable<bool> advkisul, string managerinfo, string devinfo) {
 | |
|             if ((dept == null)) {
 | |
|                 throw new global::System.ArgumentNullException("dept");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((gcode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((path_kj == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(path_kj));
 | |
|             }
 | |
|             if ((advpurchase.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((bool)(advpurchase.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((permission.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((int)(permission.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((advkisul.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((bool)(advkisul.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((managerinfo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(managerinfo));
 | |
|             }
 | |
|             if ((devinfo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(devinfo));
 | |
|             }
 | |
|             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", "17.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 dept, 
 | |
|                     string gcode, 
 | |
|                     string path_kj, 
 | |
|                     global::System.Nullable<bool> advpurchase, 
 | |
|                     global::System.Nullable<int> permission, 
 | |
|                     global::System.Nullable<bool> advkisul, 
 | |
|                     string managerinfo, 
 | |
|                     string devinfo, 
 | |
|                     string Original_dept, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_path_kj, 
 | |
|                     global::System.Nullable<bool> Original_advpurchase, 
 | |
|                     global::System.Nullable<int> Original_permission, 
 | |
|                     global::System.Nullable<bool> Original_advkisul, 
 | |
|                     string Original_managerinfo, 
 | |
|                     string Original_devinfo) {
 | |
|             if ((dept == null)) {
 | |
|                 throw new global::System.ArgumentNullException("dept");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((gcode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((path_kj == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(path_kj));
 | |
|             }
 | |
|             if ((advpurchase.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((bool)(advpurchase.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((permission.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(permission.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((advkisul.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((bool)(advkisul.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((managerinfo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(managerinfo));
 | |
|             }
 | |
|             if ((devinfo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(devinfo));
 | |
|             }
 | |
|             if ((Original_dept == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_dept");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_dept));
 | |
|             }
 | |
|             if ((Original_gcode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_path_kj == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_path_kj));
 | |
|             }
 | |
|             if ((Original_advpurchase.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((bool)(Original_advpurchase.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_permission.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_permission.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_advkisul.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((bool)(Original_advkisul.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_managerinfo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_managerinfo));
 | |
|             }
 | |
|             if ((Original_devinfo == 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_devinfo));
 | |
|             }
 | |
|             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", "17.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 gcode, string path_kj, global::System.Nullable<bool> advpurchase, global::System.Nullable<int> permission, global::System.Nullable<bool> advkisul, string managerinfo, string devinfo, string Original_dept, string Original_gcode, string Original_path_kj, global::System.Nullable<bool> Original_advpurchase, global::System.Nullable<int> Original_permission, global::System.Nullable<bool> Original_advkisul, string Original_managerinfo, string Original_devinfo) {
 | |
|             return this.Update(Original_dept, gcode, path_kj, advpurchase, permission, advkisul, managerinfo, devinfo, Original_dept, Original_gcode, Original_path_kj, Original_advpurchase, Original_permission, Original_advkisul, Original_managerinfo, Original_devinfo);
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <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_GroupUserTableAdapter : 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", "17.0.0.0")]
 | |
|         public EETGW_GroupUserTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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_GroupUser";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("uid", "uid");
 | |
|             tableMapping.ColumnMappings.Add("level", "level");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("useJobReport", "useJobReport");
 | |
|             tableMapping.ColumnMappings.Add("useUserState", "useUserState");
 | |
|             tableMapping.ColumnMappings.Add("state", "state");
 | |
|             tableMapping.ColumnMappings.Add("Process", "Process");
 | |
|             tableMapping.ColumnMappings.Add("exceptHoly", "exceptHoly");
 | |
|             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_GroupUser] WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gcode) AND ([uid] = @Original_uid) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_useJobReport = 1 AND [useJobReport] IS NULL) OR ([useJobReport] = @Original_useJobReport)) AND ((@IsNull_useUserState = 1 AND [useUserState] IS NULL) OR ([useUserState] = @Original_useUserState)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_Process = 1 AND [Process] IS NULL) OR ([Process] = @Original_Process)) AND ((@IsNull_exceptHoly = 1 AND [exceptHoly] IS NULL) OR ([exceptHoly] = @Original_exceptHoly)))";
 | |
|             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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_level", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_level", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", 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_useJobReport", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useJobReport", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_useJobReport", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useJobReport", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_useUserState", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useUserState", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_useUserState", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useUserState", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_state", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_exceptHoly", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_exceptHoly", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", 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_GroupUser] ([gcode], [uid], [level], [wuid], [wdate], [useJobReport], [useUserState], [state], [Process], [exceptHoly]) VALUES (@gcode, @uid, @level, @wuid, @wdate, @useJobReport, @useUserState, @state, @Process, @exceptHoly);
 | |
| SELECT idx, gcode, uid, level, wuid, wdate, useJobReport, useUserState, state, Process, exceptHoly FROM EETGW_GroupUser WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", 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("@useJobReport", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useJobReport", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@useUserState", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useUserState", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@exceptHoly", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", 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_GroupUser] SET [gcode] = @gcode, [uid] = @uid, [level] = @level, [wuid] = @wuid, [wdate] = @wdate, [useJobReport] = @useJobReport, [useUserState] = @useUserState, [state] = @state, [Process] = @Process, [exceptHoly] = @exceptHoly WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gcode) AND ([uid] = @Original_uid) AND ((@IsNull_level = 1 AND [level] IS NULL) OR ([level] = @Original_level)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_useJobReport = 1 AND [useJobReport] IS NULL) OR ([useJobReport] = @Original_useJobReport)) AND ((@IsNull_useUserState = 1 AND [useUserState] IS NULL) OR ([useUserState] = @Original_useUserState)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_Process = 1 AND [Process] IS NULL) OR ([Process] = @Original_Process)) AND ((@IsNull_exceptHoly = 1 AND [exceptHoly] IS NULL) OR ([exceptHoly] = @Original_exceptHoly)));
 | |
| SELECT idx, gcode, uid, level, wuid, wdate, useJobReport, useUserState, state, Process, exceptHoly FROM EETGW_GroupUser WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@level", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", 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("@useJobReport", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useJobReport", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@useUserState", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useUserState", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@exceptHoly", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_level", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_level", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "level", 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_useJobReport", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useJobReport", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_useJobReport", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useJobReport", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_useUserState", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useUserState", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_useUserState", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "useUserState", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_state", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_exceptHoly", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_exceptHoly", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitCommandCollection() {
 | |
|             this._commandCollection = new global::System.Data.SqlClient.SqlCommand[3];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, gcode, uid, level, wuid, wdate, useJobReport, useUserState, state, P" +
 | |
|                 "rocess, exceptHoly\r\nFROM     EETGW_GroupUser WITH (nolock)\r\nWHERE  (gcode = @gco" +
 | |
|                 "de)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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 = "SELECT  COUNT(*) AS Expr1\r\nFROM     EETGW_GroupUser WITH (nolock)\r\nWHERE  (gcode " +
 | |
|                 "= @gcode) AND (uid = @uid)";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[2].Connection = this.Connection;
 | |
|             this._commandCollection[2].CommandText = "SELECT  idx, gcode, uid, level, wuid, wdate, useJobReport, useUserState, state, P" +
 | |
|                 "rocess, exceptHoly\r\nFROM     EETGW_GroupUser WITH (nolock)\r\nWHERE  (gcode = @gco" +
 | |
|                 "de) AND (uid = @uid)";
 | |
|             this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.EETGW_GroupUserDataTable dataTable, string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.EETGW_GroupUserDataTable GetData(string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             dsMSSQL.EETGW_GroupUserDataTable dataTable = new dsMSSQL.EETGW_GroupUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByID(dsMSSQL.EETGW_GroupUserDataTable dataTable, string gcode, string uid) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.EETGW_GroupUserDataTable GetbyID(string gcode, string uid) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             dsMSSQL.EETGW_GroupUserDataTable dataTable = new dsMSSQL.EETGW_GroupUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.EETGW_GroupUserDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EETGW_GroupUser");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_gcode, string Original_uid, global::System.Nullable<short> Original_level, string Original_wuid, System.DateTime Original_wdate, global::System.Nullable<bool> Original_useJobReport, global::System.Nullable<bool> Original_useUserState, string Original_state, string Original_Process, global::System.Nullable<bool> Original_exceptHoly) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_level.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((short)(Original_level.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[6].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_useJobReport.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((bool)(Original_useJobReport.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_useUserState.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((bool)(Original_useUserState.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_state == 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_state));
 | |
|             }
 | |
|             if ((Original_Process == 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_Process));
 | |
|             }
 | |
|             if ((Original_exceptHoly.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((bool)(Original_exceptHoly.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].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", "17.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 gcode, string uid, global::System.Nullable<short> level, string wuid, System.DateTime wdate, global::System.Nullable<bool> useJobReport, global::System.Nullable<bool> useUserState, string state, string Process, global::System.Nullable<bool> exceptHoly) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((level.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((short)(level.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[4].Value = ((System.DateTime)(wdate));
 | |
|             if ((useJobReport.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((bool)(useJobReport.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((useUserState.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((bool)(useUserState.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((state == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(state));
 | |
|             }
 | |
|             if ((Process == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(Process));
 | |
|             }
 | |
|             if ((exceptHoly.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(exceptHoly.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].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", "17.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 gcode, 
 | |
|                     string uid, 
 | |
|                     global::System.Nullable<short> level, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<bool> useJobReport, 
 | |
|                     global::System.Nullable<bool> useUserState, 
 | |
|                     string state, 
 | |
|                     string Process, 
 | |
|                     global::System.Nullable<bool> exceptHoly, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_uid, 
 | |
|                     global::System.Nullable<short> Original_level, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<bool> Original_useJobReport, 
 | |
|                     global::System.Nullable<bool> Original_useUserState, 
 | |
|                     string Original_state, 
 | |
|                     string Original_Process, 
 | |
|                     global::System.Nullable<bool> Original_exceptHoly, 
 | |
|                     int idx) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((level.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(level.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(wdate));
 | |
|             if ((useJobReport.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((bool)(useJobReport.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((useUserState.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((bool)(useUserState.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((state == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(state));
 | |
|             }
 | |
|             if ((Process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Process));
 | |
|             }
 | |
|             if ((exceptHoly.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(exceptHoly.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_level.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((short)(Original_level.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[16].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_useJobReport.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((bool)(Original_useJobReport.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_useUserState.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((bool)(Original_useUserState.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_state == 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_state));
 | |
|             }
 | |
|             if ((Original_Process == 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_Process));
 | |
|             }
 | |
|             if ((Original_exceptHoly.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((bool)(Original_exceptHoly.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[27].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", "17.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 gcode, 
 | |
|                     string uid, 
 | |
|                     global::System.Nullable<short> level, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<bool> useJobReport, 
 | |
|                     global::System.Nullable<bool> useUserState, 
 | |
|                     string state, 
 | |
|                     string Process, 
 | |
|                     global::System.Nullable<bool> exceptHoly, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_uid, 
 | |
|                     global::System.Nullable<short> Original_level, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<bool> Original_useJobReport, 
 | |
|                     global::System.Nullable<bool> Original_useUserState, 
 | |
|                     string Original_state, 
 | |
|                     string Original_Process, 
 | |
|                     global::System.Nullable<bool> Original_exceptHoly) {
 | |
|             return this.Update(gcode, uid, level, wuid, wdate, useJobReport, useUserState, state, Process, exceptHoly, Original_idx, Original_gcode, Original_uid, Original_level, Original_wuid, Original_wdate, Original_useJobReport, Original_useUserState, Original_state, Original_Process, Original_exceptHoly, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual global::System.Nullable<int> ExistCheck(string gcode, string uid) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return new global::System.Nullable<int>();
 | |
|             }
 | |
|             else {
 | |
|                 return new global::System.Nullable<int>(((int)(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 vGroupUserTableAdapter : 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", "17.0.0.0")]
 | |
|         public vGroupUserTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "vGroupUser";
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("dept", "dept");
 | |
|             tableMapping.ColumnMappings.Add("level", "level");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("nameE", "nameE");
 | |
|             tableMapping.ColumnMappings.Add("grade", "grade");
 | |
|             tableMapping.ColumnMappings.Add("email", "email");
 | |
|             tableMapping.ColumnMappings.Add("tel", "tel");
 | |
|             tableMapping.ColumnMappings.Add("indate", "indate");
 | |
|             tableMapping.ColumnMappings.Add("outdate", "outdate");
 | |
|             tableMapping.ColumnMappings.Add("hp", "hp");
 | |
|             tableMapping.ColumnMappings.Add("place", "place");
 | |
|             tableMapping.ColumnMappings.Add("ads_employNo", "ads_employNo");
 | |
|             tableMapping.ColumnMappings.Add("ads_title", "ads_title");
 | |
|             tableMapping.ColumnMappings.Add("ads_created", "ads_created");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("processs", "processs");
 | |
|             tableMapping.ColumnMappings.Add("id", "id");
 | |
|             tableMapping.ColumnMappings.Add("state", "state");
 | |
|             tableMapping.ColumnMappings.Add("useJobReport", "useJobReport");
 | |
|             tableMapping.ColumnMappings.Add("useUserState", "useUserState");
 | |
|             tableMapping.ColumnMappings.Add("password", "password");
 | |
|             tableMapping.ColumnMappings.Add("exceptHoly", "exceptHoly");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|             this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.DeleteCommand.Connection = this.Connection;
 | |
|             this._adapter.DeleteCommand.CommandText = "";
 | |
|             this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._adapter.UpdateCommand.Connection = this.Connection;
 | |
|             this._adapter.UpdateCommand.CommandText = "UPDATE EETGW_GroupUser\r\nSET        Process = @Process, state = @state, exceptHoly" +
 | |
|                 " = @exceptHoly\r\nWHERE  (gcode = @gcode) AND (uid = @id)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Process", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, "Process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@state", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@exceptHoly", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "exceptHoly", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitCommandCollection() {
 | |
|             this._commandCollection = new global::System.Data.SqlClient.SqlCommand[3];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = @"SELECT  gcode, dept, level, name, nameE, grade, email, tel, indate, outdate, hp, place, ads_employNo, ads_title, ads_created, memo, processs, id, state, useJobReport, useUserState, password, 
 | |
|                exceptHoly
 | |
| FROM     vGroupUser
 | |
| WHERE  (gcode = @gcode) AND (ISNULL(processs, '') LIKE @processs)
 | |
| ORDER BY name";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@processs", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", 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 = @"SELECT ads_created, ads_employNo, ads_title, dept, email, exceptHoly, gcode, grade, hp, id, indate, level, memo, name, nameE, outdate, password, place, processs, state, tel, useJobReport, useUserState FROM vGroupUser WHERE (gcode = @gcode) AND (id = @id) ORDER BY name";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[2].Connection = this.Connection;
 | |
|             this._commandCollection[2].CommandText = @"SELECT  gcode, dept, level, name, nameE, grade, email, tel, indate, outdate, hp, place, ads_employNo, ads_title, ads_created, memo, processs, id, state, useJobReport, useUserState, password, 
 | |
|                exceptHoly
 | |
| FROM     vGroupUser
 | |
| WHERE   id =  @id";
 | |
|             this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.vGroupUserDataTable dataTable, string gcode, string processs) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((processs == null)) {
 | |
|                 throw new global::System.ArgumentNullException("processs");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(processs));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.vGroupUserDataTable GetData(string gcode, string processs) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((processs == null)) {
 | |
|                 throw new global::System.ArgumentNullException("processs");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(processs));
 | |
|             }
 | |
|             dsMSSQL.vGroupUserDataTable dataTable = new dsMSSQL.vGroupUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByID(dsMSSQL.vGroupUserDataTable dataTable, string gcode, string id) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((id == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(id));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.vGroupUserDataTable GetByID(string gcode, string id) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((id == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(id));
 | |
|             }
 | |
|             dsMSSQL.vGroupUserDataTable dataTable = new dsMSSQL.vGroupUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByOnlyID(dsMSSQL.vGroupUserDataTable dataTable, string id) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((id == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(id));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.vGroupUserDataTable GetOnlyID(string id) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((id == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(id));
 | |
|             }
 | |
|             dsMSSQL.vGroupUserDataTable dataTable = new dsMSSQL.vGroupUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.vGroupUserDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "vGroupUser");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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);
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <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 JobReportTableAdapter : 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", "17.0.0.0")]
 | |
|         public JobReportTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "JobReport";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("pidx", "pidx");
 | |
|             tableMapping.ColumnMappings.Add("projectName", "projectName");
 | |
|             tableMapping.ColumnMappings.Add("uid", "uid");
 | |
|             tableMapping.ColumnMappings.Add("requestpart", "requestpart");
 | |
|             tableMapping.ColumnMappings.Add("package", "package");
 | |
|             tableMapping.ColumnMappings.Add("status", "status");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("process", "process");
 | |
|             tableMapping.ColumnMappings.Add("description", "description");
 | |
|             tableMapping.ColumnMappings.Add("remark", "remark");
 | |
|             tableMapping.ColumnMappings.Add("hrs", "hrs");
 | |
|             tableMapping.ColumnMappings.Add("ot", "ot");
 | |
|             tableMapping.ColumnMappings.Add("import", "import");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("description2", "description2");
 | |
|             tableMapping.ColumnMappings.Add("tag", "tag");
 | |
|             tableMapping.ColumnMappings.Add("autoinput", "autoinput");
 | |
|             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 [JobReport] WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gcode) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Original_pidx)) AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectName] = @Original_projectName)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Original_uid)) AND ((@IsNull_requestpart = 1 AND [requestpart] IS NULL) OR ([requestpart] = @Original_requestpart)) AND ((@IsNull_package = 1 AND [package] IS NULL) OR ([package] = @Original_package)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_process = 1 AND [process] IS NULL) OR ([process] = @Original_process)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_hrs = 1 AND [hrs] IS NULL) OR ([hrs] = @Original_hrs)) AND ((@IsNull_ot = 1 AND [ot] IS NULL) OR ([ot] = @Original_ot)) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] = @Original_import)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_tag = 1 AND [tag] IS NULL) OR ([tag] = @Original_tag)) AND ((@IsNull_autoinput = 1 AND [autoinput] IS NULL) OR ([autoinput] = @Original_autoinput)))";
 | |
|             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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_requestpart", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_package", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hrs", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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_tag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_autoinput", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_autoinput", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", 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 [JobReport] ([gcode], [pdate], [pidx], [projectName], [uid], [requestpart], [package], [status], [type], [process], [description], [remark], [hrs], [ot], [import], [wuid], [wdate], [description2], [tag], [autoinput]) VALUES (@gcode, @pdate, @pidx, @projectName, @uid, @requestpart, @package, @status, @type, @process, @description, @remark, @hrs, @ot, @import, @wuid, @wdate, @description2, @tag, @autoinput);
 | |
| SELECT idx, gcode, pdate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput FROM JobReport WHERE (idx = SCOPE_IDENTITY()) ORDER BY pdate";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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("@description2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@autoinput", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", 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 [JobReport] SET [gcode] = @gcode, [pdate] = @pdate, [pidx] = @pidx, [proje" +
 | |
|                 "ctName] = @projectName, [uid] = @uid, [requestpart] = @requestpart, [package] = " +
 | |
|                 "@package, [status] = @status, [type] = @type, [process] = @process, [description" +
 | |
|                 "] = @description, [remark] = @remark, [hrs] = @hrs, [ot] = @ot, [import] = @impo" +
 | |
|                 "rt, [wuid] = @wuid, [wdate] = @wdate, [description2] = @description2, [tag] = @t" +
 | |
|                 "ag, [autoinput] = @autoinput WHERE (([idx] = @Original_idx) AND ([gcode] = @Orig" +
 | |
|                 "inal_gcode) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original" +
 | |
|                 "_pdate)) AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Original_pidx)" +
 | |
|                 ") AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectName] = @" +
 | |
|                 "Original_projectName)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Ori" +
 | |
|                 "ginal_uid)) AND ((@IsNull_requestpart = 1 AND [requestpart] IS NULL) OR ([reques" +
 | |
|                 "tpart] = @Original_requestpart)) AND ((@IsNull_package = 1 AND [package] IS NULL" +
 | |
|                 ") OR ([package] = @Original_package)) AND ((@IsNull_status = 1 AND [status] IS N" +
 | |
|                 "ULL) OR ([status] = @Original_status)) AND ((@IsNull_type = 1 AND [type] IS NULL" +
 | |
|                 ") OR ([type] = @Original_type)) AND ((@IsNull_process = 1 AND [process] IS NULL)" +
 | |
|                 " OR ([process] = @Original_process)) AND ((@IsNull_remark = 1 AND [remark] IS NU" +
 | |
|                 "LL) OR ([remark] = @Original_remark)) AND ((@IsNull_hrs = 1 AND [hrs] IS NULL) O" +
 | |
|                 "R ([hrs] = @Original_hrs)) AND ((@IsNull_ot = 1 AND [ot] IS NULL) OR ([ot] = @Or" +
 | |
|                 "iginal_ot)) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] = @Origi" +
 | |
|                 "nal_import)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND (" +
 | |
|                 "(@IsNull_tag = 1 AND [tag] IS NULL) OR ([tag] = @Original_tag)) AND ((@IsNull_au" +
 | |
|                 "toinput = 1 AND [autoinput] IS NULL) OR ([autoinput] = @Original_autoinput)));\r\n" +
 | |
|                 "SELECT idx, gcode, pdate, pidx, projectName, uid, requestpart, package, status, " +
 | |
|                 "type, process, description, remark, hrs, ot, import, wuid, wdate, description2, " +
 | |
|                 "tag, autoinput FROM JobReport WHERE (idx = @idx) ORDER BY pdate";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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("@description2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@autoinput", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_requestpart", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_package", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hrs", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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_tag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_autoinput", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_autoinput", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, gcode, pdate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput
 | |
| FROM     JobReport WITH (nolock)
 | |
| WHERE  (gcode = @GCODE) AND (uid = @UID)
 | |
| ORDER BY pdate";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GCODE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UID", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", 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 = @"SELECT  idx, gcode, pdate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput
 | |
| FROM     JobReport WITH (nolock)
 | |
| WHERE  (gcode = @GCODE) AND (uid = @UID) and pdate = @pdate
 | |
| ORDER BY pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@GCODE", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UID", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, 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", "17.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(dsMSSQL.JobReportDataTable dataTable, string GCODE, string UID) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((GCODE == null)) {
 | |
|                 throw new global::System.ArgumentNullException("GCODE");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(GCODE));
 | |
|             }
 | |
|             if ((UID == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(UID));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.JobReportDataTable GetData(string GCODE, string UID) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((GCODE == null)) {
 | |
|                 throw new global::System.ArgumentNullException("GCODE");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(GCODE));
 | |
|             }
 | |
|             if ((UID == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(UID));
 | |
|             }
 | |
|             dsMSSQL.JobReportDataTable dataTable = new dsMSSQL.JobReportDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByDate(dsMSSQL.JobReportDataTable dataTable, string GCODE, string UID, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((GCODE == null)) {
 | |
|                 throw new global::System.ArgumentNullException("GCODE");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(GCODE));
 | |
|             }
 | |
|             if ((UID == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(UID));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.JobReportDataTable GetByDate(string GCODE, string UID, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((GCODE == null)) {
 | |
|                 throw new global::System.ArgumentNullException("GCODE");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(GCODE));
 | |
|             }
 | |
|             if ((UID == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(UID));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsMSSQL.JobReportDataTable dataTable = new dsMSSQL.JobReportDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.JobReportDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "JobReport");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     string Original_projectName, 
 | |
|                     string Original_uid, 
 | |
|                     string Original_requestpart, 
 | |
|                     string Original_package, 
 | |
|                     string Original_status, 
 | |
|                     string Original_type, 
 | |
|                     string Original_process, 
 | |
|                     string Original_remark, 
 | |
|                     global::System.Nullable<double> Original_hrs, 
 | |
|                     global::System.Nullable<double> Original_ot, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_tag, 
 | |
|                     global::System.Nullable<bool> Original_autoinput) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_pidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_projectName == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_projectName));
 | |
|             }
 | |
|             if ((Original_uid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_requestpart == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_requestpart));
 | |
|             }
 | |
|             if ((Original_package == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_package));
 | |
|             }
 | |
|             if ((Original_status == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_status));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_process == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_process));
 | |
|             }
 | |
|             if ((Original_remark == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_remark));
 | |
|             }
 | |
|             if ((Original_hrs.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((double)(Original_hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_ot.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((double)(Original_ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_import.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((bool)(Original_import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[29].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_tag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((string)(Original_tag));
 | |
|             }
 | |
|             if ((Original_autoinput.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((bool)(Original_autoinput.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     string projectName, 
 | |
|                     string uid, 
 | |
|                     string requestpart, 
 | |
|                     string package, 
 | |
|                     string status, 
 | |
|                     string type, 
 | |
|                     string process, 
 | |
|                     string description, 
 | |
|                     string remark, 
 | |
|                     global::System.Nullable<double> hrs, 
 | |
|                     global::System.Nullable<double> ot, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string description2, 
 | |
|                     string tag, 
 | |
|                     global::System.Nullable<bool> autoinput) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((pidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((int)(pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((projectName == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(projectName));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((requestpart == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(requestpart));
 | |
|             }
 | |
|             if ((package == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(package));
 | |
|             }
 | |
|             if ((status == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(status));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(type));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(process));
 | |
|             }
 | |
|             if ((description == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(description));
 | |
|             }
 | |
|             if ((remark == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(remark));
 | |
|             }
 | |
|             if ((hrs.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((double)(hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((ot.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((double)(ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((import.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((bool)(import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             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 ((description2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(description2));
 | |
|             }
 | |
|             if ((tag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(tag));
 | |
|             }
 | |
|             if ((autoinput.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(autoinput.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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     string projectName, 
 | |
|                     string uid, 
 | |
|                     string requestpart, 
 | |
|                     string package, 
 | |
|                     string status, 
 | |
|                     string type, 
 | |
|                     string process, 
 | |
|                     string description, 
 | |
|                     string remark, 
 | |
|                     global::System.Nullable<double> hrs, 
 | |
|                     global::System.Nullable<double> ot, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string description2, 
 | |
|                     string tag, 
 | |
|                     global::System.Nullable<bool> autoinput, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     string Original_projectName, 
 | |
|                     string Original_uid, 
 | |
|                     string Original_requestpart, 
 | |
|                     string Original_package, 
 | |
|                     string Original_status, 
 | |
|                     string Original_type, 
 | |
|                     string Original_process, 
 | |
|                     string Original_remark, 
 | |
|                     global::System.Nullable<double> Original_hrs, 
 | |
|                     global::System.Nullable<double> Original_ot, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_tag, 
 | |
|                     global::System.Nullable<bool> Original_autoinput, 
 | |
|                     int idx) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((pidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((projectName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(projectName));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((requestpart == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(requestpart));
 | |
|             }
 | |
|             if ((package == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(package));
 | |
|             }
 | |
|             if ((status == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(status));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(type));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(process));
 | |
|             }
 | |
|             if ((description == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(description));
 | |
|             }
 | |
|             if ((remark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(remark));
 | |
|             }
 | |
|             if ((hrs.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((double)(hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((ot.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((double)(ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((import.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((bool)(import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             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 ((description2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(description2));
 | |
|             }
 | |
|             if ((tag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(tag));
 | |
|             }
 | |
|             if ((autoinput.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(autoinput.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_pidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_projectName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_projectName));
 | |
|             }
 | |
|             if ((Original_uid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_requestpart == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_requestpart));
 | |
|             }
 | |
|             if ((Original_package == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_package));
 | |
|             }
 | |
|             if ((Original_status == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(Original_status));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Original_process));
 | |
|             }
 | |
|             if ((Original_remark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Original_remark));
 | |
|             }
 | |
|             if ((Original_hrs.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((double)(Original_hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_ot.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((double)(Original_ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_import.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((bool)(Original_import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[49].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_tag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(Original_tag));
 | |
|             }
 | |
|             if ((Original_autoinput.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((bool)(Original_autoinput.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[54].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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     string projectName, 
 | |
|                     string uid, 
 | |
|                     string requestpart, 
 | |
|                     string package, 
 | |
|                     string status, 
 | |
|                     string type, 
 | |
|                     string process, 
 | |
|                     string description, 
 | |
|                     string remark, 
 | |
|                     global::System.Nullable<double> hrs, 
 | |
|                     global::System.Nullable<double> ot, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string description2, 
 | |
|                     string tag, 
 | |
|                     global::System.Nullable<bool> autoinput, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     string Original_projectName, 
 | |
|                     string Original_uid, 
 | |
|                     string Original_requestpart, 
 | |
|                     string Original_package, 
 | |
|                     string Original_status, 
 | |
|                     string Original_type, 
 | |
|                     string Original_process, 
 | |
|                     string Original_remark, 
 | |
|                     global::System.Nullable<double> Original_hrs, 
 | |
|                     global::System.Nullable<double> Original_ot, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_tag, 
 | |
|                     global::System.Nullable<bool> Original_autoinput) {
 | |
|             return this.Update(gcode, pdate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput, Original_idx, Original_gcode, Original_pdate, Original_pidx, Original_projectName, Original_uid, Original_requestpart, Original_package, Original_status, Original_type, Original_process, Original_remark, Original_hrs, Original_ot, Original_import, Original_wuid, Original_wdate, Original_tag, Original_autoinput, 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 MailDataTableAdapter : 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", "17.0.0.0")]
 | |
|         public MailDataTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "MailData";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("project", "project");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("cate", "cate");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("subject", "subject");
 | |
|             tableMapping.ColumnMappings.Add("tolist", "tolist");
 | |
|             tableMapping.ColumnMappings.Add("bcc", "bcc");
 | |
|             tableMapping.ColumnMappings.Add("cc", "cc");
 | |
|             tableMapping.ColumnMappings.Add("body", "body");
 | |
|             tableMapping.ColumnMappings.Add("SendOK", "SendOK");
 | |
|             tableMapping.ColumnMappings.Add("SendMsg", "SendMsg");
 | |
|             tableMapping.ColumnMappings.Add("aidx", "aidx");
 | |
|             tableMapping.ColumnMappings.Add("atime", "atime");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("fromlist", "fromlist");
 | |
|             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 [MailData] WHERE (([idx] = @Original_idx) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ([gcode] = @Original_gcode) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_SendOK = 1 AND [SendOK] IS NULL) OR ([SendOK] = @Original_SendOK)) AND ((@IsNull_SendMsg = 1 AND [SendMsg] IS NULL) OR ([SendMsg] = @Original_SendMsg)) AND ((@IsNull_aidx = 1 AND [aidx] IS NULL) OR ([aidx] = @Original_aidx)) AND ((@IsNull_atime = 1 AND [atime] IS NULL) OR ([atime] = @Original_atime)) 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_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", 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_SendOK", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendOK", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SendOK", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendOK", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SendMsg", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SendMsg", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_aidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_aidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_atime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "atime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_atime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "atime", 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 [MailData] ([project], [gcode], [cate], [pdate], [subject], [tolist], [bcc], [cc], [body], [SendOK], [SendMsg], [aidx], [atime], [wuid], [wdate], [fromlist]) VALUES (@project, @gcode, @cate, @pdate, @subject, @tolist, @bcc, @cc, @body, @SendOK, @SendMsg, @aidx, @atime, @wuid, @wdate, @fromlist);
 | |
| SELECT idx, project, gcode, cate, pdate, subject, tolist, bcc, cc, body, SendOK, SendMsg, aidx, atime, wuid, wdate, fromlist FROM MailData WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@subject", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "subject", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tolist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tolist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bcc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bcc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@body", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "body", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SendOK", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendOK", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SendMsg", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@aidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@atime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "atime", 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("@fromlist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fromlist", 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 [MailData] SET [project] = @project, [gcode] = @gcode, [cate] = @cate, [pdate] = @pdate, [subject] = @subject, [tolist] = @tolist, [bcc] = @bcc, [cc] = @cc, [body] = @body, [SendOK] = @SendOK, [SendMsg] = @SendMsg, [aidx] = @aidx, [atime] = @atime, [wuid] = @wuid, [wdate] = @wdate, [fromlist] = @fromlist WHERE (([idx] = @Original_idx) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ([gcode] = @Original_gcode) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_SendOK = 1 AND [SendOK] IS NULL) OR ([SendOK] = @Original_SendOK)) AND ((@IsNull_SendMsg = 1 AND [SendMsg] IS NULL) OR ([SendMsg] = @Original_SendMsg)) AND ((@IsNull_aidx = 1 AND [aidx] IS NULL) OR ([aidx] = @Original_aidx)) AND ((@IsNull_atime = 1 AND [atime] IS NULL) OR ([atime] = @Original_atime)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
 | |
| SELECT idx, project, gcode, cate, pdate, subject, tolist, bcc, cc, body, SendOK, SendMsg, aidx, atime, wuid, wdate, fromlist FROM MailData WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@subject", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "subject", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tolist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tolist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bcc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bcc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@body", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "body", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SendOK", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendOK", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SendMsg", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@aidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@atime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "atime", 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("@fromlist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fromlist", 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_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", 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_SendOK", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendOK", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SendOK", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendOK", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_SendMsg", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SendMsg", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_aidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_aidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_atime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "atime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_atime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "atime", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitCommandCollection() {
 | |
|             this._commandCollection = new global::System.Data.SqlClient.SqlCommand[6];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  idx, project, gcode, cate, pdate, subject, tolist, bcc, cc, body, SendOK," +
 | |
|                 " SendMsg, aidx, atime, wuid, wdate, fromlist\r\nFROM     MailData WITH (nolock)\r\nW" +
 | |
|                 "HERE  (ISNULL(SendOK, 0) = 0)";
 | |
|             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  COUNT(*) AS Expr1\r\nFROM     MailData\r\nWHERE  (aidx = @aidx) AND (pdate = " +
 | |
|                 "@pdate) AND (atime = @atime) AND (cate = @cate)";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@aidx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@atime", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "atime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[2].Connection = this.Connection;
 | |
|             this._commandCollection[2].CommandText = "SELECT SendMsg, SendOK, aidx, atime, bcc, body, cate, cc, fromlist, gcode, idx, p" +
 | |
|                 "date, project, subject, tolist, wdate, wuid FROM MailData WITH (nolock) WHERE (g" +
 | |
|                 "code = @gcode) AND (cate = @cate) AND (pdate = @pdate)";
 | |
|             this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[3].Connection = this.Connection;
 | |
|             this._commandCollection[3].CommandText = "SELECT SendMsg, SendOK, aidx, atime, bcc, body, cate, cc, fromlist, gcode, idx, p" +
 | |
|                 "date, project, subject, tolist, wdate, wuid FROM MailData WITH (nolock) WHERE (g" +
 | |
|                 "code = @gcode) AND (wuid = @uid) AND (pdate = @pdate) AND (cate = @cate)";
 | |
|             this._commandCollection[3].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "wuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[4].Connection = this.Connection;
 | |
|             this._commandCollection[4].CommandText = "SELECT  COUNT(*) AS cnt\r\nFROM     MailData WITH (nolock)\r\nWHERE  (aidx = @aidx) A" +
 | |
|                 "ND (atime = @atime) AND (pdate = @pdate) AND (cate = @cate)";
 | |
|             this._commandCollection[4].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@aidx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "aidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@atime", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "atime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[5].Connection = this.Connection;
 | |
|             this._commandCollection[5].CommandText = "UPDATE MailData\r\nSET        SendOK = 1, SendMsg = @msg\r\nWHERE  (idx = @idx)";
 | |
|             this._commandCollection[5].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@msg", global::System.Data.SqlDbType.VarChar, 255, global::System.Data.ParameterDirection.Input, 0, 0, "SendMsg", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[5].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.Original, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.MailDataDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.MailDataDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.MailDataDataTable dataTable = new dsMSSQL.MailDataDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByDataExistDay(dsMSSQL.MailDataDataTable dataTable, string gcode, string cate, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(cate));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.MailDataDataTable GetDataExistDay(string gcode, string cate, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(cate));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsMSSQL.MailDataDataTable dataTable = new dsMSSQL.MailDataDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByUserData(dsMSSQL.MailDataDataTable dataTable, string gcode, string uid, string pdate, string cate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[3];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(cate));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.MailDataDataTable GetDataByUserData(string gcode, string uid, string pdate, string cate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[3];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(cate));
 | |
|             }
 | |
|             dsMSSQL.MailDataDataTable dataTable = new dsMSSQL.MailDataDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.MailDataDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "MailData");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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, global::System.Nullable<int> Original_project, string Original_gcode, string Original_cate, string Original_pdate, global::System.Nullable<bool> Original_SendOK, string Original_SendMsg, global::System.Nullable<int> Original_aidx, string Original_atime, string Original_wuid, System.DateTime Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_project.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_cate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_cate));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_SendOK.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((bool)(Original_SendOK.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_SendMsg == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_SendMsg));
 | |
|             }
 | |
|             if ((Original_aidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((int)(Original_aidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_atime == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_atime));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[17].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", "17.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(
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     string gcode, 
 | |
|                     string cate, 
 | |
|                     string pdate, 
 | |
|                     string subject, 
 | |
|                     string tolist, 
 | |
|                     string bcc, 
 | |
|                     string cc, 
 | |
|                     string body, 
 | |
|                     global::System.Nullable<bool> SendOK, 
 | |
|                     string SendMsg, 
 | |
|                     global::System.Nullable<int> aidx, 
 | |
|                     string atime, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string fromlist) {
 | |
|             if ((project.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((int)(project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(cate));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((subject == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(subject));
 | |
|             }
 | |
|             if ((tolist == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(tolist));
 | |
|             }
 | |
|             if ((bcc == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(bcc));
 | |
|             }
 | |
|             if ((cc == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(cc));
 | |
|             }
 | |
|             if ((body == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(body));
 | |
|             }
 | |
|             if ((SendOK.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(SendOK.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((SendMsg == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(SendMsg));
 | |
|             }
 | |
|             if ((aidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((int)(aidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((atime == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((string)(atime));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[14].Value = ((System.DateTime)(wdate));
 | |
|             if ((fromlist == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((string)(fromlist));
 | |
|             }
 | |
|             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", "17.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(
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     string gcode, 
 | |
|                     string cate, 
 | |
|                     string pdate, 
 | |
|                     string subject, 
 | |
|                     string tolist, 
 | |
|                     string bcc, 
 | |
|                     string cc, 
 | |
|                     string body, 
 | |
|                     global::System.Nullable<bool> SendOK, 
 | |
|                     string SendMsg, 
 | |
|                     global::System.Nullable<int> aidx, 
 | |
|                     string atime, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string fromlist, 
 | |
|                     int Original_idx, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_cate, 
 | |
|                     string Original_pdate, 
 | |
|                     global::System.Nullable<bool> Original_SendOK, 
 | |
|                     string Original_SendMsg, 
 | |
|                     global::System.Nullable<int> Original_aidx, 
 | |
|                     string Original_atime, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     int idx) {
 | |
|             if ((project.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(cate));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((subject == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(subject));
 | |
|             }
 | |
|             if ((tolist == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(tolist));
 | |
|             }
 | |
|             if ((bcc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(bcc));
 | |
|             }
 | |
|             if ((cc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(cc));
 | |
|             }
 | |
|             if ((body == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(body));
 | |
|             }
 | |
|             if ((SendOK.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(SendOK.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((SendMsg == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(SendMsg));
 | |
|             }
 | |
|             if ((aidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(aidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((atime == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(atime));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[14].Value = ((System.DateTime)(wdate));
 | |
|             if ((fromlist == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(fromlist));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_idx));
 | |
|             if ((Original_project.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_cate == 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_cate));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_SendOK.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((bool)(Original_SendOK.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_SendMsg == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_SendMsg));
 | |
|             }
 | |
|             if ((Original_aidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_aidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_atime == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_atime));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[33].Value = ((System.DateTime)(Original_wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[34].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", "17.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(
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     string gcode, 
 | |
|                     string cate, 
 | |
|                     string pdate, 
 | |
|                     string subject, 
 | |
|                     string tolist, 
 | |
|                     string bcc, 
 | |
|                     string cc, 
 | |
|                     string body, 
 | |
|                     global::System.Nullable<bool> SendOK, 
 | |
|                     string SendMsg, 
 | |
|                     global::System.Nullable<int> aidx, 
 | |
|                     string atime, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string fromlist, 
 | |
|                     int Original_idx, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_cate, 
 | |
|                     string Original_pdate, 
 | |
|                     global::System.Nullable<bool> Original_SendOK, 
 | |
|                     string Original_SendMsg, 
 | |
|                     global::System.Nullable<int> Original_aidx, 
 | |
|                     string Original_atime, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             return this.Update(project, gcode, cate, pdate, subject, tolist, bcc, cc, body, SendOK, SendMsg, aidx, atime, wuid, wdate, fromlist, Original_idx, Original_project, Original_gcode, Original_cate, Original_pdate, Original_SendOK, Original_SendMsg, Original_aidx, Original_atime, Original_wuid, Original_wdate, Original_idx);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual object CheckAutoExist(global::System.Nullable<int> aidx, string pdate, string atime, string cate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[1];
 | |
|             if ((aidx.HasValue == true)) {
 | |
|                 command.Parameters[0].Value = ((int)(aidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((atime == null)) {
 | |
|                 command.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[2].Value = ((string)(atime));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 command.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[3].Value = ((string)(cate));
 | |
|             }
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return null;
 | |
|             }
 | |
|             else {
 | |
|                 return ((object)(returnValue));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual object FindAutoData(global::System.Nullable<int> aidx, string atime, string pdate, string cate) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4];
 | |
|             if ((aidx.HasValue == true)) {
 | |
|                 command.Parameters[0].Value = ((int)(aidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((atime == null)) {
 | |
|                 command.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[1].Value = ((string)(atime));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 command.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[2].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 command.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[3].Value = ((string)(cate));
 | |
|             }
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return null;
 | |
|             }
 | |
|             else {
 | |
|                 return ((object)(returnValue));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int UpdateSendOK(string msg, int idx) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5];
 | |
|             if ((msg == null)) {
 | |
|                 command.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[0].Value = ((string)(msg));
 | |
|             }
 | |
|             command.Parameters[1].Value = ((int)(idx));
 | |
|             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 MailAutoTableAdapter : 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", "17.0.0.0")]
 | |
|         public MailAutoTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "MailAuto";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("enable", "enable");
 | |
|             tableMapping.ColumnMappings.Add("fidx", "fidx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("tolist", "tolist");
 | |
|             tableMapping.ColumnMappings.Add("bcc", "bcc");
 | |
|             tableMapping.ColumnMappings.Add("cc", "cc");
 | |
|             tableMapping.ColumnMappings.Add("sdate", "sdate");
 | |
|             tableMapping.ColumnMappings.Add("edate", "edate");
 | |
|             tableMapping.ColumnMappings.Add("stime", "stime");
 | |
|             tableMapping.ColumnMappings.Add("sday", "sday");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("fromlist", "fromlist");
 | |
|             tableMapping.ColumnMappings.Add("subject", "subject");
 | |
|             tableMapping.ColumnMappings.Add("body", "body");
 | |
|             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 [MailAuto] WHERE (([idx] = @Original_idx) AND ((@IsNull_enable = 1 AND [enable] IS NULL) OR ([enable] = @Original_enable)) AND ([fidx] = @Original_fidx) AND ([gcode] = @Original_gcode) AND ((@IsNull_sdate = 1 AND [sdate] IS NULL) OR ([sdate] = @Original_sdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_stime = 1 AND [stime] IS NULL) OR ([stime] = @Original_stime)) AND ((@IsNull_sday = 1 AND [sday] IS NULL) OR ([sday] = @Original_sday)) 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_enable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_fidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_stime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sday", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sday", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sday", global::System.Data.SqlDbType.Binary, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sday", 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 [MailAuto] ([enable], [fidx], [gcode], [fromlist], [tolist], [bcc], [cc], [sdate], [edate], [stime], [sday], [wuid], [wdate], [subject], [body]) VALUES (@enable, @fidx, @gcode, @fromlist, @tolist, @bcc, @cc, @sdate, @edate, @stime, @sday, @wuid, @wdate, @subject, @body);
 | |
| SELECT idx, enable, fidx, gcode, fromlist, tolist, bcc, cc, sdate, edate, stime, sday, wuid, wdate, subject, body FROM MailAuto WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fromlist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fromlist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tolist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tolist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bcc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bcc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sday", global::System.Data.SqlDbType.Binary, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sday", 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("@subject", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "subject", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@body", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "body", 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 [MailAuto] SET [enable] = @enable, [fidx] = @fidx, [gcode] = @gcode, [fromlist] = @fromlist, [tolist] = @tolist, [bcc] = @bcc, [cc] = @cc, [sdate] = @sdate, [edate] = @edate, [stime] = @stime, [sday] = @sday, [wuid] = @wuid, [wdate] = @wdate, [subject] = @subject, [body] = @body WHERE (([idx] = @Original_idx) AND ((@IsNull_enable = 1 AND [enable] IS NULL) OR ([enable] = @Original_enable)) AND ([fidx] = @Original_fidx) AND ([gcode] = @Original_gcode) AND ((@IsNull_sdate = 1 AND [sdate] IS NULL) OR ([sdate] = @Original_sdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) AND ((@IsNull_stime = 1 AND [stime] IS NULL) OR ([stime] = @Original_stime)) AND ((@IsNull_sday = 1 AND [sday] IS NULL) OR ([sday] = @Original_sday)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
 | |
| SELECT idx, enable, fidx, gcode, fromlist, tolist, bcc, cc, sdate, edate, stime, sday, wuid, wdate, subject, body FROM MailAuto WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fromlist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fromlist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tolist", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tolist", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bcc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bcc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sday", global::System.Data.SqlDbType.Binary, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sday", 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("@subject", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "subject", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@body", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "body", 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_enable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_fidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_stime", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stime", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sday", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sday", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sday", global::System.Data.SqlDbType.Binary, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sday", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, enable, fidx, gcode, fromlist, tolist, bcc, cc, sdate, edate, stime," +
 | |
|                 " sday, wuid, wdate, subject, body\r\nFROM     MailAuto WITH (nolock)";
 | |
|             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  bcc, body, cc, edate, enable, fidx, fromlist, gcode, idx, sdate, sday, stime, subject, tolist, wdate, wuid
 | |
| FROM     MailAuto WITH (nolock)
 | |
| WHERE  (enable = 1) AND (ISNULL(fromlist, '') <> '') AND (ISNULL(tolist, '') <> '') AND (ISNULL(stime, '') <> '')";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.MailAutoDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.MailAutoDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.MailAutoDataTable dataTable = new dsMSSQL.MailAutoDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByAutoSend(dsMSSQL.MailAutoDataTable dataTable) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.MailAutoDataTable GetByAutoSend() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             dsMSSQL.MailAutoDataTable dataTable = new dsMSSQL.MailAutoDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.MailAutoDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "MailAuto");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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, global::System.Nullable<bool> Original_enable, int Original_fidx, string Original_gcode, string Original_sdate, string Original_edate, string Original_stime, byte[] Original_sday, string Original_wuid, System.DateTime Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_enable.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((bool)(Original_enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_fidx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_sdate == 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_sdate));
 | |
|             }
 | |
|             if ((Original_edate == 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_edate));
 | |
|             }
 | |
|             if ((Original_stime == 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_stime));
 | |
|             }
 | |
|             if ((Original_sday == 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 = ((byte[])(Original_sday));
 | |
|             }
 | |
|             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));
 | |
|             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", "17.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(global::System.Nullable<bool> enable, int fidx, string gcode, string fromlist, string tolist, string bcc, string cc, string sdate, string edate, string stime, byte[] sday, string wuid, System.DateTime wdate, string subject, string body) {
 | |
|             if ((enable.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((bool)(enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[1].Value = ((int)(fidx));
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((fromlist == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(fromlist));
 | |
|             }
 | |
|             if ((tolist == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(tolist));
 | |
|             }
 | |
|             if ((bcc == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(bcc));
 | |
|             }
 | |
|             if ((cc == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(cc));
 | |
|             }
 | |
|             if ((sdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(sdate));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((stime == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(stime));
 | |
|             }
 | |
|             if ((sday == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((byte[])(sday));
 | |
|             }
 | |
|             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 ((subject == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(subject));
 | |
|             }
 | |
|             if ((body == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(body));
 | |
|             }
 | |
|             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", "17.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(
 | |
|                     global::System.Nullable<bool> enable, 
 | |
|                     int fidx, 
 | |
|                     string gcode, 
 | |
|                     string fromlist, 
 | |
|                     string tolist, 
 | |
|                     string bcc, 
 | |
|                     string cc, 
 | |
|                     string sdate, 
 | |
|                     string edate, 
 | |
|                     string stime, 
 | |
|                     byte[] sday, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string subject, 
 | |
|                     string body, 
 | |
|                     int Original_idx, 
 | |
|                     global::System.Nullable<bool> Original_enable, 
 | |
|                     int Original_fidx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_sdate, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_stime, 
 | |
|                     byte[] Original_sday, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     int idx) {
 | |
|             if ((enable.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((bool)(enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(fidx));
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((fromlist == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(fromlist));
 | |
|             }
 | |
|             if ((tolist == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(tolist));
 | |
|             }
 | |
|             if ((bcc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(bcc));
 | |
|             }
 | |
|             if ((cc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(cc));
 | |
|             }
 | |
|             if ((sdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(sdate));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((stime == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(stime));
 | |
|             }
 | |
|             if ((sday == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((byte[])(sday));
 | |
|             }
 | |
|             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 ((subject == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(subject));
 | |
|             }
 | |
|             if ((body == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(body));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_idx));
 | |
|             if ((Original_enable.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((bool)(Original_enable.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)(Original_fidx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_sdate == 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_sdate));
 | |
|             }
 | |
|             if ((Original_edate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_edate));
 | |
|             }
 | |
|             if ((Original_stime == 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_stime));
 | |
|             }
 | |
|             if ((Original_sday == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((byte[])(Original_sday));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[29].Value = ((System.DateTime)(Original_wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[30].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", "17.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(
 | |
|                     global::System.Nullable<bool> enable, 
 | |
|                     int fidx, 
 | |
|                     string gcode, 
 | |
|                     string fromlist, 
 | |
|                     string tolist, 
 | |
|                     string bcc, 
 | |
|                     string cc, 
 | |
|                     string sdate, 
 | |
|                     string edate, 
 | |
|                     string stime, 
 | |
|                     byte[] sday, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string subject, 
 | |
|                     string body, 
 | |
|                     int Original_idx, 
 | |
|                     global::System.Nullable<bool> Original_enable, 
 | |
|                     int Original_fidx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_sdate, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_stime, 
 | |
|                     byte[] Original_sday, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             return this.Update(enable, fidx, gcode, fromlist, tolist, bcc, cc, sdate, edate, stime, sday, wuid, wdate, subject, body, Original_idx, Original_enable, Original_fidx, Original_gcode, Original_sdate, Original_edate, Original_stime, Original_sday, 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 BoardFAQTableAdapter : 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", "17.0.0.0")]
 | |
|         public BoardFAQTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "BoardFAQ";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("bidx", "bidx");
 | |
|             tableMapping.ColumnMappings.Add("pidx", "pidx");
 | |
|             tableMapping.ColumnMappings.Add("project", "project");
 | |
|             tableMapping.ColumnMappings.Add("header", "header");
 | |
|             tableMapping.ColumnMappings.Add("cate", "cate");
 | |
|             tableMapping.ColumnMappings.Add("title", "title");
 | |
|             tableMapping.ColumnMappings.Add("contents", "contents");
 | |
|             tableMapping.ColumnMappings.Add("file", "file");
 | |
|             tableMapping.ColumnMappings.Add("guid", "guid");
 | |
|             tableMapping.ColumnMappings.Add("url", "url");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("close", "close");
 | |
|             tableMapping.ColumnMappings.Add("remark", "remark");
 | |
|             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 [Board] WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gcode) AND ((@IsNull_bidx = 1 AND [bidx] IS NULL) OR ([bidx] = @Original_bidx)) AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Original_pidx)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_header = 1 AND [header] IS NULL) OR ([header] = @Original_header)) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_file = 1 AND [file] IS NULL) OR ([file] = @Original_file)) AND ((@IsNull_guid = 1 AND [guid] IS NULL) OR ([guid] = @Original_guid)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_close = 1 AND [close] IS NULL) OR ([close] = @Original_close)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)))";
 | |
|             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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_header", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", 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.NVarChar, 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_file", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_guid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", 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_close", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "close", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_close", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "close", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", 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 [Board] ([gcode], [bidx], [pidx], [project], [header], [cate], [title], [contents], [file], [guid], [url], [wuid], [wdate], [close], [remark]) VALUES (@gcode, @bidx, @pidx, @project, @header, @cate, @title, @contents, @file, @guid, @url, @wuid, @wdate, @close, @remark);
 | |
| SELECT idx, gcode, bidx, pidx, project, header, cate, title, contents, [file], guid, url, wuid, wdate, [close], remark FROM Board WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 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("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@url", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "url", 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("@close", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "close", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", 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 [Board] SET [gcode] = @gcode, [bidx] = @bidx, [pidx] = @pidx, [project] = @project, [header] = @header, [cate] = @cate, [title] = @title, [contents] = @contents, [file] = @file, [guid] = @guid, [url] = @url, [wuid] = @wuid, [wdate] = @wdate, [close] = @close, [remark] = @remark WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gcode) AND ((@IsNull_bidx = 1 AND [bidx] IS NULL) OR ([bidx] = @Original_bidx)) AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Original_pidx)) AND ((@IsNull_project = 1 AND [project] IS NULL) OR ([project] = @Original_project)) AND ((@IsNull_header = 1 AND [header] IS NULL) OR ([header] = @Original_header)) AND ((@IsNull_cate = 1 AND [cate] IS NULL) OR ([cate] = @Original_cate)) AND ((@IsNull_title = 1 AND [title] IS NULL) OR ([title] = @Original_title)) AND ((@IsNull_file = 1 AND [file] IS NULL) OR ([file] = @Original_file)) AND ((@IsNull_guid = 1 AND [guid] IS NULL) OR ([guid] = @Original_guid)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_close = 1 AND [close] IS NULL) OR ([close] = @Original_close)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)));
 | |
| SELECT idx, gcode, bidx, pidx, project, header, cate, title, contents, [file], guid, url, wuid, wdate, [close], remark FROM Board WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@title", global::System.Data.SqlDbType.NVarChar, 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("@contents", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "contents", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@url", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "url", 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("@close", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "close", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_project", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_header", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_header", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "header", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_cate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_cate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "cate", 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.NVarChar, 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_file", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_file", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "file", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_guid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_guid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "guid", 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_close", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "close", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_close", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "close", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, gcode, bidx, pidx, project, header, cate, title, contents, [file], g" +
 | |
|                 "uid, url, wuid, wdate, [close], remark\r\nFROM     Board";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.BoardFAQDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.BoardFAQDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.BoardFAQDataTable dataTable = new dsMSSQL.BoardFAQDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.BoardFAQDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "BoardFAQ");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_gcode, global::System.Nullable<int> Original_bidx, global::System.Nullable<int> Original_pidx, global::System.Nullable<int> Original_project, global::System.Nullable<bool> Original_header, string Original_cate, string Original_title, string Original_file, string Original_guid, string Original_wuid, System.DateTime Original_wdate, global::System.Nullable<bool> Original_close, string Original_remark) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_bidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_bidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_project.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_header.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((bool)(Original_header.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_cate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_cate));
 | |
|             }
 | |
|             if ((Original_title == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_title));
 | |
|             }
 | |
|             if ((Original_file == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_file));
 | |
|             }
 | |
|             if ((Original_guid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_guid));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[19].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_close.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((bool)(Original_close.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_remark == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_remark));
 | |
|             }
 | |
|             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", "17.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 gcode, global::System.Nullable<int> bidx, global::System.Nullable<int> pidx, global::System.Nullable<int> project, global::System.Nullable<bool> header, string cate, string title, string contents, string file, string guid, string url, string wuid, System.DateTime wdate, global::System.Nullable<bool> close, string remark) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((bidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((int)(bidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((int)(pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((project.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((int)(project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((header.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((bool)(header.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(cate));
 | |
|             }
 | |
|             if ((title == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(title));
 | |
|             }
 | |
|             if ((contents == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(contents));
 | |
|             }
 | |
|             if ((file == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(file));
 | |
|             }
 | |
|             if ((guid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(guid));
 | |
|             }
 | |
|             if ((url == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(url));
 | |
|             }
 | |
|             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 ((close.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((bool)(close.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((remark == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((string)(remark));
 | |
|             }
 | |
|             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", "17.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 gcode, 
 | |
|                     global::System.Nullable<int> bidx, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     global::System.Nullable<bool> header, 
 | |
|                     string cate, 
 | |
|                     string title, 
 | |
|                     string contents, 
 | |
|                     string file, 
 | |
|                     string guid, 
 | |
|                     string url, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<bool> close, 
 | |
|                     string remark, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     global::System.Nullable<int> Original_bidx, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     global::System.Nullable<bool> Original_header, 
 | |
|                     string Original_cate, 
 | |
|                     string Original_title, 
 | |
|                     string Original_file, 
 | |
|                     string Original_guid, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<bool> Original_close, 
 | |
|                     string Original_remark, 
 | |
|                     int idx) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((bidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(bidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((project.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((header.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((bool)(header.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((cate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(cate));
 | |
|             }
 | |
|             if ((title == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(title));
 | |
|             }
 | |
|             if ((contents == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(contents));
 | |
|             }
 | |
|             if ((file == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(file));
 | |
|             }
 | |
|             if ((guid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(guid));
 | |
|             }
 | |
|             if ((url == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(url));
 | |
|             }
 | |
|             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 ((close.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((bool)(close.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((remark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(remark));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_bidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_bidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_project.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(Original_project.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_header.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((bool)(Original_header.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_cate == 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_cate));
 | |
|             }
 | |
|             if ((Original_title == 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_title));
 | |
|             }
 | |
|             if ((Original_file == 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_file));
 | |
|             }
 | |
|             if ((Original_guid == 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_guid));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[34].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_close.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((bool)(Original_close.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_remark == 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_remark));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[39].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", "17.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 gcode, 
 | |
|                     global::System.Nullable<int> bidx, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     global::System.Nullable<int> project, 
 | |
|                     global::System.Nullable<bool> header, 
 | |
|                     string cate, 
 | |
|                     string title, 
 | |
|                     string contents, 
 | |
|                     string file, 
 | |
|                     string guid, 
 | |
|                     string url, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<bool> close, 
 | |
|                     string remark, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     global::System.Nullable<int> Original_bidx, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     global::System.Nullable<int> Original_project, 
 | |
|                     global::System.Nullable<bool> Original_header, 
 | |
|                     string Original_cate, 
 | |
|                     string Original_title, 
 | |
|                     string Original_file, 
 | |
|                     string Original_guid, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<bool> Original_close, 
 | |
|                     string Original_remark) {
 | |
|             return this.Update(gcode, bidx, pidx, project, header, cate, title, contents, file, guid, url, wuid, wdate, close, remark, Original_idx, Original_gcode, Original_bidx, Original_pidx, Original_project, Original_header, Original_cate, Original_title, Original_file, Original_guid, Original_wuid, Original_wdate, Original_close, Original_remark, 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_LoginInfoTableAdapter : 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", "17.0.0.0")]
 | |
|         public EETGW_LoginInfoTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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_LoginInfo";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("uid", "uid");
 | |
|             tableMapping.ColumnMappings.Add("login", "login");
 | |
|             tableMapping.ColumnMappings.Add("ip", "ip");
 | |
|             tableMapping.ColumnMappings.Add("hostname", "hostname");
 | |
|             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_LoginInfo] WHERE (([idx] = @Original_idx) AND ([uid] = @Original_uid) AND ((@IsNull_login = 1 AND [login] IS NULL) OR ([login] = @Original_login)) AND ((@IsNull_ip = 1 AND [ip] IS NULL) OR ([ip] = @Original_ip)) AND ((@IsNull_hostname = 1 AND [hostname] IS NULL) OR ([hostname] = @Original_hostname)) 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("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_login", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "login", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_login", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "login", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ip", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ip", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ip", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ip", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hostname", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hostname", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hostname", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hostname", 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 [EETGW_LoginInfo] ([uid], [login], [ip], [hostname], [wuid], [wdate])" +
 | |
|                 " VALUES (@uid, @login, @ip, @hostname, @wuid, @wdate);\r\nSELECT idx, uid, login, " +
 | |
|                 "ip, hostname, wuid, wdate FROM EETGW_LoginInfo WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@login", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "login", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ip", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ip", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hostname", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hostname", 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_LoginInfo] SET [uid] = @uid, [login] = @login, [ip] = @ip, [hostname] = @hostname, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ([uid] = @Original_uid) AND ((@IsNull_login = 1 AND [login] IS NULL) OR ([login] = @Original_login)) AND ((@IsNull_ip = 1 AND [ip] IS NULL) OR ([ip] = @Original_ip)) AND ((@IsNull_hostname = 1 AND [hostname] IS NULL) OR ([hostname] = @Original_hostname)) 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, uid, login, ip, hostname, wuid, wdate FROM EETGW_LoginInfo WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@login", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "login", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ip", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ip", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hostname", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hostname", 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("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_login", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "login", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_login", global::System.Data.SqlDbType.DateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "login", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ip", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ip", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ip", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ip", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hostname", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hostname", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hostname", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hostname", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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  EETGW_LoginInfo.*\r\nFROM     EETGW_LoginInfo";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.EETGW_LoginInfoDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.EETGW_LoginInfoDataTable GetData() {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             dsMSSQL.EETGW_LoginInfoDataTable dataTable = new dsMSSQL.EETGW_LoginInfoDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.EETGW_LoginInfoDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EETGW_LoginInfo");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_uid, global::System.Nullable<global::System.DateTime> Original_login, string Original_ip, string Original_hostname, string Original_wuid, global::System.Nullable<global::System.DateTime> Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_login.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((System.DateTime)(Original_login.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_ip == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_ip));
 | |
|             }
 | |
|             if ((Original_hostname == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_hostname));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             if ((Original_wdate.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((System.DateTime)(Original_wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].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", "17.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 uid, global::System.Nullable<global::System.DateTime> login, string ip, string hostname, string wuid, global::System.Nullable<global::System.DateTime> wdate) {
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((login.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((System.DateTime)(login.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((ip == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(ip));
 | |
|             }
 | |
|             if ((hostname == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(hostname));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(wuid));
 | |
|             }
 | |
|             if ((wdate.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].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", "17.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 uid, global::System.Nullable<global::System.DateTime> login, string ip, string hostname, string wuid, global::System.Nullable<global::System.DateTime> wdate, int Original_idx, string Original_uid, global::System.Nullable<global::System.DateTime> Original_login, string Original_ip, string Original_hostname, string Original_wuid, global::System.Nullable<global::System.DateTime> Original_wdate, int idx) {
 | |
|             if ((uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((login.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((System.DateTime)(login.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((ip == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(ip));
 | |
|             }
 | |
|             if ((hostname == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(hostname));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(wuid));
 | |
|             }
 | |
|             if ((wdate.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((System.DateTime)(wdate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_idx));
 | |
|             if ((Original_uid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_uid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_login.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(Original_login.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_ip == 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_ip));
 | |
|             }
 | |
|             if ((Original_hostname == 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_hostname));
 | |
|             }
 | |
|             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", "17.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 uid, global::System.Nullable<global::System.DateTime> login, string ip, string hostname, string wuid, global::System.Nullable<global::System.DateTime> wdate, int Original_idx, string Original_uid, global::System.Nullable<global::System.DateTime> Original_login, string Original_ip, string Original_hostname, string Original_wuid, global::System.Nullable<global::System.DateTime> Original_wdate) {
 | |
|             return this.Update(uid, login, ip, hostname, wuid, wdate, Original_idx, Original_uid, Original_login, Original_ip, Original_hostname, 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 EETGW_JobReport_AutoInputTableAdapter : 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", "17.0.0.0")]
 | |
|         public EETGW_JobReport_AutoInputTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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_JobReport_AutoInput";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("edate", "edate");
 | |
|             tableMapping.ColumnMappings.Add("pidx", "pidx");
 | |
|             tableMapping.ColumnMappings.Add("projectName", "projectName");
 | |
|             tableMapping.ColumnMappings.Add("uid", "uid");
 | |
|             tableMapping.ColumnMappings.Add("requestpart", "requestpart");
 | |
|             tableMapping.ColumnMappings.Add("package", "package");
 | |
|             tableMapping.ColumnMappings.Add("status", "status");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("process", "process");
 | |
|             tableMapping.ColumnMappings.Add("description", "description");
 | |
|             tableMapping.ColumnMappings.Add("remark", "remark");
 | |
|             tableMapping.ColumnMappings.Add("hrs", "hrs");
 | |
|             tableMapping.ColumnMappings.Add("ot", "ot");
 | |
|             tableMapping.ColumnMappings.Add("import", "import");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("description2", "description2");
 | |
|             tableMapping.ColumnMappings.Add("tag", "tag");
 | |
|             tableMapping.ColumnMappings.Add("autoinput", "autoinput");
 | |
|             tableMapping.ColumnMappings.Add("enable", "enable");
 | |
|             tableMapping.ColumnMappings.Add("jobgrp", "jobgrp");
 | |
|             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_JobReport_AutoInput] WHERE (([idx] = @Original_idx) AND ([gcod" +
 | |
|                 "e] = @Original_gcode) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] =" +
 | |
|                 " @Original_pdate)) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @O" +
 | |
|                 "riginal_edate)) AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Origina" +
 | |
|                 "l_pidx)) AND ((@IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectNa" +
 | |
|                 "me] = @Original_projectName)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid]" +
 | |
|                 " = @Original_uid)) AND ((@IsNull_requestpart = 1 AND [requestpart] IS NULL) OR (" +
 | |
|                 "[requestpart] = @Original_requestpart)) AND ((@IsNull_package = 1 AND [package] " +
 | |
|                 "IS NULL) OR ([package] = @Original_package)) AND ((@IsNull_status = 1 AND [statu" +
 | |
|                 "s] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_type = 1 AND [type] " +
 | |
|                 "IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_process = 1 AND [process] I" +
 | |
|                 "S NULL) OR ([process] = @Original_process)) AND ((@IsNull_remark = 1 AND [remark" +
 | |
|                 "] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_hrs = 1 AND [hrs] IS " +
 | |
|                 "NULL) OR ([hrs] = @Original_hrs)) AND ((@IsNull_ot = 1 AND [ot] IS NULL) OR ([ot" +
 | |
|                 "] = @Original_ot)) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] =" +
 | |
|                 " @Original_import)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate" +
 | |
|                 ") AND ((@IsNull_tag = 1 AND [tag] IS NULL) OR ([tag] = @Original_tag)) AND ((@Is" +
 | |
|                 "Null_autoinput = 1 AND [autoinput] IS NULL) OR ([autoinput] = @Original_autoinpu" +
 | |
|                 "t)) AND ((@IsNull_enable = 1 AND [enable] IS NULL) OR ([enable] = @Original_enab" +
 | |
|                 "le)) AND ((@IsNull_jobgrp = 1 AND [jobgrp] IS NULL) OR ([jobgrp] = @Original_job" +
 | |
|                 "grp)))";
 | |
|             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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_requestpart", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_package", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hrs", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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_tag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_autoinput", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_autoinput", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_enable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_jobgrp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobgrp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_jobgrp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobgrp", 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_JobReport_AutoInput] ([gcode], [pdate], [edate], [pidx], [projectName], [uid], [requestpart], [package], [status], [type], [process], [description], [remark], [hrs], [ot], [import], [wuid], [wdate], [description2], [tag], [autoinput], [enable], [jobgrp]) VALUES (@gcode, @pdate, @edate, @pidx, @projectName, @uid, @requestpart, @package, @status, @type, @process, @description, @remark, @hrs, @ot, @import, @wuid, @wdate, @description2, @tag, @autoinput, @enable, @jobgrp);
 | |
| SELECT idx, gcode, pdate, edate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput, enable, jobgrp FROM EETGW_JobReport_AutoInput WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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("@description2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@autoinput", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jobgrp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobgrp", 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_JobReport_AutoInput] SET [gcode] = @gcode, [pdate] = @pdate, [edate" +
 | |
|                 "] = @edate, [pidx] = @pidx, [projectName] = @projectName, [uid] = @uid, [request" +
 | |
|                 "part] = @requestpart, [package] = @package, [status] = @status, [type] = @type, " +
 | |
|                 "[process] = @process, [description] = @description, [remark] = @remark, [hrs] = " +
 | |
|                 "@hrs, [ot] = @ot, [import] = @import, [wuid] = @wuid, [wdate] = @wdate, [descrip" +
 | |
|                 "tion2] = @description2, [tag] = @tag, [autoinput] = @autoinput, [enable] = @enab" +
 | |
|                 "le, [jobgrp] = @jobgrp WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_g" +
 | |
|                 "code) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate" +
 | |
|                 ")) AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) " +
 | |
|                 "AND ((@IsNull_pidx = 1 AND [pidx] IS NULL) OR ([pidx] = @Original_pidx)) AND ((@" +
 | |
|                 "IsNull_projectName = 1 AND [projectName] IS NULL) OR ([projectName] = @Original_" +
 | |
|                 "projectName)) AND ((@IsNull_uid = 1 AND [uid] IS NULL) OR ([uid] = @Original_uid" +
 | |
|                 ")) AND ((@IsNull_requestpart = 1 AND [requestpart] IS NULL) OR ([requestpart] = " +
 | |
|                 "@Original_requestpart)) AND ((@IsNull_package = 1 AND [package] IS NULL) OR ([pa" +
 | |
|                 "ckage] = @Original_package)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR (" +
 | |
|                 "[status] = @Original_status)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([ty" +
 | |
|                 "pe] = @Original_type)) AND ((@IsNull_process = 1 AND [process] IS NULL) OR ([pro" +
 | |
|                 "cess] = @Original_process)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([" +
 | |
|                 "remark] = @Original_remark)) AND ((@IsNull_hrs = 1 AND [hrs] IS NULL) OR ([hrs] " +
 | |
|                 "= @Original_hrs)) AND ((@IsNull_ot = 1 AND [ot] IS NULL) OR ([ot] = @Original_ot" +
 | |
|                 ")) AND ((@IsNull_import = 1 AND [import] IS NULL) OR ([import] = @Original_impor" +
 | |
|                 "t)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate) AND ((@IsNull_" +
 | |
|                 "tag = 1 AND [tag] IS NULL) OR ([tag] = @Original_tag)) AND ((@IsNull_autoinput =" +
 | |
|                 " 1 AND [autoinput] IS NULL) OR ([autoinput] = @Original_autoinput)) AND ((@IsNul" +
 | |
|                 "l_enable = 1 AND [enable] IS NULL) OR ([enable] = @Original_enable)) AND ((@IsNu" +
 | |
|                 "ll_jobgrp = 1 AND [jobgrp] IS NULL) OR ([jobgrp] = @Original_jobgrp)));\r\nSELECT " +
 | |
|                 "idx, gcode, pdate, edate, pidx, projectName, uid, requestpart, package, status, " +
 | |
|                 "type, process, description, remark, hrs, ot, import, wuid, wdate, description2, " +
 | |
|                 "tag, autoinput, enable, jobgrp FROM EETGW_JobReport_AutoInput WHERE (idx = @idx)" +
 | |
|                 "";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@description", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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("@description2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "description2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@autoinput", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@jobgrp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobgrp", 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectName", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectName", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectName", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_uid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_requestpart", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_requestpart", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "requestpart", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_package", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_package", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "package", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "status", 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_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_remark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_remark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "remark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_hrs", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_hrs", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "hrs", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ot", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ot", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ot", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", 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_tag", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tag", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tag", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_autoinput", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_autoinput", global::System.Data.SqlDbType.Char, 0, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_enable", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_enable", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "enable", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_jobgrp", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobgrp", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_jobgrp", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "jobgrp", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, gcode, pdate, edate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput, enable, 
 | |
|                jobgrp
 | |
| FROM     EETGW_JobReport_AutoInput
 | |
| WHERE  (gcode = @gcode)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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 = @"SELECT  idx, gcode, pdate, edate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput, enable, 
 | |
|                jobgrp
 | |
| FROM     EETGW_JobReport_AutoInput
 | |
| WHERE  (gcode = @gcode) AND (autoinput = @autoinputflag) AND (uid LIKE @uid) AND (pdate <= @pdate) AND (ISNULL(edate, '') = '') OR
 | |
|                (gcode = @gcode) AND (autoinput = @autoinputflag) AND (uid LIKE @uid) AND (pdate <= @pdate) AND (edate > @pdate)
 | |
| ORDER BY pdate";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@autoinputflag", global::System.Data.SqlDbType.Char, 1, global::System.Data.ParameterDirection.Input, 0, 0, "autoinput", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@uid", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "uid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, 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", "17.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(dsMSSQL.EETGW_JobReport_AutoInputDataTable dataTable, string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.EETGW_JobReport_AutoInputDataTable GetData(string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             dsMSSQL.EETGW_JobReport_AutoInputDataTable dataTable = new dsMSSQL.EETGW_JobReport_AutoInputDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.EETGW_JobReport_AutoInputDataTable GetActiveList(string gcode, string autoinputflag, string uid, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((autoinputflag == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(autoinputflag));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsMSSQL.EETGW_JobReport_AutoInputDataTable dataTable = new dsMSSQL.EETGW_JobReport_AutoInputDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.EETGW_JobReport_AutoInputDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "EETGW_JobReport_AutoInput");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_edate, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     string Original_projectName, 
 | |
|                     string Original_uid, 
 | |
|                     string Original_requestpart, 
 | |
|                     string Original_package, 
 | |
|                     string Original_status, 
 | |
|                     string Original_type, 
 | |
|                     string Original_process, 
 | |
|                     string Original_remark, 
 | |
|                     global::System.Nullable<double> Original_hrs, 
 | |
|                     global::System.Nullable<double> Original_ot, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_tag, 
 | |
|                     string Original_autoinput, 
 | |
|                     global::System.Nullable<bool> Original_enable, 
 | |
|                     string Original_jobgrp) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_edate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_edate));
 | |
|             }
 | |
|             if ((Original_pidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_projectName == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_projectName));
 | |
|             }
 | |
|             if ((Original_uid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_uid));
 | |
|             }
 | |
|             if ((Original_requestpart == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_requestpart));
 | |
|             }
 | |
|             if ((Original_package == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_package));
 | |
|             }
 | |
|             if ((Original_status == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_status));
 | |
|             }
 | |
|             if ((Original_type == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_type));
 | |
|             }
 | |
|             if ((Original_process == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_process));
 | |
|             }
 | |
|             if ((Original_remark == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_remark));
 | |
|             }
 | |
|             if ((Original_hrs.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((double)(Original_hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_ot.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((double)(Original_ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_import.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((bool)(Original_import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[31].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_tag == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((string)(Original_tag));
 | |
|             }
 | |
|             if ((Original_autoinput == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((string)(Original_autoinput));
 | |
|             }
 | |
|             if ((Original_enable.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((bool)(Original_enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_jobgrp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[39].Value = ((string)(Original_jobgrp));
 | |
|             }
 | |
|             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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     string edate, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     string projectName, 
 | |
|                     string uid, 
 | |
|                     string requestpart, 
 | |
|                     string package, 
 | |
|                     string status, 
 | |
|                     string type, 
 | |
|                     string process, 
 | |
|                     string description, 
 | |
|                     string remark, 
 | |
|                     global::System.Nullable<double> hrs, 
 | |
|                     global::System.Nullable<double> ot, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string description2, 
 | |
|                     string tag, 
 | |
|                     string autoinput, 
 | |
|                     global::System.Nullable<bool> enable, 
 | |
|                     string jobgrp) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((pidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((int)(pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((projectName == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(projectName));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((requestpart == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(requestpart));
 | |
|             }
 | |
|             if ((package == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(package));
 | |
|             }
 | |
|             if ((status == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(status));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(type));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(process));
 | |
|             }
 | |
|             if ((description == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(description));
 | |
|             }
 | |
|             if ((remark == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((string)(remark));
 | |
|             }
 | |
|             if ((hrs.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((double)(hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((ot.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((double)(ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((import.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((bool)(import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[17].Value = ((System.DateTime)(wdate));
 | |
|             if ((description2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((string)(description2));
 | |
|             }
 | |
|             if ((tag == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((string)(tag));
 | |
|             }
 | |
|             if ((autoinput == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[20].Value = ((string)(autoinput));
 | |
|             }
 | |
|             if ((enable.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[21].Value = ((bool)(enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((jobgrp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[22].Value = ((string)(jobgrp));
 | |
|             }
 | |
|             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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     string edate, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     string projectName, 
 | |
|                     string uid, 
 | |
|                     string requestpart, 
 | |
|                     string package, 
 | |
|                     string status, 
 | |
|                     string type, 
 | |
|                     string process, 
 | |
|                     string description, 
 | |
|                     string remark, 
 | |
|                     global::System.Nullable<double> hrs, 
 | |
|                     global::System.Nullable<double> ot, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string description2, 
 | |
|                     string tag, 
 | |
|                     string autoinput, 
 | |
|                     global::System.Nullable<bool> enable, 
 | |
|                     string jobgrp, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_edate, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     string Original_projectName, 
 | |
|                     string Original_uid, 
 | |
|                     string Original_requestpart, 
 | |
|                     string Original_package, 
 | |
|                     string Original_status, 
 | |
|                     string Original_type, 
 | |
|                     string Original_process, 
 | |
|                     string Original_remark, 
 | |
|                     global::System.Nullable<double> Original_hrs, 
 | |
|                     global::System.Nullable<double> Original_ot, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_tag, 
 | |
|                     string Original_autoinput, 
 | |
|                     global::System.Nullable<bool> Original_enable, 
 | |
|                     string Original_jobgrp, 
 | |
|                     int idx) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((pidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((projectName == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(projectName));
 | |
|             }
 | |
|             if ((uid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(uid));
 | |
|             }
 | |
|             if ((requestpart == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(requestpart));
 | |
|             }
 | |
|             if ((package == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(package));
 | |
|             }
 | |
|             if ((status == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(status));
 | |
|             }
 | |
|             if ((type == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(type));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(process));
 | |
|             }
 | |
|             if ((description == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(description));
 | |
|             }
 | |
|             if ((remark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(remark));
 | |
|             }
 | |
|             if ((hrs.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((double)(hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((ot.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((double)(ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((import.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((bool)(import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(wdate));
 | |
|             if ((description2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(description2));
 | |
|             }
 | |
|             if ((tag == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(tag));
 | |
|             }
 | |
|             if ((autoinput == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(autoinput));
 | |
|             }
 | |
|             if ((enable.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((bool)(enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((jobgrp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(jobgrp));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_pdate == 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_pdate));
 | |
|             }
 | |
|             if ((Original_edate == 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_edate));
 | |
|             }
 | |
|             if ((Original_pidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(Original_pidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_projectName == 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_projectName));
 | |
|             }
 | |
|             if ((Original_uid == 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_uid));
 | |
|             }
 | |
|             if ((Original_requestpart == 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_requestpart));
 | |
|             }
 | |
|             if ((Original_package == 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_package));
 | |
|             }
 | |
|             if ((Original_status == 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_status));
 | |
|             }
 | |
|             if ((Original_type == 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_type));
 | |
|             }
 | |
|             if ((Original_process == 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_process));
 | |
|             }
 | |
|             if ((Original_remark == 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_remark));
 | |
|             }
 | |
|             if ((Original_hrs.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((double)(Original_hrs.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_ot.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((double)(Original_ot.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_import.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((bool)(Original_import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[54].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_tag == 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_tag));
 | |
|             }
 | |
|             if ((Original_autoinput == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(Original_autoinput));
 | |
|             }
 | |
|             if ((Original_enable.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[60].Value = ((bool)(Original_enable.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_jobgrp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[62].Value = ((string)(Original_jobgrp));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[63].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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     string edate, 
 | |
|                     global::System.Nullable<int> pidx, 
 | |
|                     string projectName, 
 | |
|                     string uid, 
 | |
|                     string requestpart, 
 | |
|                     string package, 
 | |
|                     string status, 
 | |
|                     string type, 
 | |
|                     string process, 
 | |
|                     string description, 
 | |
|                     string remark, 
 | |
|                     global::System.Nullable<double> hrs, 
 | |
|                     global::System.Nullable<double> ot, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     string description2, 
 | |
|                     string tag, 
 | |
|                     string autoinput, 
 | |
|                     global::System.Nullable<bool> enable, 
 | |
|                     string jobgrp, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_edate, 
 | |
|                     global::System.Nullable<int> Original_pidx, 
 | |
|                     string Original_projectName, 
 | |
|                     string Original_uid, 
 | |
|                     string Original_requestpart, 
 | |
|                     string Original_package, 
 | |
|                     string Original_status, 
 | |
|                     string Original_type, 
 | |
|                     string Original_process, 
 | |
|                     string Original_remark, 
 | |
|                     global::System.Nullable<double> Original_hrs, 
 | |
|                     global::System.Nullable<double> Original_ot, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     string Original_tag, 
 | |
|                     string Original_autoinput, 
 | |
|                     global::System.Nullable<bool> Original_enable, 
 | |
|                     string Original_jobgrp) {
 | |
|             return this.Update(gcode, pdate, edate, pidx, projectName, uid, requestpart, package, status, type, process, description, remark, hrs, ot, import, wuid, wdate, description2, tag, autoinput, enable, jobgrp, Original_idx, Original_gcode, Original_pdate, Original_edate, Original_pidx, Original_projectName, Original_uid, Original_requestpart, Original_package, Original_status, Original_type, Original_process, Original_remark, Original_hrs, Original_ot, Original_import, Original_wuid, Original_wdate, Original_tag, Original_autoinput, Original_enable, Original_jobgrp, 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 PurchaseTableAdapter : 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", "17.0.0.0")]
 | |
|         public PurchaseTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Purchase";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("state", "state");
 | |
|             tableMapping.ColumnMappings.Add("process", "process");
 | |
|             tableMapping.ColumnMappings.Add("receive", "receive");
 | |
|             tableMapping.ColumnMappings.Add("sc", "sc");
 | |
|             tableMapping.ColumnMappings.Add("request", "request");
 | |
|             tableMapping.ColumnMappings.Add("sid", "sid");
 | |
|             tableMapping.ColumnMappings.Add("pumname", "pumname");
 | |
|             tableMapping.ColumnMappings.Add("pumidx", "pumidx");
 | |
|             tableMapping.ColumnMappings.Add("pumscale", "pumscale");
 | |
|             tableMapping.ColumnMappings.Add("pumunit", "pumunit");
 | |
|             tableMapping.ColumnMappings.Add("pumqty", "pumqty");
 | |
|             tableMapping.ColumnMappings.Add("pumqtyReq", "pumqtyReq");
 | |
|             tableMapping.ColumnMappings.Add("pumprice", "pumprice");
 | |
|             tableMapping.ColumnMappings.Add("pumpriceD", "pumpriceD");
 | |
|             tableMapping.ColumnMappings.Add("pumamt", "pumamt");
 | |
|             tableMapping.ColumnMappings.Add("supply", "supply");
 | |
|             tableMapping.ColumnMappings.Add("supplyidx", "supplyidx");
 | |
|             tableMapping.ColumnMappings.Add("project", "project");
 | |
|             tableMapping.ColumnMappings.Add("projectidx", "projectidx");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("manuproc", "manuproc");
 | |
|             tableMapping.ColumnMappings.Add("edate", "edate");
 | |
|             tableMapping.ColumnMappings.Add("indate", "indate");
 | |
|             tableMapping.ColumnMappings.Add("po", "po");
 | |
|             tableMapping.ColumnMappings.Add("dept", "dept");
 | |
|             tableMapping.ColumnMappings.Add("bigo", "bigo");
 | |
|             tableMapping.ColumnMappings.Add("import", "import");
 | |
|             tableMapping.ColumnMappings.Add("isdel", "isdel");
 | |
|             tableMapping.ColumnMappings.Add("orderno", "orderno");
 | |
|             tableMapping.ColumnMappings.Add("place", "place");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("inqty", "inqty");
 | |
|             tableMapping.ColumnMappings.Add("inremark", "inremark");
 | |
|             tableMapping.ColumnMappings.Add("winuid", "winuid");
 | |
|             tableMapping.ColumnMappings.Add("windate", "windate");
 | |
|             tableMapping.ColumnMappings.Add("chk1", "chk1");
 | |
|             tableMapping.ColumnMappings.Add("chk2", "chk2");
 | |
|             tableMapping.ColumnMappings.Add("chkremark", "chkremark");
 | |
|             tableMapping.ColumnMappings.Add("costcenter", "costcenter");
 | |
|             tableMapping.ColumnMappings.Add("linecode", "linecode");
 | |
|             tableMapping.ColumnMappings.Add("purchase_manager", "purchase_manager");
 | |
|             tableMapping.ColumnMappings.Add("purchase_admin", "purchase_admin");
 | |
|             tableMapping.ColumnMappings.Add("currency", "currency");
 | |
|             tableMapping.ColumnMappings.Add("prdate", "prdate");
 | |
|             tableMapping.ColumnMappings.Add("bigo_admin", "bigo_admin");
 | |
|             tableMapping.ColumnMappings.Add("bigo_manager", "bigo_manager");
 | |
|             tableMapping.ColumnMappings.Add("conf_status", "conf_status");
 | |
|             tableMapping.ColumnMappings.Add("conf_request", "conf_request");
 | |
|             tableMapping.ColumnMappings.Add("conf_reponse", "conf_reponse");
 | |
|             tableMapping.ColumnMappings.Add("spmqty", "spmqty");
 | |
|             tableMapping.ColumnMappings.Add("UpdateToItem", "UpdateToItem");
 | |
|             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 [Purchase] WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gc" +
 | |
|                 "ode) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)" +
 | |
|                 ") AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) A" +
 | |
|                 "ND ((@IsNull_process = 1 AND [process] IS NULL) OR ([process] = @Original_proces" +
 | |
|                 "s)) AND ((@IsNull_receive = 1 AND [receive] IS NULL) OR ([receive] = @Original_r" +
 | |
|                 "eceive)) AND ((@IsNull_sc = 1 AND [sc] IS NULL) OR ([sc] = @Original_sc)) AND ((" +
 | |
|                 "@IsNull_request = 1 AND [request] IS NULL) OR ([request] = @Original_request)) A" +
 | |
|                 "ND ((@IsNull_sid = 1 AND [sid] IS NULL) OR ([sid] = @Original_sid)) AND ((@IsNul" +
 | |
|                 "l_pumname = 1 AND [pumname] IS NULL) OR ([pumname] = @Original_pumname)) AND ((@" +
 | |
|                 "IsNull_pumidx = 1 AND [pumidx] IS NULL) OR ([pumidx] = @Original_pumidx)) AND ((" +
 | |
|                 "@IsNull_pumscale = 1 AND [pumscale] IS NULL) OR ([pumscale] = @Original_pumscale" +
 | |
|                 ")) AND ((@IsNull_pumunit = 1 AND [pumunit] IS NULL) OR ([pumunit] = @Original_pu" +
 | |
|                 "munit)) AND ((@IsNull_pumqty = 1 AND [pumqty] IS NULL) OR ([pumqty] = @Original_" +
 | |
|                 "pumqty)) AND ((@IsNull_pumqtyReq = 1 AND [pumqtyReq] IS NULL) OR ([pumqtyReq] = " +
 | |
|                 "@Original_pumqtyReq)) AND ((@IsNull_pumprice = 1 AND [pumprice] IS NULL) OR ([pu" +
 | |
|                 "mprice] = @Original_pumprice)) AND ((@IsNull_pumpriceD = 1 AND [pumpriceD] IS NU" +
 | |
|                 "LL) OR ([pumpriceD] = @Original_pumpriceD)) AND ((@IsNull_pumamt = 1 AND [pumamt" +
 | |
|                 "] IS NULL) OR ([pumamt] = @Original_pumamt)) AND ((@IsNull_supply = 1 AND [suppl" +
 | |
|                 "y] IS NULL) OR ([supply] = @Original_supply)) AND ((@IsNull_supplyidx = 1 AND [s" +
 | |
|                 "upplyidx] IS NULL) OR ([supplyidx] = @Original_supplyidx)) AND ((@IsNull_project" +
 | |
|                 "idx = 1 AND [projectidx] IS NULL) OR ([projectidx] = @Original_projectidx)) AND " +
 | |
|                 "((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@" +
 | |
|                 "IsNull_manuproc = 1 AND [manuproc] IS NULL) OR ([manuproc] = @Original_manuproc)" +
 | |
|                 ") AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) A" +
 | |
|                 "ND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) " +
 | |
|                 "AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_d" +
 | |
|                 "ept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_bigo = 1" +
 | |
|                 " AND [bigo] IS NULL) OR ([bigo] = @Original_bigo)) AND ((@IsNull_import = 1 AND " +
 | |
|                 "[import] IS NULL) OR ([import] = @Original_import)) AND ((@IsNull_isdel = 1 AND " +
 | |
|                 "[isdel] IS NULL) OR ([isdel] = @Original_isdel)) AND ((@IsNull_orderno = 1 AND [" +
 | |
|                 "orderno] IS NULL) OR ([orderno] = @Original_orderno)) AND ((@IsNull_place = 1 AN" +
 | |
|                 "D [place] IS NULL) OR ([place] = @Original_place)) AND ([wuid] = @Original_wuid)" +
 | |
|                 " AND ([wdate] = @Original_wdate) AND ((@IsNull_inqty = 1 AND [inqty] IS NULL) OR" +
 | |
|                 " ([inqty] = @Original_inqty)) AND ((@IsNull_inremark = 1 AND [inremark] IS NULL)" +
 | |
|                 " OR ([inremark] = @Original_inremark)) AND ((@IsNull_winuid = 1 AND [winuid] IS " +
 | |
|                 "NULL) OR ([winuid] = @Original_winuid)) AND ((@IsNull_windate = 1 AND [windate] " +
 | |
|                 "IS NULL) OR ([windate] = @Original_windate)) AND ((@IsNull_chk1 = 1 AND [chk1] I" +
 | |
|                 "S NULL) OR ([chk1] = @Original_chk1)) AND ((@IsNull_chk2 = 1 AND [chk2] IS NULL)" +
 | |
|                 " OR ([chk2] = @Original_chk2)) AND ((@IsNull_chkremark = 1 AND [chkremark] IS NU" +
 | |
|                 "LL) OR ([chkremark] = @Original_chkremark)) AND ((@IsNull_costcenter = 1 AND [co" +
 | |
|                 "stcenter] IS NULL) OR ([costcenter] = @Original_costcenter)) AND ((@IsNull_linec" +
 | |
|                 "ode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsN" +
 | |
|                 "ull_purchase_manager = 1 AND [purchase_manager] IS NULL) OR ([purchase_manager] " +
 | |
|                 "= @Original_purchase_manager)) AND ((@IsNull_purchase_admin = 1 AND [purchase_ad" +
 | |
|                 "min] IS NULL) OR ([purchase_admin] = @Original_purchase_admin)) AND ((@IsNull_cu" +
 | |
|                 "rrency = 1 AND [currency] IS NULL) OR ([currency] = @Original_currency)) AND ((@" +
 | |
|                 "IsNull_prdate = 1 AND [prdate] IS NULL) OR ([prdate] = @Original_prdate)) AND ((" +
 | |
|                 "@IsNull_bigo_admin = 1 AND [bigo_admin] IS NULL) OR ([bigo_admin] = @Original_bi" +
 | |
|                 "go_admin)) AND ((@IsNull_bigo_manager = 1 AND [bigo_manager] IS NULL) OR ([bigo_" +
 | |
|                 "manager] = @Original_bigo_manager)) AND ((@IsNull_conf_status = 1 AND [conf_stat" +
 | |
|                 "us] IS NULL) OR ([conf_status] = @Original_conf_status)) AND ((@IsNull_conf_requ" +
 | |
|                 "est = 1 AND [conf_request] IS NULL) OR ([conf_request] = @Original_conf_request)" +
 | |
|                 ") AND ((@IsNull_conf_reponse = 1 AND [conf_reponse] IS NULL) OR ([conf_reponse] " +
 | |
|                 "= @Original_conf_reponse)) AND ((@IsNull_spmqty = 1 AND [spmqty] IS NULL) OR ([s" +
 | |
|                 "pmqty] = @Original_spmqty)) AND ((@IsNull_UpdateToItem = 1 AND [UpdateToItem] IS" +
 | |
|                 " NULL) OR ([UpdateToItem] = @Original_UpdateToItem)))";
 | |
|             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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_state", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_receive", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "receive", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_receive", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "receive", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_request", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumname", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumname", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumname", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumname", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumscale", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumscale", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumscale", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumscale", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumunit", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumunit", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumunit", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumunit", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumqtyReq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqtyReq", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumqtyReq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqtyReq", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumprice", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumprice", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumprice", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumprice", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumpriceD", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumpriceD", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumpriceD", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 2, "pumpriceD", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumamt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumamt", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumamt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumamt", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_supply", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_supply", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_supplyidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supplyidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_supplyidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supplyidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectidx", 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_manuproc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manuproc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manuproc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manuproc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_indate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_po", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "po", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_po", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "po", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dept", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dept", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bigo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bigo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_isdel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_isdel", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_orderno", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_orderno", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_place", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", 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_inqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inqty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_inqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inqty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_inremark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inremark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_inremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inremark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_winuid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "winuid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_winuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "winuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_windate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "windate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_windate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "windate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_chk1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_chk1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_chk2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_chk2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_chkremark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chkremark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_chkremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chkremark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_costcenter", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costcenter", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_costcenter", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costcenter", 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_purchase_manager", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_manager", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_purchase_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_manager", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_purchase_admin", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_admin", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_purchase_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_admin", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_currency", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "currency", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_currency", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "currency", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_prdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_prdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bigo_admin", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_admin", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bigo_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_admin", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bigo_manager", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_manager", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bigo_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_manager", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_conf_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_status", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_conf_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_status", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_conf_request", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_request", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_conf_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_request", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_conf_reponse", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_reponse", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_conf_reponse", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_reponse", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_spmqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "spmqty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_spmqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "spmqty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_UpdateToItem", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UpdateToItem", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UpdateToItem", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UpdateToItem", 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 [Purchase] ([gcode], [pdate], [state], [process], [receive], [sc], [r" +
 | |
|                 "equest], [sid], [pumname], [pumidx], [pumscale], [pumunit], [pumqty], [pumqtyReq" +
 | |
|                 "], [pumprice], [pumpriceD], [pumamt], [supply], [supplyidx], [project], [project" +
 | |
|                 "idx], [asset], [manuproc], [edate], [indate], [po], [dept], [bigo], [import], [i" +
 | |
|                 "sdel], [orderno], [place], [wuid], [wdate], [inqty], [inremark], [winuid], [wind" +
 | |
|                 "ate], [chk1], [chk2], [chkremark], [costcenter], [linecode], [purchase_manager]," +
 | |
|                 " [purchase_admin], [currency], [prdate], [bigo_admin], [bigo_manager], [conf_sta" +
 | |
|                 "tus], [conf_request], [conf_reponse], [spmqty], [UpdateToItem]) VALUES (@gcode, " +
 | |
|                 "@pdate, @state, @process, @receive, @sc, @request, @sid, @pumname, @pumidx, @pum" +
 | |
|                 "scale, @pumunit, @pumqty, @pumqtyReq, @pumprice, @pumpriceD, @pumamt, @supply, @" +
 | |
|                 "supplyidx, @project, @projectidx, @asset, @manuproc, @edate, @indate, @po, @dept" +
 | |
|                 ", @bigo, @import, @isdel, @orderno, @place, @wuid, @wdate, @inqty, @inremark, @w" +
 | |
|                 "inuid, @windate, @chk1, @chk2, @chkremark, @costcenter, @linecode, @purchase_man" +
 | |
|                 "ager, @purchase_admin, @currency, @prdate, @bigo_admin, @bigo_manager, @conf_sta" +
 | |
|                 "tus, @conf_request, @conf_reponse, @spmqty, @UpdateToItem);\r\nSELECT idx, gcode, " +
 | |
|                 "pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pum" +
 | |
|                 "unit, pumqty, pumqtyReq, pumprice, pumpriceD, pumamt, supply, supplyidx, project" +
 | |
|                 ", projectidx, asset, manuproc, edate, indate, po, dept, bigo, import, isdel, ord" +
 | |
|                 "erno, place, wuid, wdate, inqty, inremark, winuid, windate, chk1, chk2, chkremar" +
 | |
|                 "k, costcenter, linecode, purchase_manager, purchase_admin, currency, prdate, big" +
 | |
|                 "o_admin, bigo_manager, conf_status, conf_request, conf_reponse, spmqty, UpdateTo" +
 | |
|                 "Item FROM Purchase WHERE (idx = SCOPE_IDENTITY())";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@receive", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "receive", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumname", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumname", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumscale", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumscale", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumunit", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumunit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumqtyReq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqtyReq", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumprice", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumprice", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumpriceD", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 2, "pumpriceD", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumamt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumamt", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@supply", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@supplyidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supplyidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectidx", 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("@manuproc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manuproc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@po", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "po", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bigo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isdel", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@orderno", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", 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("@inqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inqty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@inremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inremark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@winuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "winuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@windate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "windate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@chk1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@chk2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@chkremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chkremark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@costcenter", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costcenter", 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("@purchase_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_manager", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@purchase_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_admin", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@currency", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "currency", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@prdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bigo_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_admin", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bigo_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_manager", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conf_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conf_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_request", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conf_reponse", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_reponse", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@spmqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "spmqty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UpdateToItem", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UpdateToItem", 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 [Purchase] SET [gcode] = @gcode, [pdate] = @pdate, [state] = @state, [proc" +
 | |
|                 "ess] = @process, [receive] = @receive, [sc] = @sc, [request] = @request, [sid] =" +
 | |
|                 " @sid, [pumname] = @pumname, [pumidx] = @pumidx, [pumscale] = @pumscale, [pumuni" +
 | |
|                 "t] = @pumunit, [pumqty] = @pumqty, [pumqtyReq] = @pumqtyReq, [pumprice] = @pumpr" +
 | |
|                 "ice, [pumpriceD] = @pumpriceD, [pumamt] = @pumamt, [supply] = @supply, [supplyid" +
 | |
|                 "x] = @supplyidx, [project] = @project, [projectidx] = @projectidx, [asset] = @as" +
 | |
|                 "set, [manuproc] = @manuproc, [edate] = @edate, [indate] = @indate, [po] = @po, [" +
 | |
|                 "dept] = @dept, [bigo] = @bigo, [import] = @import, [isdel] = @isdel, [orderno] =" +
 | |
|                 " @orderno, [place] = @place, [wuid] = @wuid, [wdate] = @wdate, [inqty] = @inqty," +
 | |
|                 " [inremark] = @inremark, [winuid] = @winuid, [windate] = @windate, [chk1] = @chk" +
 | |
|                 "1, [chk2] = @chk2, [chkremark] = @chkremark, [costcenter] = @costcenter, [lineco" +
 | |
|                 "de] = @linecode, [purchase_manager] = @purchase_manager, [purchase_admin] = @pur" +
 | |
|                 "chase_admin, [currency] = @currency, [prdate] = @prdate, [bigo_admin] = @bigo_ad" +
 | |
|                 "min, [bigo_manager] = @bigo_manager, [conf_status] = @conf_status, [conf_request" +
 | |
|                 "] = @conf_request, [conf_reponse] = @conf_reponse, [spmqty] = @spmqty, [UpdateTo" +
 | |
|                 "Item] = @UpdateToItem WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gc" +
 | |
|                 "ode) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)" +
 | |
|                 ") AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) A" +
 | |
|                 "ND ((@IsNull_process = 1 AND [process] IS NULL) OR ([process] = @Original_proces" +
 | |
|                 "s)) AND ((@IsNull_receive = 1 AND [receive] IS NULL) OR ([receive] = @Original_r" +
 | |
|                 "eceive)) AND ((@IsNull_sc = 1 AND [sc] IS NULL) OR ([sc] = @Original_sc)) AND ((" +
 | |
|                 "@IsNull_request = 1 AND [request] IS NULL) OR ([request] = @Original_request)) A" +
 | |
|                 "ND ((@IsNull_sid = 1 AND [sid] IS NULL) OR ([sid] = @Original_sid)) AND ((@IsNul" +
 | |
|                 "l_pumname = 1 AND [pumname] IS NULL) OR ([pumname] = @Original_pumname)) AND ((@" +
 | |
|                 "IsNull_pumidx = 1 AND [pumidx] IS NULL) OR ([pumidx] = @Original_pumidx)) AND ((" +
 | |
|                 "@IsNull_pumscale = 1 AND [pumscale] IS NULL) OR ([pumscale] = @Original_pumscale" +
 | |
|                 ")) AND ((@IsNull_pumunit = 1 AND [pumunit] IS NULL) OR ([pumunit] = @Original_pu" +
 | |
|                 "munit)) AND ((@IsNull_pumqty = 1 AND [pumqty] IS NULL) OR ([pumqty] = @Original_" +
 | |
|                 "pumqty)) AND ((@IsNull_pumqtyReq = 1 AND [pumqtyReq] IS NULL) OR ([pumqtyReq] = " +
 | |
|                 "@Original_pumqtyReq)) AND ((@IsNull_pumprice = 1 AND [pumprice] IS NULL) OR ([pu" +
 | |
|                 "mprice] = @Original_pumprice)) AND ((@IsNull_pumpriceD = 1 AND [pumpriceD] IS NU" +
 | |
|                 "LL) OR ([pumpriceD] = @Original_pumpriceD)) AND ((@IsNull_pumamt = 1 AND [pumamt" +
 | |
|                 "] IS NULL) OR ([pumamt] = @Original_pumamt)) AND ((@IsNull_supply = 1 AND [suppl" +
 | |
|                 "y] IS NULL) OR ([supply] = @Original_supply)) AND ((@IsNull_supplyidx = 1 AND [s" +
 | |
|                 "upplyidx] IS NULL) OR ([supplyidx] = @Original_supplyidx)) AND ((@IsNull_project" +
 | |
|                 "idx = 1 AND [projectidx] IS NULL) OR ([projectidx] = @Original_projectidx)) AND " +
 | |
|                 "((@IsNull_asset = 1 AND [asset] IS NULL) OR ([asset] = @Original_asset)) AND ((@" +
 | |
|                 "IsNull_manuproc = 1 AND [manuproc] IS NULL) OR ([manuproc] = @Original_manuproc)" +
 | |
|                 ") AND ((@IsNull_edate = 1 AND [edate] IS NULL) OR ([edate] = @Original_edate)) A" +
 | |
|                 "ND ((@IsNull_indate = 1 AND [indate] IS NULL) OR ([indate] = @Original_indate)) " +
 | |
|                 "AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_d" +
 | |
|                 "ept = 1 AND [dept] IS NULL) OR ([dept] = @Original_dept)) AND ((@IsNull_bigo = 1" +
 | |
|                 " AND [bigo] IS NULL) OR ([bigo] = @Original_bigo)) AND ((@IsNull_import = 1 AND " +
 | |
|                 "[import] IS NULL) OR ([import] = @Original_import)) AND ((@IsNull_isdel = 1 AND " +
 | |
|                 "[isdel] IS NULL) OR ([isdel] = @Original_isdel)) AND ((@IsNull_orderno = 1 AND [" +
 | |
|                 "orderno] IS NULL) OR ([orderno] = @Original_orderno)) AND ((@IsNull_place = 1 AN" +
 | |
|                 "D [place] IS NULL) OR ([place] = @Original_place)) AND ([wuid] = @Original_wuid)" +
 | |
|                 " AND ([wdate] = @Original_wdate) AND ((@IsNull_inqty = 1 AND [inqty] IS NULL) OR" +
 | |
|                 " ([inqty] = @Original_inqty)) AND ((@IsNull_inremark = 1 AND [inremark] IS NULL)" +
 | |
|                 " OR ([inremark] = @Original_inremark)) AND ((@IsNull_winuid = 1 AND [winuid] IS " +
 | |
|                 "NULL) OR ([winuid] = @Original_winuid)) AND ((@IsNull_windate = 1 AND [windate] " +
 | |
|                 "IS NULL) OR ([windate] = @Original_windate)) AND ((@IsNull_chk1 = 1 AND [chk1] I" +
 | |
|                 "S NULL) OR ([chk1] = @Original_chk1)) AND ((@IsNull_chk2 = 1 AND [chk2] IS NULL)" +
 | |
|                 " OR ([chk2] = @Original_chk2)) AND ((@IsNull_chkremark = 1 AND [chkremark] IS NU" +
 | |
|                 "LL) OR ([chkremark] = @Original_chkremark)) AND ((@IsNull_costcenter = 1 AND [co" +
 | |
|                 "stcenter] IS NULL) OR ([costcenter] = @Original_costcenter)) AND ((@IsNull_linec" +
 | |
|                 "ode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsN" +
 | |
|                 "ull_purchase_manager = 1 AND [purchase_manager] IS NULL) OR ([purchase_manager] " +
 | |
|                 "= @Original_purchase_manager)) AND ((@IsNull_purchase_admin = 1 AND [purchase_ad" +
 | |
|                 "min] IS NULL) OR ([purchase_admin] = @Original_purchase_admin)) AND ((@IsNull_cu" +
 | |
|                 "rrency = 1 AND [currency] IS NULL) OR ([currency] = @Original_currency)) AND ((@" +
 | |
|                 "IsNull_prdate = 1 AND [prdate] IS NULL) OR ([prdate] = @Original_prdate)) AND ((" +
 | |
|                 "@IsNull_bigo_admin = 1 AND [bigo_admin] IS NULL) OR ([bigo_admin] = @Original_bi" +
 | |
|                 "go_admin)) AND ((@IsNull_bigo_manager = 1 AND [bigo_manager] IS NULL) OR ([bigo_" +
 | |
|                 "manager] = @Original_bigo_manager)) AND ((@IsNull_conf_status = 1 AND [conf_stat" +
 | |
|                 "us] IS NULL) OR ([conf_status] = @Original_conf_status)) AND ((@IsNull_conf_requ" +
 | |
|                 "est = 1 AND [conf_request] IS NULL) OR ([conf_request] = @Original_conf_request)" +
 | |
|                 ") AND ((@IsNull_conf_reponse = 1 AND [conf_reponse] IS NULL) OR ([conf_reponse] " +
 | |
|                 "= @Original_conf_reponse)) AND ((@IsNull_spmqty = 1 AND [spmqty] IS NULL) OR ([s" +
 | |
|                 "pmqty] = @Original_spmqty)) AND ((@IsNull_UpdateToItem = 1 AND [UpdateToItem] IS" +
 | |
|                 " NULL) OR ([UpdateToItem] = @Original_UpdateToItem)));\r\nSELECT idx, gcode, pdate" +
 | |
|                 ", state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit," +
 | |
|                 " pumqty, pumqtyReq, pumprice, pumpriceD, pumamt, supply, supplyidx, project, pro" +
 | |
|                 "jectidx, asset, manuproc, edate, indate, po, dept, bigo, import, isdel, orderno," +
 | |
|                 " place, wuid, wdate, inqty, inremark, winuid, windate, chk1, chk2, chkremark, co" +
 | |
|                 "stcenter, linecode, purchase_manager, purchase_admin, currency, prdate, bigo_adm" +
 | |
|                 "in, bigo_manager, conf_status, conf_request, conf_reponse, spmqty, UpdateToItem " +
 | |
|                 "FROM Purchase WHERE (idx = @idx)";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             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("@state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@receive", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "receive", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumname", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumname", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumscale", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumscale", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumunit", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumunit", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumqtyReq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqtyReq", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumprice", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumprice", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumpriceD", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 2, "pumpriceD", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pumamt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumamt", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@supply", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@supplyidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supplyidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@project", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "project", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@projectidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectidx", 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("@manuproc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manuproc", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@po", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "po", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@dept", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bigo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@isdel", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@orderno", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", 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("@inqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inqty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@inremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inremark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@winuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "winuid", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@windate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "windate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@chk1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk1", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@chk2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@chkremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chkremark", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@costcenter", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costcenter", 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("@purchase_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_manager", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@purchase_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_admin", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@currency", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "currency", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@prdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bigo_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_admin", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bigo_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_manager", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conf_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_status", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conf_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_request", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@conf_reponse", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_reponse", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@spmqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "spmqty", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@UpdateToItem", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UpdateToItem", 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_state", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_state", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "state", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_process", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_process", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "process", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_receive", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "receive", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_receive", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "receive", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_request", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "request", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_sid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_sid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "sid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumname", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumname", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumname", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumname", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumscale", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumscale", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumscale", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumscale", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumunit", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumunit", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumunit", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumunit", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumqtyReq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqtyReq", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumqtyReq", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumqtyReq", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumprice", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumprice", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumprice", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumprice", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumpriceD", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumpriceD", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumpriceD", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 2, "pumpriceD", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_pumamt", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "pumamt", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_pumamt", global::System.Data.SqlDbType.Decimal, 0, global::System.Data.ParameterDirection.Input, 12, 0, "pumamt", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_supply", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_supply", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supply", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_supplyidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supplyidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_supplyidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "supplyidx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_projectidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectidx", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_projectidx", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "projectidx", 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_manuproc", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manuproc", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_manuproc", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "manuproc", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_edate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_edate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "edate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_indate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_indate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "indate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_po", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "po", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_po", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "po", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_dept", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_dept", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "dept", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bigo", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bigo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_import", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_import", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "import", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_isdel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_isdel", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "isdel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_orderno", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_orderno", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "orderno", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_place", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_place", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "place", 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_inqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inqty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_inqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inqty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_inremark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inremark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_inremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "inremark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_winuid", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "winuid", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_winuid", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "winuid", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_windate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "windate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_windate", global::System.Data.SqlDbType.SmallDateTime, 0, global::System.Data.ParameterDirection.Input, 0, 0, "windate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_chk1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk1", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_chk1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk1", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_chk2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_chk2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chk2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_chkremark", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chkremark", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_chkremark", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "chkremark", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_costcenter", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costcenter", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_costcenter", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "costcenter", 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_purchase_manager", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_manager", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_purchase_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_manager", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_purchase_admin", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_admin", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_purchase_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "purchase_admin", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_currency", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "currency", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_currency", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "currency", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_prdate", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prdate", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_prdate", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "prdate", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bigo_admin", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_admin", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bigo_admin", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_admin", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_bigo_manager", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_manager", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_bigo_manager", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "bigo_manager", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_conf_status", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_status", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_conf_status", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_status", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_conf_request", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_request", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_conf_request", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_request", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_conf_reponse", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_reponse", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_conf_reponse", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "conf_reponse", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_spmqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "spmqty", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_spmqty", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "spmqty", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_UpdateToItem", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UpdateToItem", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_UpdateToItem", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "UpdateToItem", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, gcode, pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit, pumqty, pumqtyReq, pumprice, pumpriceD, pumamt, supply, supplyidx, project, projectidx, 
 | |
|                asset, manuproc, edate, indate, po, dept, bigo, import, isdel, orderno, place, wuid, wdate, inqty, inremark, winuid, windate, chk1, chk2, chkremark, costcenter, linecode, purchase_manager, 
 | |
|                purchase_admin, currency, prdate, bigo_admin, bigo_manager, conf_status, conf_request, conf_reponse, spmqty, UpdateToItem
 | |
| FROM     Purchase
 | |
| WHERE  (gcode = @gcode)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.PurchaseDataTable dataTable, string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.PurchaseDataTable GetData(string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             dsMSSQL.PurchaseDataTable dataTable = new dsMSSQL.PurchaseDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.PurchaseDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "Purchase");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_state, 
 | |
|                     string Original_process, 
 | |
|                     string Original_receive, 
 | |
|                     string Original_sc, 
 | |
|                     string Original_request, 
 | |
|                     string Original_sid, 
 | |
|                     string Original_pumname, 
 | |
|                     global::System.Nullable<int> Original_pumidx, 
 | |
|                     string Original_pumscale, 
 | |
|                     string Original_pumunit, 
 | |
|                     global::System.Nullable<int> Original_pumqty, 
 | |
|                     global::System.Nullable<int> Original_pumqtyReq, 
 | |
|                     global::System.Nullable<decimal> Original_pumprice, 
 | |
|                     global::System.Nullable<decimal> Original_pumpriceD, 
 | |
|                     global::System.Nullable<decimal> Original_pumamt, 
 | |
|                     string Original_supply, 
 | |
|                     global::System.Nullable<int> Original_supplyidx, 
 | |
|                     global::System.Nullable<int> Original_projectidx, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_manuproc, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_indate, 
 | |
|                     string Original_po, 
 | |
|                     string Original_dept, 
 | |
|                     string Original_bigo, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     global::System.Nullable<bool> Original_isdel, 
 | |
|                     string Original_orderno, 
 | |
|                     string Original_place, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<int> Original_inqty, 
 | |
|                     string Original_inremark, 
 | |
|                     string Original_winuid, 
 | |
|                     global::System.Nullable<global::System.DateTime> Original_windate, 
 | |
|                     global::System.Nullable<bool> Original_chk1, 
 | |
|                     global::System.Nullable<bool> Original_chk2, 
 | |
|                     string Original_chkremark, 
 | |
|                     string Original_costcenter, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_purchase_manager, 
 | |
|                     string Original_purchase_admin, 
 | |
|                     string Original_currency, 
 | |
|                     string Original_prdate, 
 | |
|                     string Original_bigo_admin, 
 | |
|                     string Original_bigo_manager, 
 | |
|                     string Original_conf_status, 
 | |
|                     string Original_conf_request, 
 | |
|                     string Original_conf_reponse, 
 | |
|                     global::System.Nullable<int> Original_spmqty, 
 | |
|                     global::System.Nullable<bool> Original_UpdateToItem) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_state == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_state));
 | |
|             }
 | |
|             if ((Original_process == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_process));
 | |
|             }
 | |
|             if ((Original_receive == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_receive));
 | |
|             }
 | |
|             if ((Original_sc == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_sc));
 | |
|             }
 | |
|             if ((Original_request == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_request));
 | |
|             }
 | |
|             if ((Original_sid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_sid));
 | |
|             }
 | |
|             if ((Original_pumname == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_pumname));
 | |
|             }
 | |
|             if ((Original_pumidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((int)(Original_pumidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumscale == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_pumscale));
 | |
|             }
 | |
|             if ((Original_pumunit == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_pumunit));
 | |
|             }
 | |
|             if ((Original_pumqty.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((int)(Original_pumqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumqtyReq.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((int)(Original_pumqtyReq.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumprice.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = ((decimal)(Original_pumprice.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumpriceD.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = ((decimal)(Original_pumpriceD.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumamt.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = ((decimal)(Original_pumamt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[33].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_supply == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[35].Value = ((string)(Original_supply));
 | |
|             }
 | |
|             if ((Original_supplyidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = ((int)(Original_supplyidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[37].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_projectidx.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[39].Value = ((int)(Original_projectidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[40].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[41].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[40].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[41].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_manuproc == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[42].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[43].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[42].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[43].Value = ((string)(Original_manuproc));
 | |
|             }
 | |
|             if ((Original_edate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[44].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[45].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[44].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[45].Value = ((string)(Original_edate));
 | |
|             }
 | |
|             if ((Original_indate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[46].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[47].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[46].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[47].Value = ((string)(Original_indate));
 | |
|             }
 | |
|             if ((Original_po == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[48].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[49].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[48].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[49].Value = ((string)(Original_po));
 | |
|             }
 | |
|             if ((Original_dept == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[50].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[51].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[50].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[51].Value = ((string)(Original_dept));
 | |
|             }
 | |
|             if ((Original_bigo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[52].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[53].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[52].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[53].Value = ((string)(Original_bigo));
 | |
|             }
 | |
|             if ((Original_import.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[54].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[55].Value = ((bool)(Original_import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[54].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[55].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_isdel.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[56].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[57].Value = ((bool)(Original_isdel.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[56].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[57].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_orderno == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[58].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[59].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[58].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[59].Value = ((string)(Original_orderno));
 | |
|             }
 | |
|             if ((Original_place == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[60].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[61].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[60].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[61].Value = ((string)(Original_place));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[62].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[63].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_inqty.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[64].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[65].Value = ((int)(Original_inqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[64].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[65].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_inremark == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[66].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[67].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[66].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[67].Value = ((string)(Original_inremark));
 | |
|             }
 | |
|             if ((Original_winuid == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[68].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[69].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[68].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[69].Value = ((string)(Original_winuid));
 | |
|             }
 | |
|             if ((Original_windate.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[70].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[71].Value = ((System.DateTime)(Original_windate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[70].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[71].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_chk1.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[72].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[73].Value = ((bool)(Original_chk1.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[72].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[73].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_chk2.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[74].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[75].Value = ((bool)(Original_chk2.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[74].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[75].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_chkremark == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[76].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[77].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[76].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[77].Value = ((string)(Original_chkremark));
 | |
|             }
 | |
|             if ((Original_costcenter == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[78].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[79].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[78].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[79].Value = ((string)(Original_costcenter));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[80].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[81].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[80].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[81].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_purchase_manager == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[82].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[83].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[82].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[83].Value = ((string)(Original_purchase_manager));
 | |
|             }
 | |
|             if ((Original_purchase_admin == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[84].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[85].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[84].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[85].Value = ((string)(Original_purchase_admin));
 | |
|             }
 | |
|             if ((Original_currency == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[86].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[87].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[86].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[87].Value = ((string)(Original_currency));
 | |
|             }
 | |
|             if ((Original_prdate == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[88].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[89].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[88].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[89].Value = ((string)(Original_prdate));
 | |
|             }
 | |
|             if ((Original_bigo_admin == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[90].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[91].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[90].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[91].Value = ((string)(Original_bigo_admin));
 | |
|             }
 | |
|             if ((Original_bigo_manager == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[92].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[93].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[92].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[93].Value = ((string)(Original_bigo_manager));
 | |
|             }
 | |
|             if ((Original_conf_status == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[94].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[95].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[94].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[95].Value = ((string)(Original_conf_status));
 | |
|             }
 | |
|             if ((Original_conf_request == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[96].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[97].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[96].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[97].Value = ((string)(Original_conf_request));
 | |
|             }
 | |
|             if ((Original_conf_reponse == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[98].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[99].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[98].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[99].Value = ((string)(Original_conf_reponse));
 | |
|             }
 | |
|             if ((Original_spmqty.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[100].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[101].Value = ((int)(Original_spmqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[100].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[101].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_UpdateToItem.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[102].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[103].Value = ((bool)(Original_UpdateToItem.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[102].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[103].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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     string state, 
 | |
|                     string process, 
 | |
|                     string receive, 
 | |
|                     string sc, 
 | |
|                     string request, 
 | |
|                     string sid, 
 | |
|                     string pumname, 
 | |
|                     global::System.Nullable<int> pumidx, 
 | |
|                     string pumscale, 
 | |
|                     string pumunit, 
 | |
|                     global::System.Nullable<int> pumqty, 
 | |
|                     global::System.Nullable<int> pumqtyReq, 
 | |
|                     global::System.Nullable<decimal> pumprice, 
 | |
|                     global::System.Nullable<decimal> pumpriceD, 
 | |
|                     global::System.Nullable<decimal> pumamt, 
 | |
|                     string supply, 
 | |
|                     global::System.Nullable<int> supplyidx, 
 | |
|                     string project, 
 | |
|                     global::System.Nullable<int> projectidx, 
 | |
|                     string asset, 
 | |
|                     string manuproc, 
 | |
|                     string edate, 
 | |
|                     string indate, 
 | |
|                     string po, 
 | |
|                     string dept, 
 | |
|                     string bigo, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     global::System.Nullable<bool> isdel, 
 | |
|                     string orderno, 
 | |
|                     string place, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<int> inqty, 
 | |
|                     string inremark, 
 | |
|                     string winuid, 
 | |
|                     global::System.Nullable<global::System.DateTime> windate, 
 | |
|                     global::System.Nullable<bool> chk1, 
 | |
|                     global::System.Nullable<bool> chk2, 
 | |
|                     string chkremark, 
 | |
|                     string costcenter, 
 | |
|                     string linecode, 
 | |
|                     string purchase_manager, 
 | |
|                     string purchase_admin, 
 | |
|                     string currency, 
 | |
|                     string prdate, 
 | |
|                     string bigo_admin, 
 | |
|                     string bigo_manager, 
 | |
|                     string conf_status, 
 | |
|                     string conf_request, 
 | |
|                     string conf_reponse, 
 | |
|                     global::System.Nullable<int> spmqty, 
 | |
|                     global::System.Nullable<bool> UpdateToItem) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((state == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(state));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(process));
 | |
|             }
 | |
|             if ((receive == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(receive));
 | |
|             }
 | |
|             if ((sc == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(sc));
 | |
|             }
 | |
|             if ((request == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(request));
 | |
|             }
 | |
|             if ((sid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(sid));
 | |
|             }
 | |
|             if ((pumname == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(pumname));
 | |
|             }
 | |
|             if ((pumidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((int)(pumidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumscale == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(pumscale));
 | |
|             }
 | |
|             if ((pumunit == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(pumunit));
 | |
|             }
 | |
|             if ((pumqty.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((int)(pumqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumqtyReq.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((int)(pumqtyReq.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumprice.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(pumprice.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumpriceD.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(pumpriceD.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumamt.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(pumamt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((supply == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[17].Value = ((string)(supply));
 | |
|             }
 | |
|             if ((supplyidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = ((int)(supplyidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((project == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[19].Value = ((string)(project));
 | |
|             }
 | |
|             if ((projectidx.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[20].Value = ((int)(projectidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[21].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((manuproc == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[22].Value = ((string)(manuproc));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[23].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((indate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[24].Value = ((string)(indate));
 | |
|             }
 | |
|             if ((po == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[25].Value = ((string)(po));
 | |
|             }
 | |
|             if ((dept == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[26].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((bigo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[27].Value = ((string)(bigo));
 | |
|             }
 | |
|             if ((import.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[28].Value = ((bool)(import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((isdel.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[29].Value = ((bool)(isdel.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((orderno == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[30].Value = ((string)(orderno));
 | |
|             }
 | |
|             if ((place == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[31].Value = ((string)(place));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[32].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[33].Value = ((System.DateTime)(wdate));
 | |
|             if ((inqty.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[34].Value = ((int)(inqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((inremark == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[35].Value = ((string)(inremark));
 | |
|             }
 | |
|             if ((winuid == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[36].Value = ((string)(winuid));
 | |
|             }
 | |
|             if ((windate.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[37].Value = ((System.DateTime)(windate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((chk1.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[38].Value = ((bool)(chk1.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((chk2.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[39].Value = ((bool)(chk2.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((chkremark == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[40].Value = ((string)(chkremark));
 | |
|             }
 | |
|             if ((costcenter == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[41].Value = ((string)(costcenter));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[42].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((purchase_manager == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[43].Value = ((string)(purchase_manager));
 | |
|             }
 | |
|             if ((purchase_admin == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[44].Value = ((string)(purchase_admin));
 | |
|             }
 | |
|             if ((currency == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[45].Value = ((string)(currency));
 | |
|             }
 | |
|             if ((prdate == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[46].Value = ((string)(prdate));
 | |
|             }
 | |
|             if ((bigo_admin == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[47].Value = ((string)(bigo_admin));
 | |
|             }
 | |
|             if ((bigo_manager == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[48].Value = ((string)(bigo_manager));
 | |
|             }
 | |
|             if ((conf_status == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[49].Value = ((string)(conf_status));
 | |
|             }
 | |
|             if ((conf_request == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[50].Value = ((string)(conf_request));
 | |
|             }
 | |
|             if ((conf_reponse == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[51].Value = ((string)(conf_reponse));
 | |
|             }
 | |
|             if ((spmqty.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[52].Value = ((int)(spmqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((UpdateToItem.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[53].Value = ((bool)(UpdateToItem.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[53].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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     string state, 
 | |
|                     string process, 
 | |
|                     string receive, 
 | |
|                     string sc, 
 | |
|                     string request, 
 | |
|                     string sid, 
 | |
|                     string pumname, 
 | |
|                     global::System.Nullable<int> pumidx, 
 | |
|                     string pumscale, 
 | |
|                     string pumunit, 
 | |
|                     global::System.Nullable<int> pumqty, 
 | |
|                     global::System.Nullable<int> pumqtyReq, 
 | |
|                     global::System.Nullable<decimal> pumprice, 
 | |
|                     global::System.Nullable<decimal> pumpriceD, 
 | |
|                     global::System.Nullable<decimal> pumamt, 
 | |
|                     string supply, 
 | |
|                     global::System.Nullable<int> supplyidx, 
 | |
|                     string project, 
 | |
|                     global::System.Nullable<int> projectidx, 
 | |
|                     string asset, 
 | |
|                     string manuproc, 
 | |
|                     string edate, 
 | |
|                     string indate, 
 | |
|                     string po, 
 | |
|                     string dept, 
 | |
|                     string bigo, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     global::System.Nullable<bool> isdel, 
 | |
|                     string orderno, 
 | |
|                     string place, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<int> inqty, 
 | |
|                     string inremark, 
 | |
|                     string winuid, 
 | |
|                     global::System.Nullable<global::System.DateTime> windate, 
 | |
|                     global::System.Nullable<bool> chk1, 
 | |
|                     global::System.Nullable<bool> chk2, 
 | |
|                     string chkremark, 
 | |
|                     string costcenter, 
 | |
|                     string linecode, 
 | |
|                     string purchase_manager, 
 | |
|                     string purchase_admin, 
 | |
|                     string currency, 
 | |
|                     string prdate, 
 | |
|                     string bigo_admin, 
 | |
|                     string bigo_manager, 
 | |
|                     string conf_status, 
 | |
|                     string conf_request, 
 | |
|                     string conf_reponse, 
 | |
|                     global::System.Nullable<int> spmqty, 
 | |
|                     global::System.Nullable<bool> UpdateToItem, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_state, 
 | |
|                     string Original_process, 
 | |
|                     string Original_receive, 
 | |
|                     string Original_sc, 
 | |
|                     string Original_request, 
 | |
|                     string Original_sid, 
 | |
|                     string Original_pumname, 
 | |
|                     global::System.Nullable<int> Original_pumidx, 
 | |
|                     string Original_pumscale, 
 | |
|                     string Original_pumunit, 
 | |
|                     global::System.Nullable<int> Original_pumqty, 
 | |
|                     global::System.Nullable<int> Original_pumqtyReq, 
 | |
|                     global::System.Nullable<decimal> Original_pumprice, 
 | |
|                     global::System.Nullable<decimal> Original_pumpriceD, 
 | |
|                     global::System.Nullable<decimal> Original_pumamt, 
 | |
|                     string Original_supply, 
 | |
|                     global::System.Nullable<int> Original_supplyidx, 
 | |
|                     global::System.Nullable<int> Original_projectidx, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_manuproc, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_indate, 
 | |
|                     string Original_po, 
 | |
|                     string Original_dept, 
 | |
|                     string Original_bigo, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     global::System.Nullable<bool> Original_isdel, 
 | |
|                     string Original_orderno, 
 | |
|                     string Original_place, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<int> Original_inqty, 
 | |
|                     string Original_inremark, 
 | |
|                     string Original_winuid, 
 | |
|                     global::System.Nullable<global::System.DateTime> Original_windate, 
 | |
|                     global::System.Nullable<bool> Original_chk1, 
 | |
|                     global::System.Nullable<bool> Original_chk2, 
 | |
|                     string Original_chkremark, 
 | |
|                     string Original_costcenter, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_purchase_manager, 
 | |
|                     string Original_purchase_admin, 
 | |
|                     string Original_currency, 
 | |
|                     string Original_prdate, 
 | |
|                     string Original_bigo_admin, 
 | |
|                     string Original_bigo_manager, 
 | |
|                     string Original_conf_status, 
 | |
|                     string Original_conf_request, 
 | |
|                     string Original_conf_reponse, 
 | |
|                     global::System.Nullable<int> Original_spmqty, 
 | |
|                     global::System.Nullable<bool> Original_UpdateToItem, 
 | |
|                     int idx) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             if ((state == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(state));
 | |
|             }
 | |
|             if ((process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(process));
 | |
|             }
 | |
|             if ((receive == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(receive));
 | |
|             }
 | |
|             if ((sc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(sc));
 | |
|             }
 | |
|             if ((request == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(request));
 | |
|             }
 | |
|             if ((sid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(sid));
 | |
|             }
 | |
|             if ((pumname == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(pumname));
 | |
|             }
 | |
|             if ((pumidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(pumidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumscale == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(pumscale));
 | |
|             }
 | |
|             if ((pumunit == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(pumunit));
 | |
|             }
 | |
|             if ((pumqty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(pumqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumqtyReq.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(pumqtyReq.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumprice.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(pumprice.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumpriceD.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(pumpriceD.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((pumamt.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(pumamt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((supply == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(supply));
 | |
|             }
 | |
|             if ((supplyidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(supplyidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((project == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(project));
 | |
|             }
 | |
|             if ((projectidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(projectidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(asset));
 | |
|             }
 | |
|             if ((manuproc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(manuproc));
 | |
|             }
 | |
|             if ((edate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(edate));
 | |
|             }
 | |
|             if ((indate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(indate));
 | |
|             }
 | |
|             if ((po == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(po));
 | |
|             }
 | |
|             if ((dept == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(dept));
 | |
|             }
 | |
|             if ((bigo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(bigo));
 | |
|             }
 | |
|             if ((import.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((bool)(import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((isdel.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((bool)(isdel.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((orderno == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(orderno));
 | |
|             }
 | |
|             if ((place == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(place));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[33].Value = ((System.DateTime)(wdate));
 | |
|             if ((inqty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(inqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((inremark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(inremark));
 | |
|             }
 | |
|             if ((winuid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(winuid));
 | |
|             }
 | |
|             if ((windate.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((System.DateTime)(windate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((chk1.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((bool)(chk1.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((chk2.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((bool)(chk2.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((chkremark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(chkremark));
 | |
|             }
 | |
|             if ((costcenter == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(costcenter));
 | |
|             }
 | |
|             if ((linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(linecode));
 | |
|             }
 | |
|             if ((purchase_manager == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(purchase_manager));
 | |
|             }
 | |
|             if ((purchase_admin == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(purchase_admin));
 | |
|             }
 | |
|             if ((currency == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(currency));
 | |
|             }
 | |
|             if ((prdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(prdate));
 | |
|             }
 | |
|             if ((bigo_admin == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(bigo_admin));
 | |
|             }
 | |
|             if ((bigo_manager == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(bigo_manager));
 | |
|             }
 | |
|             if ((conf_status == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(conf_status));
 | |
|             }
 | |
|             if ((conf_request == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(conf_request));
 | |
|             }
 | |
|             if ((conf_reponse == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(conf_reponse));
 | |
|             }
 | |
|             if ((spmqty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(spmqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((UpdateToItem.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = ((bool)(UpdateToItem.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[56].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_state == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[58].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(Original_state));
 | |
|             }
 | |
|             if ((Original_process == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[60].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[60].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(Original_process));
 | |
|             }
 | |
|             if ((Original_receive == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[62].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[62].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(Original_receive));
 | |
|             }
 | |
|             if ((Original_sc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[64].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[64].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(Original_sc));
 | |
|             }
 | |
|             if ((Original_request == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[66].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[66].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[67].Value = ((string)(Original_request));
 | |
|             }
 | |
|             if ((Original_sid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[68].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[68].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(Original_sid));
 | |
|             }
 | |
|             if ((Original_pumname == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[70].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[70].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(Original_pumname));
 | |
|             }
 | |
|             if ((Original_pumidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[72].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Original_pumidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[72].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumscale == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[74].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[74].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[75].Value = ((string)(Original_pumscale));
 | |
|             }
 | |
|             if ((Original_pumunit == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[76].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[76].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(Original_pumunit));
 | |
|             }
 | |
|             if ((Original_pumqty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[78].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Original_pumqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[78].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumqtyReq.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[80].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Original_pumqtyReq.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[80].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumprice.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[82].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[83].Value = ((decimal)(Original_pumprice.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[82].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumpriceD.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[84].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[85].Value = ((decimal)(Original_pumpriceD.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[84].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_pumamt.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[86].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[87].Value = ((decimal)(Original_pumamt.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[86].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_supply == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[88].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[88].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(Original_supply));
 | |
|             }
 | |
|             if ((Original_supplyidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[90].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Original_supplyidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[90].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_projectidx.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[92].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Original_projectidx.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[92].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_asset == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[94].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[94].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[95].Value = ((string)(Original_asset));
 | |
|             }
 | |
|             if ((Original_manuproc == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[97].Value = ((string)(Original_manuproc));
 | |
|             }
 | |
|             if ((Original_edate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[99].Value = ((string)(Original_edate));
 | |
|             }
 | |
|             if ((Original_indate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[101].Value = ((string)(Original_indate));
 | |
|             }
 | |
|             if ((Original_po == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(Original_po));
 | |
|             }
 | |
|             if ((Original_dept == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(Original_dept));
 | |
|             }
 | |
|             if ((Original_bigo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(Original_bigo));
 | |
|             }
 | |
|             if ((Original_import.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[109].Value = ((bool)(Original_import.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_isdel.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[111].Value = ((bool)(Original_isdel.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_orderno == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(Original_orderno));
 | |
|             }
 | |
|             if ((Original_place == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(Original_place));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[116].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[117].Value = ((System.DateTime)(Original_wdate));
 | |
|             if ((Original_inqty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Original_inqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_inremark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[121].Value = ((string)(Original_inremark));
 | |
|             }
 | |
|             if ((Original_winuid == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(Original_winuid));
 | |
|             }
 | |
|             if ((Original_windate.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[125].Value = ((System.DateTime)(Original_windate.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_chk1.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[127].Value = ((bool)(Original_chk1.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_chk2.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[129].Value = ((bool)(Original_chk2.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_chkremark == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[131].Value = ((string)(Original_chkremark));
 | |
|             }
 | |
|             if ((Original_costcenter == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[133].Value = ((string)(Original_costcenter));
 | |
|             }
 | |
|             if ((Original_linecode == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[135].Value = ((string)(Original_linecode));
 | |
|             }
 | |
|             if ((Original_purchase_manager == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[137].Value = ((string)(Original_purchase_manager));
 | |
|             }
 | |
|             if ((Original_purchase_admin == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[139].Value = ((string)(Original_purchase_admin));
 | |
|             }
 | |
|             if ((Original_currency == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[141].Value = ((string)(Original_currency));
 | |
|             }
 | |
|             if ((Original_prdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[143].Value = ((string)(Original_prdate));
 | |
|             }
 | |
|             if ((Original_bigo_admin == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[145].Value = ((string)(Original_bigo_admin));
 | |
|             }
 | |
|             if ((Original_bigo_manager == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[147].Value = ((string)(Original_bigo_manager));
 | |
|             }
 | |
|             if ((Original_conf_status == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[149].Value = ((string)(Original_conf_status));
 | |
|             }
 | |
|             if ((Original_conf_request == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[151].Value = ((string)(Original_conf_request));
 | |
|             }
 | |
|             if ((Original_conf_reponse == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[153].Value = ((string)(Original_conf_reponse));
 | |
|             }
 | |
|             if ((Original_spmqty.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_spmqty.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_UpdateToItem.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[157].Value = ((bool)(Original_UpdateToItem.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[158].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", "17.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 gcode, 
 | |
|                     string pdate, 
 | |
|                     string state, 
 | |
|                     string process, 
 | |
|                     string receive, 
 | |
|                     string sc, 
 | |
|                     string request, 
 | |
|                     string sid, 
 | |
|                     string pumname, 
 | |
|                     global::System.Nullable<int> pumidx, 
 | |
|                     string pumscale, 
 | |
|                     string pumunit, 
 | |
|                     global::System.Nullable<int> pumqty, 
 | |
|                     global::System.Nullable<int> pumqtyReq, 
 | |
|                     global::System.Nullable<decimal> pumprice, 
 | |
|                     global::System.Nullable<decimal> pumpriceD, 
 | |
|                     global::System.Nullable<decimal> pumamt, 
 | |
|                     string supply, 
 | |
|                     global::System.Nullable<int> supplyidx, 
 | |
|                     string project, 
 | |
|                     global::System.Nullable<int> projectidx, 
 | |
|                     string asset, 
 | |
|                     string manuproc, 
 | |
|                     string edate, 
 | |
|                     string indate, 
 | |
|                     string po, 
 | |
|                     string dept, 
 | |
|                     string bigo, 
 | |
|                     global::System.Nullable<bool> import, 
 | |
|                     global::System.Nullable<bool> isdel, 
 | |
|                     string orderno, 
 | |
|                     string place, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     global::System.Nullable<int> inqty, 
 | |
|                     string inremark, 
 | |
|                     string winuid, 
 | |
|                     global::System.Nullable<global::System.DateTime> windate, 
 | |
|                     global::System.Nullable<bool> chk1, 
 | |
|                     global::System.Nullable<bool> chk2, 
 | |
|                     string chkremark, 
 | |
|                     string costcenter, 
 | |
|                     string linecode, 
 | |
|                     string purchase_manager, 
 | |
|                     string purchase_admin, 
 | |
|                     string currency, 
 | |
|                     string prdate, 
 | |
|                     string bigo_admin, 
 | |
|                     string bigo_manager, 
 | |
|                     string conf_status, 
 | |
|                     string conf_request, 
 | |
|                     string conf_reponse, 
 | |
|                     global::System.Nullable<int> spmqty, 
 | |
|                     global::System.Nullable<bool> UpdateToItem, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_pdate, 
 | |
|                     string Original_state, 
 | |
|                     string Original_process, 
 | |
|                     string Original_receive, 
 | |
|                     string Original_sc, 
 | |
|                     string Original_request, 
 | |
|                     string Original_sid, 
 | |
|                     string Original_pumname, 
 | |
|                     global::System.Nullable<int> Original_pumidx, 
 | |
|                     string Original_pumscale, 
 | |
|                     string Original_pumunit, 
 | |
|                     global::System.Nullable<int> Original_pumqty, 
 | |
|                     global::System.Nullable<int> Original_pumqtyReq, 
 | |
|                     global::System.Nullable<decimal> Original_pumprice, 
 | |
|                     global::System.Nullable<decimal> Original_pumpriceD, 
 | |
|                     global::System.Nullable<decimal> Original_pumamt, 
 | |
|                     string Original_supply, 
 | |
|                     global::System.Nullable<int> Original_supplyidx, 
 | |
|                     global::System.Nullable<int> Original_projectidx, 
 | |
|                     string Original_asset, 
 | |
|                     string Original_manuproc, 
 | |
|                     string Original_edate, 
 | |
|                     string Original_indate, 
 | |
|                     string Original_po, 
 | |
|                     string Original_dept, 
 | |
|                     string Original_bigo, 
 | |
|                     global::System.Nullable<bool> Original_import, 
 | |
|                     global::System.Nullable<bool> Original_isdel, 
 | |
|                     string Original_orderno, 
 | |
|                     string Original_place, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     global::System.Nullable<int> Original_inqty, 
 | |
|                     string Original_inremark, 
 | |
|                     string Original_winuid, 
 | |
|                     global::System.Nullable<global::System.DateTime> Original_windate, 
 | |
|                     global::System.Nullable<bool> Original_chk1, 
 | |
|                     global::System.Nullable<bool> Original_chk2, 
 | |
|                     string Original_chkremark, 
 | |
|                     string Original_costcenter, 
 | |
|                     string Original_linecode, 
 | |
|                     string Original_purchase_manager, 
 | |
|                     string Original_purchase_admin, 
 | |
|                     string Original_currency, 
 | |
|                     string Original_prdate, 
 | |
|                     string Original_bigo_admin, 
 | |
|                     string Original_bigo_manager, 
 | |
|                     string Original_conf_status, 
 | |
|                     string Original_conf_request, 
 | |
|                     string Original_conf_reponse, 
 | |
|                     global::System.Nullable<int> Original_spmqty, 
 | |
|                     global::System.Nullable<bool> Original_UpdateToItem) {
 | |
|             return this.Update(gcode, pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit, pumqty, pumqtyReq, pumprice, pumpriceD, pumamt, supply, supplyidx, project, projectidx, asset, manuproc, edate, indate, po, dept, bigo, import, isdel, orderno, place, wuid, wdate, inqty, inremark, winuid, windate, chk1, chk2, chkremark, costcenter, linecode, purchase_manager, purchase_admin, currency, prdate, bigo_admin, bigo_manager, conf_status, conf_request, conf_reponse, spmqty, UpdateToItem, Original_idx, Original_gcode, Original_pdate, Original_state, Original_process, Original_receive, Original_sc, Original_request, Original_sid, Original_pumname, Original_pumidx, Original_pumscale, Original_pumunit, Original_pumqty, Original_pumqtyReq, Original_pumprice, Original_pumpriceD, Original_pumamt, Original_supply, Original_supplyidx, Original_projectidx, Original_asset, Original_manuproc, Original_edate, Original_indate, Original_po, Original_dept, Original_bigo, Original_import, Original_isdel, Original_orderno, Original_place, Original_wuid, Original_wdate, Original_inqty, Original_inremark, Original_winuid, Original_windate, Original_chk1, Original_chk2, Original_chkremark, Original_costcenter, Original_linecode, Original_purchase_manager, Original_purchase_admin, Original_currency, Original_prdate, Original_bigo_admin, Original_bigo_manager, Original_conf_status, Original_conf_request, Original_conf_reponse, Original_spmqty, Original_UpdateToItem, 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 vPurchaseTableAdapter : 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", "17.0.0.0")]
 | |
|         public vPurchaseTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "vPurchase";
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("state", "state");
 | |
|             tableMapping.ColumnMappings.Add("process", "process");
 | |
|             tableMapping.ColumnMappings.Add("receive", "receive");
 | |
|             tableMapping.ColumnMappings.Add("sc", "sc");
 | |
|             tableMapping.ColumnMappings.Add("request", "request");
 | |
|             tableMapping.ColumnMappings.Add("sid", "sid");
 | |
|             tableMapping.ColumnMappings.Add("pumname", "pumname");
 | |
|             tableMapping.ColumnMappings.Add("pumidx", "pumidx");
 | |
|             tableMapping.ColumnMappings.Add("pumscale", "pumscale");
 | |
|             tableMapping.ColumnMappings.Add("pumunit", "pumunit");
 | |
|             tableMapping.ColumnMappings.Add("pumqty", "pumqty");
 | |
|             tableMapping.ColumnMappings.Add("pumprice", "pumprice");
 | |
|             tableMapping.ColumnMappings.Add("pumpriceD", "pumpriceD");
 | |
|             tableMapping.ColumnMappings.Add("pumamt", "pumamt");
 | |
|             tableMapping.ColumnMappings.Add("supply", "supply");
 | |
|             tableMapping.ColumnMappings.Add("supplyidx", "supplyidx");
 | |
|             tableMapping.ColumnMappings.Add("project", "project");
 | |
|             tableMapping.ColumnMappings.Add("projectidx", "projectidx");
 | |
|             tableMapping.ColumnMappings.Add("asset", "asset");
 | |
|             tableMapping.ColumnMappings.Add("manuproc", "manuproc");
 | |
|             tableMapping.ColumnMappings.Add("edate", "edate");
 | |
|             tableMapping.ColumnMappings.Add("indate", "indate");
 | |
|             tableMapping.ColumnMappings.Add("po", "po");
 | |
|             tableMapping.ColumnMappings.Add("dept", "dept");
 | |
|             tableMapping.ColumnMappings.Add("bigo", "bigo");
 | |
|             tableMapping.ColumnMappings.Add("import", "import");
 | |
|             tableMapping.ColumnMappings.Add("isdel", "isdel");
 | |
|             tableMapping.ColumnMappings.Add("orderno", "orderno");
 | |
|             tableMapping.ColumnMappings.Add("place", "place");
 | |
|             tableMapping.ColumnMappings.Add("wuid", "wuid");
 | |
|             tableMapping.ColumnMappings.Add("wdate", "wdate");
 | |
|             tableMapping.ColumnMappings.Add("inqty", "inqty");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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  name, idx, gcode, pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit, pumqty, pumprice, pumpriceD, pumamt, supply, supplyidx, project, projectidx, asset, 
 | |
|                manuproc, edate, indate, po, dept, bigo, import, isdel, orderno, place, wuid, wdate, inqty
 | |
| FROM     vPurchase
 | |
| WHERE  (gcode = @gcode)";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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 = @"SELECT  name, idx, gcode, pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit, pumqty, pumprice, pumpriceD, pumamt, supply, supplyidx, project, projectidx, asset, 
 | |
|                manuproc, edate, indate, po, dept, bigo, import, isdel, orderno, place, wuid, wdate, inqty
 | |
| FROM     vPurchase
 | |
| WHERE  (gcode = @gcode) AND (pdate >= @pdate)
 | |
| ORDER BY pdate DESC";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, 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", "17.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(dsMSSQL.vPurchaseDataTable dataTable, string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.vPurchaseDataTable GetData(string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             dsMSSQL.vPurchaseDataTable dataTable = new dsMSSQL.vPurchaseDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.vPurchaseDataTable GetAfter(string gcode, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsMSSQL.vPurchaseDataTable dataTable = new dsMSSQL.vPurchaseDataTable();
 | |
|             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 HolidayLIstTableAdapter : 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", "17.0.0.0")]
 | |
|         public HolidayLIstTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "HolidayLIst";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("free", "free");
 | |
|             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 [holidaylist] WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_free = 1 AND [free] IS NULL) OR ([free] = @Original_free)) 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_free", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "free", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_free", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "free", 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 [holidaylist] ([pdate], [free], [memo], [wuid], [wdate]) VALUES (@pda" +
 | |
|                 "te, @free, @memo, @wuid, @wdate);\r\nSELECT idx, pdate, free, memo, wuid, wdate FR" +
 | |
|                 "OM HolidayLIst 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("@free", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "free", 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 [holidaylist] SET [pdate] = @pdate, [free] = @free, [memo] = @memo, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] = @Original_idx) AND ((@IsNull_pdate = 1 AND [pdate] IS NULL) OR ([pdate] = @Original_pdate)) AND ((@IsNull_free = 1 AND [free] IS NULL) OR ([free] = @Original_free)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));
 | |
| SELECT idx, pdate, free, memo, wuid, wdate FROM HolidayLIst 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("@free", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "free", 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_free", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "free", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_free", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "free", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 * from holidaylist where 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, 10, 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", "17.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(dsMSSQL.HolidayLIstDataTable 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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.HolidayLIstDataTable 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));
 | |
|             }
 | |
|             dsMSSQL.HolidayLIstDataTable dataTable = new dsMSSQL.HolidayLIstDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.HolidayLIstDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "HolidayLIst");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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, global::System.Nullable<bool> Original_free, 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_free.HasValue == true)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((bool)(Original_free.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             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)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[8].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", "17.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, global::System.Nullable<bool> free, 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 ((free.HasValue == true)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((bool)(free.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.InsertCommand.Parameters[4].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", "17.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, global::System.Nullable<bool> free, string memo, string wuid, System.DateTime wdate, int Original_idx, string Original_pdate, global::System.Nullable<bool> Original_free, 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 ((free.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((bool)(free.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_idx));
 | |
|             if ((Original_pdate == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_pdate));
 | |
|             }
 | |
|             if ((Original_free.HasValue == true)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(Original_free.Value));
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             if ((Original_memo == 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_memo));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(Original_wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[14].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", "17.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, global::System.Nullable<bool> free, string memo, string wuid, System.DateTime wdate, int Original_idx, string Original_pdate, global::System.Nullable<bool> Original_free, string Original_memo, string Original_wuid, System.DateTime Original_wdate) {
 | |
|             return this.Update(pdate, free, memo, wuid, wdate, Original_idx, Original_pdate, Original_free, 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 vFindSIDTableAdapter : 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", "17.0.0.0")]
 | |
|         public vFindSIDTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "vFindSID";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("Location", "Location");
 | |
|             tableMapping.ColumnMappings.Add("date", "date");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("sid", "sid");
 | |
|             tableMapping.ColumnMappings.Add("model", "model");
 | |
|             tableMapping.ColumnMappings.Add("manu", "manu");
 | |
|             tableMapping.ColumnMappings.Add("unit", "unit");
 | |
|             tableMapping.ColumnMappings.Add("supply", "supply");
 | |
|             tableMapping.ColumnMappings.Add("price", "price");
 | |
|             tableMapping.ColumnMappings.Add("remark", "remark");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, Location, date, gcode, name, sid, model, manu, unit, supply, price, remark
 | |
| FROM     vFindSID WITH (nolock)
 | |
| WHERE  (ISNULL(sid, N'') LIKE @search) OR
 | |
|                (ISNULL(name, N'') LIKE @search) OR
 | |
|                (ISNULL(manu, N'') LIKE @search) OR
 | |
|                (ISNULL(model, N'') LIKE @search)
 | |
| ORDER BY sid, name";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@search", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.vFindSIDDataTable dataTable, string search) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((search == null)) {
 | |
|                 throw new global::System.ArgumentNullException("search");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(search));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.vFindSIDDataTable GetData(string search) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((search == null)) {
 | |
|                 throw new global::System.ArgumentNullException("search");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(search));
 | |
|             }
 | |
|             dsMSSQL.vFindSIDDataTable dataTable = new dsMSSQL.vFindSIDDataTable();
 | |
|             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 vJobReportForUserTableAdapter : 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", "17.0.0.0")]
 | |
|         public vJobReportForUserTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "vJobReportForUser";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("pdate", "pdate");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("id", "id");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("process", "process");
 | |
|             tableMapping.ColumnMappings.Add("type", "type");
 | |
|             tableMapping.ColumnMappings.Add("svalue", "svalue");
 | |
|             tableMapping.ColumnMappings.Add("hrs", "hrs");
 | |
|             tableMapping.ColumnMappings.Add("ot", "ot");
 | |
|             tableMapping.ColumnMappings.Add("requestpart", "requestpart");
 | |
|             tableMapping.ColumnMappings.Add("package", "package");
 | |
|             tableMapping.ColumnMappings.Add("userProcess", "userProcess");
 | |
|             tableMapping.ColumnMappings.Add("status", "status");
 | |
|             tableMapping.ColumnMappings.Add("projectName", "projectName");
 | |
|             tableMapping.ColumnMappings.Add("description", "description");
 | |
|             tableMapping.ColumnMappings.Add("ww", "ww");
 | |
|             tableMapping.ColumnMappings.Add("otStart", "otStart");
 | |
|             tableMapping.ColumnMappings.Add("otEnd", "otEnd");
 | |
|             tableMapping.ColumnMappings.Add("ot2", "ot2");
 | |
|             tableMapping.ColumnMappings.Add("otReason", "otReason");
 | |
|             tableMapping.ColumnMappings.Add("grade", "grade");
 | |
|             tableMapping.ColumnMappings.Add("indate", "indate");
 | |
|             tableMapping.ColumnMappings.Add("outdate", "outdate");
 | |
|             this._adapter.TableMappings.Add(tableMapping);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitCommandCollection() {
 | |
|             this._commandCollection = new global::System.Data.SqlClient.SqlCommand[3];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[0].Connection = this.Connection;
 | |
|             this._commandCollection[0].CommandText = "SELECT  vJobReportForUser.*\r\nFROM     vJobReportForUser with(nolock)\r\nwhere gcode" +
 | |
|                 " = @gcode\r\nand idx = @idx";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[0].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, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[1].Connection = this.Connection;
 | |
|             this._commandCollection[1].CommandText = @"SELECT  idx, pdate, gcode, id, name, process, type, svalue, hrs, ot, requestpart, package, userProcess, status, projectName, description, ww, otStart, otEnd, ot2, otReason, grade, indate, outdate
 | |
| FROM     vJobReportForUser WITH (nolock)
 | |
| WHERE  (gcode = @gcode) AND (id = @id) AND (pdate BETWEEN @sd AND @ed)
 | |
| ORDER BY pdate DESC";
 | |
|             this._commandCollection[1].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "id", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sd", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ed", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "pdate", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             this._commandCollection[2].Connection = this.Connection;
 | |
|             this._commandCollection[2].CommandText = "SELECT  vJobReportForUser.*\r\nFROM     vJobReportForUser with(nolock)\r\nwhere gcode" +
 | |
|                 " = @gcode\r\nand pdate  = @pdate\r\norder by name";
 | |
|             this._commandCollection[2].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pdate", global::System.Data.SqlDbType.VarChar, 10, 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", "17.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(dsMSSQL.vJobReportForUserDataTable dataTable, string gcode, int idx) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             this.Adapter.SelectCommand.Parameters[1].Value = ((int)(idx));
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.vJobReportForUserDataTable GetData(string gcode, int idx) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             this.Adapter.SelectCommand.Parameters[1].Value = ((int)(idx));
 | |
|             dsMSSQL.vJobReportForUserDataTable dataTable = new dsMSSQL.vJobReportForUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByDate(dsMSSQL.vJobReportForUserDataTable dataTable, string gcode, string id, string sd, string ed) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((id == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(id));
 | |
|             }
 | |
|             if ((sd == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(sd));
 | |
|             }
 | |
|             if ((ed == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(ed));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.vJobReportForUserDataTable GetByDate(string gcode, string id, string sd, string ed) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[1];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((id == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(id));
 | |
|             }
 | |
|             if ((sd == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[2].Value = ((string)(sd));
 | |
|             }
 | |
|             if ((ed == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[3].Value = ((string)(ed));
 | |
|             }
 | |
|             dsMSSQL.vJobReportForUserDataTable dataTable = new dsMSSQL.vJobReportForUserDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, false)]
 | |
|         public virtual int FillByToday(dsMSSQL.vJobReportForUserDataTable dataTable, string gcode, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)]
 | |
|         public virtual dsMSSQL.vJobReportForUserDataTable GetByToday(string gcode, string pdate) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[2];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((pdate == null)) {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[1].Value = ((string)(pdate));
 | |
|             }
 | |
|             dsMSSQL.vJobReportForUserDataTable dataTable = new dsMSSQL.vJobReportForUserDataTable();
 | |
|             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 CustomsTableAdapter : 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", "17.0.0.0")]
 | |
|         public CustomsTableAdapter() {
 | |
|             this.ClearBeforeFill = true;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 = "Customs";
 | |
|             tableMapping.ColumnMappings.Add("idx", "idx");
 | |
|             tableMapping.ColumnMappings.Add("gcode", "gcode");
 | |
|             tableMapping.ColumnMappings.Add("grp", "grp");
 | |
|             tableMapping.ColumnMappings.Add("uptae", "uptae");
 | |
|             tableMapping.ColumnMappings.Add("name", "name");
 | |
|             tableMapping.ColumnMappings.Add("name2", "name2");
 | |
|             tableMapping.ColumnMappings.Add("owner", "owner");
 | |
|             tableMapping.ColumnMappings.Add("ownertel", "ownertel");
 | |
|             tableMapping.ColumnMappings.Add("address", "address");
 | |
|             tableMapping.ColumnMappings.Add("tel", "tel");
 | |
|             tableMapping.ColumnMappings.Add("fax", "fax");
 | |
|             tableMapping.ColumnMappings.Add("email", "email");
 | |
|             tableMapping.ColumnMappings.Add("memo", "memo");
 | |
|             tableMapping.ColumnMappings.Add("staff", "staff");
 | |
|             tableMapping.ColumnMappings.Add("stafftel", "stafftel");
 | |
|             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 [customs] WHERE (([idx] = @Original_idx) AND ([gcode] = @Original_gcode) AND ((@IsNull_grp = 1 AND [grp] IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_uptae = 1 AND [uptae] IS NULL) OR ([uptae] = @Original_uptae)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR ([name] = @Original_name)) AND ((@IsNull_name2 = 1 AND [name2] IS NULL) OR ([name2] = @Original_name2)) AND ((@IsNull_owner = 1 AND [owner] IS NULL) OR ([owner] = @Original_owner)) AND ((@IsNull_ownertel = 1 AND [ownertel] IS NULL) OR ([ownertel] = @Original_ownertel)) AND ((@IsNull_address = 1 AND [address] IS NULL) OR ([address] = @Original_address)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR ([tel] = @Original_tel)) AND ((@IsNull_fax = 1 AND [fax] IS NULL) OR ([fax] = @Original_fax)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Original_email)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo)) AND ((@IsNull_staff = 1 AND [staff] IS NULL) OR ([staff] = @Original_staff)) AND ((@IsNull_stafftel = 1 AND [stafftel] IS NULL) OR ([stafftel] = @Original_stafftel)) 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_uptae", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uptae", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uptae", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uptae", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_owner", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "owner", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_owner", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "owner", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ownertel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ownertel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ownertel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ownertel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_address", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "address", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_address", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "address", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_tel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_fax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fax", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_fax", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_email", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_email", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", 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_staff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "staff", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_staff", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "staff", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_stafftel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stafftel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stafftel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stafftel", 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 [customs] ([gcode], [grp], [uptae], [name], [name2], [owner], [ownertel], [address], [tel], [fax], [email], [memo], [staff], [stafftel], [wuid], [wdate]) VALUES (@gcode, @grp, @uptae, @name, @name2, @owner, @ownertel, @address, @tel, @fax, @email, @memo, @staff, @stafftel, @wuid, @wdate);
 | |
| SELECT idx, gcode, grp, uptae, name, name2, owner, ownertel, address, tel, fax, email, memo, staff, stafftel, wuid, wdate FROM Customs WHERE (idx = SCOPE_IDENTITY()) ORDER BY name";
 | |
|             this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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("@uptae", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uptae", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@owner", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "owner", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ownertel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ownertel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@address", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "address", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fax", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", 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("@staff", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "staff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stafftel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stafftel", 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 [customs] SET [gcode] = @gcode, [grp] = @grp, [uptae] = @uptae, [name] = @" +
 | |
|                 "name, [name2] = @name2, [owner] = @owner, [ownertel] = @ownertel, [address] = @a" +
 | |
|                 "ddress, [tel] = @tel, [fax] = @fax, [email] = @email, [memo] = @memo, [staff] = " +
 | |
|                 "@staff, [stafftel] = @stafftel, [wuid] = @wuid, [wdate] = @wdate WHERE (([idx] =" +
 | |
|                 " @Original_idx) AND ([gcode] = @Original_gcode) AND ((@IsNull_grp = 1 AND [grp] " +
 | |
|                 "IS NULL) OR ([grp] = @Original_grp)) AND ((@IsNull_uptae = 1 AND [uptae] IS NULL" +
 | |
|                 ") OR ([uptae] = @Original_uptae)) AND ((@IsNull_name = 1 AND [name] IS NULL) OR " +
 | |
|                 "([name] = @Original_name)) AND ((@IsNull_name2 = 1 AND [name2] IS NULL) OR ([nam" +
 | |
|                 "e2] = @Original_name2)) AND ((@IsNull_owner = 1 AND [owner] IS NULL) OR ([owner]" +
 | |
|                 " = @Original_owner)) AND ((@IsNull_ownertel = 1 AND [ownertel] IS NULL) OR ([own" +
 | |
|                 "ertel] = @Original_ownertel)) AND ((@IsNull_address = 1 AND [address] IS NULL) O" +
 | |
|                 "R ([address] = @Original_address)) AND ((@IsNull_tel = 1 AND [tel] IS NULL) OR (" +
 | |
|                 "[tel] = @Original_tel)) AND ((@IsNull_fax = 1 AND [fax] IS NULL) OR ([fax] = @Or" +
 | |
|                 "iginal_fax)) AND ((@IsNull_email = 1 AND [email] IS NULL) OR ([email] = @Origina" +
 | |
|                 "l_email)) AND ((@IsNull_memo = 1 AND [memo] IS NULL) OR ([memo] = @Original_memo" +
 | |
|                 ")) AND ((@IsNull_staff = 1 AND [staff] IS NULL) OR ([staff] = @Original_staff)) " +
 | |
|                 "AND ((@IsNull_stafftel = 1 AND [stafftel] IS NULL) OR ([stafftel] = @Original_st" +
 | |
|                 "afftel)) AND ([wuid] = @Original_wuid) AND ([wdate] = @Original_wdate));\r\nSELECT" +
 | |
|                 " idx, gcode, grp, uptae, name, name2, owner, ownertel, address, tel, fax, email," +
 | |
|                 " memo, staff, stafftel, wuid, wdate FROM Customs WHERE (idx = @idx) ORDER BY nam" +
 | |
|                 "e";
 | |
|             this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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("@uptae", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uptae", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@name2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name2", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@owner", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "owner", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ownertel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ownertel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@address", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "address", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@fax", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fax", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@email", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", 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("@staff", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "staff", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stafftel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stafftel", 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("@Original_gcode", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", 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_uptae", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uptae", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_uptae", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "uptae", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_name2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name2", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_name2", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "name2", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_owner", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "owner", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_owner", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "owner", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ownertel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ownertel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ownertel", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ownertel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_address", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "address", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_address", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "address", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_tel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_tel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "tel", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_fax", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fax", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_fax", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "fax", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_email", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_email", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "email", 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_staff", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "staff", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_staff", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "staff", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_stafftel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stafftel", global::System.Data.DataRowVersion.Original, true, null, "", "", ""));
 | |
|             this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_stafftel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "stafftel", 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", "17.0.0.0")]
 | |
|         private void InitConnection() {
 | |
|             this._connection = new global::System.Data.SqlClient.SqlConnection();
 | |
|             this._connection.ConnectionString = global::Project.Properties.Settings.Default.gwcs;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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, gcode, grp, uptae, name, name2, owner, ownertel, address, tel, fax, " +
 | |
|                 "email, memo, staff, stafftel, wuid, wdate\r\nFROM     Customs WITH (nolock)\r\nWHERE" +
 | |
|                 "  (gcode = @gcode)\r\nORDER BY name";
 | |
|             this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
 | |
|             this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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(dsMSSQL.CustomsDataTable dataTable, string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
 | |
|         public virtual dsMSSQL.CustomsDataTable GetData(string gcode) {
 | |
|             this.Adapter.SelectCommand = this.CommandCollection[0];
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.SelectCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             dsMSSQL.CustomsDataTable dataTable = new dsMSSQL.CustomsDataTable();
 | |
|             this.Adapter.Fill(dataTable);
 | |
|             return dataTable;
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL.CustomsDataTable dataTable) {
 | |
|             return this.Adapter.Update(dataTable);
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual int Update(dsMSSQL dataSet) {
 | |
|             return this.Adapter.Update(dataSet, "Customs");
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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", "17.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_gcode, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_uptae, 
 | |
|                     string Original_name, 
 | |
|                     string Original_name2, 
 | |
|                     string Original_owner, 
 | |
|                     string Original_ownertel, 
 | |
|                     string Original_address, 
 | |
|                     string Original_tel, 
 | |
|                     string Original_fax, 
 | |
|                     string Original_email, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_staff, 
 | |
|                     string Original_stafftel, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_uptae == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[5].Value = ((string)(Original_uptae));
 | |
|             }
 | |
|             if ((Original_name == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[7].Value = ((string)(Original_name));
 | |
|             }
 | |
|             if ((Original_name2 == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[9].Value = ((string)(Original_name2));
 | |
|             }
 | |
|             if ((Original_owner == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[11].Value = ((string)(Original_owner));
 | |
|             }
 | |
|             if ((Original_ownertel == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[13].Value = ((string)(Original_ownertel));
 | |
|             }
 | |
|             if ((Original_address == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_address));
 | |
|             }
 | |
|             if ((Original_tel == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_tel));
 | |
|             }
 | |
|             if ((Original_fax == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_fax));
 | |
|             }
 | |
|             if ((Original_email == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[21].Value = ((string)(Original_email));
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[23].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_staff == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[25].Value = ((string)(Original_staff));
 | |
|             }
 | |
|             if ((Original_stafftel == null)) {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.DeleteCommand.Parameters[27].Value = ((string)(Original_stafftel));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.DeleteCommand.Parameters[28].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.DeleteCommand.Parameters[29].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", "17.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 gcode, 
 | |
|                     string grp, 
 | |
|                     string uptae, 
 | |
|                     string name, 
 | |
|                     string name2, 
 | |
|                     string owner, 
 | |
|                     string ownertel, 
 | |
|                     string address, 
 | |
|                     string tel, 
 | |
|                     string fax, 
 | |
|                     string email, 
 | |
|                     string memo, 
 | |
|                     string staff, 
 | |
|                     string stafftel, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[1].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((uptae == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[2].Value = ((string)(uptae));
 | |
|             }
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[3].Value = ((string)(name));
 | |
|             }
 | |
|             if ((name2 == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[4].Value = ((string)(name2));
 | |
|             }
 | |
|             if ((owner == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[5].Value = ((string)(owner));
 | |
|             }
 | |
|             if ((ownertel == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[6].Value = ((string)(ownertel));
 | |
|             }
 | |
|             if ((address == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[7].Value = ((string)(address));
 | |
|             }
 | |
|             if ((tel == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[8].Value = ((string)(tel));
 | |
|             }
 | |
|             if ((fax == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[9].Value = ((string)(fax));
 | |
|             }
 | |
|             if ((email == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[10].Value = ((string)(email));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[11].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((staff == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[12].Value = ((string)(staff));
 | |
|             }
 | |
|             if ((stafftel == null)) {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.InsertCommand.Parameters[13].Value = ((string)(stafftel));
 | |
|             }
 | |
|             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));
 | |
|             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", "17.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 gcode, 
 | |
|                     string grp, 
 | |
|                     string uptae, 
 | |
|                     string name, 
 | |
|                     string name2, 
 | |
|                     string owner, 
 | |
|                     string ownertel, 
 | |
|                     string address, 
 | |
|                     string tel, 
 | |
|                     string fax, 
 | |
|                     string email, 
 | |
|                     string memo, 
 | |
|                     string staff, 
 | |
|                     string stafftel, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_uptae, 
 | |
|                     string Original_name, 
 | |
|                     string Original_name2, 
 | |
|                     string Original_owner, 
 | |
|                     string Original_ownertel, 
 | |
|                     string Original_address, 
 | |
|                     string Original_tel, 
 | |
|                     string Original_fax, 
 | |
|                     string Original_email, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_staff, 
 | |
|                     string Original_stafftel, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate, 
 | |
|                     int idx) {
 | |
|             if ((gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(gcode));
 | |
|             }
 | |
|             if ((grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(grp));
 | |
|             }
 | |
|             if ((uptae == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(uptae));
 | |
|             }
 | |
|             if ((name == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(name));
 | |
|             }
 | |
|             if ((name2 == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(name2));
 | |
|             }
 | |
|             if ((owner == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(owner));
 | |
|             }
 | |
|             if ((ownertel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(ownertel));
 | |
|             }
 | |
|             if ((address == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(address));
 | |
|             }
 | |
|             if ((tel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(tel));
 | |
|             }
 | |
|             if ((fax == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(fax));
 | |
|             }
 | |
|             if ((email == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(email));
 | |
|             }
 | |
|             if ((memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(memo));
 | |
|             }
 | |
|             if ((staff == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(staff));
 | |
|             }
 | |
|             if ((stafftel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(stafftel));
 | |
|             }
 | |
|             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));
 | |
|             this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_idx));
 | |
|             if ((Original_gcode == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_gcode");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_gcode));
 | |
|             }
 | |
|             if ((Original_grp == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_grp));
 | |
|             }
 | |
|             if ((Original_uptae == 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_uptae));
 | |
|             }
 | |
|             if ((Original_name == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(Original_name));
 | |
|             }
 | |
|             if ((Original_name2 == 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_name2));
 | |
|             }
 | |
|             if ((Original_owner == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(Original_owner));
 | |
|             }
 | |
|             if ((Original_ownertel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(Original_ownertel));
 | |
|             }
 | |
|             if ((Original_address == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_address));
 | |
|             }
 | |
|             if ((Original_tel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_tel));
 | |
|             }
 | |
|             if ((Original_fax == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(Original_fax));
 | |
|             }
 | |
|             if ((Original_email == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(Original_email));
 | |
|             }
 | |
|             if ((Original_memo == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Original_memo));
 | |
|             }
 | |
|             if ((Original_staff == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(Original_staff));
 | |
|             }
 | |
|             if ((Original_stafftel == null)) {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(1));
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(0));
 | |
|                 this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_stafftel));
 | |
|             }
 | |
|             if ((Original_wuid == null)) {
 | |
|                 throw new global::System.ArgumentNullException("Original_wuid");
 | |
|             }
 | |
|             else {
 | |
|                 this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_wuid));
 | |
|             }
 | |
|             this.Adapter.UpdateCommand.Parameters[45].Value = ((System.DateTime)(Original_wdate));
 | |
|             this.Adapter.UpdateCommand.Parameters[46].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", "17.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 gcode, 
 | |
|                     string grp, 
 | |
|                     string uptae, 
 | |
|                     string name, 
 | |
|                     string name2, 
 | |
|                     string owner, 
 | |
|                     string ownertel, 
 | |
|                     string address, 
 | |
|                     string tel, 
 | |
|                     string fax, 
 | |
|                     string email, 
 | |
|                     string memo, 
 | |
|                     string staff, 
 | |
|                     string stafftel, 
 | |
|                     string wuid, 
 | |
|                     System.DateTime wdate, 
 | |
|                     int Original_idx, 
 | |
|                     string Original_gcode, 
 | |
|                     string Original_grp, 
 | |
|                     string Original_uptae, 
 | |
|                     string Original_name, 
 | |
|                     string Original_name2, 
 | |
|                     string Original_owner, 
 | |
|                     string Original_ownertel, 
 | |
|                     string Original_address, 
 | |
|                     string Original_tel, 
 | |
|                     string Original_fax, 
 | |
|                     string Original_email, 
 | |
|                     string Original_memo, 
 | |
|                     string Original_staff, 
 | |
|                     string Original_stafftel, 
 | |
|                     string Original_wuid, 
 | |
|                     System.DateTime Original_wdate) {
 | |
|             return this.Update(gcode, grp, uptae, name, name2, owner, ownertel, address, tel, fax, email, memo, staff, stafftel, wuid, wdate, Original_idx, Original_gcode, Original_grp, Original_uptae, Original_name, Original_name2, Original_owner, Original_ownertel, Original_address, Original_tel, Original_fax, Original_email, Original_memo, Original_staff, Original_stafftel, 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 QueriesTableAdapter : global::System.ComponentModel.Component {
 | |
|         
 | |
|         private global::System.Data.IDbCommand[] _commandCollection;
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         protected global::System.Data.IDbCommand[] CommandCollection {
 | |
|             get {
 | |
|                 if ((this._commandCollection == null)) {
 | |
|                     this.InitCommandCollection();
 | |
|                 }
 | |
|                 return this._commandCollection;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         private void InitCommandCollection() {
 | |
|             this._commandCollection = new global::System.Data.IDbCommand[3];
 | |
|             this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.gwcs);
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandText = "SELECT  ISNULL(name, \'\') AS itemName\r\nFROM     Items WITH (nolock)\r\nWHERE  (idx =" +
 | |
|                 " @id)";
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).CommandType = global::System.Data.CommandType.Text;
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[0])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.gwcs);
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).CommandText = "SELECT  ISNULL(name, \'\') AS ProjectName\r\nFROM     Projects WITH (nolock)\r\nWHERE  " +
 | |
|                 "(idx = @idx)";
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).CommandType = global::System.Data.CommandType.Text;
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[1])).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, "", "", ""));
 | |
|             this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand();
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Connection = new global::System.Data.SqlClient.SqlConnection(global::Project.Properties.Settings.Default.gwcs);
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).CommandText = "dbo.GetUserLoginCheck";
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).CommandType = global::System.Data.CommandType.StoredProcedure;
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.ReturnValue, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@id", global::System.Data.SqlDbType.VarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|             ((global::System.Data.SqlClient.SqlCommand)(this._commandCollection[2])).Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@pw", global::System.Data.SqlDbType.VarChar, 100, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual string GetItemName(int id) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[0]));
 | |
|             command.Parameters[0].Value = ((int)(id));
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return null;
 | |
|             }
 | |
|             else {
 | |
|                 return ((string)(returnValue));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual string GetProjectName(int idx) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[1]));
 | |
|             command.Parameters[0].Value = ((int)(idx));
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return null;
 | |
|             }
 | |
|             else {
 | |
|                 return ((string)(returnValue));
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
 | |
|         public virtual object GetUserLoginCheck(string id, string pw) {
 | |
|             global::System.Data.SqlClient.SqlCommand command = ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[2]));
 | |
|             if ((id == null)) {
 | |
|                 command.Parameters[1].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[1].Value = ((string)(id));
 | |
|             }
 | |
|             if ((pw == null)) {
 | |
|                 command.Parameters[2].Value = global::System.DBNull.Value;
 | |
|             }
 | |
|             else {
 | |
|                 command.Parameters[2].Value = ((string)(pw));
 | |
|             }
 | |
|             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();
 | |
|             }
 | |
|             object returnValue;
 | |
|             try {
 | |
|                 returnValue = command.ExecuteScalar();
 | |
|             }
 | |
|             finally {
 | |
|                 if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
 | |
|                     command.Connection.Close();
 | |
|                 }
 | |
|             }
 | |
|             if (((returnValue == null) 
 | |
|                         || (returnValue.GetType() == typeof(global::System.DBNull)))) {
 | |
|                 return null;
 | |
|             }
 | |
|             else {
 | |
|                 return ((object)(returnValue));
 | |
|             }
 | |
|         }
 | |
|     }
 | |
|     
 | |
|     /// <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 UsersTableAdapter _usersTableAdapter;
 | |
|         
 | |
|         private ProjectsTableAdapter _projectsTableAdapter;
 | |
|         
 | |
|         private ItemsTableAdapter _itemsTableAdapter;
 | |
|         
 | |
|         private InventoryTableAdapter _inventoryTableAdapter;
 | |
|         
 | |
|         private LineCodeTableAdapter _lineCodeTableAdapter;
 | |
|         
 | |
|         private UserGroupTableAdapter _userGroupTableAdapter;
 | |
|         
 | |
|         private EETGW_GroupUserTableAdapter _eETGW_GroupUserTableAdapter;
 | |
|         
 | |
|         private vGroupUserTableAdapter _vGroupUserTableAdapter;
 | |
|         
 | |
|         private JobReportTableAdapter _jobReportTableAdapter;
 | |
|         
 | |
|         private MailDataTableAdapter _mailDataTableAdapter;
 | |
|         
 | |
|         private MailAutoTableAdapter _mailAutoTableAdapter;
 | |
|         
 | |
|         private BoardFAQTableAdapter _boardFAQTableAdapter;
 | |
|         
 | |
|         private EETGW_LoginInfoTableAdapter _eETGW_LoginInfoTableAdapter;
 | |
|         
 | |
|         private EETGW_JobReport_AutoInputTableAdapter _eETGW_JobReport_AutoInputTableAdapter;
 | |
|         
 | |
|         private PurchaseTableAdapter _purchaseTableAdapter;
 | |
|         
 | |
|         private HolidayLIstTableAdapter _holidayLIstTableAdapter;
 | |
|         
 | |
|         private CustomsTableAdapter _customsTableAdapter;
 | |
|         
 | |
|         private bool _backupDataSetBeforeUpdate;
 | |
|         
 | |
|         private global::System.Data.IDbConnection _connection;
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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 UsersTableAdapter UsersTableAdapter {
 | |
|             get {
 | |
|                 return this._usersTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._usersTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 ProjectsTableAdapter ProjectsTableAdapter {
 | |
|             get {
 | |
|                 return this._projectsTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._projectsTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 ItemsTableAdapter ItemsTableAdapter {
 | |
|             get {
 | |
|                 return this._itemsTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._itemsTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 InventoryTableAdapter InventoryTableAdapter {
 | |
|             get {
 | |
|                 return this._inventoryTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._inventoryTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.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 UserGroupTableAdapter UserGroupTableAdapter {
 | |
|             get {
 | |
|                 return this._userGroupTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._userGroupTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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_GroupUserTableAdapter EETGW_GroupUserTableAdapter {
 | |
|             get {
 | |
|                 return this._eETGW_GroupUserTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._eETGW_GroupUserTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 vGroupUserTableAdapter vGroupUserTableAdapter {
 | |
|             get {
 | |
|                 return this._vGroupUserTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._vGroupUserTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 JobReportTableAdapter JobReportTableAdapter {
 | |
|             get {
 | |
|                 return this._jobReportTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._jobReportTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 MailDataTableAdapter MailDataTableAdapter {
 | |
|             get {
 | |
|                 return this._mailDataTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._mailDataTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 MailAutoTableAdapter MailAutoTableAdapter {
 | |
|             get {
 | |
|                 return this._mailAutoTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._mailAutoTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 BoardFAQTableAdapter BoardFAQTableAdapter {
 | |
|             get {
 | |
|                 return this._boardFAQTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._boardFAQTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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_LoginInfoTableAdapter EETGW_LoginInfoTableAdapter {
 | |
|             get {
 | |
|                 return this._eETGW_LoginInfoTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._eETGW_LoginInfoTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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_JobReport_AutoInputTableAdapter EETGW_JobReport_AutoInputTableAdapter {
 | |
|             get {
 | |
|                 return this._eETGW_JobReport_AutoInputTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._eETGW_JobReport_AutoInputTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 PurchaseTableAdapter PurchaseTableAdapter {
 | |
|             get {
 | |
|                 return this._purchaseTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._purchaseTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 HolidayLIstTableAdapter HolidayLIstTableAdapter {
 | |
|             get {
 | |
|                 return this._holidayLIstTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._holidayLIstTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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 CustomsTableAdapter CustomsTableAdapter {
 | |
|             get {
 | |
|                 return this._customsTableAdapter;
 | |
|             }
 | |
|             set {
 | |
|                 this._customsTableAdapter = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.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", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         public global::System.Data.IDbConnection Connection {
 | |
|             get {
 | |
|                 if ((this._connection != null)) {
 | |
|                     return this._connection;
 | |
|                 }
 | |
|                 if (((this._usersTableAdapter != null) 
 | |
|                             && (this._usersTableAdapter.Connection != null))) {
 | |
|                     return this._usersTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._projectsTableAdapter != null) 
 | |
|                             && (this._projectsTableAdapter.Connection != null))) {
 | |
|                     return this._projectsTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._itemsTableAdapter != null) 
 | |
|                             && (this._itemsTableAdapter.Connection != null))) {
 | |
|                     return this._itemsTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._inventoryTableAdapter != null) 
 | |
|                             && (this._inventoryTableAdapter.Connection != null))) {
 | |
|                     return this._inventoryTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._lineCodeTableAdapter != null) 
 | |
|                             && (this._lineCodeTableAdapter.Connection != null))) {
 | |
|                     return this._lineCodeTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._userGroupTableAdapter != null) 
 | |
|                             && (this._userGroupTableAdapter.Connection != null))) {
 | |
|                     return this._userGroupTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._eETGW_GroupUserTableAdapter != null) 
 | |
|                             && (this._eETGW_GroupUserTableAdapter.Connection != null))) {
 | |
|                     return this._eETGW_GroupUserTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._vGroupUserTableAdapter != null) 
 | |
|                             && (this._vGroupUserTableAdapter.Connection != null))) {
 | |
|                     return this._vGroupUserTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._jobReportTableAdapter != null) 
 | |
|                             && (this._jobReportTableAdapter.Connection != null))) {
 | |
|                     return this._jobReportTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._mailDataTableAdapter != null) 
 | |
|                             && (this._mailDataTableAdapter.Connection != null))) {
 | |
|                     return this._mailDataTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._mailAutoTableAdapter != null) 
 | |
|                             && (this._mailAutoTableAdapter.Connection != null))) {
 | |
|                     return this._mailAutoTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._boardFAQTableAdapter != null) 
 | |
|                             && (this._boardFAQTableAdapter.Connection != null))) {
 | |
|                     return this._boardFAQTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._eETGW_LoginInfoTableAdapter != null) 
 | |
|                             && (this._eETGW_LoginInfoTableAdapter.Connection != null))) {
 | |
|                     return this._eETGW_LoginInfoTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._eETGW_JobReport_AutoInputTableAdapter != null) 
 | |
|                             && (this._eETGW_JobReport_AutoInputTableAdapter.Connection != null))) {
 | |
|                     return this._eETGW_JobReport_AutoInputTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._purchaseTableAdapter != null) 
 | |
|                             && (this._purchaseTableAdapter.Connection != null))) {
 | |
|                     return this._purchaseTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._holidayLIstTableAdapter != null) 
 | |
|                             && (this._holidayLIstTableAdapter.Connection != null))) {
 | |
|                     return this._holidayLIstTableAdapter.Connection;
 | |
|                 }
 | |
|                 if (((this._customsTableAdapter != null) 
 | |
|                             && (this._customsTableAdapter.Connection != null))) {
 | |
|                     return this._customsTableAdapter.Connection;
 | |
|                 }
 | |
|                 return null;
 | |
|             }
 | |
|             set {
 | |
|                 this._connection = value;
 | |
|             }
 | |
|         }
 | |
|         
 | |
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 | |
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
 | |
|         [global::System.ComponentModel.Browsable(false)]
 | |
|         public int TableAdapterInstanceCount {
 | |
|             get {
 | |
|                 int count = 0;
 | |
|                 if ((this._usersTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._projectsTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._itemsTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._inventoryTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._lineCodeTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._userGroupTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._eETGW_GroupUserTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._vGroupUserTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._jobReportTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._mailDataTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._mailAutoTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._boardFAQTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._eETGW_LoginInfoTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._eETGW_JobReport_AutoInputTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._purchaseTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._holidayLIstTableAdapter != null)) {
 | |
|                     count = (count + 1);
 | |
|                 }
 | |
|                 if ((this._customsTableAdapter != 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", "17.0.0.0")]
 | |
|         private int UpdateUpdatedRows(dsMSSQL 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._usersTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.Users.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._usersTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._holidayLIstTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.HolidayLIst.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._holidayLIstTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._purchaseTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.Purchase.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._purchaseTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_JobReport_AutoInputTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EETGW_JobReport_AutoInput.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._eETGW_JobReport_AutoInputTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_LoginInfoTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EETGW_LoginInfo.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._eETGW_LoginInfoTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._boardFAQTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.BoardFAQ.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._boardFAQTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._mailAutoTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.MailAuto.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._mailAutoTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._mailDataTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.MailData.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._mailDataTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._jobReportTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.JobReport.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._jobReportTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._vGroupUserTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.vGroupUser.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._vGroupUserTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_GroupUserTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.EETGW_GroupUser.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._eETGW_GroupUserTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._userGroupTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.UserGroup.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._userGroupTableAdapter.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._inventoryTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.Inventory.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._inventoryTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._itemsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.Items.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._itemsTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._projectsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.Projects.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._projectsTableAdapter.Update(updatedRows));
 | |
|                     allChangedRows.AddRange(updatedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._customsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] updatedRows = dataSet.Customs.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
 | |
|                 updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
 | |
|                 if (((updatedRows != null) 
 | |
|                             && (0 < updatedRows.Length))) {
 | |
|                     result = (result + this._customsTableAdapter.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", "17.0.0.0")]
 | |
|         private int UpdateInsertedRows(dsMSSQL dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows) {
 | |
|             int result = 0;
 | |
|             if ((this._usersTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.Users.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._usersTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._holidayLIstTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.HolidayLIst.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._holidayLIstTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._purchaseTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.Purchase.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._purchaseTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_JobReport_AutoInputTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EETGW_JobReport_AutoInput.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._eETGW_JobReport_AutoInputTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_LoginInfoTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EETGW_LoginInfo.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._eETGW_LoginInfoTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._boardFAQTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.BoardFAQ.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._boardFAQTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._mailAutoTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.MailAuto.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._mailAutoTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._mailDataTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.MailData.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._mailDataTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._jobReportTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.JobReport.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._jobReportTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._vGroupUserTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.vGroupUser.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._vGroupUserTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_GroupUserTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.EETGW_GroupUser.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._eETGW_GroupUserTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._userGroupTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.UserGroup.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._userGroupTableAdapter.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._inventoryTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.Inventory.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._inventoryTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._itemsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.Items.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._itemsTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._projectsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.Projects.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._projectsTableAdapter.Update(addedRows));
 | |
|                     allAddedRows.AddRange(addedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._customsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] addedRows = dataSet.Customs.Select(null, null, global::System.Data.DataViewRowState.Added);
 | |
|                 if (((addedRows != null) 
 | |
|                             && (0 < addedRows.Length))) {
 | |
|                     result = (result + this._customsTableAdapter.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", "17.0.0.0")]
 | |
|         private int UpdateDeletedRows(dsMSSQL dataSet, global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows) {
 | |
|             int result = 0;
 | |
|             if ((this._customsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.Customs.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._customsTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._projectsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.Projects.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._projectsTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._itemsTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.Items.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._itemsTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._inventoryTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.Inventory.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._inventoryTableAdapter.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._userGroupTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.UserGroup.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._userGroupTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_GroupUserTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EETGW_GroupUser.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._eETGW_GroupUserTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._vGroupUserTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.vGroupUser.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._vGroupUserTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._jobReportTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.JobReport.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._jobReportTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._mailDataTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.MailData.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._mailDataTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._mailAutoTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.MailAuto.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._mailAutoTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._boardFAQTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.BoardFAQ.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._boardFAQTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_LoginInfoTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EETGW_LoginInfo.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._eETGW_LoginInfoTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._eETGW_JobReport_AutoInputTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.EETGW_JobReport_AutoInput.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._eETGW_JobReport_AutoInputTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._purchaseTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.Purchase.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._purchaseTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._holidayLIstTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.HolidayLIst.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._holidayLIstTableAdapter.Update(deletedRows));
 | |
|                     allChangedRows.AddRange(deletedRows);
 | |
|                 }
 | |
|             }
 | |
|             if ((this._usersTableAdapter != null)) {
 | |
|                 global::System.Data.DataRow[] deletedRows = dataSet.Users.Select(null, null, global::System.Data.DataViewRowState.Deleted);
 | |
|                 if (((deletedRows != null) 
 | |
|                             && (0 < deletedRows.Length))) {
 | |
|                     result = (result + this._usersTableAdapter.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", "17.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", "17.0.0.0")]
 | |
|         public virtual int UpdateAll(dsMSSQL dataSet) {
 | |
|             if ((dataSet == null)) {
 | |
|                 throw new global::System.ArgumentNullException("dataSet");
 | |
|             }
 | |
|             if ((dataSet.HasChanges() == false)) {
 | |
|                 return 0;
 | |
|             }
 | |
|             if (((this._usersTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._usersTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._projectsTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._projectsTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._itemsTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._itemsTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._inventoryTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._inventoryTableAdapter.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._userGroupTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._userGroupTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._eETGW_GroupUserTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._eETGW_GroupUserTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._vGroupUserTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._vGroupUserTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._jobReportTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._jobReportTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._mailDataTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._mailDataTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._mailAutoTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._mailAutoTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._boardFAQTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._boardFAQTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._eETGW_LoginInfoTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._eETGW_LoginInfoTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._eETGW_JobReport_AutoInputTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._eETGW_JobReport_AutoInputTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._purchaseTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._purchaseTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._holidayLIstTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._holidayLIstTableAdapter.Connection) == false))) {
 | |
|                 throw new global::System.ArgumentException("TableAdapterManager에서 관리하는 모든 TableAdapter에는 동일한 연결 문자열을 사용해야 합니다.");
 | |
|             }
 | |
|             if (((this._customsTableAdapter != null) 
 | |
|                         && (this.MatchTableAdapterConnection(this._customsTableAdapter.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._usersTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._usersTableAdapter, this._usersTableAdapter.Connection);
 | |
|                     this._usersTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._usersTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._usersTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._usersTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._usersTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._projectsTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._projectsTableAdapter, this._projectsTableAdapter.Connection);
 | |
|                     this._projectsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._projectsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._projectsTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._projectsTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._projectsTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._itemsTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._itemsTableAdapter, this._itemsTableAdapter.Connection);
 | |
|                     this._itemsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._itemsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._itemsTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._itemsTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._itemsTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._inventoryTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._inventoryTableAdapter, this._inventoryTableAdapter.Connection);
 | |
|                     this._inventoryTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._inventoryTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._inventoryTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._inventoryTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._inventoryTableAdapter.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._userGroupTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._userGroupTableAdapter, this._userGroupTableAdapter.Connection);
 | |
|                     this._userGroupTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._userGroupTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._userGroupTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._userGroupTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._userGroupTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._eETGW_GroupUserTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._eETGW_GroupUserTableAdapter, this._eETGW_GroupUserTableAdapter.Connection);
 | |
|                     this._eETGW_GroupUserTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._eETGW_GroupUserTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._eETGW_GroupUserTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._eETGW_GroupUserTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._eETGW_GroupUserTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._vGroupUserTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._vGroupUserTableAdapter, this._vGroupUserTableAdapter.Connection);
 | |
|                     this._vGroupUserTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._vGroupUserTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._vGroupUserTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._vGroupUserTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._vGroupUserTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._jobReportTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._jobReportTableAdapter, this._jobReportTableAdapter.Connection);
 | |
|                     this._jobReportTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._jobReportTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._jobReportTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._jobReportTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._jobReportTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._mailDataTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._mailDataTableAdapter, this._mailDataTableAdapter.Connection);
 | |
|                     this._mailDataTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._mailDataTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._mailDataTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._mailDataTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._mailDataTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._mailAutoTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._mailAutoTableAdapter, this._mailAutoTableAdapter.Connection);
 | |
|                     this._mailAutoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._mailAutoTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._mailAutoTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._mailAutoTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._mailAutoTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._boardFAQTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._boardFAQTableAdapter, this._boardFAQTableAdapter.Connection);
 | |
|                     this._boardFAQTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._boardFAQTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._boardFAQTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._boardFAQTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._boardFAQTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._eETGW_LoginInfoTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._eETGW_LoginInfoTableAdapter, this._eETGW_LoginInfoTableAdapter.Connection);
 | |
|                     this._eETGW_LoginInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._eETGW_LoginInfoTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._eETGW_LoginInfoTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._eETGW_LoginInfoTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._eETGW_LoginInfoTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._eETGW_JobReport_AutoInputTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._eETGW_JobReport_AutoInputTableAdapter, this._eETGW_JobReport_AutoInputTableAdapter.Connection);
 | |
|                     this._eETGW_JobReport_AutoInputTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._eETGW_JobReport_AutoInputTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._eETGW_JobReport_AutoInputTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._eETGW_JobReport_AutoInputTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._eETGW_JobReport_AutoInputTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._purchaseTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._purchaseTableAdapter, this._purchaseTableAdapter.Connection);
 | |
|                     this._purchaseTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._purchaseTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._purchaseTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._purchaseTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._purchaseTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._holidayLIstTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._holidayLIstTableAdapter, this._holidayLIstTableAdapter.Connection);
 | |
|                     this._holidayLIstTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._holidayLIstTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._holidayLIstTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._holidayLIstTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._holidayLIstTableAdapter.Adapter);
 | |
|                     }
 | |
|                 }
 | |
|                 if ((this._customsTableAdapter != null)) {
 | |
|                     revertConnections.Add(this._customsTableAdapter, this._customsTableAdapter.Connection);
 | |
|                     this._customsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection));
 | |
|                     this._customsTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction));
 | |
|                     if (this._customsTableAdapter.Adapter.AcceptChangesDuringUpdate) {
 | |
|                         this._customsTableAdapter.Adapter.AcceptChangesDuringUpdate = false;
 | |
|                         adaptersWithAcceptChangesDuringUpdate.Add(this._customsTableAdapter.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._usersTableAdapter != null)) {
 | |
|                     this._usersTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._usersTableAdapter]));
 | |
|                     this._usersTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._projectsTableAdapter != null)) {
 | |
|                     this._projectsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._projectsTableAdapter]));
 | |
|                     this._projectsTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._itemsTableAdapter != null)) {
 | |
|                     this._itemsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._itemsTableAdapter]));
 | |
|                     this._itemsTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._inventoryTableAdapter != null)) {
 | |
|                     this._inventoryTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._inventoryTableAdapter]));
 | |
|                     this._inventoryTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._lineCodeTableAdapter != null)) {
 | |
|                     this._lineCodeTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._lineCodeTableAdapter]));
 | |
|                     this._lineCodeTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._userGroupTableAdapter != null)) {
 | |
|                     this._userGroupTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._userGroupTableAdapter]));
 | |
|                     this._userGroupTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._eETGW_GroupUserTableAdapter != null)) {
 | |
|                     this._eETGW_GroupUserTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._eETGW_GroupUserTableAdapter]));
 | |
|                     this._eETGW_GroupUserTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._vGroupUserTableAdapter != null)) {
 | |
|                     this._vGroupUserTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._vGroupUserTableAdapter]));
 | |
|                     this._vGroupUserTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._jobReportTableAdapter != null)) {
 | |
|                     this._jobReportTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._jobReportTableAdapter]));
 | |
|                     this._jobReportTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._mailDataTableAdapter != null)) {
 | |
|                     this._mailDataTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._mailDataTableAdapter]));
 | |
|                     this._mailDataTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._mailAutoTableAdapter != null)) {
 | |
|                     this._mailAutoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._mailAutoTableAdapter]));
 | |
|                     this._mailAutoTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._boardFAQTableAdapter != null)) {
 | |
|                     this._boardFAQTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._boardFAQTableAdapter]));
 | |
|                     this._boardFAQTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._eETGW_LoginInfoTableAdapter != null)) {
 | |
|                     this._eETGW_LoginInfoTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._eETGW_LoginInfoTableAdapter]));
 | |
|                     this._eETGW_LoginInfoTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._eETGW_JobReport_AutoInputTableAdapter != null)) {
 | |
|                     this._eETGW_JobReport_AutoInputTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._eETGW_JobReport_AutoInputTableAdapter]));
 | |
|                     this._eETGW_JobReport_AutoInputTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._purchaseTableAdapter != null)) {
 | |
|                     this._purchaseTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._purchaseTableAdapter]));
 | |
|                     this._purchaseTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._holidayLIstTableAdapter != null)) {
 | |
|                     this._holidayLIstTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._holidayLIstTableAdapter]));
 | |
|                     this._holidayLIstTableAdapter.Transaction = null;
 | |
|                 }
 | |
|                 if ((this._customsTableAdapter != null)) {
 | |
|                     this._customsTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._customsTableAdapter]));
 | |
|                     this._customsTableAdapter.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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", "17.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 | 
