//------------------------------------------------------------------------------
//
// 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_leaveout_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 HRLOGLEAVEDataTable tableHRLOGLEAVE;
private HREMPLOYEEDataTable tableHREMPLOYEE;
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["HRLOGLEAVE"] != null)) {
base.Tables.Add(new HRLOGLEAVEDataTable(ds.Tables["HRLOGLEAVE"]));
}
if ((ds.Tables["HREMPLOYEE"] != null)) {
base.Tables.Add(new HREMPLOYEEDataTable(ds.Tables["HREMPLOYEE"]));
}
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 HRLOGLEAVEDataTable HRLOGLEAVE {
get {
return this.tableHRLOGLEAVE;
}
}
[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.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["HRLOGLEAVE"] != null)) {
base.Tables.Add(new HRLOGLEAVEDataTable(ds.Tables["HRLOGLEAVE"]));
}
if ((ds.Tables["HREMPLOYEE"] != null)) {
base.Tables.Add(new HREMPLOYEEDataTable(ds.Tables["HREMPLOYEE"]));
}
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.tableHRLOGLEAVE = ((HRLOGLEAVEDataTable)(base.Tables["HRLOGLEAVE"]));
if ((initTable == true)) {
if ((this.tableHRLOGLEAVE != null)) {
this.tableHRLOGLEAVE.InitVars();
}
}
this.tableHREMPLOYEE = ((HREMPLOYEEDataTable)(base.Tables["HREMPLOYEE"]));
if ((initTable == true)) {
if ((this.tableHREMPLOYEE != null)) {
this.tableHREMPLOYEE.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.tableHRLOGLEAVE = new HRLOGLEAVEDataTable();
base.Tables.Add(this.tableHRLOGLEAVE);
this.tableHREMPLOYEE = new HREMPLOYEEDataTable(false);
base.Tables.Add(this.tableHREMPLOYEE);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeHRLOGLEAVE() {
return false;
}
[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 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 HRLOGLEAVERowChangeEventHandler(object sender, HRLOGLEAVERowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void HREMPLOYEERowChangeEventHandler(object sender, HREMPLOYEERowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class HRLOGLEAVEDataTable : 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 columnOPERATE_DATE;
private global::System.Data.DataColumn columnLEAVE_CODE;
private global::System.Data.DataColumn columnLEAVE_FROM;
private global::System.Data.DataColumn columnLEAVE_TO;
private global::System.Data.DataColumn columnTOTALDAY;
private global::System.Data.DataColumn columnTOTALTIME;
private global::System.Data.DataColumn columnLEAVE_CAUSE;
private global::System.Data.DataColumn columnLEAVE_TEL;
private global::System.Data.DataColumn columnLEAVE_PLACE;
private global::System.Data.DataColumn columnAPV_STATUS;
private global::System.Data.DataColumn columnAPV_DATE;
private global::System.Data.DataColumn columnAPV_REMARK;
private global::System.Data.DataColumn columnAPV_BYCODE;
private global::System.Data.DataColumn columnSTART_TIME;
private global::System.Data.DataColumn columnLAST_TIME;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRLOGLEAVEDataTable() {
this.TableName = "HRLOGLEAVE";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRLOGLEAVEDataTable(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 HRLOGLEAVEDataTable(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 OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEAVE_CODEColumn {
get {
return this.columnLEAVE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEAVE_FROMColumn {
get {
return this.columnLEAVE_FROM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEAVE_TOColumn {
get {
return this.columnLEAVE_TO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOTALDAYColumn {
get {
return this.columnTOTALDAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TOTALTIMEColumn {
get {
return this.columnTOTALTIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEAVE_CAUSEColumn {
get {
return this.columnLEAVE_CAUSE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEAVE_TELColumn {
get {
return this.columnLEAVE_TEL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEAVE_PLACEColumn {
get {
return this.columnLEAVE_PLACE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APV_STATUSColumn {
get {
return this.columnAPV_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APV_DATEColumn {
get {
return this.columnAPV_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APV_REMARKColumn {
get {
return this.columnAPV_REMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APV_BYCODEColumn {
get {
return this.columnAPV_BYCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn START_TIMEColumn {
get {
return this.columnSTART_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_TIMEColumn {
get {
return this.columnLAST_TIME;
}
}
[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 HRLOGLEAVERow this[int index] {
get {
return ((HRLOGLEAVERow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRLOGLEAVERowChangeEventHandler HRLOGLEAVERowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRLOGLEAVERowChangeEventHandler HRLOGLEAVERowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRLOGLEAVERowChangeEventHandler HRLOGLEAVERowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRLOGLEAVERowChangeEventHandler HRLOGLEAVERowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddHRLOGLEAVERow(HRLOGLEAVERow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRLOGLEAVERow AddHRLOGLEAVERow(
string COOP_ID,
string EMP_NO,
decimal SEQ_NO,
System.DateTime OPERATE_DATE,
string LEAVE_CODE,
System.DateTime LEAVE_FROM,
System.DateTime LEAVE_TO,
decimal TOTALDAY,
decimal TOTALTIME,
string LEAVE_CAUSE,
string LEAVE_TEL,
string LEAVE_PLACE,
decimal APV_STATUS,
System.DateTime APV_DATE,
string APV_REMARK,
string APV_BYCODE,
string START_TIME,
string LAST_TIME) {
HRLOGLEAVERow rowHRLOGLEAVERow = ((HRLOGLEAVERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
EMP_NO,
SEQ_NO,
OPERATE_DATE,
LEAVE_CODE,
LEAVE_FROM,
LEAVE_TO,
TOTALDAY,
TOTALTIME,
LEAVE_CAUSE,
LEAVE_TEL,
LEAVE_PLACE,
APV_STATUS,
APV_DATE,
APV_REMARK,
APV_BYCODE,
START_TIME,
LAST_TIME};
rowHRLOGLEAVERow.ItemArray = columnValuesArray;
this.Rows.Add(rowHRLOGLEAVERow);
return rowHRLOGLEAVERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRLOGLEAVERow FindByCOOP_IDEMP_NOSEQ_NO(string COOP_ID, string EMP_NO, decimal SEQ_NO) {
return ((HRLOGLEAVERow)(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() {
HRLOGLEAVEDataTable cln = ((HRLOGLEAVEDataTable)(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 HRLOGLEAVEDataTable();
}
[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.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnLEAVE_CODE = base.Columns["LEAVE_CODE"];
this.columnLEAVE_FROM = base.Columns["LEAVE_FROM"];
this.columnLEAVE_TO = base.Columns["LEAVE_TO"];
this.columnTOTALDAY = base.Columns["TOTALDAY"];
this.columnTOTALTIME = base.Columns["TOTALTIME"];
this.columnLEAVE_CAUSE = base.Columns["LEAVE_CAUSE"];
this.columnLEAVE_TEL = base.Columns["LEAVE_TEL"];
this.columnLEAVE_PLACE = base.Columns["LEAVE_PLACE"];
this.columnAPV_STATUS = base.Columns["APV_STATUS"];
this.columnAPV_DATE = base.Columns["APV_DATE"];
this.columnAPV_REMARK = base.Columns["APV_REMARK"];
this.columnAPV_BYCODE = base.Columns["APV_BYCODE"];
this.columnSTART_TIME = base.Columns["START_TIME"];
this.columnLAST_TIME = base.Columns["LAST_TIME"];
}
[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.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnLEAVE_CODE = new global::System.Data.DataColumn("LEAVE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEAVE_CODE);
this.columnLEAVE_FROM = new global::System.Data.DataColumn("LEAVE_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEAVE_FROM);
this.columnLEAVE_TO = new global::System.Data.DataColumn("LEAVE_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEAVE_TO);
this.columnTOTALDAY = new global::System.Data.DataColumn("TOTALDAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOTALDAY);
this.columnTOTALTIME = new global::System.Data.DataColumn("TOTALTIME", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOTALTIME);
this.columnLEAVE_CAUSE = new global::System.Data.DataColumn("LEAVE_CAUSE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEAVE_CAUSE);
this.columnLEAVE_TEL = new global::System.Data.DataColumn("LEAVE_TEL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEAVE_TEL);
this.columnLEAVE_PLACE = new global::System.Data.DataColumn("LEAVE_PLACE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEAVE_PLACE);
this.columnAPV_STATUS = new global::System.Data.DataColumn("APV_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPV_STATUS);
this.columnAPV_DATE = new global::System.Data.DataColumn("APV_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPV_DATE);
this.columnAPV_REMARK = new global::System.Data.DataColumn("APV_REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPV_REMARK);
this.columnAPV_BYCODE = new global::System.Data.DataColumn("APV_BYCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPV_BYCODE);
this.columnSTART_TIME = new global::System.Data.DataColumn("START_TIME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTART_TIME);
this.columnLAST_TIME = new global::System.Data.DataColumn("LAST_TIME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_TIME);
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.columnLEAVE_CODE.MaxLength = 3;
this.columnLEAVE_CAUSE.MaxLength = 200;
this.columnLEAVE_TEL.MaxLength = 50;
this.columnLEAVE_PLACE.MaxLength = 100;
this.columnAPV_REMARK.MaxLength = 200;
this.columnAPV_BYCODE.MaxLength = 3;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRLOGLEAVERow NewHRLOGLEAVERow() {
return ((HRLOGLEAVERow)(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 HRLOGLEAVERow(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(HRLOGLEAVERow);
}
[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.HRLOGLEAVERowChanged != null)) {
this.HRLOGLEAVERowChanged(this, new HRLOGLEAVERowChangeEvent(((HRLOGLEAVERow)(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.HRLOGLEAVERowChanging != null)) {
this.HRLOGLEAVERowChanging(this, new HRLOGLEAVERowChangeEvent(((HRLOGLEAVERow)(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.HRLOGLEAVERowDeleted != null)) {
this.HRLOGLEAVERowDeleted(this, new HRLOGLEAVERowChangeEvent(((HRLOGLEAVERow)(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.HRLOGLEAVERowDeleting != null)) {
this.HRLOGLEAVERowDeleting(this, new HRLOGLEAVERowChangeEvent(((HRLOGLEAVERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveHRLOGLEAVERow(HRLOGLEAVERow 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 = "HRLOGLEAVEDataTable";
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 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 columnDEPTGRP_DESC;
private global::System.Data.DataColumn columnPOS_DESC;
private global::System.Data.DataColumn columnFULLNAME;
[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 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 FULLNAMEColumn {
get {
return this.columnFULLNAME;
}
}
[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 DEPTGRP_DESC,
string POS_DESC,
string FULLNAME) {
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,
DEPTGRP_DESC,
POS_DESC,
FULLNAME};
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,
DEPTGRP_DESC,
POS_DESC,
null};
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.columnDEPTGRP_DESC = base.Columns["DEPTGRP_DESC"];
this.columnPOS_DESC = base.Columns["POS_DESC"];
this.columnFULLNAME = base.Columns["FULLNAME"];
}
[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.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.columnFULLNAME = new global::System.Data.DataColumn("FULLNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFULLNAME);
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.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 strongly named DataRow class.
///
public partial class HRLOGLEAVERow : global::System.Data.DataRow {
private HRLOGLEAVEDataTable tableHRLOGLEAVE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRLOGLEAVERow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableHRLOGLEAVE = ((HRLOGLEAVEDataTable)(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.tableHRLOGLEAVE.COOP_IDColumn]));
}
set {
this[this.tableHRLOGLEAVE.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.tableHRLOGLEAVE.EMP_NOColumn]));
}
set {
this[this.tableHRLOGLEAVE.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.tableHRLOGLEAVE.SEQ_NOColumn]));
}
set {
this[this.tableHRLOGLEAVE.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableHRLOGLEAVE.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LEAVE_CODE {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.LEAVE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEAVE_CODE\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LEAVE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LEAVE_FROM {
get {
try {
return ((global::System.DateTime)(this[this.tableHRLOGLEAVE.LEAVE_FROMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEAVE_FROM\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LEAVE_FROMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LEAVE_TO {
get {
try {
return ((global::System.DateTime)(this[this.tableHRLOGLEAVE.LEAVE_TOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEAVE_TO\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LEAVE_TOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TOTALDAY {
get {
try {
return ((decimal)(this[this.tableHRLOGLEAVE.TOTALDAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOTALDAY\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.TOTALDAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TOTALTIME {
get {
try {
return ((decimal)(this[this.tableHRLOGLEAVE.TOTALTIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOTALTIME\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.TOTALTIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LEAVE_CAUSE {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.LEAVE_CAUSEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEAVE_CAUSE\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LEAVE_CAUSEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LEAVE_TEL {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.LEAVE_TELColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEAVE_TEL\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LEAVE_TELColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LEAVE_PLACE {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.LEAVE_PLACEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEAVE_PLACE\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LEAVE_PLACEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal APV_STATUS {
get {
try {
return ((decimal)(this[this.tableHRLOGLEAVE.APV_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APV_STATUS\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.APV_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime APV_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableHRLOGLEAVE.APV_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APV_DATE\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.APV_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APV_REMARK {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.APV_REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APV_REMARK\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.APV_REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APV_BYCODE {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.APV_BYCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APV_BYCODE\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.APV_BYCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string START_TIME {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.START_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'START_TIME\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.START_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LAST_TIME {
get {
try {
return ((string)(this[this.tableHRLOGLEAVE.LAST_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_TIME\' in table \'HRLOGLEAVE\' is DBNull.", e);
}
}
set {
this[this.tableHRLOGLEAVE.LAST_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableHRLOGLEAVE.OPERATE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_DATENull() {
this[this.tableHRLOGLEAVE.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEAVE_CODENull() {
return this.IsNull(this.tableHRLOGLEAVE.LEAVE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEAVE_CODENull() {
this[this.tableHRLOGLEAVE.LEAVE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEAVE_FROMNull() {
return this.IsNull(this.tableHRLOGLEAVE.LEAVE_FROMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEAVE_FROMNull() {
this[this.tableHRLOGLEAVE.LEAVE_FROMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEAVE_TONull() {
return this.IsNull(this.tableHRLOGLEAVE.LEAVE_TOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEAVE_TONull() {
this[this.tableHRLOGLEAVE.LEAVE_TOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOTALDAYNull() {
return this.IsNull(this.tableHRLOGLEAVE.TOTALDAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOTALDAYNull() {
this[this.tableHRLOGLEAVE.TOTALDAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTOTALTIMENull() {
return this.IsNull(this.tableHRLOGLEAVE.TOTALTIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOTALTIMENull() {
this[this.tableHRLOGLEAVE.TOTALTIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEAVE_CAUSENull() {
return this.IsNull(this.tableHRLOGLEAVE.LEAVE_CAUSEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEAVE_CAUSENull() {
this[this.tableHRLOGLEAVE.LEAVE_CAUSEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEAVE_TELNull() {
return this.IsNull(this.tableHRLOGLEAVE.LEAVE_TELColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEAVE_TELNull() {
this[this.tableHRLOGLEAVE.LEAVE_TELColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEAVE_PLACENull() {
return this.IsNull(this.tableHRLOGLEAVE.LEAVE_PLACEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEAVE_PLACENull() {
this[this.tableHRLOGLEAVE.LEAVE_PLACEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPV_STATUSNull() {
return this.IsNull(this.tableHRLOGLEAVE.APV_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPV_STATUSNull() {
this[this.tableHRLOGLEAVE.APV_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPV_DATENull() {
return this.IsNull(this.tableHRLOGLEAVE.APV_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPV_DATENull() {
this[this.tableHRLOGLEAVE.APV_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPV_REMARKNull() {
return this.IsNull(this.tableHRLOGLEAVE.APV_REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPV_REMARKNull() {
this[this.tableHRLOGLEAVE.APV_REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPV_BYCODENull() {
return this.IsNull(this.tableHRLOGLEAVE.APV_BYCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPV_BYCODENull() {
this[this.tableHRLOGLEAVE.APV_BYCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTART_TIMENull() {
return this.IsNull(this.tableHRLOGLEAVE.START_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTART_TIMENull() {
this[this.tableHRLOGLEAVE.START_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_TIMENull() {
return this.IsNull(this.tableHRLOGLEAVE.LAST_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_TIMENull() {
this[this.tableHRLOGLEAVE.LAST_TIMEColumn] = global::System.Convert.DBNull;
}
}
///
///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 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 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 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 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;
}
[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;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class HRLOGLEAVERowChangeEvent : global::System.EventArgs {
private HRLOGLEAVERow 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 HRLOGLEAVERowChangeEvent(HRLOGLEAVERow 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 HRLOGLEAVERow 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 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;
}
}
}
}
}
namespace Saving.Applications.hr.ws_hr_leaveout_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 HRLOGLEAVETableAdapter : 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 HRLOGLEAVETableAdapter() {
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 = "HRLOGLEAVE";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("EMP_NO", "EMP_NO");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("LEAVE_CODE", "LEAVE_CODE");
tableMapping.ColumnMappings.Add("LEAVE_FROM", "LEAVE_FROM");
tableMapping.ColumnMappings.Add("LEAVE_TO", "LEAVE_TO");
tableMapping.ColumnMappings.Add("TOTALDAY", "TOTALDAY");
tableMapping.ColumnMappings.Add("TOTALTIME", "TOTALTIME");
tableMapping.ColumnMappings.Add("LEAVE_CAUSE", "LEAVE_CAUSE");
tableMapping.ColumnMappings.Add("LEAVE_TEL", "LEAVE_TEL");
tableMapping.ColumnMappings.Add("LEAVE_PLACE", "LEAVE_PLACE");
tableMapping.ColumnMappings.Add("APV_STATUS", "APV_STATUS");
tableMapping.ColumnMappings.Add("APV_DATE", "APV_DATE");
tableMapping.ColumnMappings.Add("APV_REMARK", "APV_REMARK");
tableMapping.ColumnMappings.Add("APV_BYCODE", "APV_BYCODE");
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 \"HRLOGLEAVE\" 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 ""HRLOGLEAVE"" (""COOP_ID"", ""EMP_NO"", ""SEQ_NO"", ""OPERATE_DATE"", ""LEAVE_CODE"", ""LEAVE_FROM"", ""LEAVE_TO"", ""TOTALDAY"", ""TOTALTIME"", ""LEAVE_CAUSE"", ""LEAVE_TEL"", ""LEAVE_PLACE"", ""APV_STATUS"", ""APV_DATE"", ""APV_REMARK"", ""APV_BYCODE"") VALUES (:COOP_ID, :EMP_NO, :SEQ_NO, :OPERATE_DATE, :LEAVE_CODE, :LEAVE_FROM, :LEAVE_TO, :TOTALDAY, :TOTALTIME, :LEAVE_CAUSE, :LEAVE_TEL, :LEAVE_PLACE, :APV_STATUS, :APV_DATE, :APV_REMARK, :APV_BYCODE)";
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("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LEAVE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LEAVE_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LEAVE_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTALDAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTALDAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTALTIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTALTIME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_CAUSE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LEAVE_CAUSE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LEAVE_TEL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_PLACE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LEAVE_PLACE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "APV_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "APV_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APV_REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_BYCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APV_BYCODE", 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 ""HRLOGLEAVE"" SET ""COOP_ID"" = :COOP_ID, ""EMP_NO"" = :EMP_NO, ""SEQ_NO"" = :SEQ_NO, ""OPERATE_DATE"" = :OPERATE_DATE, ""LEAVE_CODE"" = :LEAVE_CODE, ""LEAVE_FROM"" = :LEAVE_FROM, ""LEAVE_TO"" = :LEAVE_TO, ""TOTALDAY"" = :TOTALDAY, ""TOTALTIME"" = :TOTALTIME, ""LEAVE_CAUSE"" = :LEAVE_CAUSE, ""LEAVE_TEL"" = :LEAVE_TEL, ""LEAVE_PLACE"" = :LEAVE_PLACE, ""APV_STATUS"" = :APV_STATUS, ""APV_DATE"" = :APV_DATE, ""APV_REMARK"" = :APV_REMARK, ""APV_BYCODE"" = :APV_BYCODE 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("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LEAVE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LEAVE_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LEAVE_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTALDAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTALDAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTALTIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTALTIME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_CAUSE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LEAVE_CAUSE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LEAVE_TEL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEAVE_PLACE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LEAVE_PLACE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "APV_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "APV_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APV_REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APV_BYCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APV_BYCODE", 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 * from hrlogleave";
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.HRLOGLEAVEDataTable 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.HRLOGLEAVEDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.HRLOGLEAVEDataTable dataTable = new DataSet1.HRLOGLEAVEDataTable();
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.HRLOGLEAVEDataTable 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, "HRLOGLEAVE");
}
[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, decimal Original_SEQ_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));
}
this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_SEQ_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,
decimal SEQ_NO,
global::System.Nullable OPERATE_DATE,
string LEAVE_CODE,
global::System.Nullable LEAVE_FROM,
global::System.Nullable LEAVE_TO,
global::System.Nullable TOTALDAY,
global::System.Nullable TOTALTIME,
string LEAVE_CAUSE,
string LEAVE_TEL,
string LEAVE_PLACE,
global::System.Nullable APV_STATUS,
global::System.Nullable APV_DATE,
string APV_REMARK,
string APV_BYCODE) {
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));
}
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((LEAVE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(LEAVE_CODE));
}
if ((LEAVE_FROM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(LEAVE_FROM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((LEAVE_TO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((System.DateTime)(LEAVE_TO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((TOTALDAY.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(TOTALDAY.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((TOTALTIME.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(TOTALTIME.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((LEAVE_CAUSE == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(LEAVE_CAUSE));
}
if ((LEAVE_TEL == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(LEAVE_TEL));
}
if ((LEAVE_PLACE == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(LEAVE_PLACE));
}
if ((APV_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(APV_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((APV_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(APV_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((APV_REMARK == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(APV_REMARK));
}
if ((APV_BYCODE == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(APV_BYCODE));
}
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,
decimal SEQ_NO,
global::System.Nullable OPERATE_DATE,
string LEAVE_CODE,
global::System.Nullable LEAVE_FROM,
global::System.Nullable LEAVE_TO,
global::System.Nullable TOTALDAY,
global::System.Nullable TOTALTIME,
string LEAVE_CAUSE,
string LEAVE_TEL,
string LEAVE_PLACE,
global::System.Nullable APV_STATUS,
global::System.Nullable APV_DATE,
string APV_REMARK,
string APV_BYCODE,
string Original_COOP_ID,
string Original_EMP_NO,
decimal Original_SEQ_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));
}
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[3].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((LEAVE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(LEAVE_CODE));
}
if ((LEAVE_FROM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((System.DateTime)(LEAVE_FROM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((LEAVE_TO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(LEAVE_TO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((TOTALDAY.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(TOTALDAY.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((TOTALTIME.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(TOTALTIME.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((LEAVE_CAUSE == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(LEAVE_CAUSE));
}
if ((LEAVE_TEL == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(LEAVE_TEL));
}
if ((LEAVE_PLACE == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(LEAVE_PLACE));
}
if ((APV_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(APV_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((APV_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(APV_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((APV_REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(APV_REMARK));
}
if ((APV_BYCODE == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(APV_BYCODE));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(Original_COOP_ID));
}
if ((Original_EMP_NO == null)) {
throw new global::System.ArgumentNullException("Original_EMP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(Original_EMP_NO));
}
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(Original_SEQ_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(
global::System.Nullable OPERATE_DATE,
string LEAVE_CODE,
global::System.Nullable LEAVE_FROM,
global::System.Nullable LEAVE_TO,
global::System.Nullable TOTALDAY,
global::System.Nullable TOTALTIME,
string LEAVE_CAUSE,
string LEAVE_TEL,
string LEAVE_PLACE,
global::System.Nullable APV_STATUS,
global::System.Nullable APV_DATE,
string APV_REMARK,
string APV_BYCODE,
string Original_COOP_ID,
string Original_EMP_NO,
decimal Original_SEQ_NO) {
return this.Update(Original_COOP_ID, Original_EMP_NO, Original_SEQ_NO, OPERATE_DATE, LEAVE_CODE, LEAVE_FROM, LEAVE_TO, TOTALDAY, TOTALTIME, LEAVE_CAUSE, LEAVE_TEL, LEAVE_PLACE, APV_STATUS, APV_DATE, APV_REMARK, APV_BYCODE, Original_COOP_ID, Original_EMP_NO, Original_SEQ_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 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);
}
}
///
///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 HRLOGLEAVETableAdapter _hRLOGLEAVETableAdapter;
private HREMPLOYEETableAdapter _hREMPLOYEETableAdapter;
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 HRLOGLEAVETableAdapter HRLOGLEAVETableAdapter {
get {
return this._hRLOGLEAVETableAdapter;
}
set {
this._hRLOGLEAVETableAdapter = 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")]
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._hRLOGLEAVETableAdapter != null)
&& (this._hRLOGLEAVETableAdapter.Connection != null))) {
return this._hRLOGLEAVETableAdapter.Connection;
}
if (((this._hREMPLOYEETableAdapter != null)
&& (this._hREMPLOYEETableAdapter.Connection != null))) {
return this._hREMPLOYEETableAdapter.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._hRLOGLEAVETableAdapter != null)) {
count = (count + 1);
}
if ((this._hREMPLOYEETableAdapter != 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._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);
}
}
if ((this._hRLOGLEAVETableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.HRLOGLEAVE.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._hRLOGLEAVETableAdapter.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._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);
}
}
if ((this._hRLOGLEAVETableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.HRLOGLEAVE.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._hRLOGLEAVETableAdapter.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._hRLOGLEAVETableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.HRLOGLEAVE.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._hRLOGLEAVETableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
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);
}
}
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._hRLOGLEAVETableAdapter != null)
&& (this.MatchTableAdapterConnection(this._hRLOGLEAVETableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
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.");
}
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