//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.hr.ws_hr_changework_ctrl { /// ///Represents a strongly typed in-memory cache of data. /// [global::System.Serializable()] [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [global::System.Xml.Serialization.XmlRootAttribute("DataSet1")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSet1 : global::System.Data.DataSet { private HREMPLOYEEDataTable tableHREMPLOYEE; private HRLOGCHANGEWORKDataTable tableHRLOGCHANGEWORK; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { 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(); this.InitExpressions(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(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; if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) { this.InitExpressions(); } 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["HREMPLOYEE"] != null)) { base.Tables.Add(new HREMPLOYEEDataTable(ds.Tables["HREMPLOYEE"])); } if ((ds.Tables["HRLOGCHANGEWORK"] != null)) { base.Tables.Add(new HRLOGCHANGEWORKDataTable(ds.Tables["HRLOGCHANGEWORK"])); } 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.InitExpressions(); } 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", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public HREMPLOYEEDataTable HREMPLOYEE { get { return this.tableHREMPLOYEE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public HRLOGCHANGEWORKDataTable HRLOGCHANGEWORK { get { return this.tableHRLOGCHANGEWORK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.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", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.InitExpressions(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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["HREMPLOYEE"] != null)) { base.Tables.Add(new HREMPLOYEEDataTable(ds.Tables["HREMPLOYEE"])); } if ((ds.Tables["HRLOGCHANGEWORK"] != null)) { base.Tables.Add(new HRLOGCHANGEWORKDataTable(ds.Tables["HRLOGCHANGEWORK"])); } 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", "4.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", "4.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars(bool initTable) { this.tableHREMPLOYEE = ((HREMPLOYEEDataTable)(base.Tables["HREMPLOYEE"])); if ((initTable == true)) { if ((this.tableHREMPLOYEE != null)) { this.tableHREMPLOYEE.InitVars(); } } this.tableHRLOGCHANGEWORK = ((HRLOGCHANGEWORKDataTable)(base.Tables["HRLOGCHANGEWORK"])); if ((initTable == true)) { if ((this.tableHRLOGCHANGEWORK != null)) { this.tableHRLOGCHANGEWORK.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableHREMPLOYEE = new HREMPLOYEEDataTable(false); base.Tables.Add(this.tableHREMPLOYEE); this.tableHRLOGCHANGEWORK = new HRLOGCHANGEWORKDataTable(); base.Tables.Add(this.tableHRLOGCHANGEWORK); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeHREMPLOYEE() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeHRLOGCHANGEWORK() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); 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.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.HREMPLOYEE.FULLNAMEColumn.Expression = "prename_desc+emp_name+\' \'+emp_surname"; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void HREMPLOYEERowChangeEventHandler(object sender, HREMPLOYEERowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void HRLOGCHANGEWORKRowChangeEventHandler(object sender, HRLOGCHANGEWORKRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class HREMPLOYEEDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnEMP_NO; private global::System.Data.DataColumn columnPRENAME_CODE; private global::System.Data.DataColumn columnEMP_NAME; private global::System.Data.DataColumn columnEMP_SURNAME; private global::System.Data.DataColumn columnEMP_ENAME; private global::System.Data.DataColumn columnEMP_ESURNAME; private global::System.Data.DataColumn columnEMP_NICKNAME; private global::System.Data.DataColumn columnEMPTYPE_CODE; private global::System.Data.DataColumn columnDEPTGRP_CODE; private global::System.Data.DataColumn columnPOS_CODE; private global::System.Data.DataColumn columnSEX; private global::System.Data.DataColumn columnBLOOD_GRP; private global::System.Data.DataColumn columnWEIGHT; private global::System.Data.DataColumn columnHEIGHT; private global::System.Data.DataColumn columnNATION; private global::System.Data.DataColumn columnRELIGION; private global::System.Data.DataColumn columnADN_NO; private global::System.Data.DataColumn columnADN_TAMBOL; private global::System.Data.DataColumn columnADN_AMPHUR; private global::System.Data.DataColumn columnADN_PROVINCE; private global::System.Data.DataColumn columnADN_POSTCODE; private global::System.Data.DataColumn columnADN_TEL; private global::System.Data.DataColumn columnADN_EMAIL; private global::System.Data.DataColumn columnADR_NO; private global::System.Data.DataColumn columnADR_TAMBOL; private global::System.Data.DataColumn columnADR_AMPHUR; private global::System.Data.DataColumn columnADR_PROVINCE; private global::System.Data.DataColumn columnADR_POSTCODE; private global::System.Data.DataColumn columnID_CARD; private global::System.Data.DataColumn columnBIRTH_DATE; private global::System.Data.DataColumn columnWORK_DATE; private global::System.Data.DataColumn columnRESIGN_DATE; private global::System.Data.DataColumn columnCONTAIN_DATE; private global::System.Data.DataColumn columnTERM_DATE; private global::System.Data.DataColumn columnSALARY_ID; private global::System.Data.DataColumn columnSALARY_AMT; private global::System.Data.DataColumn columnSALEXP_CODE; private global::System.Data.DataColumn columnSALEXP_BANK; private global::System.Data.DataColumn columnSALEXP_BRANCH; private global::System.Data.DataColumn columnSALEXP_ACCID; private global::System.Data.DataColumn columnTAX_CALCODE; private global::System.Data.DataColumn columnTAX_BFAMT; private global::System.Data.DataColumn columnSS_STATUS; private global::System.Data.DataColumn columnSS_APPFIRSTSTS; private global::System.Data.DataColumn columnSS_BFAMT; private global::System.Data.DataColumn columnSS_APPDATE; private global::System.Data.DataColumn columnSS_RATE; private global::System.Data.DataColumn columnSS_HOSPITAL; private global::System.Data.DataColumn columnPROVF_STATUS; private global::System.Data.DataColumn columnPROVF_CORPRATE; private global::System.Data.DataColumn columnPROVF_EMPRATE; private global::System.Data.DataColumn columnPROVF_APPDATE; private global::System.Data.DataColumn columnPROVF_RESIGNDATE; private global::System.Data.DataColumn columnPROVF_BFAMT; private global::System.Data.DataColumn columnREF_MEMBNO; private global::System.Data.DataColumn columnEMP_STATUS; private global::System.Data.DataColumn columnPRENAME_DESC; private global::System.Data.DataColumn columnFULLNAME; private global::System.Data.DataColumn columnDEPTGRP_DESC; private global::System.Data.DataColumn columnPOS_DESC; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEEDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEEDataTable(bool initExpressions) { this.TableName = "HREMPLOYEE"; this.BeginInit(); this.InitClass(); if ((initExpressions == true)) { this.InitExpressions(); } this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal HREMPLOYEEDataTable(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", "4.0.0.0")] protected HREMPLOYEEDataTable(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", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_NOColumn { get { return this.columnEMP_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRENAME_CODEColumn { get { return this.columnPRENAME_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_NAMEColumn { get { return this.columnEMP_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_SURNAMEColumn { get { return this.columnEMP_SURNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_ENAMEColumn { get { return this.columnEMP_ENAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_ESURNAMEColumn { get { return this.columnEMP_ESURNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_NICKNAMEColumn { get { return this.columnEMP_NICKNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMPTYPE_CODEColumn { get { return this.columnEMPTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTGRP_CODEColumn { get { return this.columnDEPTGRP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_CODEColumn { get { return this.columnPOS_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEXColumn { get { return this.columnSEX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BLOOD_GRPColumn { get { return this.columnBLOOD_GRP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WEIGHTColumn { get { return this.columnWEIGHT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn HEIGHTColumn { get { return this.columnHEIGHT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NATIONColumn { get { return this.columnNATION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RELIGIONColumn { get { return this.columnRELIGION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_NOColumn { get { return this.columnADN_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_TAMBOLColumn { get { return this.columnADN_TAMBOL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_AMPHURColumn { get { return this.columnADN_AMPHUR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_PROVINCEColumn { get { return this.columnADN_PROVINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_POSTCODEColumn { get { return this.columnADN_POSTCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_TELColumn { get { return this.columnADN_TEL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADN_EMAILColumn { get { return this.columnADN_EMAIL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADR_NOColumn { get { return this.columnADR_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADR_TAMBOLColumn { get { return this.columnADR_TAMBOL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADR_AMPHURColumn { get { return this.columnADR_AMPHUR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADR_PROVINCEColumn { get { return this.columnADR_PROVINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ADR_POSTCODEColumn { get { return this.columnADR_POSTCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ID_CARDColumn { get { return this.columnID_CARD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BIRTH_DATEColumn { get { return this.columnBIRTH_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WORK_DATEColumn { get { return this.columnWORK_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RESIGN_DATEColumn { get { return this.columnRESIGN_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTAIN_DATEColumn { get { return this.columnCONTAIN_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TERM_DATEColumn { get { return this.columnTERM_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALARY_IDColumn { get { return this.columnSALARY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALARY_AMTColumn { get { return this.columnSALARY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALEXP_CODEColumn { get { return this.columnSALEXP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALEXP_BANKColumn { get { return this.columnSALEXP_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALEXP_BRANCHColumn { get { return this.columnSALEXP_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALEXP_ACCIDColumn { get { return this.columnSALEXP_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAX_CALCODEColumn { get { return this.columnTAX_CALCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAX_BFAMTColumn { get { return this.columnTAX_BFAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SS_STATUSColumn { get { return this.columnSS_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SS_APPFIRSTSTSColumn { get { return this.columnSS_APPFIRSTSTS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SS_BFAMTColumn { get { return this.columnSS_BFAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SS_APPDATEColumn { get { return this.columnSS_APPDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SS_RATEColumn { get { return this.columnSS_RATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SS_HOSPITALColumn { get { return this.columnSS_HOSPITAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PROVF_STATUSColumn { get { return this.columnPROVF_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PROVF_CORPRATEColumn { get { return this.columnPROVF_CORPRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PROVF_EMPRATEColumn { get { return this.columnPROVF_EMPRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PROVF_APPDATEColumn { get { return this.columnPROVF_APPDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PROVF_RESIGNDATEColumn { get { return this.columnPROVF_RESIGNDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PROVF_BFAMTColumn { get { return this.columnPROVF_BFAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_MEMBNOColumn { get { return this.columnREF_MEMBNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_STATUSColumn { get { return this.columnEMP_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRENAME_DESCColumn { get { return this.columnPRENAME_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FULLNAMEColumn { get { return this.columnFULLNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTGRP_DESCColumn { get { return this.columnDEPTGRP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_DESCColumn { get { return this.columnPOS_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEERow this[int index] { get { return ((HREMPLOYEERow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HREMPLOYEERowChangeEventHandler HREMPLOYEERowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HREMPLOYEERowChangeEventHandler HREMPLOYEERowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HREMPLOYEERowChangeEventHandler HREMPLOYEERowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HREMPLOYEERowChangeEventHandler HREMPLOYEERowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddHREMPLOYEERow(HREMPLOYEERow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEERow AddHREMPLOYEERow( string COOP_ID, string EMP_NO, string PRENAME_CODE, string EMP_NAME, string EMP_SURNAME, string EMP_ENAME, string EMP_ESURNAME, string EMP_NICKNAME, string EMPTYPE_CODE, string DEPTGRP_CODE, string POS_CODE, string SEX, string BLOOD_GRP, decimal WEIGHT, decimal HEIGHT, string NATION, string RELIGION, string ADN_NO, string ADN_TAMBOL, string ADN_AMPHUR, string ADN_PROVINCE, string ADN_POSTCODE, string ADN_TEL, string ADN_EMAIL, string ADR_NO, string ADR_TAMBOL, string ADR_AMPHUR, string ADR_PROVINCE, string ADR_POSTCODE, string ID_CARD, System.DateTime BIRTH_DATE, System.DateTime WORK_DATE, System.DateTime RESIGN_DATE, System.DateTime CONTAIN_DATE, System.DateTime TERM_DATE, string SALARY_ID, decimal SALARY_AMT, string SALEXP_CODE, string SALEXP_BANK, string SALEXP_BRANCH, string SALEXP_ACCID, string TAX_CALCODE, decimal TAX_BFAMT, decimal SS_STATUS, decimal SS_APPFIRSTSTS, decimal SS_BFAMT, System.DateTime SS_APPDATE, decimal SS_RATE, string SS_HOSPITAL, decimal PROVF_STATUS, decimal PROVF_CORPRATE, decimal PROVF_EMPRATE, System.DateTime PROVF_APPDATE, System.DateTime PROVF_RESIGNDATE, decimal PROVF_BFAMT, string REF_MEMBNO, decimal EMP_STATUS, string PRENAME_DESC, string FULLNAME, string DEPTGRP_DESC, string POS_DESC) { HREMPLOYEERow rowHREMPLOYEERow = ((HREMPLOYEERow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, EMP_NO, PRENAME_CODE, EMP_NAME, EMP_SURNAME, EMP_ENAME, EMP_ESURNAME, EMP_NICKNAME, EMPTYPE_CODE, DEPTGRP_CODE, POS_CODE, SEX, BLOOD_GRP, WEIGHT, HEIGHT, NATION, RELIGION, ADN_NO, ADN_TAMBOL, ADN_AMPHUR, ADN_PROVINCE, ADN_POSTCODE, ADN_TEL, ADN_EMAIL, ADR_NO, ADR_TAMBOL, ADR_AMPHUR, ADR_PROVINCE, ADR_POSTCODE, ID_CARD, BIRTH_DATE, WORK_DATE, RESIGN_DATE, CONTAIN_DATE, TERM_DATE, SALARY_ID, SALARY_AMT, SALEXP_CODE, SALEXP_BANK, SALEXP_BRANCH, SALEXP_ACCID, TAX_CALCODE, TAX_BFAMT, SS_STATUS, SS_APPFIRSTSTS, SS_BFAMT, SS_APPDATE, SS_RATE, SS_HOSPITAL, PROVF_STATUS, PROVF_CORPRATE, PROVF_EMPRATE, PROVF_APPDATE, PROVF_RESIGNDATE, PROVF_BFAMT, REF_MEMBNO, EMP_STATUS, PRENAME_DESC, FULLNAME, DEPTGRP_DESC, POS_DESC}; rowHREMPLOYEERow.ItemArray = columnValuesArray; this.Rows.Add(rowHREMPLOYEERow); return rowHREMPLOYEERow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEERow AddHREMPLOYEERow( string COOP_ID, string EMP_NO, string PRENAME_CODE, string EMP_NAME, string EMP_SURNAME, string EMP_ENAME, string EMP_ESURNAME, string EMP_NICKNAME, string EMPTYPE_CODE, string DEPTGRP_CODE, string POS_CODE, string SEX, string BLOOD_GRP, decimal WEIGHT, decimal HEIGHT, string NATION, string RELIGION, string ADN_NO, string ADN_TAMBOL, string ADN_AMPHUR, string ADN_PROVINCE, string ADN_POSTCODE, string ADN_TEL, string ADN_EMAIL, string ADR_NO, string ADR_TAMBOL, string ADR_AMPHUR, string ADR_PROVINCE, string ADR_POSTCODE, string ID_CARD, System.DateTime BIRTH_DATE, System.DateTime WORK_DATE, System.DateTime RESIGN_DATE, System.DateTime CONTAIN_DATE, System.DateTime TERM_DATE, string SALARY_ID, decimal SALARY_AMT, string SALEXP_CODE, string SALEXP_BANK, string SALEXP_BRANCH, string SALEXP_ACCID, string TAX_CALCODE, decimal TAX_BFAMT, decimal SS_STATUS, decimal SS_APPFIRSTSTS, decimal SS_BFAMT, System.DateTime SS_APPDATE, decimal SS_RATE, string SS_HOSPITAL, decimal PROVF_STATUS, decimal PROVF_CORPRATE, decimal PROVF_EMPRATE, System.DateTime PROVF_APPDATE, System.DateTime PROVF_RESIGNDATE, decimal PROVF_BFAMT, string REF_MEMBNO, decimal EMP_STATUS, string PRENAME_DESC, string DEPTGRP_DESC, string POS_DESC) { HREMPLOYEERow rowHREMPLOYEERow = ((HREMPLOYEERow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, EMP_NO, PRENAME_CODE, EMP_NAME, EMP_SURNAME, EMP_ENAME, EMP_ESURNAME, EMP_NICKNAME, EMPTYPE_CODE, DEPTGRP_CODE, POS_CODE, SEX, BLOOD_GRP, WEIGHT, HEIGHT, NATION, RELIGION, ADN_NO, ADN_TAMBOL, ADN_AMPHUR, ADN_PROVINCE, ADN_POSTCODE, ADN_TEL, ADN_EMAIL, ADR_NO, ADR_TAMBOL, ADR_AMPHUR, ADR_PROVINCE, ADR_POSTCODE, ID_CARD, BIRTH_DATE, WORK_DATE, RESIGN_DATE, CONTAIN_DATE, TERM_DATE, SALARY_ID, SALARY_AMT, SALEXP_CODE, SALEXP_BANK, SALEXP_BRANCH, SALEXP_ACCID, TAX_CALCODE, TAX_BFAMT, SS_STATUS, SS_APPFIRSTSTS, SS_BFAMT, SS_APPDATE, SS_RATE, SS_HOSPITAL, PROVF_STATUS, PROVF_CORPRATE, PROVF_EMPRATE, PROVF_APPDATE, PROVF_RESIGNDATE, PROVF_BFAMT, REF_MEMBNO, EMP_STATUS, PRENAME_DESC, null, DEPTGRP_DESC, POS_DESC}; rowHREMPLOYEERow.ItemArray = columnValuesArray; this.Rows.Add(rowHREMPLOYEERow); return rowHREMPLOYEERow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEERow FindByCOOP_IDEMP_NO(string COOP_ID, string EMP_NO) { return ((HREMPLOYEERow)(this.Rows.Find(new object[] { COOP_ID, EMP_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { HREMPLOYEEDataTable cln = ((HREMPLOYEEDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new HREMPLOYEEDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnEMP_NO = base.Columns["EMP_NO"]; this.columnPRENAME_CODE = base.Columns["PRENAME_CODE"]; this.columnEMP_NAME = base.Columns["EMP_NAME"]; this.columnEMP_SURNAME = base.Columns["EMP_SURNAME"]; this.columnEMP_ENAME = base.Columns["EMP_ENAME"]; this.columnEMP_ESURNAME = base.Columns["EMP_ESURNAME"]; this.columnEMP_NICKNAME = base.Columns["EMP_NICKNAME"]; this.columnEMPTYPE_CODE = base.Columns["EMPTYPE_CODE"]; this.columnDEPTGRP_CODE = base.Columns["DEPTGRP_CODE"]; this.columnPOS_CODE = base.Columns["POS_CODE"]; this.columnSEX = base.Columns["SEX"]; this.columnBLOOD_GRP = base.Columns["BLOOD_GRP"]; this.columnWEIGHT = base.Columns["WEIGHT"]; this.columnHEIGHT = base.Columns["HEIGHT"]; this.columnNATION = base.Columns["NATION"]; this.columnRELIGION = base.Columns["RELIGION"]; this.columnADN_NO = base.Columns["ADN_NO"]; this.columnADN_TAMBOL = base.Columns["ADN_TAMBOL"]; this.columnADN_AMPHUR = base.Columns["ADN_AMPHUR"]; this.columnADN_PROVINCE = base.Columns["ADN_PROVINCE"]; this.columnADN_POSTCODE = base.Columns["ADN_POSTCODE"]; this.columnADN_TEL = base.Columns["ADN_TEL"]; this.columnADN_EMAIL = base.Columns["ADN_EMAIL"]; this.columnADR_NO = base.Columns["ADR_NO"]; this.columnADR_TAMBOL = base.Columns["ADR_TAMBOL"]; this.columnADR_AMPHUR = base.Columns["ADR_AMPHUR"]; this.columnADR_PROVINCE = base.Columns["ADR_PROVINCE"]; this.columnADR_POSTCODE = base.Columns["ADR_POSTCODE"]; this.columnID_CARD = base.Columns["ID_CARD"]; this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"]; this.columnWORK_DATE = base.Columns["WORK_DATE"]; this.columnRESIGN_DATE = base.Columns["RESIGN_DATE"]; this.columnCONTAIN_DATE = base.Columns["CONTAIN_DATE"]; this.columnTERM_DATE = base.Columns["TERM_DATE"]; this.columnSALARY_ID = base.Columns["SALARY_ID"]; this.columnSALARY_AMT = base.Columns["SALARY_AMT"]; this.columnSALEXP_CODE = base.Columns["SALEXP_CODE"]; this.columnSALEXP_BANK = base.Columns["SALEXP_BANK"]; this.columnSALEXP_BRANCH = base.Columns["SALEXP_BRANCH"]; this.columnSALEXP_ACCID = base.Columns["SALEXP_ACCID"]; this.columnTAX_CALCODE = base.Columns["TAX_CALCODE"]; this.columnTAX_BFAMT = base.Columns["TAX_BFAMT"]; this.columnSS_STATUS = base.Columns["SS_STATUS"]; this.columnSS_APPFIRSTSTS = base.Columns["SS_APPFIRSTSTS"]; this.columnSS_BFAMT = base.Columns["SS_BFAMT"]; this.columnSS_APPDATE = base.Columns["SS_APPDATE"]; this.columnSS_RATE = base.Columns["SS_RATE"]; this.columnSS_HOSPITAL = base.Columns["SS_HOSPITAL"]; this.columnPROVF_STATUS = base.Columns["PROVF_STATUS"]; this.columnPROVF_CORPRATE = base.Columns["PROVF_CORPRATE"]; this.columnPROVF_EMPRATE = base.Columns["PROVF_EMPRATE"]; this.columnPROVF_APPDATE = base.Columns["PROVF_APPDATE"]; this.columnPROVF_RESIGNDATE = base.Columns["PROVF_RESIGNDATE"]; this.columnPROVF_BFAMT = base.Columns["PROVF_BFAMT"]; this.columnREF_MEMBNO = base.Columns["REF_MEMBNO"]; this.columnEMP_STATUS = base.Columns["EMP_STATUS"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnFULLNAME = base.Columns["FULLNAME"]; this.columnDEPTGRP_DESC = base.Columns["DEPTGRP_DESC"]; this.columnPOS_DESC = base.Columns["POS_DESC"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnEMP_NO = new global::System.Data.DataColumn("EMP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_NO); this.columnPRENAME_CODE = new global::System.Data.DataColumn("PRENAME_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRENAME_CODE); this.columnEMP_NAME = new global::System.Data.DataColumn("EMP_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_NAME); this.columnEMP_SURNAME = new global::System.Data.DataColumn("EMP_SURNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_SURNAME); this.columnEMP_ENAME = new global::System.Data.DataColumn("EMP_ENAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_ENAME); this.columnEMP_ESURNAME = new global::System.Data.DataColumn("EMP_ESURNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_ESURNAME); this.columnEMP_NICKNAME = new global::System.Data.DataColumn("EMP_NICKNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_NICKNAME); this.columnEMPTYPE_CODE = new global::System.Data.DataColumn("EMPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMPTYPE_CODE); this.columnDEPTGRP_CODE = new global::System.Data.DataColumn("DEPTGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTGRP_CODE); this.columnPOS_CODE = new global::System.Data.DataColumn("POS_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_CODE); this.columnSEX = new global::System.Data.DataColumn("SEX", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEX); this.columnBLOOD_GRP = new global::System.Data.DataColumn("BLOOD_GRP", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBLOOD_GRP); this.columnWEIGHT = new global::System.Data.DataColumn("WEIGHT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWEIGHT); this.columnHEIGHT = new global::System.Data.DataColumn("HEIGHT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnHEIGHT); this.columnNATION = new global::System.Data.DataColumn("NATION", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNATION); this.columnRELIGION = new global::System.Data.DataColumn("RELIGION", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRELIGION); this.columnADN_NO = new global::System.Data.DataColumn("ADN_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_NO); this.columnADN_TAMBOL = new global::System.Data.DataColumn("ADN_TAMBOL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_TAMBOL); this.columnADN_AMPHUR = new global::System.Data.DataColumn("ADN_AMPHUR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_AMPHUR); this.columnADN_PROVINCE = new global::System.Data.DataColumn("ADN_PROVINCE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_PROVINCE); this.columnADN_POSTCODE = new global::System.Data.DataColumn("ADN_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_POSTCODE); this.columnADN_TEL = new global::System.Data.DataColumn("ADN_TEL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_TEL); this.columnADN_EMAIL = new global::System.Data.DataColumn("ADN_EMAIL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADN_EMAIL); this.columnADR_NO = new global::System.Data.DataColumn("ADR_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADR_NO); this.columnADR_TAMBOL = new global::System.Data.DataColumn("ADR_TAMBOL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADR_TAMBOL); this.columnADR_AMPHUR = new global::System.Data.DataColumn("ADR_AMPHUR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADR_AMPHUR); this.columnADR_PROVINCE = new global::System.Data.DataColumn("ADR_PROVINCE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADR_PROVINCE); this.columnADR_POSTCODE = new global::System.Data.DataColumn("ADR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADR_POSTCODE); this.columnID_CARD = new global::System.Data.DataColumn("ID_CARD", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnID_CARD); this.columnBIRTH_DATE = new global::System.Data.DataColumn("BIRTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBIRTH_DATE); this.columnWORK_DATE = new global::System.Data.DataColumn("WORK_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWORK_DATE); this.columnRESIGN_DATE = new global::System.Data.DataColumn("RESIGN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRESIGN_DATE); this.columnCONTAIN_DATE = new global::System.Data.DataColumn("CONTAIN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTAIN_DATE); this.columnTERM_DATE = new global::System.Data.DataColumn("TERM_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTERM_DATE); this.columnSALARY_ID = new global::System.Data.DataColumn("SALARY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALARY_ID); this.columnSALARY_AMT = new global::System.Data.DataColumn("SALARY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALARY_AMT); this.columnSALEXP_CODE = new global::System.Data.DataColumn("SALEXP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALEXP_CODE); this.columnSALEXP_BANK = new global::System.Data.DataColumn("SALEXP_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALEXP_BANK); this.columnSALEXP_BRANCH = new global::System.Data.DataColumn("SALEXP_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALEXP_BRANCH); this.columnSALEXP_ACCID = new global::System.Data.DataColumn("SALEXP_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALEXP_ACCID); this.columnTAX_CALCODE = new global::System.Data.DataColumn("TAX_CALCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAX_CALCODE); this.columnTAX_BFAMT = new global::System.Data.DataColumn("TAX_BFAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAX_BFAMT); this.columnSS_STATUS = new global::System.Data.DataColumn("SS_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSS_STATUS); this.columnSS_APPFIRSTSTS = new global::System.Data.DataColumn("SS_APPFIRSTSTS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSS_APPFIRSTSTS); this.columnSS_BFAMT = new global::System.Data.DataColumn("SS_BFAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSS_BFAMT); this.columnSS_APPDATE = new global::System.Data.DataColumn("SS_APPDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSS_APPDATE); this.columnSS_RATE = new global::System.Data.DataColumn("SS_RATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSS_RATE); this.columnSS_HOSPITAL = new global::System.Data.DataColumn("SS_HOSPITAL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSS_HOSPITAL); this.columnPROVF_STATUS = new global::System.Data.DataColumn("PROVF_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPROVF_STATUS); this.columnPROVF_CORPRATE = new global::System.Data.DataColumn("PROVF_CORPRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPROVF_CORPRATE); this.columnPROVF_EMPRATE = new global::System.Data.DataColumn("PROVF_EMPRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPROVF_EMPRATE); this.columnPROVF_APPDATE = new global::System.Data.DataColumn("PROVF_APPDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPROVF_APPDATE); this.columnPROVF_RESIGNDATE = new global::System.Data.DataColumn("PROVF_RESIGNDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPROVF_RESIGNDATE); this.columnPROVF_BFAMT = new global::System.Data.DataColumn("PROVF_BFAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPROVF_BFAMT); this.columnREF_MEMBNO = new global::System.Data.DataColumn("REF_MEMBNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_MEMBNO); this.columnEMP_STATUS = new global::System.Data.DataColumn("EMP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_STATUS); this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRENAME_DESC); this.columnFULLNAME = new global::System.Data.DataColumn("FULLNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFULLNAME); this.columnDEPTGRP_DESC = new global::System.Data.DataColumn("DEPTGRP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTGRP_DESC); this.columnPOS_DESC = new global::System.Data.DataColumn("POS_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_DESC); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnEMP_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnEMP_NO.AllowDBNull = false; this.columnEMP_NO.MaxLength = 8; this.columnPRENAME_CODE.MaxLength = 2; this.columnEMP_NAME.MaxLength = 50; this.columnEMP_SURNAME.MaxLength = 50; this.columnEMP_ENAME.MaxLength = 50; this.columnEMP_ESURNAME.MaxLength = 50; this.columnEMP_NICKNAME.MaxLength = 50; this.columnEMPTYPE_CODE.MaxLength = 2; this.columnDEPTGRP_CODE.MaxLength = 3; this.columnPOS_CODE.MaxLength = 3; this.columnSEX.MaxLength = 1; this.columnBLOOD_GRP.MaxLength = 10; this.columnNATION.MaxLength = 20; this.columnRELIGION.MaxLength = 20; this.columnADN_NO.MaxLength = 100; this.columnADN_TAMBOL.MaxLength = 20; this.columnADN_AMPHUR.MaxLength = 20; this.columnADN_PROVINCE.MaxLength = 20; this.columnADN_POSTCODE.MaxLength = 10; this.columnADN_TEL.MaxLength = 50; this.columnADN_EMAIL.MaxLength = 50; this.columnADR_NO.MaxLength = 100; this.columnADR_TAMBOL.MaxLength = 20; this.columnADR_AMPHUR.MaxLength = 20; this.columnADR_PROVINCE.MaxLength = 20; this.columnADR_POSTCODE.MaxLength = 20; this.columnID_CARD.MaxLength = 13; this.columnSALARY_ID.MaxLength = 15; this.columnSALEXP_CODE.MaxLength = 3; this.columnSALEXP_BANK.MaxLength = 3; this.columnSALEXP_BRANCH.MaxLength = 4; this.columnSALEXP_ACCID.MaxLength = 15; this.columnTAX_CALCODE.MaxLength = 3; this.columnSS_HOSPITAL.MaxLength = 100; this.columnREF_MEMBNO.MaxLength = 8; this.columnPRENAME_DESC.ReadOnly = true; this.columnFULLNAME.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEERow NewHREMPLOYEERow() { return ((HREMPLOYEERow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new HREMPLOYEERow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(HREMPLOYEERow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.FULLNAMEColumn.Expression = "prename_desc+emp_name+\' \'+emp_surname"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.HREMPLOYEERowChanged != null)) { this.HREMPLOYEERowChanged(this, new HREMPLOYEERowChangeEvent(((HREMPLOYEERow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.HREMPLOYEERowChanging != null)) { this.HREMPLOYEERowChanging(this, new HREMPLOYEERowChangeEvent(((HREMPLOYEERow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.HREMPLOYEERowDeleted != null)) { this.HREMPLOYEERowDeleted(this, new HREMPLOYEERowChangeEvent(((HREMPLOYEERow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.HREMPLOYEERowDeleting != null)) { this.HREMPLOYEERowDeleting(this, new HREMPLOYEERowChangeEvent(((HREMPLOYEERow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveHREMPLOYEERow(HREMPLOYEERow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); 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 = "HREMPLOYEEDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class HRLOGCHANGEWORKDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnEMP_NO; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnDEPTGRP_CODE; private global::System.Data.DataColumn columnPOS_CODE; private global::System.Data.DataColumn columnSALARY_AMT; private global::System.Data.DataColumn columnOLD_DEPTGRP_CODE; private global::System.Data.DataColumn columnOLD_POS_CODE; private global::System.Data.DataColumn columnOLD_SALARY_AMT; private global::System.Data.DataColumn columnORDER_DOCNO; private global::System.Data.DataColumn columnSTART_DATE; private global::System.Data.DataColumn columnDEPTGRP_DESC; private global::System.Data.DataColumn columnPOS_DESC; private global::System.Data.DataColumn columnDEPTLINE_DESC; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKDataTable() { this.TableName = "HRLOGCHANGEWORK"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal HRLOGCHANGEWORKDataTable(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", "4.0.0.0")] protected HRLOGCHANGEWORKDataTable(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", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EMP_NOColumn { get { return this.columnEMP_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTGRP_CODEColumn { get { return this.columnDEPTGRP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_CODEColumn { get { return this.columnPOS_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALARY_AMTColumn { get { return this.columnSALARY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLD_DEPTGRP_CODEColumn { get { return this.columnOLD_DEPTGRP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLD_POS_CODEColumn { get { return this.columnOLD_POS_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLD_SALARY_AMTColumn { get { return this.columnOLD_SALARY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ORDER_DOCNOColumn { get { return this.columnORDER_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn START_DATEColumn { get { return this.columnSTART_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTGRP_DESCColumn { get { return this.columnDEPTGRP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_DESCColumn { get { return this.columnPOS_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTLINE_DESCColumn { get { return this.columnDEPTLINE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKRow this[int index] { get { return ((HRLOGCHANGEWORKRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HRLOGCHANGEWORKRowChangeEventHandler HRLOGCHANGEWORKRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HRLOGCHANGEWORKRowChangeEventHandler HRLOGCHANGEWORKRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HRLOGCHANGEWORKRowChangeEventHandler HRLOGCHANGEWORKRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event HRLOGCHANGEWORKRowChangeEventHandler HRLOGCHANGEWORKRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddHRLOGCHANGEWORKRow(HRLOGCHANGEWORKRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKRow AddHRLOGCHANGEWORKRow(string COOP_ID, string EMP_NO, decimal SEQ_NO, string DEPTGRP_CODE, string POS_CODE, decimal SALARY_AMT, string OLD_DEPTGRP_CODE, string OLD_POS_CODE, decimal OLD_SALARY_AMT, string ORDER_DOCNO, System.DateTime START_DATE, string DEPTGRP_DESC, string POS_DESC, string DEPTLINE_DESC) { HRLOGCHANGEWORKRow rowHRLOGCHANGEWORKRow = ((HRLOGCHANGEWORKRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, EMP_NO, SEQ_NO, DEPTGRP_CODE, POS_CODE, SALARY_AMT, OLD_DEPTGRP_CODE, OLD_POS_CODE, OLD_SALARY_AMT, ORDER_DOCNO, START_DATE, DEPTGRP_DESC, POS_DESC, DEPTLINE_DESC}; rowHRLOGCHANGEWORKRow.ItemArray = columnValuesArray; this.Rows.Add(rowHRLOGCHANGEWORKRow); return rowHRLOGCHANGEWORKRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKRow FindByCOOP_IDEMP_NOSEQ_NO(string COOP_ID, string EMP_NO, decimal SEQ_NO) { return ((HRLOGCHANGEWORKRow)(this.Rows.Find(new object[] { COOP_ID, EMP_NO, SEQ_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { HRLOGCHANGEWORKDataTable cln = ((HRLOGCHANGEWORKDataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new HRLOGCHANGEWORKDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnEMP_NO = base.Columns["EMP_NO"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnDEPTGRP_CODE = base.Columns["DEPTGRP_CODE"]; this.columnPOS_CODE = base.Columns["POS_CODE"]; this.columnSALARY_AMT = base.Columns["SALARY_AMT"]; this.columnOLD_DEPTGRP_CODE = base.Columns["OLD_DEPTGRP_CODE"]; this.columnOLD_POS_CODE = base.Columns["OLD_POS_CODE"]; this.columnOLD_SALARY_AMT = base.Columns["OLD_SALARY_AMT"]; this.columnORDER_DOCNO = base.Columns["ORDER_DOCNO"]; this.columnSTART_DATE = base.Columns["START_DATE"]; this.columnDEPTGRP_DESC = base.Columns["DEPTGRP_DESC"]; this.columnPOS_DESC = base.Columns["POS_DESC"]; this.columnDEPTLINE_DESC = base.Columns["DEPTLINE_DESC"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnEMP_NO = new global::System.Data.DataColumn("EMP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEMP_NO); this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnDEPTGRP_CODE = new global::System.Data.DataColumn("DEPTGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTGRP_CODE); this.columnPOS_CODE = new global::System.Data.DataColumn("POS_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_CODE); this.columnSALARY_AMT = new global::System.Data.DataColumn("SALARY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSALARY_AMT); this.columnOLD_DEPTGRP_CODE = new global::System.Data.DataColumn("OLD_DEPTGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLD_DEPTGRP_CODE); this.columnOLD_POS_CODE = new global::System.Data.DataColumn("OLD_POS_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLD_POS_CODE); this.columnOLD_SALARY_AMT = new global::System.Data.DataColumn("OLD_SALARY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLD_SALARY_AMT); this.columnORDER_DOCNO = new global::System.Data.DataColumn("ORDER_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnORDER_DOCNO); this.columnSTART_DATE = new global::System.Data.DataColumn("START_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTART_DATE); this.columnDEPTGRP_DESC = new global::System.Data.DataColumn("DEPTGRP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTGRP_DESC); this.columnPOS_DESC = new global::System.Data.DataColumn("POS_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_DESC); this.columnDEPTLINE_DESC = new global::System.Data.DataColumn("DEPTLINE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTLINE_DESC); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnEMP_NO, this.columnSEQ_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnEMP_NO.AllowDBNull = false; this.columnEMP_NO.MaxLength = 8; this.columnSEQ_NO.AllowDBNull = false; this.columnDEPTGRP_CODE.AllowDBNull = false; this.columnDEPTGRP_CODE.MaxLength = 3; this.columnPOS_CODE.AllowDBNull = false; this.columnPOS_CODE.MaxLength = 3; this.columnOLD_DEPTGRP_CODE.MaxLength = 3; this.columnOLD_POS_CODE.MaxLength = 3; this.columnORDER_DOCNO.MaxLength = 20; this.columnDEPTGRP_DESC.ReadOnly = true; this.columnPOS_DESC.ReadOnly = true; this.columnDEPTLINE_DESC.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKRow NewHRLOGCHANGEWORKRow() { return ((HRLOGCHANGEWORKRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new HRLOGCHANGEWORKRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(HRLOGCHANGEWORKRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.HRLOGCHANGEWORKRowChanged != null)) { this.HRLOGCHANGEWORKRowChanged(this, new HRLOGCHANGEWORKRowChangeEvent(((HRLOGCHANGEWORKRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.HRLOGCHANGEWORKRowChanging != null)) { this.HRLOGCHANGEWORKRowChanging(this, new HRLOGCHANGEWORKRowChangeEvent(((HRLOGCHANGEWORKRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.HRLOGCHANGEWORKRowDeleted != null)) { this.HRLOGCHANGEWORKRowDeleted(this, new HRLOGCHANGEWORKRowChangeEvent(((HRLOGCHANGEWORKRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.HRLOGCHANGEWORKRowDeleting != null)) { this.HRLOGCHANGEWORKRowDeleting(this, new HRLOGCHANGEWORKRowChangeEvent(((HRLOGCHANGEWORKRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveHRLOGCHANGEWORKRow(HRLOGCHANGEWORKRow row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); 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 = "HRLOGCHANGEWORKDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class HREMPLOYEERow : global::System.Data.DataRow { private HREMPLOYEEDataTable tableHREMPLOYEE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal HREMPLOYEERow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableHREMPLOYEE = ((HREMPLOYEEDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableHREMPLOYEE.COOP_IDColumn])); } set { this[this.tableHREMPLOYEE.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_NO { get { return ((string)(this[this.tableHREMPLOYEE.EMP_NOColumn])); } set { this[this.tableHREMPLOYEE.EMP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRENAME_CODE { get { try { return ((string)(this[this.tableHREMPLOYEE.PRENAME_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_CODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PRENAME_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_NAME { get { try { return ((string)(this[this.tableHREMPLOYEE.EMP_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMP_NAME\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMP_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_SURNAME { get { try { return ((string)(this[this.tableHREMPLOYEE.EMP_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMP_SURNAME\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMP_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_ENAME { get { try { return ((string)(this[this.tableHREMPLOYEE.EMP_ENAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMP_ENAME\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMP_ENAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_ESURNAME { get { try { return ((string)(this[this.tableHREMPLOYEE.EMP_ESURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMP_ESURNAME\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMP_ESURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_NICKNAME { get { try { return ((string)(this[this.tableHREMPLOYEE.EMP_NICKNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMP_NICKNAME\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMP_NICKNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMPTYPE_CODE { get { try { return ((string)(this[this.tableHREMPLOYEE.EMPTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMPTYPE_CODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMPTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTGRP_CODE { get { try { return ((string)(this[this.tableHREMPLOYEE.DEPTGRP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTGRP_CODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.DEPTGRP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_CODE { get { try { return ((string)(this[this.tableHREMPLOYEE.POS_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_CODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.POS_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SEX { get { try { return ((string)(this[this.tableHREMPLOYEE.SEXColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEX\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SEXColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BLOOD_GRP { get { try { return ((string)(this[this.tableHREMPLOYEE.BLOOD_GRPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BLOOD_GRP\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.BLOOD_GRPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WEIGHT { get { try { return ((decimal)(this[this.tableHREMPLOYEE.WEIGHTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WEIGHT\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.WEIGHTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal HEIGHT { get { try { return ((decimal)(this[this.tableHREMPLOYEE.HEIGHTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'HEIGHT\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.HEIGHTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NATION { get { try { return ((string)(this[this.tableHREMPLOYEE.NATIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NATION\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.NATIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RELIGION { get { try { return ((string)(this[this.tableHREMPLOYEE.RELIGIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RELIGION\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.RELIGIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_NO { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_NO\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_TAMBOL { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_TAMBOLColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_TAMBOL\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_TAMBOLColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_AMPHUR { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_AMPHURColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_AMPHUR\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_AMPHURColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_PROVINCE { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_PROVINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_PROVINCE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_PROVINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_POSTCODE { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_POSTCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_POSTCODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_POSTCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_TEL { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_TELColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_TEL\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_TELColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADN_EMAIL { get { try { return ((string)(this[this.tableHREMPLOYEE.ADN_EMAILColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADN_EMAIL\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADN_EMAILColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADR_NO { get { try { return ((string)(this[this.tableHREMPLOYEE.ADR_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADR_NO\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADR_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADR_TAMBOL { get { try { return ((string)(this[this.tableHREMPLOYEE.ADR_TAMBOLColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADR_TAMBOL\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADR_TAMBOLColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADR_AMPHUR { get { try { return ((string)(this[this.tableHREMPLOYEE.ADR_AMPHURColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADR_AMPHUR\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADR_AMPHURColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADR_PROVINCE { get { try { return ((string)(this[this.tableHREMPLOYEE.ADR_PROVINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADR_PROVINCE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADR_PROVINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ADR_POSTCODE { get { try { return ((string)(this[this.tableHREMPLOYEE.ADR_POSTCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ADR_POSTCODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ADR_POSTCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ID_CARD { get { try { return ((string)(this[this.tableHREMPLOYEE.ID_CARDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ID_CARD\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.ID_CARDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BIRTH_DATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.BIRTH_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.BIRTH_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime WORK_DATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.WORK_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.WORK_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime RESIGN_DATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.RESIGN_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_DATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.RESIGN_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CONTAIN_DATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.CONTAIN_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTAIN_DATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.CONTAIN_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime TERM_DATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.TERM_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TERM_DATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.TERM_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SALARY_ID { get { try { return ((string)(this[this.tableHREMPLOYEE.SALARY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALARY_ID\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SALARY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SALARY_AMT { get { try { return ((decimal)(this[this.tableHREMPLOYEE.SALARY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMT\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SALARY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SALEXP_CODE { get { try { return ((string)(this[this.tableHREMPLOYEE.SALEXP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALEXP_CODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SALEXP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SALEXP_BANK { get { try { return ((string)(this[this.tableHREMPLOYEE.SALEXP_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALEXP_BANK\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SALEXP_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SALEXP_BRANCH { get { try { return ((string)(this[this.tableHREMPLOYEE.SALEXP_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALEXP_BRANCH\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SALEXP_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SALEXP_ACCID { get { try { return ((string)(this[this.tableHREMPLOYEE.SALEXP_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALEXP_ACCID\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SALEXP_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TAX_CALCODE { get { try { return ((string)(this[this.tableHREMPLOYEE.TAX_CALCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAX_CALCODE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.TAX_CALCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAX_BFAMT { get { try { return ((decimal)(this[this.tableHREMPLOYEE.TAX_BFAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAX_BFAMT\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.TAX_BFAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SS_STATUS { get { try { return ((decimal)(this[this.tableHREMPLOYEE.SS_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SS_STATUS\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SS_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SS_APPFIRSTSTS { get { try { return ((decimal)(this[this.tableHREMPLOYEE.SS_APPFIRSTSTSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SS_APPFIRSTSTS\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SS_APPFIRSTSTSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SS_BFAMT { get { try { return ((decimal)(this[this.tableHREMPLOYEE.SS_BFAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SS_BFAMT\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SS_BFAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SS_APPDATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.SS_APPDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SS_APPDATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SS_APPDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SS_RATE { get { try { return ((decimal)(this[this.tableHREMPLOYEE.SS_RATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SS_RATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SS_RATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SS_HOSPITAL { get { try { return ((string)(this[this.tableHREMPLOYEE.SS_HOSPITALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SS_HOSPITAL\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.SS_HOSPITALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PROVF_STATUS { get { try { return ((decimal)(this[this.tableHREMPLOYEE.PROVF_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PROVF_STATUS\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PROVF_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PROVF_CORPRATE { get { try { return ((decimal)(this[this.tableHREMPLOYEE.PROVF_CORPRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PROVF_CORPRATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PROVF_CORPRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PROVF_EMPRATE { get { try { return ((decimal)(this[this.tableHREMPLOYEE.PROVF_EMPRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PROVF_EMPRATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PROVF_EMPRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime PROVF_APPDATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.PROVF_APPDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PROVF_APPDATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PROVF_APPDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime PROVF_RESIGNDATE { get { try { return ((global::System.DateTime)(this[this.tableHREMPLOYEE.PROVF_RESIGNDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PROVF_RESIGNDATE\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PROVF_RESIGNDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PROVF_BFAMT { get { try { return ((decimal)(this[this.tableHREMPLOYEE.PROVF_BFAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PROVF_BFAMT\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PROVF_BFAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_MEMBNO { get { try { return ((string)(this[this.tableHREMPLOYEE.REF_MEMBNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_MEMBNO\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.REF_MEMBNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EMP_STATUS { get { try { return ((decimal)(this[this.tableHREMPLOYEE.EMP_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EMP_STATUS\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.EMP_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRENAME_DESC { get { try { return ((string)(this[this.tableHREMPLOYEE.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.PRENAME_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FULLNAME { get { try { return ((string)(this[this.tableHREMPLOYEE.FULLNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FULLNAME\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.FULLNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTGRP_DESC { get { try { return ((string)(this[this.tableHREMPLOYEE.DEPTGRP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTGRP_DESC\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.DEPTGRP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_DESC { get { try { return ((string)(this[this.tableHREMPLOYEE.POS_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_DESC\' in table \'HREMPLOYEE\' is DBNull.", e); } } set { this[this.tableHREMPLOYEE.POS_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_CODENull() { return this.IsNull(this.tableHREMPLOYEE.PRENAME_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRENAME_CODENull() { this[this.tableHREMPLOYEE.PRENAME_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMP_NAMENull() { return this.IsNull(this.tableHREMPLOYEE.EMP_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMP_NAMENull() { this[this.tableHREMPLOYEE.EMP_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMP_SURNAMENull() { return this.IsNull(this.tableHREMPLOYEE.EMP_SURNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMP_SURNAMENull() { this[this.tableHREMPLOYEE.EMP_SURNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMP_ENAMENull() { return this.IsNull(this.tableHREMPLOYEE.EMP_ENAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMP_ENAMENull() { this[this.tableHREMPLOYEE.EMP_ENAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMP_ESURNAMENull() { return this.IsNull(this.tableHREMPLOYEE.EMP_ESURNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMP_ESURNAMENull() { this[this.tableHREMPLOYEE.EMP_ESURNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMP_NICKNAMENull() { return this.IsNull(this.tableHREMPLOYEE.EMP_NICKNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMP_NICKNAMENull() { this[this.tableHREMPLOYEE.EMP_NICKNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMPTYPE_CODENull() { return this.IsNull(this.tableHREMPLOYEE.EMPTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMPTYPE_CODENull() { this[this.tableHREMPLOYEE.EMPTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTGRP_CODENull() { return this.IsNull(this.tableHREMPLOYEE.DEPTGRP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTGRP_CODENull() { this[this.tableHREMPLOYEE.DEPTGRP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_CODENull() { return this.IsNull(this.tableHREMPLOYEE.POS_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_CODENull() { this[this.tableHREMPLOYEE.POS_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEXNull() { return this.IsNull(this.tableHREMPLOYEE.SEXColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEXNull() { this[this.tableHREMPLOYEE.SEXColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBLOOD_GRPNull() { return this.IsNull(this.tableHREMPLOYEE.BLOOD_GRPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBLOOD_GRPNull() { this[this.tableHREMPLOYEE.BLOOD_GRPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWEIGHTNull() { return this.IsNull(this.tableHREMPLOYEE.WEIGHTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWEIGHTNull() { this[this.tableHREMPLOYEE.WEIGHTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsHEIGHTNull() { return this.IsNull(this.tableHREMPLOYEE.HEIGHTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetHEIGHTNull() { this[this.tableHREMPLOYEE.HEIGHTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNATIONNull() { return this.IsNull(this.tableHREMPLOYEE.NATIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNATIONNull() { this[this.tableHREMPLOYEE.NATIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRELIGIONNull() { return this.IsNull(this.tableHREMPLOYEE.RELIGIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRELIGIONNull() { this[this.tableHREMPLOYEE.RELIGIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_NONull() { return this.IsNull(this.tableHREMPLOYEE.ADN_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_NONull() { this[this.tableHREMPLOYEE.ADN_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_TAMBOLNull() { return this.IsNull(this.tableHREMPLOYEE.ADN_TAMBOLColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_TAMBOLNull() { this[this.tableHREMPLOYEE.ADN_TAMBOLColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_AMPHURNull() { return this.IsNull(this.tableHREMPLOYEE.ADN_AMPHURColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_AMPHURNull() { this[this.tableHREMPLOYEE.ADN_AMPHURColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_PROVINCENull() { return this.IsNull(this.tableHREMPLOYEE.ADN_PROVINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_PROVINCENull() { this[this.tableHREMPLOYEE.ADN_PROVINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_POSTCODENull() { return this.IsNull(this.tableHREMPLOYEE.ADN_POSTCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_POSTCODENull() { this[this.tableHREMPLOYEE.ADN_POSTCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_TELNull() { return this.IsNull(this.tableHREMPLOYEE.ADN_TELColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_TELNull() { this[this.tableHREMPLOYEE.ADN_TELColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADN_EMAILNull() { return this.IsNull(this.tableHREMPLOYEE.ADN_EMAILColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADN_EMAILNull() { this[this.tableHREMPLOYEE.ADN_EMAILColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADR_NONull() { return this.IsNull(this.tableHREMPLOYEE.ADR_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADR_NONull() { this[this.tableHREMPLOYEE.ADR_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADR_TAMBOLNull() { return this.IsNull(this.tableHREMPLOYEE.ADR_TAMBOLColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADR_TAMBOLNull() { this[this.tableHREMPLOYEE.ADR_TAMBOLColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADR_AMPHURNull() { return this.IsNull(this.tableHREMPLOYEE.ADR_AMPHURColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADR_AMPHURNull() { this[this.tableHREMPLOYEE.ADR_AMPHURColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADR_PROVINCENull() { return this.IsNull(this.tableHREMPLOYEE.ADR_PROVINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADR_PROVINCENull() { this[this.tableHREMPLOYEE.ADR_PROVINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsADR_POSTCODENull() { return this.IsNull(this.tableHREMPLOYEE.ADR_POSTCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetADR_POSTCODENull() { this[this.tableHREMPLOYEE.ADR_POSTCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsID_CARDNull() { return this.IsNull(this.tableHREMPLOYEE.ID_CARDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetID_CARDNull() { this[this.tableHREMPLOYEE.ID_CARDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBIRTH_DATENull() { return this.IsNull(this.tableHREMPLOYEE.BIRTH_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBIRTH_DATENull() { this[this.tableHREMPLOYEE.BIRTH_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWORK_DATENull() { return this.IsNull(this.tableHREMPLOYEE.WORK_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWORK_DATENull() { this[this.tableHREMPLOYEE.WORK_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRESIGN_DATENull() { return this.IsNull(this.tableHREMPLOYEE.RESIGN_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRESIGN_DATENull() { this[this.tableHREMPLOYEE.RESIGN_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTAIN_DATENull() { return this.IsNull(this.tableHREMPLOYEE.CONTAIN_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTAIN_DATENull() { this[this.tableHREMPLOYEE.CONTAIN_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTERM_DATENull() { return this.IsNull(this.tableHREMPLOYEE.TERM_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTERM_DATENull() { this[this.tableHREMPLOYEE.TERM_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALARY_IDNull() { return this.IsNull(this.tableHREMPLOYEE.SALARY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALARY_IDNull() { this[this.tableHREMPLOYEE.SALARY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALARY_AMTNull() { return this.IsNull(this.tableHREMPLOYEE.SALARY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALARY_AMTNull() { this[this.tableHREMPLOYEE.SALARY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALEXP_CODENull() { return this.IsNull(this.tableHREMPLOYEE.SALEXP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALEXP_CODENull() { this[this.tableHREMPLOYEE.SALEXP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALEXP_BANKNull() { return this.IsNull(this.tableHREMPLOYEE.SALEXP_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALEXP_BANKNull() { this[this.tableHREMPLOYEE.SALEXP_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALEXP_BRANCHNull() { return this.IsNull(this.tableHREMPLOYEE.SALEXP_BRANCHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALEXP_BRANCHNull() { this[this.tableHREMPLOYEE.SALEXP_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALEXP_ACCIDNull() { return this.IsNull(this.tableHREMPLOYEE.SALEXP_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALEXP_ACCIDNull() { this[this.tableHREMPLOYEE.SALEXP_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAX_CALCODENull() { return this.IsNull(this.tableHREMPLOYEE.TAX_CALCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAX_CALCODENull() { this[this.tableHREMPLOYEE.TAX_CALCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAX_BFAMTNull() { return this.IsNull(this.tableHREMPLOYEE.TAX_BFAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAX_BFAMTNull() { this[this.tableHREMPLOYEE.TAX_BFAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSS_STATUSNull() { return this.IsNull(this.tableHREMPLOYEE.SS_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSS_STATUSNull() { this[this.tableHREMPLOYEE.SS_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSS_APPFIRSTSTSNull() { return this.IsNull(this.tableHREMPLOYEE.SS_APPFIRSTSTSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSS_APPFIRSTSTSNull() { this[this.tableHREMPLOYEE.SS_APPFIRSTSTSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSS_BFAMTNull() { return this.IsNull(this.tableHREMPLOYEE.SS_BFAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSS_BFAMTNull() { this[this.tableHREMPLOYEE.SS_BFAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSS_APPDATENull() { return this.IsNull(this.tableHREMPLOYEE.SS_APPDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSS_APPDATENull() { this[this.tableHREMPLOYEE.SS_APPDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSS_RATENull() { return this.IsNull(this.tableHREMPLOYEE.SS_RATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSS_RATENull() { this[this.tableHREMPLOYEE.SS_RATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSS_HOSPITALNull() { return this.IsNull(this.tableHREMPLOYEE.SS_HOSPITALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSS_HOSPITALNull() { this[this.tableHREMPLOYEE.SS_HOSPITALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPROVF_STATUSNull() { return this.IsNull(this.tableHREMPLOYEE.PROVF_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPROVF_STATUSNull() { this[this.tableHREMPLOYEE.PROVF_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPROVF_CORPRATENull() { return this.IsNull(this.tableHREMPLOYEE.PROVF_CORPRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPROVF_CORPRATENull() { this[this.tableHREMPLOYEE.PROVF_CORPRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPROVF_EMPRATENull() { return this.IsNull(this.tableHREMPLOYEE.PROVF_EMPRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPROVF_EMPRATENull() { this[this.tableHREMPLOYEE.PROVF_EMPRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPROVF_APPDATENull() { return this.IsNull(this.tableHREMPLOYEE.PROVF_APPDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPROVF_APPDATENull() { this[this.tableHREMPLOYEE.PROVF_APPDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPROVF_RESIGNDATENull() { return this.IsNull(this.tableHREMPLOYEE.PROVF_RESIGNDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPROVF_RESIGNDATENull() { this[this.tableHREMPLOYEE.PROVF_RESIGNDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPROVF_BFAMTNull() { return this.IsNull(this.tableHREMPLOYEE.PROVF_BFAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPROVF_BFAMTNull() { this[this.tableHREMPLOYEE.PROVF_BFAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_MEMBNONull() { return this.IsNull(this.tableHREMPLOYEE.REF_MEMBNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_MEMBNONull() { this[this.tableHREMPLOYEE.REF_MEMBNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEMP_STATUSNull() { return this.IsNull(this.tableHREMPLOYEE.EMP_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEMP_STATUSNull() { this[this.tableHREMPLOYEE.EMP_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableHREMPLOYEE.PRENAME_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRENAME_DESCNull() { this[this.tableHREMPLOYEE.PRENAME_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFULLNAMENull() { return this.IsNull(this.tableHREMPLOYEE.FULLNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFULLNAMENull() { this[this.tableHREMPLOYEE.FULLNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTGRP_DESCNull() { return this.IsNull(this.tableHREMPLOYEE.DEPTGRP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTGRP_DESCNull() { this[this.tableHREMPLOYEE.DEPTGRP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_DESCNull() { return this.IsNull(this.tableHREMPLOYEE.POS_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_DESCNull() { this[this.tableHREMPLOYEE.POS_DESCColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class HRLOGCHANGEWORKRow : global::System.Data.DataRow { private HRLOGCHANGEWORKDataTable tableHRLOGCHANGEWORK; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal HRLOGCHANGEWORKRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableHRLOGCHANGEWORK = ((HRLOGCHANGEWORKDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableHRLOGCHANGEWORK.COOP_IDColumn])); } set { this[this.tableHRLOGCHANGEWORK.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EMP_NO { get { return ((string)(this[this.tableHRLOGCHANGEWORK.EMP_NOColumn])); } set { this[this.tableHRLOGCHANGEWORK.EMP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { return ((decimal)(this[this.tableHRLOGCHANGEWORK.SEQ_NOColumn])); } set { this[this.tableHRLOGCHANGEWORK.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTGRP_CODE { get { return ((string)(this[this.tableHRLOGCHANGEWORK.DEPTGRP_CODEColumn])); } set { this[this.tableHRLOGCHANGEWORK.DEPTGRP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_CODE { get { return ((string)(this[this.tableHRLOGCHANGEWORK.POS_CODEColumn])); } set { this[this.tableHRLOGCHANGEWORK.POS_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SALARY_AMT { get { try { return ((decimal)(this[this.tableHRLOGCHANGEWORK.SALARY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMT\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.SALARY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLD_DEPTGRP_CODE { get { try { return ((string)(this[this.tableHRLOGCHANGEWORK.OLD_DEPTGRP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLD_DEPTGRP_CODE\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.OLD_DEPTGRP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLD_POS_CODE { get { try { return ((string)(this[this.tableHRLOGCHANGEWORK.OLD_POS_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLD_POS_CODE\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.OLD_POS_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLD_SALARY_AMT { get { try { return ((decimal)(this[this.tableHRLOGCHANGEWORK.OLD_SALARY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLD_SALARY_AMT\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.OLD_SALARY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ORDER_DOCNO { get { try { return ((string)(this[this.tableHRLOGCHANGEWORK.ORDER_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ORDER_DOCNO\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.ORDER_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime START_DATE { get { try { return ((global::System.DateTime)(this[this.tableHRLOGCHANGEWORK.START_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'START_DATE\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.START_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTGRP_DESC { get { try { return ((string)(this[this.tableHRLOGCHANGEWORK.DEPTGRP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTGRP_DESC\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.DEPTGRP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_DESC { get { try { return ((string)(this[this.tableHRLOGCHANGEWORK.POS_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_DESC\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.POS_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTLINE_DESC { get { try { return ((string)(this[this.tableHRLOGCHANGEWORK.DEPTLINE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTLINE_DESC\' in table \'HRLOGCHANGEWORK\' is DBNull.", e); } } set { this[this.tableHRLOGCHANGEWORK.DEPTLINE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSALARY_AMTNull() { return this.IsNull(this.tableHRLOGCHANGEWORK.SALARY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSALARY_AMTNull() { this[this.tableHRLOGCHANGEWORK.SALARY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLD_DEPTGRP_CODENull() { return this.IsNull(this.tableHRLOGCHANGEWORK.OLD_DEPTGRP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLD_DEPTGRP_CODENull() { this[this.tableHRLOGCHANGEWORK.OLD_DEPTGRP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLD_POS_CODENull() { return this.IsNull(this.tableHRLOGCHANGEWORK.OLD_POS_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLD_POS_CODENull() { this[this.tableHRLOGCHANGEWORK.OLD_POS_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLD_SALARY_AMTNull() { return this.IsNull(this.tableHRLOGCHANGEWORK.OLD_SALARY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLD_SALARY_AMTNull() { this[this.tableHRLOGCHANGEWORK.OLD_SALARY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsORDER_DOCNONull() { return this.IsNull(this.tableHRLOGCHANGEWORK.ORDER_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetORDER_DOCNONull() { this[this.tableHRLOGCHANGEWORK.ORDER_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTART_DATENull() { return this.IsNull(this.tableHRLOGCHANGEWORK.START_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTART_DATENull() { this[this.tableHRLOGCHANGEWORK.START_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTGRP_DESCNull() { return this.IsNull(this.tableHRLOGCHANGEWORK.DEPTGRP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTGRP_DESCNull() { this[this.tableHRLOGCHANGEWORK.DEPTGRP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_DESCNull() { return this.IsNull(this.tableHRLOGCHANGEWORK.POS_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_DESCNull() { this[this.tableHRLOGCHANGEWORK.POS_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTLINE_DESCNull() { return this.IsNull(this.tableHRLOGCHANGEWORK.DEPTLINE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTLINE_DESCNull() { this[this.tableHRLOGCHANGEWORK.DEPTLINE_DESCColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class HREMPLOYEERowChangeEvent : global::System.EventArgs { private HREMPLOYEERow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEERowChangeEvent(HREMPLOYEERow 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", "4.0.0.0")] public HREMPLOYEERow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class HRLOGCHANGEWORKRowChangeEvent : global::System.EventArgs { private HRLOGCHANGEWORKRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKRowChangeEvent(HRLOGCHANGEWORKRow 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", "4.0.0.0")] public HRLOGCHANGEWORKRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace Saving.Applications.hr.ws_hr_changework_ctrl.DataSet1TableAdapters { /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class HREMPLOYEETableAdapter : global::System.ComponentModel.Component { private global::System.Data.OracleClient.OracleDataAdapter _adapter; private global::System.Data.OracleClient.OracleConnection _connection; private global::System.Data.OracleClient.OracleTransaction _transaction; private global::System.Data.OracleClient.OracleCommand[] _commandCollection; private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HREMPLOYEETableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter { get { if ((this._adapter == null)) { this.InitAdapter(); } return this._adapter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal global::System.Data.OracleClient.OracleConnection 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.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value; } } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal global::System.Data.OracleClient.OracleTransaction 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", "4.0.0.0")] protected global::System.Data.OracleClient.OracleCommand[] CommandCollection { get { if ((this._commandCollection == null)) { this.InitCommandCollection(); } return this._commandCollection; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] private void InitAdapter() { this._adapter = new global::System.Data.OracleClient.OracleDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "HREMPLOYEE"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("EMP_NO", "EMP_NO"); tableMapping.ColumnMappings.Add("PRENAME_CODE", "PRENAME_CODE"); tableMapping.ColumnMappings.Add("EMP_NAME", "EMP_NAME"); tableMapping.ColumnMappings.Add("EMP_SURNAME", "EMP_SURNAME"); tableMapping.ColumnMappings.Add("EMP_ENAME", "EMP_ENAME"); tableMapping.ColumnMappings.Add("EMP_ESURNAME", "EMP_ESURNAME"); tableMapping.ColumnMappings.Add("EMP_NICKNAME", "EMP_NICKNAME"); tableMapping.ColumnMappings.Add("EMPTYPE_CODE", "EMPTYPE_CODE"); tableMapping.ColumnMappings.Add("DEPTGRP_CODE", "DEPTGRP_CODE"); tableMapping.ColumnMappings.Add("POS_CODE", "POS_CODE"); tableMapping.ColumnMappings.Add("SEX", "SEX"); tableMapping.ColumnMappings.Add("BLOOD_GRP", "BLOOD_GRP"); tableMapping.ColumnMappings.Add("WEIGHT", "WEIGHT"); tableMapping.ColumnMappings.Add("HEIGHT", "HEIGHT"); tableMapping.ColumnMappings.Add("NATION", "NATION"); tableMapping.ColumnMappings.Add("RELIGION", "RELIGION"); tableMapping.ColumnMappings.Add("ADN_NO", "ADN_NO"); tableMapping.ColumnMappings.Add("ADN_TAMBOL", "ADN_TAMBOL"); tableMapping.ColumnMappings.Add("ADN_AMPHUR", "ADN_AMPHUR"); tableMapping.ColumnMappings.Add("ADN_PROVINCE", "ADN_PROVINCE"); tableMapping.ColumnMappings.Add("ADN_POSTCODE", "ADN_POSTCODE"); tableMapping.ColumnMappings.Add("ADN_TEL", "ADN_TEL"); tableMapping.ColumnMappings.Add("ADN_EMAIL", "ADN_EMAIL"); tableMapping.ColumnMappings.Add("ADR_NO", "ADR_NO"); tableMapping.ColumnMappings.Add("ADR_TAMBOL", "ADR_TAMBOL"); tableMapping.ColumnMappings.Add("ADR_AMPHUR", "ADR_AMPHUR"); tableMapping.ColumnMappings.Add("ADR_PROVINCE", "ADR_PROVINCE"); tableMapping.ColumnMappings.Add("ADR_POSTCODE", "ADR_POSTCODE"); tableMapping.ColumnMappings.Add("ID_CARD", "ID_CARD"); tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE"); tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE"); tableMapping.ColumnMappings.Add("RESIGN_DATE", "RESIGN_DATE"); tableMapping.ColumnMappings.Add("CONTAIN_DATE", "CONTAIN_DATE"); tableMapping.ColumnMappings.Add("TERM_DATE", "TERM_DATE"); tableMapping.ColumnMappings.Add("SALARY_ID", "SALARY_ID"); tableMapping.ColumnMappings.Add("SALARY_AMT", "SALARY_AMT"); tableMapping.ColumnMappings.Add("SALEXP_CODE", "SALEXP_CODE"); tableMapping.ColumnMappings.Add("SALEXP_BANK", "SALEXP_BANK"); tableMapping.ColumnMappings.Add("SALEXP_BRANCH", "SALEXP_BRANCH"); tableMapping.ColumnMappings.Add("SALEXP_ACCID", "SALEXP_ACCID"); tableMapping.ColumnMappings.Add("TAX_CALCODE", "TAX_CALCODE"); tableMapping.ColumnMappings.Add("TAX_BFAMT", "TAX_BFAMT"); tableMapping.ColumnMappings.Add("SS_STATUS", "SS_STATUS"); tableMapping.ColumnMappings.Add("SS_APPFIRSTSTS", "SS_APPFIRSTSTS"); tableMapping.ColumnMappings.Add("SS_BFAMT", "SS_BFAMT"); tableMapping.ColumnMappings.Add("SS_APPDATE", "SS_APPDATE"); tableMapping.ColumnMappings.Add("SS_RATE", "SS_RATE"); tableMapping.ColumnMappings.Add("SS_HOSPITAL", "SS_HOSPITAL"); tableMapping.ColumnMappings.Add("PROVF_STATUS", "PROVF_STATUS"); tableMapping.ColumnMappings.Add("PROVF_CORPRATE", "PROVF_CORPRATE"); tableMapping.ColumnMappings.Add("PROVF_EMPRATE", "PROVF_EMPRATE"); tableMapping.ColumnMappings.Add("PROVF_APPDATE", "PROVF_APPDATE"); tableMapping.ColumnMappings.Add("PROVF_RESIGNDATE", "PROVF_RESIGNDATE"); tableMapping.ColumnMappings.Add("PROVF_BFAMT", "PROVF_BFAMT"); tableMapping.ColumnMappings.Add("REF_MEMBNO", "REF_MEMBNO"); tableMapping.ColumnMappings.Add("EMP_STATUS", "EMP_STATUS"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"HREMPLOYEE\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"EMP_NO\" = :" + "Original_EMP_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = "INSERT INTO \"HREMPLOYEE\" (\"COOP_ID\", \"EMP_NO\", \"PRENAME_CODE\", \"EMP_NAME\", \"EMP_S" + "URNAME\", \"EMP_ENAME\", \"EMP_ESURNAME\", \"EMP_NICKNAME\", \"EMPTYPE_CODE\", \"DEPTGRP_C" + "ODE\", \"POS_CODE\", \"SEX\", \"BLOOD_GRP\", \"WEIGHT\", \"HEIGHT\", \"NATION\", \"RELIGION\", " + "\"ADN_NO\", \"ADN_TAMBOL\", \"ADN_AMPHUR\", \"ADN_PROVINCE\", \"ADN_POSTCODE\", \"ADN_TEL\"," + " \"ADN_EMAIL\", \"ADR_NO\", \"ADR_TAMBOL\", \"ADR_AMPHUR\", \"ADR_PROVINCE\", \"ADR_POSTCOD" + "E\", \"ID_CARD\", \"BIRTH_DATE\", \"WORK_DATE\", \"RESIGN_DATE\", \"CONTAIN_DATE\", \"TERM_D" + "ATE\", \"SALARY_ID\", \"SALARY_AMT\", \"SALEXP_CODE\", \"SALEXP_BANK\", \"SALEXP_BRANCH\", " + "\"SALEXP_ACCID\", \"TAX_CALCODE\", \"TAX_BFAMT\", \"SS_STATUS\", \"SS_APPFIRSTSTS\", \"SS_B" + "FAMT\", \"SS_APPDATE\", \"SS_RATE\", \"SS_HOSPITAL\", \"PROVF_STATUS\", \"PROVF_CORPRATE\"," + " \"PROVF_EMPRATE\", \"PROVF_APPDATE\", \"PROVF_RESIGNDATE\", \"PROVF_BFAMT\", \"REF_MEMBN" + "O\", \"EMP_STATUS\") VALUES (:COOP_ID, :EMP_NO, :PRENAME_CODE, :EMP_NAME, :EMP_SURN" + "AME, :EMP_ENAME, :EMP_ESURNAME, :EMP_NICKNAME, :EMPTYPE_CODE, :DEPTGRP_CODE, :PO" + "S_CODE, :SEX, :BLOOD_GRP, :WEIGHT, :HEIGHT, :NATION, :RELIGION, :ADN_NO, :ADN_TA" + "MBOL, :ADN_AMPHUR, :ADN_PROVINCE, :ADN_POSTCODE, :ADN_TEL, :ADN_EMAIL, :ADR_NO, " + ":ADR_TAMBOL, :ADR_AMPHUR, :ADR_PROVINCE, :ADR_POSTCODE, :ID_CARD, :BIRTH_DATE, :" + "WORK_DATE, :RESIGN_DATE, :CONTAIN_DATE, :TERM_DATE, :SALARY_ID, :SALARY_AMT, :SA" + "LEXP_CODE, :SALEXP_BANK, :SALEXP_BRANCH, :SALEXP_ACCID, :TAX_CALCODE, :TAX_BFAMT" + ", :SS_STATUS, :SS_APPFIRSTSTS, :SS_BFAMT, :SS_APPDATE, :SS_RATE, :SS_HOSPITAL, :" + "PROVF_STATUS, :PROVF_CORPRATE, :PROVF_EMPRATE, :PROVF_APPDATE, :PROVF_RESIGNDATE" + ", :PROVF_BFAMT, :REF_MEMBNO, :EMP_STATUS)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRENAME_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PRENAME_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_SURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_SURNAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_ENAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_ESURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_ESURNAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NICKNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_NICKNAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMPTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMPTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTGRP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTGRP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POS_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BLOOD_GRP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BLOOD_GRP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HEIGHT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HEIGHT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NATION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RELIGION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RELIGION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_POSTCODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_POSTCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_TEL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_EMAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_EMAIL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_POSTCODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ID_CARD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ID_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BIRTH_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BIRTH_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WORK_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "WORK_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESIGN_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTAIN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CONTAIN_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TERM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TERM_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SALARY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SALEXP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SALEXP_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SALEXP_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SALEXP_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_CALCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TAX_CALCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_BFAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_BFAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_APPFIRSTSTS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_APPFIRSTSTS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_BFAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_BFAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_APPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SS_APPDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_HOSPITAL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SS_HOSPITAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_CORPRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_CORPRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_EMPRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_EMPRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_APPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PROVF_APPDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_RESIGNDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PROVF_RESIGNDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_BFAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_BFAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_MEMBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_MEMBNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EMP_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = "UPDATE \"HREMPLOYEE\" SET \"COOP_ID\" = :COOP_ID, \"EMP_NO\" = :EMP_NO, \"PRENAME_CODE\" " + "= :PRENAME_CODE, \"EMP_NAME\" = :EMP_NAME, \"EMP_SURNAME\" = :EMP_SURNAME, \"EMP_ENAM" + "E\" = :EMP_ENAME, \"EMP_ESURNAME\" = :EMP_ESURNAME, \"EMP_NICKNAME\" = :EMP_NICKNAME," + " \"EMPTYPE_CODE\" = :EMPTYPE_CODE, \"DEPTGRP_CODE\" = :DEPTGRP_CODE, \"POS_CODE\" = :P" + "OS_CODE, \"SEX\" = :SEX, \"BLOOD_GRP\" = :BLOOD_GRP, \"WEIGHT\" = :WEIGHT, \"HEIGHT\" = " + ":HEIGHT, \"NATION\" = :NATION, \"RELIGION\" = :RELIGION, \"ADN_NO\" = :ADN_NO, \"ADN_TA" + "MBOL\" = :ADN_TAMBOL, \"ADN_AMPHUR\" = :ADN_AMPHUR, \"ADN_PROVINCE\" = :ADN_PROVINCE," + " \"ADN_POSTCODE\" = :ADN_POSTCODE, \"ADN_TEL\" = :ADN_TEL, \"ADN_EMAIL\" = :ADN_EMAIL," + " \"ADR_NO\" = :ADR_NO, \"ADR_TAMBOL\" = :ADR_TAMBOL, \"ADR_AMPHUR\" = :ADR_AMPHUR, \"AD" + "R_PROVINCE\" = :ADR_PROVINCE, \"ADR_POSTCODE\" = :ADR_POSTCODE, \"ID_CARD\" = :ID_CAR" + "D, \"BIRTH_DATE\" = :BIRTH_DATE, \"WORK_DATE\" = :WORK_DATE, \"RESIGN_DATE\" = :RESIGN" + "_DATE, \"CONTAIN_DATE\" = :CONTAIN_DATE, \"TERM_DATE\" = :TERM_DATE, \"SALARY_ID\" = :" + "SALARY_ID, \"SALARY_AMT\" = :SALARY_AMT, \"SALEXP_CODE\" = :SALEXP_CODE, \"SALEXP_BAN" + "K\" = :SALEXP_BANK, \"SALEXP_BRANCH\" = :SALEXP_BRANCH, \"SALEXP_ACCID\" = :SALEXP_AC" + "CID, \"TAX_CALCODE\" = :TAX_CALCODE, \"TAX_BFAMT\" = :TAX_BFAMT, \"SS_STATUS\" = :SS_S" + "TATUS, \"SS_APPFIRSTSTS\" = :SS_APPFIRSTSTS, \"SS_BFAMT\" = :SS_BFAMT, \"SS_APPDATE\" " + "= :SS_APPDATE, \"SS_RATE\" = :SS_RATE, \"SS_HOSPITAL\" = :SS_HOSPITAL, \"PROVF_STATUS" + "\" = :PROVF_STATUS, \"PROVF_CORPRATE\" = :PROVF_CORPRATE, \"PROVF_EMPRATE\" = :PROVF_" + "EMPRATE, \"PROVF_APPDATE\" = :PROVF_APPDATE, \"PROVF_RESIGNDATE\" = :PROVF_RESIGNDAT" + "E, \"PROVF_BFAMT\" = :PROVF_BFAMT, \"REF_MEMBNO\" = :REF_MEMBNO, \"EMP_STATUS\" = :EMP" + "_STATUS WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"EMP_NO\" = :Original_EMP_NO)" + ")"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRENAME_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PRENAME_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_SURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_SURNAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_ENAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_ESURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_ESURNAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NICKNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMP_NICKNAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMPTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMPTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTGRP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTGRP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POS_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BLOOD_GRP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BLOOD_GRP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEIGHT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WEIGHT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HEIGHT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HEIGHT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NATION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RELIGION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RELIGION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_POSTCODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_POSTCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_TEL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADN_EMAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADN_EMAIL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADR_POSTCODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ID_CARD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ID_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BIRTH_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BIRTH_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WORK_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "WORK_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESIGN_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTAIN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CONTAIN_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TERM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TERM_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SALARY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SALEXP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SALEXP_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SALEXP_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALEXP_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SALEXP_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_CALCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TAX_CALCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAX_BFAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAX_BFAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_APPFIRSTSTS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_APPFIRSTSTS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_BFAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_BFAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_APPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SS_APPDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SS_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SS_HOSPITAL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SS_HOSPITAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_CORPRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_CORPRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_EMPRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_EMPRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_APPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PROVF_APPDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_RESIGNDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PROVF_RESIGNDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVF_BFAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PROVF_BFAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_MEMBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_MEMBNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EMP_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "select * from hremployee"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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(DataSet1.HREMPLOYEEDataTable 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", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] public virtual DataSet1.HREMPLOYEEDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.HREMPLOYEEDataTable dataTable = new DataSet1.HREMPLOYEEDataTable(true); this.Adapter.Fill(dataTable); return dataTable; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1.HREMPLOYEEDataTable dataTable) { return this.Adapter.Update(dataTable); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { return this.Adapter.Update(dataSet, "HREMPLOYEE"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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_COOP_ID, string Original_EMP_NO) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_EMP_NO == null)) { throw new global::System.ArgumentNullException("Original_EMP_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_EMP_NO)); } 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", "4.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 COOP_ID, string EMP_NO, string PRENAME_CODE, string EMP_NAME, string EMP_SURNAME, string EMP_ENAME, string EMP_ESURNAME, string EMP_NICKNAME, string EMPTYPE_CODE, string DEPTGRP_CODE, string POS_CODE, string SEX, string BLOOD_GRP, global::System.Nullable WEIGHT, global::System.Nullable HEIGHT, string NATION, string RELIGION, string ADN_NO, string ADN_TAMBOL, string ADN_AMPHUR, string ADN_PROVINCE, string ADN_POSTCODE, string ADN_TEL, string ADN_EMAIL, string ADR_NO, string ADR_TAMBOL, string ADR_AMPHUR, string ADR_PROVINCE, string ADR_POSTCODE, string ID_CARD, global::System.Nullable BIRTH_DATE, global::System.Nullable WORK_DATE, global::System.Nullable RESIGN_DATE, global::System.Nullable CONTAIN_DATE, global::System.Nullable TERM_DATE, string SALARY_ID, global::System.Nullable SALARY_AMT, string SALEXP_CODE, string SALEXP_BANK, string SALEXP_BRANCH, string SALEXP_ACCID, string TAX_CALCODE, global::System.Nullable TAX_BFAMT, global::System.Nullable SS_STATUS, global::System.Nullable SS_APPFIRSTSTS, global::System.Nullable SS_BFAMT, global::System.Nullable SS_APPDATE, global::System.Nullable SS_RATE, string SS_HOSPITAL, global::System.Nullable PROVF_STATUS, global::System.Nullable PROVF_CORPRATE, global::System.Nullable PROVF_EMPRATE, global::System.Nullable PROVF_APPDATE, global::System.Nullable PROVF_RESIGNDATE, global::System.Nullable PROVF_BFAMT, string REF_MEMBNO, global::System.Nullable EMP_STATUS) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((EMP_NO == null)) { throw new global::System.ArgumentNullException("EMP_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(EMP_NO)); } if ((PRENAME_CODE == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(PRENAME_CODE)); } if ((EMP_NAME == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(EMP_NAME)); } if ((EMP_SURNAME == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(EMP_SURNAME)); } if ((EMP_ENAME == null)) { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[5].Value = ((string)(EMP_ENAME)); } if ((EMP_ESURNAME == null)) { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[6].Value = ((string)(EMP_ESURNAME)); } if ((EMP_NICKNAME == null)) { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[7].Value = ((string)(EMP_NICKNAME)); } if ((EMPTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[8].Value = ((string)(EMPTYPE_CODE)); } if ((DEPTGRP_CODE == null)) { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[9].Value = ((string)(DEPTGRP_CODE)); } if ((POS_CODE == null)) { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[10].Value = ((string)(POS_CODE)); } if ((SEX == null)) { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[11].Value = ((string)(SEX)); } if ((BLOOD_GRP == null)) { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[12].Value = ((string)(BLOOD_GRP)); } if ((WEIGHT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(WEIGHT.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((HEIGHT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(HEIGHT.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((NATION == null)) { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[15].Value = ((string)(NATION)); } if ((RELIGION == null)) { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[16].Value = ((string)(RELIGION)); } if ((ADN_NO == null)) { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[17].Value = ((string)(ADN_NO)); } if ((ADN_TAMBOL == null)) { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[18].Value = ((string)(ADN_TAMBOL)); } if ((ADN_AMPHUR == null)) { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[19].Value = ((string)(ADN_AMPHUR)); } if ((ADN_PROVINCE == null)) { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[20].Value = ((string)(ADN_PROVINCE)); } if ((ADN_POSTCODE == null)) { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[21].Value = ((string)(ADN_POSTCODE)); } if ((ADN_TEL == null)) { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[22].Value = ((string)(ADN_TEL)); } if ((ADN_EMAIL == null)) { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[23].Value = ((string)(ADN_EMAIL)); } if ((ADR_NO == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(ADR_NO)); } if ((ADR_TAMBOL == null)) { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[25].Value = ((string)(ADR_TAMBOL)); } if ((ADR_AMPHUR == null)) { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[26].Value = ((string)(ADR_AMPHUR)); } if ((ADR_PROVINCE == null)) { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[27].Value = ((string)(ADR_PROVINCE)); } if ((ADR_POSTCODE == null)) { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[28].Value = ((string)(ADR_POSTCODE)); } if ((ID_CARD == null)) { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[29].Value = ((string)(ID_CARD)); } if ((BIRTH_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((System.DateTime)(BIRTH_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((WORK_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((System.DateTime)(WORK_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((RESIGN_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((System.DateTime)(RESIGN_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((CONTAIN_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((System.DateTime)(CONTAIN_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((TERM_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[34].Value = ((System.DateTime)(TERM_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((SALARY_ID == null)) { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[35].Value = ((string)(SALARY_ID)); } if ((SALARY_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(SALARY_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((SALEXP_CODE == null)) { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[37].Value = ((string)(SALEXP_CODE)); } if ((SALEXP_BANK == null)) { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[38].Value = ((string)(SALEXP_BANK)); } if ((SALEXP_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[39].Value = ((string)(SALEXP_BRANCH)); } if ((SALEXP_ACCID == null)) { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[40].Value = ((string)(SALEXP_ACCID)); } if ((TAX_CALCODE == null)) { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[41].Value = ((string)(TAX_CALCODE)); } if ((TAX_BFAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(TAX_BFAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((SS_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(SS_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((SS_APPFIRSTSTS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(SS_APPFIRSTSTS.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((SS_BFAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(SS_BFAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((SS_APPDATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((System.DateTime)(SS_APPDATE.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((SS_RATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(SS_RATE.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((SS_HOSPITAL == null)) { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[48].Value = ((string)(SS_HOSPITAL)); } if ((PROVF_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((decimal)(PROVF_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((PROVF_CORPRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(PROVF_CORPRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((PROVF_EMPRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(PROVF_EMPRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((PROVF_APPDATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((System.DateTime)(PROVF_APPDATE.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((PROVF_RESIGNDATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((System.DateTime)(PROVF_RESIGNDATE.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((PROVF_BFAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(PROVF_BFAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((REF_MEMBNO == null)) { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[55].Value = ((string)(REF_MEMBNO)); } if ((EMP_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(EMP_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[56].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", "4.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 COOP_ID, string EMP_NO, string PRENAME_CODE, string EMP_NAME, string EMP_SURNAME, string EMP_ENAME, string EMP_ESURNAME, string EMP_NICKNAME, string EMPTYPE_CODE, string DEPTGRP_CODE, string POS_CODE, string SEX, string BLOOD_GRP, global::System.Nullable WEIGHT, global::System.Nullable HEIGHT, string NATION, string RELIGION, string ADN_NO, string ADN_TAMBOL, string ADN_AMPHUR, string ADN_PROVINCE, string ADN_POSTCODE, string ADN_TEL, string ADN_EMAIL, string ADR_NO, string ADR_TAMBOL, string ADR_AMPHUR, string ADR_PROVINCE, string ADR_POSTCODE, string ID_CARD, global::System.Nullable BIRTH_DATE, global::System.Nullable WORK_DATE, global::System.Nullable RESIGN_DATE, global::System.Nullable CONTAIN_DATE, global::System.Nullable TERM_DATE, string SALARY_ID, global::System.Nullable SALARY_AMT, string SALEXP_CODE, string SALEXP_BANK, string SALEXP_BRANCH, string SALEXP_ACCID, string TAX_CALCODE, global::System.Nullable TAX_BFAMT, global::System.Nullable SS_STATUS, global::System.Nullable SS_APPFIRSTSTS, global::System.Nullable SS_BFAMT, global::System.Nullable SS_APPDATE, global::System.Nullable SS_RATE, string SS_HOSPITAL, global::System.Nullable PROVF_STATUS, global::System.Nullable PROVF_CORPRATE, global::System.Nullable PROVF_EMPRATE, global::System.Nullable PROVF_APPDATE, global::System.Nullable PROVF_RESIGNDATE, global::System.Nullable PROVF_BFAMT, string REF_MEMBNO, global::System.Nullable EMP_STATUS, string Original_COOP_ID, string Original_EMP_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((EMP_NO == null)) { throw new global::System.ArgumentNullException("EMP_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(EMP_NO)); } if ((PRENAME_CODE == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(PRENAME_CODE)); } if ((EMP_NAME == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(EMP_NAME)); } if ((EMP_SURNAME == null)) { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(EMP_SURNAME)); } if ((EMP_ENAME == null)) { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(EMP_ENAME)); } if ((EMP_ESURNAME == null)) { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(EMP_ESURNAME)); } if ((EMP_NICKNAME == null)) { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(EMP_NICKNAME)); } if ((EMPTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(EMPTYPE_CODE)); } if ((DEPTGRP_CODE == null)) { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(DEPTGRP_CODE)); } if ((POS_CODE == null)) { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(POS_CODE)); } if ((SEX == null)) { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(SEX)); } if ((BLOOD_GRP == null)) { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(BLOOD_GRP)); } if ((WEIGHT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(WEIGHT.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((HEIGHT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(HEIGHT.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((NATION == null)) { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(NATION)); } if ((RELIGION == null)) { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(RELIGION)); } if ((ADN_NO == null)) { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(ADN_NO)); } if ((ADN_TAMBOL == null)) { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(ADN_TAMBOL)); } if ((ADN_AMPHUR == null)) { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(ADN_AMPHUR)); } if ((ADN_PROVINCE == null)) { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(ADN_PROVINCE)); } if ((ADN_POSTCODE == null)) { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(ADN_POSTCODE)); } if ((ADN_TEL == null)) { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(ADN_TEL)); } if ((ADN_EMAIL == null)) { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(ADN_EMAIL)); } if ((ADR_NO == null)) { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(ADR_NO)); } if ((ADR_TAMBOL == null)) { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(ADR_TAMBOL)); } if ((ADR_AMPHUR == null)) { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(ADR_AMPHUR)); } if ((ADR_PROVINCE == null)) { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(ADR_PROVINCE)); } if ((ADR_POSTCODE == null)) { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(ADR_POSTCODE)); } if ((ID_CARD == null)) { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(ID_CARD)); } if ((BIRTH_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[30].Value = ((System.DateTime)(BIRTH_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((WORK_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[31].Value = ((System.DateTime)(WORK_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((RESIGN_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[32].Value = ((System.DateTime)(RESIGN_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((CONTAIN_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[33].Value = ((System.DateTime)(CONTAIN_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((TERM_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[34].Value = ((System.DateTime)(TERM_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((SALARY_ID == null)) { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(SALARY_ID)); } if ((SALARY_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(SALARY_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((SALEXP_CODE == null)) { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(SALEXP_CODE)); } if ((SALEXP_BANK == null)) { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(SALEXP_BANK)); } if ((SALEXP_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(SALEXP_BRANCH)); } if ((SALEXP_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(SALEXP_ACCID)); } if ((TAX_CALCODE == null)) { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(TAX_CALCODE)); } if ((TAX_BFAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(TAX_BFAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((SS_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(SS_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((SS_APPFIRSTSTS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(SS_APPFIRSTSTS.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((SS_BFAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(SS_BFAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((SS_APPDATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((System.DateTime)(SS_APPDATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((SS_RATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(SS_RATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((SS_HOSPITAL == null)) { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(SS_HOSPITAL)); } if ((PROVF_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[49].Value = ((decimal)(PROVF_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((PROVF_CORPRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[50].Value = ((decimal)(PROVF_CORPRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((PROVF_EMPRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(PROVF_EMPRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((PROVF_APPDATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[52].Value = ((System.DateTime)(PROVF_APPDATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((PROVF_RESIGNDATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[53].Value = ((System.DateTime)(PROVF_RESIGNDATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((PROVF_BFAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(PROVF_BFAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((REF_MEMBNO == null)) { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(REF_MEMBNO)); } if ((EMP_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(EMP_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(Original_COOP_ID)); } if ((Original_EMP_NO == null)) { throw new global::System.ArgumentNullException("Original_EMP_NO"); } else { this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(Original_EMP_NO)); } 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", "4.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 PRENAME_CODE, string EMP_NAME, string EMP_SURNAME, string EMP_ENAME, string EMP_ESURNAME, string EMP_NICKNAME, string EMPTYPE_CODE, string DEPTGRP_CODE, string POS_CODE, string SEX, string BLOOD_GRP, global::System.Nullable WEIGHT, global::System.Nullable HEIGHT, string NATION, string RELIGION, string ADN_NO, string ADN_TAMBOL, string ADN_AMPHUR, string ADN_PROVINCE, string ADN_POSTCODE, string ADN_TEL, string ADN_EMAIL, string ADR_NO, string ADR_TAMBOL, string ADR_AMPHUR, string ADR_PROVINCE, string ADR_POSTCODE, string ID_CARD, global::System.Nullable BIRTH_DATE, global::System.Nullable WORK_DATE, global::System.Nullable RESIGN_DATE, global::System.Nullable CONTAIN_DATE, global::System.Nullable TERM_DATE, string SALARY_ID, global::System.Nullable SALARY_AMT, string SALEXP_CODE, string SALEXP_BANK, string SALEXP_BRANCH, string SALEXP_ACCID, string TAX_CALCODE, global::System.Nullable TAX_BFAMT, global::System.Nullable SS_STATUS, global::System.Nullable SS_APPFIRSTSTS, global::System.Nullable SS_BFAMT, global::System.Nullable SS_APPDATE, global::System.Nullable SS_RATE, string SS_HOSPITAL, global::System.Nullable PROVF_STATUS, global::System.Nullable PROVF_CORPRATE, global::System.Nullable PROVF_EMPRATE, global::System.Nullable PROVF_APPDATE, global::System.Nullable PROVF_RESIGNDATE, global::System.Nullable PROVF_BFAMT, string REF_MEMBNO, global::System.Nullable EMP_STATUS, string Original_COOP_ID, string Original_EMP_NO) { return this.Update(Original_COOP_ID, Original_EMP_NO, PRENAME_CODE, EMP_NAME, EMP_SURNAME, EMP_ENAME, EMP_ESURNAME, EMP_NICKNAME, EMPTYPE_CODE, DEPTGRP_CODE, POS_CODE, SEX, BLOOD_GRP, WEIGHT, HEIGHT, NATION, RELIGION, ADN_NO, ADN_TAMBOL, ADN_AMPHUR, ADN_PROVINCE, ADN_POSTCODE, ADN_TEL, ADN_EMAIL, ADR_NO, ADR_TAMBOL, ADR_AMPHUR, ADR_PROVINCE, ADR_POSTCODE, ID_CARD, BIRTH_DATE, WORK_DATE, RESIGN_DATE, CONTAIN_DATE, TERM_DATE, SALARY_ID, SALARY_AMT, SALEXP_CODE, SALEXP_BANK, SALEXP_BRANCH, SALEXP_ACCID, TAX_CALCODE, TAX_BFAMT, SS_STATUS, SS_APPFIRSTSTS, SS_BFAMT, SS_APPDATE, SS_RATE, SS_HOSPITAL, PROVF_STATUS, PROVF_CORPRATE, PROVF_EMPRATE, PROVF_APPDATE, PROVF_RESIGNDATE, PROVF_BFAMT, REF_MEMBNO, EMP_STATUS, Original_COOP_ID, Original_EMP_NO); } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class HRLOGCHANGEWORKTableAdapter : global::System.ComponentModel.Component { private global::System.Data.OracleClient.OracleDataAdapter _adapter; private global::System.Data.OracleClient.OracleConnection _connection; private global::System.Data.OracleClient.OracleTransaction _transaction; private global::System.Data.OracleClient.OracleCommand[] _commandCollection; private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public HRLOGCHANGEWORKTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter { get { if ((this._adapter == null)) { this.InitAdapter(); } return this._adapter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal global::System.Data.OracleClient.OracleConnection 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.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value; } } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal global::System.Data.OracleClient.OracleTransaction 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", "4.0.0.0")] protected global::System.Data.OracleClient.OracleCommand[] CommandCollection { get { if ((this._commandCollection == null)) { this.InitCommandCollection(); } return this._commandCollection; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] private void InitAdapter() { this._adapter = new global::System.Data.OracleClient.OracleDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "HRLOGCHANGEWORK"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("EMP_NO", "EMP_NO"); tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO"); tableMapping.ColumnMappings.Add("DEPTGRP_CODE", "DEPTGRP_CODE"); tableMapping.ColumnMappings.Add("POS_CODE", "POS_CODE"); tableMapping.ColumnMappings.Add("SALARY_AMT", "SALARY_AMT"); tableMapping.ColumnMappings.Add("OLD_DEPTGRP_CODE", "OLD_DEPTGRP_CODE"); tableMapping.ColumnMappings.Add("OLD_POS_CODE", "OLD_POS_CODE"); tableMapping.ColumnMappings.Add("OLD_SALARY_AMT", "OLD_SALARY_AMT"); tableMapping.ColumnMappings.Add("ORDER_DOCNO", "ORDER_DOCNO"); tableMapping.ColumnMappings.Add("START_DATE", "START_DATE"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"HRLOGCHANGEWORK\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"EMP_NO" + "\" = :Original_EMP_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = @"INSERT INTO ""HRLOGCHANGEWORK"" (""COOP_ID"", ""EMP_NO"", ""SEQ_NO"", ""DEPTGRP_CODE"", ""POS_CODE"", ""SALARY_AMT"", ""OLD_DEPTGRP_CODE"", ""OLD_POS_CODE"", ""OLD_SALARY_AMT"", ""ORDER_DOCNO"", ""START_DATE"") VALUES (:COOP_ID, :EMP_NO, :SEQ_NO, :DEPTGRP_CODE, :POS_CODE, :SALARY_AMT, :OLD_DEPTGRP_CODE, :OLD_POS_CODE, :OLD_SALARY_AMT, :ORDER_DOCNO, :START_DATE)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTGRP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTGRP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POS_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_DEPTGRP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLD_DEPTGRP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_POS_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLD_POS_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_SALARY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLD_SALARY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ORDER_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ORDER_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("START_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "START_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = @"UPDATE ""HRLOGCHANGEWORK"" SET ""COOP_ID"" = :COOP_ID, ""EMP_NO"" = :EMP_NO, ""SEQ_NO"" = :SEQ_NO, ""DEPTGRP_CODE"" = :DEPTGRP_CODE, ""POS_CODE"" = :POS_CODE, ""SALARY_AMT"" = :SALARY_AMT, ""OLD_DEPTGRP_CODE"" = :OLD_DEPTGRP_CODE, ""OLD_POS_CODE"" = :OLD_POS_CODE, ""OLD_SALARY_AMT"" = :OLD_SALARY_AMT, ""ORDER_DOCNO"" = :ORDER_DOCNO, ""START_DATE"" = :START_DATE WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""EMP_NO"" = :Original_EMP_NO) AND (""SEQ_NO"" = :Original_SEQ_NO))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTGRP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTGRP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POS_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_DEPTGRP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLD_DEPTGRP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_POS_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLD_POS_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_SALARY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLD_SALARY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ORDER_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ORDER_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("START_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "START_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_EMP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT COOP_ID, EMP_NO, SEQ_NO, DEPTGRP_CODE, POS_CODE, SALARY_AMT, OLD_DEPTGRP_C" + "ODE, OLD_POS_CODE, OLD_SALARY_AMT, ORDER_DOCNO, START_DATE FROM HRLOGCHANGEWORK"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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(DataSet1.HRLOGCHANGEWORKDataTable 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", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] public virtual DataSet1.HRLOGCHANGEWORKDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.HRLOGCHANGEWORKDataTable dataTable = new DataSet1.HRLOGCHANGEWORKDataTable(); this.Adapter.Fill(dataTable); return dataTable; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1.HRLOGCHANGEWORKDataTable dataTable) { return this.Adapter.Update(dataTable); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { return this.Adapter.Update(dataSet, "HRLOGCHANGEWORK"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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); } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private HREMPLOYEETableAdapter _hREMPLOYEETableAdapter; private HRLOGCHANGEWORKTableAdapter _hRLOGCHANGEWORKTableAdapter; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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 HREMPLOYEETableAdapter HREMPLOYEETableAdapter { get { return this._hREMPLOYEETableAdapter; } set { this._hREMPLOYEETableAdapter = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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 HRLOGCHANGEWORKTableAdapter HRLOGCHANGEWORKTableAdapter { get { return this._hRLOGCHANGEWORKTableAdapter; } set { this._hRLOGCHANGEWORKTableAdapter = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { if ((this._connection != null)) { return this._connection; } if (((this._hREMPLOYEETableAdapter != null) && (this._hREMPLOYEETableAdapter.Connection != null))) { return this._hREMPLOYEETableAdapter.Connection; } if (((this._hRLOGCHANGEWORKTableAdapter != null) && (this._hRLOGCHANGEWORKTableAdapter.Connection != null))) { return this._hRLOGCHANGEWORKTableAdapter.Connection; } return null; } set { this._connection = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; if ((this._hREMPLOYEETableAdapter != null)) { count = (count + 1); } if ((this._hRLOGCHANGEWORKTableAdapter != null)) { count = (count + 1); } return count; } } /// ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._hRLOGCHANGEWORKTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.HRLOGCHANGEWORK.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._hRLOGCHANGEWORKTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } if ((this._hREMPLOYEETableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.HREMPLOYEE.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._hREMPLOYEETableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } return result; } /// ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._hRLOGCHANGEWORKTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.HRLOGCHANGEWORK.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._hRLOGCHANGEWORKTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } if ((this._hREMPLOYEETableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.HREMPLOYEE.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._hREMPLOYEETableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } return result; } /// ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; if ((this._hREMPLOYEETableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.HREMPLOYEE.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._hREMPLOYEETableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } if ((this._hRLOGCHANGEWORKTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.HRLOGCHANGEWORK.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._hRLOGCHANGEWORKTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } return result; } /// ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { return updatedRows; } if (((allAddedRows == null) || (allAddedRows.Count < 1))) { return updatedRows; } global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List(); for (int i = 0; (i < updatedRows.Length); i = (i + 1)) { global::System.Data.DataRow row = updatedRows[i]; if ((allAddedRows.Contains(row) == false)) { realUpdatedRows.Add(row); } } return realUpdatedRows.ToArray(); } /// ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual int UpdateAll(DataSet1 dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); } if ((dataSet.HasChanges() == false)) { return 0; } if (((this._hREMPLOYEETableAdapter != null) && (this.MatchTableAdapterConnection(this._hREMPLOYEETableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } if (((this._hRLOGCHANGEWORKTableAdapter != null) && (this.MatchTableAdapterConnection(this._hRLOGCHANGEWORKTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + "ger TableAdapter property to a valid TableAdapter instance."); } 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("The transaction cannot begin. The current data connection does not support transa" + "ctions or the current state is not allowing the transaction to begin."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // if ((this._hREMPLOYEETableAdapter != null)) { revertConnections.Add(this._hREMPLOYEETableAdapter, this._hREMPLOYEETableAdapter.Connection); this._hREMPLOYEETableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._hREMPLOYEETableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._hREMPLOYEETableAdapter.Adapter.AcceptChangesDuringUpdate) { this._hREMPLOYEETableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._hREMPLOYEETableAdapter.Adapter); } } if ((this._hRLOGCHANGEWORKTableAdapter != null)) { revertConnections.Add(this._hRLOGCHANGEWORKTableAdapter, this._hRLOGCHANGEWORKTableAdapter.Connection); this._hRLOGCHANGEWORKTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._hRLOGCHANGEWORKTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._hRLOGCHANGEWORKTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._hRLOGCHANGEWORKTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._hRLOGCHANGEWORKTableAdapter.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._hREMPLOYEETableAdapter != null)) { this._hREMPLOYEETableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._hREMPLOYEETableAdapter])); this._hREMPLOYEETableAdapter.Transaction = null; } if ((this._hRLOGCHANGEWORKTableAdapter != null)) { this._hRLOGCHANGEWORKTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._hRLOGCHANGEWORKTableAdapter])); this._hRLOGCHANGEWORKTableAdapter.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", "4.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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