//------------------------------------------------------------------------------
//
// 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.mbshr.ws_mbshr_req_mbnew_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 MBREQAPPLDataTable tableMBREQAPPL;
private MBREQAPPLMONEYTRDataTable tableMBREQAPPLMONEYTR;
private global::System.Data.DataRelation relationSYS_C00119116;
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();
}
[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;
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["MBREQAPPL"] != null)) {
base.Tables.Add(new MBREQAPPLDataTable(ds.Tables["MBREQAPPL"]));
}
if ((ds.Tables["MBREQAPPLMONEYTR"] != null)) {
base.Tables.Add(new MBREQAPPLMONEYTRDataTable(ds.Tables["MBREQAPPLMONEYTR"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public MBREQAPPLDataTable MBREQAPPL {
get {
return this.tableMBREQAPPL;
}
}
[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 MBREQAPPLMONEYTRDataTable MBREQAPPLMONEYTR {
get {
return this.tableMBREQAPPLMONEYTR;
}
}
[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.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["MBREQAPPL"] != null)) {
base.Tables.Add(new MBREQAPPLDataTable(ds.Tables["MBREQAPPL"]));
}
if ((ds.Tables["MBREQAPPLMONEYTR"] != null)) {
base.Tables.Add(new MBREQAPPLMONEYTRDataTable(ds.Tables["MBREQAPPLMONEYTR"]));
}
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.tableMBREQAPPL = ((MBREQAPPLDataTable)(base.Tables["MBREQAPPL"]));
if ((initTable == true)) {
if ((this.tableMBREQAPPL != null)) {
this.tableMBREQAPPL.InitVars();
}
}
this.tableMBREQAPPLMONEYTR = ((MBREQAPPLMONEYTRDataTable)(base.Tables["MBREQAPPLMONEYTR"]));
if ((initTable == true)) {
if ((this.tableMBREQAPPLMONEYTR != null)) {
this.tableMBREQAPPLMONEYTR.InitVars();
}
}
this.relationSYS_C00119116 = this.Relations["SYS_C00119116"];
}
[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.tableMBREQAPPL = new MBREQAPPLDataTable();
base.Tables.Add(this.tableMBREQAPPL);
this.tableMBREQAPPLMONEYTR = new MBREQAPPLMONEYTRDataTable();
base.Tables.Add(this.tableMBREQAPPLMONEYTR);
this.relationSYS_C00119116 = new global::System.Data.DataRelation("SYS_C00119116", new global::System.Data.DataColumn[] {
this.tableMBREQAPPL.COOP_IDColumn,
this.tableMBREQAPPL.APPL_DOCNOColumn}, new global::System.Data.DataColumn[] {
this.tableMBREQAPPLMONEYTR.COOP_IDColumn,
this.tableMBREQAPPLMONEYTR.APPL_DOCNOColumn}, false);
this.Relations.Add(this.relationSYS_C00119116);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeMBREQAPPL() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeMBREQAPPLMONEYTR() {
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.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void MBREQAPPLRowChangeEventHandler(object sender, MBREQAPPLRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void MBREQAPPLMONEYTRRowChangeEventHandler(object sender, MBREQAPPLMONEYTRRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class MBREQAPPLDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnAPPL_DOCNO;
private global::System.Data.DataColumn columnAPPLTYPE_CODE;
private global::System.Data.DataColumn columnAPPLY_DATE;
private global::System.Data.DataColumn columnPRENAME_CODE;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMB_ENAME;
private global::System.Data.DataColumn columnMEMB_ESURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnBIRTH_DATE;
private global::System.Data.DataColumn columnSEX;
private global::System.Data.DataColumn columnMARIAGE;
private global::System.Data.DataColumn columnMEMB_ADDR;
private global::System.Data.DataColumn columnADDR_GROUP;
private global::System.Data.DataColumn columnSOI;
private global::System.Data.DataColumn columnMOOBAN;
private global::System.Data.DataColumn columnROAD;
private global::System.Data.DataColumn columnTAMBOL_CODE;
private global::System.Data.DataColumn columnDISTRICT_CODE;
private global::System.Data.DataColumn columnPROVINCE_CODE;
private global::System.Data.DataColumn columnPOSTCODE;
private global::System.Data.DataColumn columnMEM_TEL;
private global::System.Data.DataColumn columnMEM_TELMOBILE;
private global::System.Data.DataColumn columnEMAIL_ADDRESS;
private global::System.Data.DataColumn columnCURRADDR_NO;
private global::System.Data.DataColumn columnCURRADDR_MOO;
private global::System.Data.DataColumn columnCURRADDR_SOI;
private global::System.Data.DataColumn columnCURRADDR_VILLAGE;
private global::System.Data.DataColumn columnCURRADDR_ROAD;
private global::System.Data.DataColumn columnCURRTAMBOL_CODE;
private global::System.Data.DataColumn columnCURRAMPHUR_CODE;
private global::System.Data.DataColumn columnCURRPROVINCE_CODE;
private global::System.Data.DataColumn columnCURRADDR_POSTCODE;
private global::System.Data.DataColumn columnCURRADDR_PHONE;
private global::System.Data.DataColumn columnMEMREF_FLAG;
private global::System.Data.DataColumn columnCARD_PERSON;
private global::System.Data.DataColumn columnWORK_DATE;
private global::System.Data.DataColumn columnRETRY_DATE;
private global::System.Data.DataColumn columnDEPARTMENT_CODE;
private global::System.Data.DataColumn columnPOSITION_CODE;
private global::System.Data.DataColumn columnPOSITION_DESC;
private global::System.Data.DataColumn columnLEVEL_CODE;
private global::System.Data.DataColumn columnSALARY_ID;
private global::System.Data.DataColumn columnSALARY_AMOUNT;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnDATE_RESIGN;
private global::System.Data.DataColumn columnRESIGNCAUSE_CODE;
private global::System.Data.DataColumn columnOLD_MEMBER_NO;
private global::System.Data.DataColumn columnMEMBER_REF;
private global::System.Data.DataColumn columnAPPL_STATUS;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnENTRY_BYCOOPID;
private global::System.Data.DataColumn columnAPPROVE_ID;
private global::System.Data.DataColumn columnAPPROVE_DATE;
private global::System.Data.DataColumn columnMEMNOFIX_FLAG;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columnMEMBTYPE_CODE;
private global::System.Data.DataColumn columnEMP_TYPE;
private global::System.Data.DataColumn columnMEM_TELWORK;
private global::System.Data.DataColumn columnMEMBDATEFIX_FLAG;
private global::System.Data.DataColumn columnMEMBDATEFIX_DATE;
private global::System.Data.DataColumn columnLNDROPGRANTEE_FLAG;
private global::System.Data.DataColumn columnNATIONALITY;
private global::System.Data.DataColumn columnFATHER_NAME;
private global::System.Data.DataColumn columnMATHER_NAME;
private global::System.Data.DataColumn columnINCOMEETC_AMT;
private global::System.Data.DataColumn columnMATE_NAME;
private global::System.Data.DataColumn columnMATE_CARDPERSON;
private global::System.Data.DataColumn columnMATE_SALARYID;
private global::System.Data.DataColumn columnMATEADDR_NO;
private global::System.Data.DataColumn columnMATEADDR_MOO;
private global::System.Data.DataColumn columnMATEADDR_VILLAGE;
private global::System.Data.DataColumn columnMATEADDR_SOI;
private global::System.Data.DataColumn columnMATEADDR_ROAD;
private global::System.Data.DataColumn columnMATETAMBOL_CODE;
private global::System.Data.DataColumn columnMATEAMPHUR_CODE;
private global::System.Data.DataColumn columnMATEPROVINCE_CODE;
private global::System.Data.DataColumn columnMATEADDR_POSTCODE;
private global::System.Data.DataColumn columnMATEADDR_PHONE;
private global::System.Data.DataColumn columnEXPENSE_CODE;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnPERIODSHARE_VALUE;
private global::System.Data.DataColumn columnPERIODBASE_VALUE;
private global::System.Data.DataColumn columnTAMBOL_DESC;
private global::System.Data.DataColumn columnmembgroup;
private global::System.Data.DataColumn columnage;
private global::System.Data.DataColumn columnbank_desc;
private global::System.Data.DataColumn columnbranch_name;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLDataTable() {
this.TableName = "MBREQAPPL";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBREQAPPLDataTable(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 MBREQAPPLDataTable(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 APPL_DOCNOColumn {
get {
return this.columnAPPL_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLTYPE_CODEColumn {
get {
return this.columnAPPLTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLY_DATEColumn {
get {
return this.columnAPPLY_DATE;
}
}
[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 MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_ENAMEColumn {
get {
return this.columnMEMB_ENAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_ESURNAMEColumn {
get {
return this.columnMEMB_ESURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[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 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 MARIAGEColumn {
get {
return this.columnMARIAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_ADDRColumn {
get {
return this.columnMEMB_ADDR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_GROUPColumn {
get {
return this.columnADDR_GROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SOIColumn {
get {
return this.columnSOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MOOBANColumn {
get {
return this.columnMOOBAN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ROADColumn {
get {
return this.columnROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOL_CODEColumn {
get {
return this.columnTAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DISTRICT_CODEColumn {
get {
return this.columnDISTRICT_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROVINCE_CODEColumn {
get {
return this.columnPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTCODEColumn {
get {
return this.columnPOSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEM_TELColumn {
get {
return this.columnMEM_TEL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEM_TELMOBILEColumn {
get {
return this.columnMEM_TELMOBILE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EMAIL_ADDRESSColumn {
get {
return this.columnEMAIL_ADDRESS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_NOColumn {
get {
return this.columnCURRADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_MOOColumn {
get {
return this.columnCURRADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_SOIColumn {
get {
return this.columnCURRADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_VILLAGEColumn {
get {
return this.columnCURRADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_ROADColumn {
get {
return this.columnCURRADDR_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRTAMBOL_CODEColumn {
get {
return this.columnCURRTAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRAMPHUR_CODEColumn {
get {
return this.columnCURRAMPHUR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRPROVINCE_CODEColumn {
get {
return this.columnCURRPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_POSTCODEColumn {
get {
return this.columnCURRADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_PHONEColumn {
get {
return this.columnCURRADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMREF_FLAGColumn {
get {
return this.columnMEMREF_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CARD_PERSONColumn {
get {
return this.columnCARD_PERSON;
}
}
[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 RETRY_DATEColumn {
get {
return this.columnRETRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPARTMENT_CODEColumn {
get {
return this.columnDEPARTMENT_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSITION_CODEColumn {
get {
return this.columnPOSITION_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSITION_DESCColumn {
get {
return this.columnPOSITION_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEVEL_CODEColumn {
get {
return this.columnLEVEL_CODE;
}
}
[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_AMOUNTColumn {
get {
return this.columnSALARY_AMOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMARKColumn {
get {
return this.columnREMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DATE_RESIGNColumn {
get {
return this.columnDATE_RESIGN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESIGNCAUSE_CODEColumn {
get {
return this.columnRESIGNCAUSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OLD_MEMBER_NOColumn {
get {
return this.columnOLD_MEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_REFColumn {
get {
return this.columnMEMBER_REF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPL_STATUSColumn {
get {
return this.columnAPPL_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn {
get {
return this.columnENTRY_BYCOOPID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_IDColumn {
get {
return this.columnAPPROVE_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_DATEColumn {
get {
return this.columnAPPROVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMNOFIX_FLAGColumn {
get {
return this.columnMEMNOFIX_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_TYPEColumn {
get {
return this.columnMEMBER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTYPE_CODEColumn {
get {
return this.columnMEMBTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EMP_TYPEColumn {
get {
return this.columnEMP_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEM_TELWORKColumn {
get {
return this.columnMEM_TELWORK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBDATEFIX_FLAGColumn {
get {
return this.columnMEMBDATEFIX_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBDATEFIX_DATEColumn {
get {
return this.columnMEMBDATEFIX_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNDROPGRANTEE_FLAGColumn {
get {
return this.columnLNDROPGRANTEE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NATIONALITYColumn {
get {
return this.columnNATIONALITY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FATHER_NAMEColumn {
get {
return this.columnFATHER_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATHER_NAMEColumn {
get {
return this.columnMATHER_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INCOMEETC_AMTColumn {
get {
return this.columnINCOMEETC_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_NAMEColumn {
get {
return this.columnMATE_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_CARDPERSONColumn {
get {
return this.columnMATE_CARDPERSON;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_SALARYIDColumn {
get {
return this.columnMATE_SALARYID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_NOColumn {
get {
return this.columnMATEADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_MOOColumn {
get {
return this.columnMATEADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_VILLAGEColumn {
get {
return this.columnMATEADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_SOIColumn {
get {
return this.columnMATEADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_ROADColumn {
get {
return this.columnMATEADDR_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATETAMBOL_CODEColumn {
get {
return this.columnMATETAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEAMPHUR_CODEColumn {
get {
return this.columnMATEAMPHUR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEPROVINCE_CODEColumn {
get {
return this.columnMATEPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_POSTCODEColumn {
get {
return this.columnMATEADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_PHONEColumn {
get {
return this.columnMATEADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_CODEColumn {
get {
return this.columnEXPENSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODSHARE_VALUEColumn {
get {
return this.columnPERIODSHARE_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODBASE_VALUEColumn {
get {
return this.columnPERIODBASE_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOL_DESCColumn {
get {
return this.columnTAMBOL_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn membgroupColumn {
get {
return this.columnmembgroup;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ageColumn {
get {
return this.columnage;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bank_descColumn {
get {
return this.columnbank_desc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn branch_nameColumn {
get {
return this.columnbranch_name;
}
}
[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 MBREQAPPLRow this[int index] {
get {
return ((MBREQAPPLRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLRowChangeEventHandler MBREQAPPLRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLRowChangeEventHandler MBREQAPPLRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLRowChangeEventHandler MBREQAPPLRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLRowChangeEventHandler MBREQAPPLRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddMBREQAPPLRow(MBREQAPPLRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLRow AddMBREQAPPLRow(
string COOP_ID,
string APPL_DOCNO,
string APPLTYPE_CODE,
System.DateTime APPLY_DATE,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
System.DateTime BIRTH_DATE,
string SEX,
decimal MARIAGE,
string MEMB_ADDR,
string ADDR_GROUP,
string SOI,
string MOOBAN,
string ROAD,
string TAMBOL_CODE,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string MEM_TEL,
string MEM_TELMOBILE,
string EMAIL_ADDRESS,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
decimal MEMREF_FLAG,
string CARD_PERSON,
System.DateTime WORK_DATE,
System.DateTime RETRY_DATE,
string DEPARTMENT_CODE,
string POSITION_CODE,
string POSITION_DESC,
decimal LEVEL_CODE,
string SALARY_ID,
decimal SALARY_AMOUNT,
string REMARK,
System.DateTime DATE_RESIGN,
string RESIGNCAUSE_CODE,
string OLD_MEMBER_NO,
string MEMBER_REF,
decimal APPL_STATUS,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string ENTRY_BYCOOPID,
string APPROVE_ID,
System.DateTime APPROVE_DATE,
decimal MEMNOFIX_FLAG,
string MEMBER_NO,
decimal MEMBER_TYPE,
string MEMBTYPE_CODE,
string EMP_TYPE,
string MEM_TELWORK,
decimal MEMBDATEFIX_FLAG,
System.DateTime MEMBDATEFIX_DATE,
decimal LNDROPGRANTEE_FLAG,
string NATIONALITY,
string FATHER_NAME,
string MATHER_NAME,
decimal INCOMEETC_AMT,
string MATE_NAME,
string MATE_CARDPERSON,
string MATE_SALARYID,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal PERIODSHARE_VALUE,
decimal PERIODBASE_VALUE,
string TAMBOL_DESC,
string membgroup,
string age,
string bank_desc,
string branch_name) {
MBREQAPPLRow rowMBREQAPPLRow = ((MBREQAPPLRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
APPL_DOCNO,
APPLTYPE_CODE,
APPLY_DATE,
PRENAME_CODE,
MEMB_NAME,
MEMB_SURNAME,
MEMB_ENAME,
MEMB_ESURNAME,
MEMBGROUP_CODE,
BIRTH_DATE,
SEX,
MARIAGE,
MEMB_ADDR,
ADDR_GROUP,
SOI,
MOOBAN,
ROAD,
TAMBOL_CODE,
DISTRICT_CODE,
PROVINCE_CODE,
POSTCODE,
MEM_TEL,
MEM_TELMOBILE,
EMAIL_ADDRESS,
CURRADDR_NO,
CURRADDR_MOO,
CURRADDR_SOI,
CURRADDR_VILLAGE,
CURRADDR_ROAD,
CURRTAMBOL_CODE,
CURRAMPHUR_CODE,
CURRPROVINCE_CODE,
CURRADDR_POSTCODE,
CURRADDR_PHONE,
MEMREF_FLAG,
CARD_PERSON,
WORK_DATE,
RETRY_DATE,
DEPARTMENT_CODE,
POSITION_CODE,
POSITION_DESC,
LEVEL_CODE,
SALARY_ID,
SALARY_AMOUNT,
REMARK,
DATE_RESIGN,
RESIGNCAUSE_CODE,
OLD_MEMBER_NO,
MEMBER_REF,
APPL_STATUS,
ENTRY_ID,
ENTRY_DATE,
ENTRY_BYCOOPID,
APPROVE_ID,
APPROVE_DATE,
MEMNOFIX_FLAG,
MEMBER_NO,
MEMBER_TYPE,
MEMBTYPE_CODE,
EMP_TYPE,
MEM_TELWORK,
MEMBDATEFIX_FLAG,
MEMBDATEFIX_DATE,
LNDROPGRANTEE_FLAG,
NATIONALITY,
FATHER_NAME,
MATHER_NAME,
INCOMEETC_AMT,
MATE_NAME,
MATE_CARDPERSON,
MATE_SALARYID,
MATEADDR_NO,
MATEADDR_MOO,
MATEADDR_VILLAGE,
MATEADDR_SOI,
MATEADDR_ROAD,
MATETAMBOL_CODE,
MATEAMPHUR_CODE,
MATEPROVINCE_CODE,
MATEADDR_POSTCODE,
MATEADDR_PHONE,
EXPENSE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
PERIODSHARE_VALUE,
PERIODBASE_VALUE,
TAMBOL_DESC,
membgroup,
age,
bank_desc,
branch_name};
rowMBREQAPPLRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBREQAPPLRow);
return rowMBREQAPPLRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLRow FindByCOOP_IDAPPL_DOCNO(string COOP_ID, string APPL_DOCNO) {
return ((MBREQAPPLRow)(this.Rows.Find(new object[] {
COOP_ID,
APPL_DOCNO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
MBREQAPPLDataTable cln = ((MBREQAPPLDataTable)(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 MBREQAPPLDataTable();
}
[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.columnAPPL_DOCNO = base.Columns["APPL_DOCNO"];
this.columnAPPLTYPE_CODE = base.Columns["APPLTYPE_CODE"];
this.columnAPPLY_DATE = base.Columns["APPLY_DATE"];
this.columnPRENAME_CODE = base.Columns["PRENAME_CODE"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMB_ENAME = base.Columns["MEMB_ENAME"];
this.columnMEMB_ESURNAME = base.Columns["MEMB_ESURNAME"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"];
this.columnSEX = base.Columns["SEX"];
this.columnMARIAGE = base.Columns["MARIAGE"];
this.columnMEMB_ADDR = base.Columns["MEMB_ADDR"];
this.columnADDR_GROUP = base.Columns["ADDR_GROUP"];
this.columnSOI = base.Columns["SOI"];
this.columnMOOBAN = base.Columns["MOOBAN"];
this.columnROAD = base.Columns["ROAD"];
this.columnTAMBOL_CODE = base.Columns["TAMBOL_CODE"];
this.columnDISTRICT_CODE = base.Columns["DISTRICT_CODE"];
this.columnPROVINCE_CODE = base.Columns["PROVINCE_CODE"];
this.columnPOSTCODE = base.Columns["POSTCODE"];
this.columnMEM_TEL = base.Columns["MEM_TEL"];
this.columnMEM_TELMOBILE = base.Columns["MEM_TELMOBILE"];
this.columnEMAIL_ADDRESS = base.Columns["EMAIL_ADDRESS"];
this.columnCURRADDR_NO = base.Columns["CURRADDR_NO"];
this.columnCURRADDR_MOO = base.Columns["CURRADDR_MOO"];
this.columnCURRADDR_SOI = base.Columns["CURRADDR_SOI"];
this.columnCURRADDR_VILLAGE = base.Columns["CURRADDR_VILLAGE"];
this.columnCURRADDR_ROAD = base.Columns["CURRADDR_ROAD"];
this.columnCURRTAMBOL_CODE = base.Columns["CURRTAMBOL_CODE"];
this.columnCURRAMPHUR_CODE = base.Columns["CURRAMPHUR_CODE"];
this.columnCURRPROVINCE_CODE = base.Columns["CURRPROVINCE_CODE"];
this.columnCURRADDR_POSTCODE = base.Columns["CURRADDR_POSTCODE"];
this.columnCURRADDR_PHONE = base.Columns["CURRADDR_PHONE"];
this.columnMEMREF_FLAG = base.Columns["MEMREF_FLAG"];
this.columnCARD_PERSON = base.Columns["CARD_PERSON"];
this.columnWORK_DATE = base.Columns["WORK_DATE"];
this.columnRETRY_DATE = base.Columns["RETRY_DATE"];
this.columnDEPARTMENT_CODE = base.Columns["DEPARTMENT_CODE"];
this.columnPOSITION_CODE = base.Columns["POSITION_CODE"];
this.columnPOSITION_DESC = base.Columns["POSITION_DESC"];
this.columnLEVEL_CODE = base.Columns["LEVEL_CODE"];
this.columnSALARY_ID = base.Columns["SALARY_ID"];
this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"];
this.columnREMARK = base.Columns["REMARK"];
this.columnDATE_RESIGN = base.Columns["DATE_RESIGN"];
this.columnRESIGNCAUSE_CODE = base.Columns["RESIGNCAUSE_CODE"];
this.columnOLD_MEMBER_NO = base.Columns["OLD_MEMBER_NO"];
this.columnMEMBER_REF = base.Columns["MEMBER_REF"];
this.columnAPPL_STATUS = base.Columns["APPL_STATUS"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"];
this.columnAPPROVE_ID = base.Columns["APPROVE_ID"];
this.columnAPPROVE_DATE = base.Columns["APPROVE_DATE"];
this.columnMEMNOFIX_FLAG = base.Columns["MEMNOFIX_FLAG"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"];
this.columnEMP_TYPE = base.Columns["EMP_TYPE"];
this.columnMEM_TELWORK = base.Columns["MEM_TELWORK"];
this.columnMEMBDATEFIX_FLAG = base.Columns["MEMBDATEFIX_FLAG"];
this.columnMEMBDATEFIX_DATE = base.Columns["MEMBDATEFIX_DATE"];
this.columnLNDROPGRANTEE_FLAG = base.Columns["LNDROPGRANTEE_FLAG"];
this.columnNATIONALITY = base.Columns["NATIONALITY"];
this.columnFATHER_NAME = base.Columns["FATHER_NAME"];
this.columnMATHER_NAME = base.Columns["MATHER_NAME"];
this.columnINCOMEETC_AMT = base.Columns["INCOMEETC_AMT"];
this.columnMATE_NAME = base.Columns["MATE_NAME"];
this.columnMATE_CARDPERSON = base.Columns["MATE_CARDPERSON"];
this.columnMATE_SALARYID = base.Columns["MATE_SALARYID"];
this.columnMATEADDR_NO = base.Columns["MATEADDR_NO"];
this.columnMATEADDR_MOO = base.Columns["MATEADDR_MOO"];
this.columnMATEADDR_VILLAGE = base.Columns["MATEADDR_VILLAGE"];
this.columnMATEADDR_SOI = base.Columns["MATEADDR_SOI"];
this.columnMATEADDR_ROAD = base.Columns["MATEADDR_ROAD"];
this.columnMATETAMBOL_CODE = base.Columns["MATETAMBOL_CODE"];
this.columnMATEAMPHUR_CODE = base.Columns["MATEAMPHUR_CODE"];
this.columnMATEPROVINCE_CODE = base.Columns["MATEPROVINCE_CODE"];
this.columnMATEADDR_POSTCODE = base.Columns["MATEADDR_POSTCODE"];
this.columnMATEADDR_PHONE = base.Columns["MATEADDR_PHONE"];
this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnPERIODSHARE_VALUE = base.Columns["PERIODSHARE_VALUE"];
this.columnPERIODBASE_VALUE = base.Columns["PERIODBASE_VALUE"];
this.columnTAMBOL_DESC = base.Columns["TAMBOL_DESC"];
this.columnmembgroup = base.Columns["membgroup"];
this.columnage = base.Columns["age"];
this.columnbank_desc = base.Columns["bank_desc"];
this.columnbranch_name = base.Columns["branch_name"];
}
[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.columnAPPL_DOCNO = new global::System.Data.DataColumn("APPL_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPL_DOCNO);
this.columnAPPLTYPE_CODE = new global::System.Data.DataColumn("APPLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLTYPE_CODE);
this.columnAPPLY_DATE = new global::System.Data.DataColumn("APPLY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLY_DATE);
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.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMB_ENAME = new global::System.Data.DataColumn("MEMB_ENAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_ENAME);
this.columnMEMB_ESURNAME = new global::System.Data.DataColumn("MEMB_ESURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_ESURNAME);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
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.columnSEX = new global::System.Data.DataColumn("SEX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEX);
this.columnMARIAGE = new global::System.Data.DataColumn("MARIAGE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMARIAGE);
this.columnMEMB_ADDR = new global::System.Data.DataColumn("MEMB_ADDR", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_ADDR);
this.columnADDR_GROUP = new global::System.Data.DataColumn("ADDR_GROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_GROUP);
this.columnSOI = new global::System.Data.DataColumn("SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSOI);
this.columnMOOBAN = new global::System.Data.DataColumn("MOOBAN", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMOOBAN);
this.columnROAD = new global::System.Data.DataColumn("ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnROAD);
this.columnTAMBOL_CODE = new global::System.Data.DataColumn("TAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL_CODE);
this.columnDISTRICT_CODE = new global::System.Data.DataColumn("DISTRICT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDISTRICT_CODE);
this.columnPROVINCE_CODE = new global::System.Data.DataColumn("PROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROVINCE_CODE);
this.columnPOSTCODE = new global::System.Data.DataColumn("POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTCODE);
this.columnMEM_TEL = new global::System.Data.DataColumn("MEM_TEL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEM_TEL);
this.columnMEM_TELMOBILE = new global::System.Data.DataColumn("MEM_TELMOBILE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEM_TELMOBILE);
this.columnEMAIL_ADDRESS = new global::System.Data.DataColumn("EMAIL_ADDRESS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEMAIL_ADDRESS);
this.columnCURRADDR_NO = new global::System.Data.DataColumn("CURRADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_NO);
this.columnCURRADDR_MOO = new global::System.Data.DataColumn("CURRADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_MOO);
this.columnCURRADDR_SOI = new global::System.Data.DataColumn("CURRADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_SOI);
this.columnCURRADDR_VILLAGE = new global::System.Data.DataColumn("CURRADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_VILLAGE);
this.columnCURRADDR_ROAD = new global::System.Data.DataColumn("CURRADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_ROAD);
this.columnCURRTAMBOL_CODE = new global::System.Data.DataColumn("CURRTAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRTAMBOL_CODE);
this.columnCURRAMPHUR_CODE = new global::System.Data.DataColumn("CURRAMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRAMPHUR_CODE);
this.columnCURRPROVINCE_CODE = new global::System.Data.DataColumn("CURRPROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRPROVINCE_CODE);
this.columnCURRADDR_POSTCODE = new global::System.Data.DataColumn("CURRADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_POSTCODE);
this.columnCURRADDR_PHONE = new global::System.Data.DataColumn("CURRADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_PHONE);
this.columnMEMREF_FLAG = new global::System.Data.DataColumn("MEMREF_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMREF_FLAG);
this.columnCARD_PERSON = new global::System.Data.DataColumn("CARD_PERSON", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCARD_PERSON);
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.columnRETRY_DATE = new global::System.Data.DataColumn("RETRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_DATE);
this.columnDEPARTMENT_CODE = new global::System.Data.DataColumn("DEPARTMENT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPARTMENT_CODE);
this.columnPOSITION_CODE = new global::System.Data.DataColumn("POSITION_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSITION_CODE);
this.columnPOSITION_DESC = new global::System.Data.DataColumn("POSITION_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSITION_DESC);
this.columnLEVEL_CODE = new global::System.Data.DataColumn("LEVEL_CODE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEVEL_CODE);
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_AMOUNT = new global::System.Data.DataColumn("SALARY_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_AMOUNT);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnDATE_RESIGN = new global::System.Data.DataColumn("DATE_RESIGN", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDATE_RESIGN);
this.columnRESIGNCAUSE_CODE = new global::System.Data.DataColumn("RESIGNCAUSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGNCAUSE_CODE);
this.columnOLD_MEMBER_NO = new global::System.Data.DataColumn("OLD_MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOLD_MEMBER_NO);
this.columnMEMBER_REF = new global::System.Data.DataColumn("MEMBER_REF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_REF);
this.columnAPPL_STATUS = new global::System.Data.DataColumn("APPL_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPL_STATUS);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_BYCOOPID);
this.columnAPPROVE_ID = new global::System.Data.DataColumn("APPROVE_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_ID);
this.columnAPPROVE_DATE = new global::System.Data.DataColumn("APPROVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_DATE);
this.columnMEMNOFIX_FLAG = new global::System.Data.DataColumn("MEMNOFIX_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMNOFIX_FLAG);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_TYPE);
this.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_CODE);
this.columnEMP_TYPE = new global::System.Data.DataColumn("EMP_TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEMP_TYPE);
this.columnMEM_TELWORK = new global::System.Data.DataColumn("MEM_TELWORK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEM_TELWORK);
this.columnMEMBDATEFIX_FLAG = new global::System.Data.DataColumn("MEMBDATEFIX_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBDATEFIX_FLAG);
this.columnMEMBDATEFIX_DATE = new global::System.Data.DataColumn("MEMBDATEFIX_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBDATEFIX_DATE);
this.columnLNDROPGRANTEE_FLAG = new global::System.Data.DataColumn("LNDROPGRANTEE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNDROPGRANTEE_FLAG);
this.columnNATIONALITY = new global::System.Data.DataColumn("NATIONALITY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNATIONALITY);
this.columnFATHER_NAME = new global::System.Data.DataColumn("FATHER_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFATHER_NAME);
this.columnMATHER_NAME = new global::System.Data.DataColumn("MATHER_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATHER_NAME);
this.columnINCOMEETC_AMT = new global::System.Data.DataColumn("INCOMEETC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINCOMEETC_AMT);
this.columnMATE_NAME = new global::System.Data.DataColumn("MATE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_NAME);
this.columnMATE_CARDPERSON = new global::System.Data.DataColumn("MATE_CARDPERSON", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_CARDPERSON);
this.columnMATE_SALARYID = new global::System.Data.DataColumn("MATE_SALARYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_SALARYID);
this.columnMATEADDR_NO = new global::System.Data.DataColumn("MATEADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_NO);
this.columnMATEADDR_MOO = new global::System.Data.DataColumn("MATEADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_MOO);
this.columnMATEADDR_VILLAGE = new global::System.Data.DataColumn("MATEADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_VILLAGE);
this.columnMATEADDR_SOI = new global::System.Data.DataColumn("MATEADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_SOI);
this.columnMATEADDR_ROAD = new global::System.Data.DataColumn("MATEADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_ROAD);
this.columnMATETAMBOL_CODE = new global::System.Data.DataColumn("MATETAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATETAMBOL_CODE);
this.columnMATEAMPHUR_CODE = new global::System.Data.DataColumn("MATEAMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEAMPHUR_CODE);
this.columnMATEPROVINCE_CODE = new global::System.Data.DataColumn("MATEPROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEPROVINCE_CODE);
this.columnMATEADDR_POSTCODE = new global::System.Data.DataColumn("MATEADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_POSTCODE);
this.columnMATEADDR_PHONE = new global::System.Data.DataColumn("MATEADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_PHONE);
this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_CODE);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnPERIODSHARE_VALUE = new global::System.Data.DataColumn("PERIODSHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODSHARE_VALUE);
this.columnPERIODBASE_VALUE = new global::System.Data.DataColumn("PERIODBASE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODBASE_VALUE);
this.columnTAMBOL_DESC = new global::System.Data.DataColumn("TAMBOL_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL_DESC);
this.columnmembgroup = new global::System.Data.DataColumn("membgroup", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmembgroup);
this.columnage = new global::System.Data.DataColumn("age", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnage);
this.columnbank_desc = new global::System.Data.DataColumn("bank_desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbank_desc);
this.columnbranch_name = new global::System.Data.DataColumn("branch_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbranch_name);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnAPPL_DOCNO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnAPPL_DOCNO.AllowDBNull = false;
this.columnAPPL_DOCNO.DefaultValue = ((string)("AUTO"));
this.columnAPPL_DOCNO.MaxLength = 10;
this.columnAPPLTYPE_CODE.DefaultValue = ((string)("01"));
this.columnAPPLTYPE_CODE.MaxLength = 2;
this.columnPRENAME_CODE.DefaultValue = ((string)("01"));
this.columnPRENAME_CODE.MaxLength = 2;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMB_ENAME.MaxLength = 70;
this.columnMEMB_ESURNAME.MaxLength = 70;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnSEX.DefaultValue = ((string)("M"));
this.columnSEX.MaxLength = 1;
this.columnMARIAGE.DefaultValue = ((decimal)(1m));
this.columnMEMB_ADDR.MaxLength = 60;
this.columnADDR_GROUP.MaxLength = 3;
this.columnSOI.MaxLength = 30;
this.columnMOOBAN.MaxLength = 60;
this.columnROAD.MaxLength = 30;
this.columnTAMBOL_CODE.MaxLength = 6;
this.columnDISTRICT_CODE.MaxLength = 4;
this.columnPROVINCE_CODE.MaxLength = 2;
this.columnPOSTCODE.MaxLength = 5;
this.columnMEM_TEL.MaxLength = 50;
this.columnMEM_TELMOBILE.MaxLength = 50;
this.columnEMAIL_ADDRESS.MaxLength = 60;
this.columnCURRADDR_NO.MaxLength = 60;
this.columnCURRADDR_MOO.MaxLength = 3;
this.columnCURRADDR_SOI.MaxLength = 30;
this.columnCURRADDR_VILLAGE.MaxLength = 60;
this.columnCURRADDR_ROAD.MaxLength = 30;
this.columnCURRTAMBOL_CODE.MaxLength = 6;
this.columnCURRAMPHUR_CODE.MaxLength = 4;
this.columnCURRPROVINCE_CODE.MaxLength = 2;
this.columnCURRADDR_POSTCODE.MaxLength = 5;
this.columnCURRADDR_PHONE.MaxLength = 50;
this.columnCARD_PERSON.MaxLength = 13;
this.columnDEPARTMENT_CODE.MaxLength = 8;
this.columnPOSITION_CODE.MaxLength = 3;
this.columnPOSITION_DESC.MaxLength = 60;
this.columnSALARY_ID.MaxLength = 15;
this.columnREMARK.MaxLength = 200;
this.columnRESIGNCAUSE_CODE.MaxLength = 2;
this.columnOLD_MEMBER_NO.MaxLength = 8;
this.columnMEMBER_REF.MaxLength = 8;
this.columnAPPL_STATUS.DefaultValue = ((decimal)(8m));
this.columnENTRY_ID.MaxLength = 32;
this.columnENTRY_BYCOOPID.MaxLength = 6;
this.columnAPPROVE_ID.MaxLength = 32;
this.columnMEMBER_NO.MaxLength = 8;
this.columnMEMBER_TYPE.DefaultValue = ((decimal)(1m));
this.columnMEMBTYPE_CODE.DefaultValue = ((string)("00"));
this.columnMEMBTYPE_CODE.MaxLength = 2;
this.columnEMP_TYPE.MaxLength = 4;
this.columnMEM_TELWORK.MaxLength = 50;
this.columnNATIONALITY.MaxLength = 50;
this.columnFATHER_NAME.MaxLength = 150;
this.columnMATHER_NAME.MaxLength = 150;
this.columnMATE_NAME.MaxLength = 100;
this.columnMATE_CARDPERSON.MaxLength = 13;
this.columnMATE_SALARYID.MaxLength = 15;
this.columnMATEADDR_NO.MaxLength = 150;
this.columnMATEADDR_MOO.MaxLength = 5;
this.columnMATEADDR_VILLAGE.MaxLength = 50;
this.columnMATEADDR_SOI.MaxLength = 30;
this.columnMATEADDR_ROAD.MaxLength = 30;
this.columnMATETAMBOL_CODE.MaxLength = 6;
this.columnMATEAMPHUR_CODE.MaxLength = 4;
this.columnMATEPROVINCE_CODE.MaxLength = 3;
this.columnMATEADDR_POSTCODE.MaxLength = 5;
this.columnMATEADDR_PHONE.MaxLength = 30;
this.columnEXPENSE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnTAMBOL_DESC.MaxLength = 30;
this.columnmembgroup.ReadOnly = true;
this.columnage.ReadOnly = true;
this.columnbank_desc.ReadOnly = true;
this.columnbranch_name.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLRow NewMBREQAPPLRow() {
return ((MBREQAPPLRow)(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 MBREQAPPLRow(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(MBREQAPPLRow);
}
[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.MBREQAPPLRowChanged != null)) {
this.MBREQAPPLRowChanged(this, new MBREQAPPLRowChangeEvent(((MBREQAPPLRow)(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.MBREQAPPLRowChanging != null)) {
this.MBREQAPPLRowChanging(this, new MBREQAPPLRowChangeEvent(((MBREQAPPLRow)(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.MBREQAPPLRowDeleted != null)) {
this.MBREQAPPLRowDeleted(this, new MBREQAPPLRowChangeEvent(((MBREQAPPLRow)(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.MBREQAPPLRowDeleting != null)) {
this.MBREQAPPLRowDeleting(this, new MBREQAPPLRowChangeEvent(((MBREQAPPLRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveMBREQAPPLRow(MBREQAPPLRow 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 = "MBREQAPPLDataTable";
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 MBREQAPPLMONEYTRDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnAPPL_DOCNO;
private global::System.Data.DataColumn columnTRTYPE_CODE;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnBANK_CODE;
private global::System.Data.DataColumn columnBANK_BRANCH;
private global::System.Data.DataColumn columnBANK_ACCID;
private global::System.Data.DataColumn columnbranch_name;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLMONEYTRDataTable() {
this.TableName = "MBREQAPPLMONEYTR";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBREQAPPLMONEYTRDataTable(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 MBREQAPPLMONEYTRDataTable(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 APPL_DOCNOColumn {
get {
return this.columnAPPL_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRTYPE_CODEColumn {
get {
return this.columnTRTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANK_CODEColumn {
get {
return this.columnBANK_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANK_BRANCHColumn {
get {
return this.columnBANK_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BANK_ACCIDColumn {
get {
return this.columnBANK_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn branch_nameColumn {
get {
return this.columnbranch_name;
}
}
[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 MBREQAPPLMONEYTRRow this[int index] {
get {
return ((MBREQAPPLMONEYTRRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLMONEYTRRowChangeEventHandler MBREQAPPLMONEYTRRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLMONEYTRRowChangeEventHandler MBREQAPPLMONEYTRRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLMONEYTRRowChangeEventHandler MBREQAPPLMONEYTRRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBREQAPPLMONEYTRRowChangeEventHandler MBREQAPPLMONEYTRRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddMBREQAPPLMONEYTRRow(MBREQAPPLMONEYTRRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLMONEYTRRow AddMBREQAPPLMONEYTRRow(string COOP_ID, string APPL_DOCNO, string TRTYPE_CODE, string MONEYTYPE_CODE, string BANK_CODE, string BANK_BRANCH, string BANK_ACCID, string branch_name) {
MBREQAPPLMONEYTRRow rowMBREQAPPLMONEYTRRow = ((MBREQAPPLMONEYTRRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
APPL_DOCNO,
TRTYPE_CODE,
MONEYTYPE_CODE,
BANK_CODE,
BANK_BRANCH,
BANK_ACCID,
branch_name};
rowMBREQAPPLMONEYTRRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBREQAPPLMONEYTRRow);
return rowMBREQAPPLMONEYTRRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLMONEYTRRow FindByCOOP_IDAPPL_DOCNOTRTYPE_CODE(string COOP_ID, string APPL_DOCNO, string TRTYPE_CODE) {
return ((MBREQAPPLMONEYTRRow)(this.Rows.Find(new object[] {
COOP_ID,
APPL_DOCNO,
TRTYPE_CODE})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
MBREQAPPLMONEYTRDataTable cln = ((MBREQAPPLMONEYTRDataTable)(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 MBREQAPPLMONEYTRDataTable();
}
[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.columnAPPL_DOCNO = base.Columns["APPL_DOCNO"];
this.columnTRTYPE_CODE = base.Columns["TRTYPE_CODE"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnBANK_CODE = base.Columns["BANK_CODE"];
this.columnBANK_BRANCH = base.Columns["BANK_BRANCH"];
this.columnBANK_ACCID = base.Columns["BANK_ACCID"];
this.columnbranch_name = base.Columns["branch_name"];
}
[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.columnAPPL_DOCNO = new global::System.Data.DataColumn("APPL_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPL_DOCNO);
this.columnTRTYPE_CODE = new global::System.Data.DataColumn("TRTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRTYPE_CODE);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_CODE);
this.columnBANK_CODE = new global::System.Data.DataColumn("BANK_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANK_CODE);
this.columnBANK_BRANCH = new global::System.Data.DataColumn("BANK_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANK_BRANCH);
this.columnBANK_ACCID = new global::System.Data.DataColumn("BANK_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBANK_ACCID);
this.columnbranch_name = new global::System.Data.DataColumn("branch_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbranch_name);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnAPPL_DOCNO,
this.columnTRTYPE_CODE}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnAPPL_DOCNO.AllowDBNull = false;
this.columnAPPL_DOCNO.MaxLength = 10;
this.columnTRTYPE_CODE.AllowDBNull = false;
this.columnTRTYPE_CODE.MaxLength = 5;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnBANK_CODE.MaxLength = 3;
this.columnBANK_BRANCH.MaxLength = 4;
this.columnBANK_ACCID.MaxLength = 15;
this.columnbranch_name.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLMONEYTRRow NewMBREQAPPLMONEYTRRow() {
return ((MBREQAPPLMONEYTRRow)(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 MBREQAPPLMONEYTRRow(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(MBREQAPPLMONEYTRRow);
}
[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.MBREQAPPLMONEYTRRowChanged != null)) {
this.MBREQAPPLMONEYTRRowChanged(this, new MBREQAPPLMONEYTRRowChangeEvent(((MBREQAPPLMONEYTRRow)(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.MBREQAPPLMONEYTRRowChanging != null)) {
this.MBREQAPPLMONEYTRRowChanging(this, new MBREQAPPLMONEYTRRowChangeEvent(((MBREQAPPLMONEYTRRow)(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.MBREQAPPLMONEYTRRowDeleted != null)) {
this.MBREQAPPLMONEYTRRowDeleted(this, new MBREQAPPLMONEYTRRowChangeEvent(((MBREQAPPLMONEYTRRow)(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.MBREQAPPLMONEYTRRowDeleting != null)) {
this.MBREQAPPLMONEYTRRowDeleting(this, new MBREQAPPLMONEYTRRowChangeEvent(((MBREQAPPLMONEYTRRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveMBREQAPPLMONEYTRRow(MBREQAPPLMONEYTRRow 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 = "MBREQAPPLMONEYTRDataTable";
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 MBREQAPPLRow : global::System.Data.DataRow {
private MBREQAPPLDataTable tableMBREQAPPL;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBREQAPPLRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMBREQAPPL = ((MBREQAPPLDataTable)(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.tableMBREQAPPL.COOP_IDColumn]));
}
set {
this[this.tableMBREQAPPL.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPL_DOCNO {
get {
return ((string)(this[this.tableMBREQAPPL.APPL_DOCNOColumn]));
}
set {
this[this.tableMBREQAPPL.APPL_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPLTYPE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.APPLTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLTYPE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.APPLTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime APPLY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBREQAPPL.APPLY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLY_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.APPLY_DATEColumn] = 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.tableMBREQAPPL.PRENAME_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.PRENAME_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_ENAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMB_ENAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ENAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMB_ENAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_ESURNAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMB_ESURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ESURNAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMB_ESURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBGROUP_CODEColumn] = 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.tableMBREQAPPL.BIRTH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.BIRTH_DATEColumn] = 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.tableMBREQAPPL.SEXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEX\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.SEXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MARIAGE {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.MARIAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MARIAGE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MARIAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_ADDR {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMB_ADDRColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ADDR\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMB_ADDRColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_GROUP {
get {
try {
return ((string)(this[this.tableMBREQAPPL.ADDR_GROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_GROUP\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.ADDR_GROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SOI {
get {
try {
return ((string)(this[this.tableMBREQAPPL.SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SOI\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MOOBAN {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MOOBANColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MOOBAN\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MOOBANColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ROAD {
get {
try {
return ((string)(this[this.tableMBREQAPPL.ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ROAD\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.TAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.TAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DISTRICT_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.DISTRICT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DISTRICT_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.DISTRICT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.PROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.PROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSTCODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTCODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEM_TEL {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEM_TELColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_TEL\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEM_TELColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEM_TELMOBILE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEM_TELMOBILEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_TELMOBILE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEM_TELMOBILEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EMAIL_ADDRESS {
get {
try {
return ((string)(this[this.tableMBREQAPPL.EMAIL_ADDRESSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EMAIL_ADDRESS\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.EMAIL_ADDRESSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_NO {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_NO\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_MOO {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_MOO\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_SOI {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_SOI\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_VILLAGE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_ROAD\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRTAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRTAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRTAMBOL_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRTAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRAMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRAMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRAMPHUR_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRAMPHUR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRPROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRPROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRPROVINCE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRPROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_POSTCODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CURRADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_PHONE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CURRADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMREF_FLAG {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.MEMREF_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMREF_FLAG\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMREF_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CARD_PERSON {
get {
try {
return ((string)(this[this.tableMBREQAPPL.CARD_PERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CARD_PERSON\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.CARD_PERSONColumn] = 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.tableMBREQAPPL.WORK_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.WORK_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RETRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBREQAPPL.RETRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.RETRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPARTMENT_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.DEPARTMENT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPARTMENT_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.DEPARTMENT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSITION_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.POSITION_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSITION_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.POSITION_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSITION_DESC {
get {
try {
return ((string)(this[this.tableMBREQAPPL.POSITION_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSITION_DESC\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.POSITION_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LEVEL_CODE {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.LEVEL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEVEL_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.LEVEL_CODEColumn] = 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.tableMBREQAPPL.SALARY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_ID\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.SALARY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARY_AMOUNT {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.SALARY_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMOUNT\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.SALARY_AMOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REMARK {
get {
try {
return ((string)(this[this.tableMBREQAPPL.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DATE_RESIGN {
get {
try {
return ((global::System.DateTime)(this[this.tableMBREQAPPL.DATE_RESIGNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DATE_RESIGN\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.DATE_RESIGNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RESIGNCAUSE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.RESIGNCAUSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGNCAUSE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.RESIGNCAUSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OLD_MEMBER_NO {
get {
try {
return ((string)(this[this.tableMBREQAPPL.OLD_MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OLD_MEMBER_NO\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.OLD_MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_REF {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMBER_REFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_REF\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBER_REFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal APPL_STATUS {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.APPL_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPL_STATUS\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.APPL_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableMBREQAPPL.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENTRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBREQAPPL.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_BYCOOPID {
get {
try {
return ((string)(this[this.tableMBREQAPPL.ENTRY_BYCOOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.ENTRY_BYCOOPIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPROVE_ID {
get {
try {
return ((string)(this[this.tableMBREQAPPL.APPROVE_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_ID\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.APPROVE_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime APPROVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBREQAPPL.APPROVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.APPROVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMNOFIX_FLAG {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.MEMNOFIX_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMNOFIX_FLAG\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMNOFIX_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_TYPE {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBTYPE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEMBTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EMP_TYPE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.EMP_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EMP_TYPE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.EMP_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEM_TELWORK {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MEM_TELWORKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_TELWORK\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEM_TELWORKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBDATEFIX_FLAG {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.MEMBDATEFIX_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBDATEFIX_FLAG\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBDATEFIX_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBDATEFIX_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBREQAPPL.MEMBDATEFIX_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBDATEFIX_DATE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MEMBDATEFIX_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNDROPGRANTEE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.LNDROPGRANTEE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNDROPGRANTEE_FLAG\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.LNDROPGRANTEE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NATIONALITY {
get {
try {
return ((string)(this[this.tableMBREQAPPL.NATIONALITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NATIONALITY\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.NATIONALITYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FATHER_NAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.FATHER_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FATHER_NAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.FATHER_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATHER_NAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATHER_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATHER_NAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATHER_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INCOMEETC_AMT {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.INCOMEETC_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INCOMEETC_AMT\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.INCOMEETC_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_NAME {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_NAME\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATE_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_CARDPERSON {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATE_CARDPERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_CARDPERSON\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATE_CARDPERSONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_SALARYID {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATE_SALARYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_SALARYID\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATE_SALARYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_NO {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_NO\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_MOO {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_MOO\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_VILLAGE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_SOI {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_SOI\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_ROAD\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATETAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATETAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATETAMBOL_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATETAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEAMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEAMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEAMPHUR_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEAMPHUR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEPROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEPROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEPROVINCE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEPROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_POSTCODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.MATEADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_PHONE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.MATEADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPL.EXPENSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.EXPENSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tableMBREQAPPL.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.EXPENSE_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BRANCH {
get {
try {
return ((string)(this[this.tableMBREQAPPL.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.EXPENSE_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_ACCID {
get {
try {
return ((string)(this[this.tableMBREQAPPL.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODSHARE_VALUE {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.PERIODSHARE_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHARE_VALUE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.PERIODSHARE_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODBASE_VALUE {
get {
try {
return ((decimal)(this[this.tableMBREQAPPL.PERIODBASE_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODBASE_VALUE\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.PERIODBASE_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL_DESC {
get {
try {
return ((string)(this[this.tableMBREQAPPL.TAMBOL_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_DESC\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.TAMBOL_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string membgroup {
get {
try {
return ((string)(this[this.tableMBREQAPPL.membgroupColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'membgroup\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.membgroupColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string age {
get {
try {
return ((string)(this[this.tableMBREQAPPL.ageColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'age\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.ageColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string bank_desc {
get {
try {
return ((string)(this[this.tableMBREQAPPL.bank_descColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'bank_desc\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.bank_descColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string branch_name {
get {
try {
return ((string)(this[this.tableMBREQAPPL.branch_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'branch_name\' in table \'MBREQAPPL\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPL.branch_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLTYPE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.APPLTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLTYPE_CODENull() {
this[this.tableMBREQAPPL.APPLTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLY_DATENull() {
return this.IsNull(this.tableMBREQAPPL.APPLY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLY_DATENull() {
this[this.tableMBREQAPPL.APPLY_DATEColumn] = global::System.Convert.DBNull;
}
[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.tableMBREQAPPL.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.tableMBREQAPPL.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 IsMEMB_NAMENull() {
return this.IsNull(this.tableMBREQAPPL.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableMBREQAPPL.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableMBREQAPPL.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableMBREQAPPL.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_ENAMENull() {
return this.IsNull(this.tableMBREQAPPL.MEMB_ENAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_ENAMENull() {
this[this.tableMBREQAPPL.MEMB_ENAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_ESURNAMENull() {
return this.IsNull(this.tableMBREQAPPL.MEMB_ESURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_ESURNAMENull() {
this[this.tableMBREQAPPL.MEMB_ESURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableMBREQAPPL.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tableMBREQAPPL.MEMBGROUP_CODEColumn] = 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.tableMBREQAPPL.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.tableMBREQAPPL.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 IsSEXNull() {
return this.IsNull(this.tableMBREQAPPL.SEXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEXNull() {
this[this.tableMBREQAPPL.SEXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMARIAGENull() {
return this.IsNull(this.tableMBREQAPPL.MARIAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMARIAGENull() {
this[this.tableMBREQAPPL.MARIAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_ADDRNull() {
return this.IsNull(this.tableMBREQAPPL.MEMB_ADDRColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_ADDRNull() {
this[this.tableMBREQAPPL.MEMB_ADDRColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_GROUPNull() {
return this.IsNull(this.tableMBREQAPPL.ADDR_GROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_GROUPNull() {
this[this.tableMBREQAPPL.ADDR_GROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSOINull() {
return this.IsNull(this.tableMBREQAPPL.SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSOINull() {
this[this.tableMBREQAPPL.SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMOOBANNull() {
return this.IsNull(this.tableMBREQAPPL.MOOBANColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMOOBANNull() {
this[this.tableMBREQAPPL.MOOBANColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsROADNull() {
return this.IsNull(this.tableMBREQAPPL.ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetROADNull() {
this[this.tableMBREQAPPL.ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOL_CODENull() {
return this.IsNull(this.tableMBREQAPPL.TAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOL_CODENull() {
this[this.tableMBREQAPPL.TAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDISTRICT_CODENull() {
return this.IsNull(this.tableMBREQAPPL.DISTRICT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDISTRICT_CODENull() {
this[this.tableMBREQAPPL.DISTRICT_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROVINCE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.PROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROVINCE_CODENull() {
this[this.tableMBREQAPPL.PROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTCODENull() {
return this.IsNull(this.tableMBREQAPPL.POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTCODENull() {
this[this.tableMBREQAPPL.POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEM_TELNull() {
return this.IsNull(this.tableMBREQAPPL.MEM_TELColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEM_TELNull() {
this[this.tableMBREQAPPL.MEM_TELColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEM_TELMOBILENull() {
return this.IsNull(this.tableMBREQAPPL.MEM_TELMOBILEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEM_TELMOBILENull() {
this[this.tableMBREQAPPL.MEM_TELMOBILEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEMAIL_ADDRESSNull() {
return this.IsNull(this.tableMBREQAPPL.EMAIL_ADDRESSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEMAIL_ADDRESSNull() {
this[this.tableMBREQAPPL.EMAIL_ADDRESSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_NONull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_NONull() {
this[this.tableMBREQAPPL.CURRADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_MOONull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_MOONull() {
this[this.tableMBREQAPPL.CURRADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_SOINull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_SOINull() {
this[this.tableMBREQAPPL.CURRADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_VILLAGENull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_VILLAGENull() {
this[this.tableMBREQAPPL.CURRADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_ROADNull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_ROADNull() {
this[this.tableMBREQAPPL.CURRADDR_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRTAMBOL_CODENull() {
return this.IsNull(this.tableMBREQAPPL.CURRTAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRTAMBOL_CODENull() {
this[this.tableMBREQAPPL.CURRTAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRAMPHUR_CODENull() {
return this.IsNull(this.tableMBREQAPPL.CURRAMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRAMPHUR_CODENull() {
this[this.tableMBREQAPPL.CURRAMPHUR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRPROVINCE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.CURRPROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRPROVINCE_CODENull() {
this[this.tableMBREQAPPL.CURRPROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_POSTCODENull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_POSTCODENull() {
this[this.tableMBREQAPPL.CURRADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_PHONENull() {
return this.IsNull(this.tableMBREQAPPL.CURRADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_PHONENull() {
this[this.tableMBREQAPPL.CURRADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMREF_FLAGNull() {
return this.IsNull(this.tableMBREQAPPL.MEMREF_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMREF_FLAGNull() {
this[this.tableMBREQAPPL.MEMREF_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCARD_PERSONNull() {
return this.IsNull(this.tableMBREQAPPL.CARD_PERSONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCARD_PERSONNull() {
this[this.tableMBREQAPPL.CARD_PERSONColumn] = 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.tableMBREQAPPL.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.tableMBREQAPPL.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 IsRETRY_DATENull() {
return this.IsNull(this.tableMBREQAPPL.RETRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_DATENull() {
this[this.tableMBREQAPPL.RETRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEPARTMENT_CODENull() {
return this.IsNull(this.tableMBREQAPPL.DEPARTMENT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPARTMENT_CODENull() {
this[this.tableMBREQAPPL.DEPARTMENT_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSITION_CODENull() {
return this.IsNull(this.tableMBREQAPPL.POSITION_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSITION_CODENull() {
this[this.tableMBREQAPPL.POSITION_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSITION_DESCNull() {
return this.IsNull(this.tableMBREQAPPL.POSITION_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSITION_DESCNull() {
this[this.tableMBREQAPPL.POSITION_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEVEL_CODENull() {
return this.IsNull(this.tableMBREQAPPL.LEVEL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEVEL_CODENull() {
this[this.tableMBREQAPPL.LEVEL_CODEColumn] = 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.tableMBREQAPPL.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.tableMBREQAPPL.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_AMOUNTNull() {
return this.IsNull(this.tableMBREQAPPL.SALARY_AMOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_AMOUNTNull() {
this[this.tableMBREQAPPL.SALARY_AMOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKNull() {
return this.IsNull(this.tableMBREQAPPL.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableMBREQAPPL.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDATE_RESIGNNull() {
return this.IsNull(this.tableMBREQAPPL.DATE_RESIGNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDATE_RESIGNNull() {
this[this.tableMBREQAPPL.DATE_RESIGNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGNCAUSE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.RESIGNCAUSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGNCAUSE_CODENull() {
this[this.tableMBREQAPPL.RESIGNCAUSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOLD_MEMBER_NONull() {
return this.IsNull(this.tableMBREQAPPL.OLD_MEMBER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOLD_MEMBER_NONull() {
this[this.tableMBREQAPPL.OLD_MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_REFNull() {
return this.IsNull(this.tableMBREQAPPL.MEMBER_REFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_REFNull() {
this[this.tableMBREQAPPL.MEMBER_REFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPL_STATUSNull() {
return this.IsNull(this.tableMBREQAPPL.APPL_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPL_STATUSNull() {
this[this.tableMBREQAPPL.APPL_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableMBREQAPPL.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tableMBREQAPPL.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_DATENull() {
return this.IsNull(this.tableMBREQAPPL.ENTRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_DATENull() {
this[this.tableMBREQAPPL.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_BYCOOPIDNull() {
return this.IsNull(this.tableMBREQAPPL.ENTRY_BYCOOPIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_BYCOOPIDNull() {
this[this.tableMBREQAPPL.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_IDNull() {
return this.IsNull(this.tableMBREQAPPL.APPROVE_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_IDNull() {
this[this.tableMBREQAPPL.APPROVE_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_DATENull() {
return this.IsNull(this.tableMBREQAPPL.APPROVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_DATENull() {
this[this.tableMBREQAPPL.APPROVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMNOFIX_FLAGNull() {
return this.IsNull(this.tableMBREQAPPL.MEMNOFIX_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMNOFIX_FLAGNull() {
this[this.tableMBREQAPPL.MEMNOFIX_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableMBREQAPPL.MEMBER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_NONull() {
this[this.tableMBREQAPPL.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_TYPENull() {
return this.IsNull(this.tableMBREQAPPL.MEMBER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_TYPENull() {
this[this.tableMBREQAPPL.MEMBER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTYPE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.MEMBTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTYPE_CODENull() {
this[this.tableMBREQAPPL.MEMBTYPE_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_TYPENull() {
return this.IsNull(this.tableMBREQAPPL.EMP_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEMP_TYPENull() {
this[this.tableMBREQAPPL.EMP_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEM_TELWORKNull() {
return this.IsNull(this.tableMBREQAPPL.MEM_TELWORKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEM_TELWORKNull() {
this[this.tableMBREQAPPL.MEM_TELWORKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBDATEFIX_FLAGNull() {
return this.IsNull(this.tableMBREQAPPL.MEMBDATEFIX_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBDATEFIX_FLAGNull() {
this[this.tableMBREQAPPL.MEMBDATEFIX_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBDATEFIX_DATENull() {
return this.IsNull(this.tableMBREQAPPL.MEMBDATEFIX_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBDATEFIX_DATENull() {
this[this.tableMBREQAPPL.MEMBDATEFIX_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNDROPGRANTEE_FLAGNull() {
return this.IsNull(this.tableMBREQAPPL.LNDROPGRANTEE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNDROPGRANTEE_FLAGNull() {
this[this.tableMBREQAPPL.LNDROPGRANTEE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNATIONALITYNull() {
return this.IsNull(this.tableMBREQAPPL.NATIONALITYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNATIONALITYNull() {
this[this.tableMBREQAPPL.NATIONALITYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFATHER_NAMENull() {
return this.IsNull(this.tableMBREQAPPL.FATHER_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFATHER_NAMENull() {
this[this.tableMBREQAPPL.FATHER_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATHER_NAMENull() {
return this.IsNull(this.tableMBREQAPPL.MATHER_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATHER_NAMENull() {
this[this.tableMBREQAPPL.MATHER_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINCOMEETC_AMTNull() {
return this.IsNull(this.tableMBREQAPPL.INCOMEETC_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINCOMEETC_AMTNull() {
this[this.tableMBREQAPPL.INCOMEETC_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_NAMENull() {
return this.IsNull(this.tableMBREQAPPL.MATE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_NAMENull() {
this[this.tableMBREQAPPL.MATE_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_CARDPERSONNull() {
return this.IsNull(this.tableMBREQAPPL.MATE_CARDPERSONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_CARDPERSONNull() {
this[this.tableMBREQAPPL.MATE_CARDPERSONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_SALARYIDNull() {
return this.IsNull(this.tableMBREQAPPL.MATE_SALARYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_SALARYIDNull() {
this[this.tableMBREQAPPL.MATE_SALARYIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_NONull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_NONull() {
this[this.tableMBREQAPPL.MATEADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_MOONull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_MOONull() {
this[this.tableMBREQAPPL.MATEADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_VILLAGENull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_VILLAGENull() {
this[this.tableMBREQAPPL.MATEADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_SOINull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_SOINull() {
this[this.tableMBREQAPPL.MATEADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_ROADNull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_ROADNull() {
this[this.tableMBREQAPPL.MATEADDR_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATETAMBOL_CODENull() {
return this.IsNull(this.tableMBREQAPPL.MATETAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATETAMBOL_CODENull() {
this[this.tableMBREQAPPL.MATETAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEAMPHUR_CODENull() {
return this.IsNull(this.tableMBREQAPPL.MATEAMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEAMPHUR_CODENull() {
this[this.tableMBREQAPPL.MATEAMPHUR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEPROVINCE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.MATEPROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEPROVINCE_CODENull() {
this[this.tableMBREQAPPL.MATEPROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_POSTCODENull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_POSTCODENull() {
this[this.tableMBREQAPPL.MATEADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_PHONENull() {
return this.IsNull(this.tableMBREQAPPL.MATEADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_PHONENull() {
this[this.tableMBREQAPPL.MATEADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_CODENull() {
return this.IsNull(this.tableMBREQAPPL.EXPENSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_CODENull() {
this[this.tableMBREQAPPL.EXPENSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tableMBREQAPPL.EXPENSE_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BANKNull() {
this[this.tableMBREQAPPL.EXPENSE_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BRANCHNull() {
return this.IsNull(this.tableMBREQAPPL.EXPENSE_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BRANCHNull() {
this[this.tableMBREQAPPL.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_ACCIDNull() {
return this.IsNull(this.tableMBREQAPPL.EXPENSE_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_ACCIDNull() {
this[this.tableMBREQAPPL.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODSHARE_VALUENull() {
return this.IsNull(this.tableMBREQAPPL.PERIODSHARE_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODSHARE_VALUENull() {
this[this.tableMBREQAPPL.PERIODSHARE_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODBASE_VALUENull() {
return this.IsNull(this.tableMBREQAPPL.PERIODBASE_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODBASE_VALUENull() {
this[this.tableMBREQAPPL.PERIODBASE_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOL_DESCNull() {
return this.IsNull(this.tableMBREQAPPL.TAMBOL_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOL_DESCNull() {
this[this.tableMBREQAPPL.TAMBOL_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsmembgroupNull() {
return this.IsNull(this.tableMBREQAPPL.membgroupColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetmembgroupNull() {
this[this.tableMBREQAPPL.membgroupColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsageNull() {
return this.IsNull(this.tableMBREQAPPL.ageColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetageNull() {
this[this.tableMBREQAPPL.ageColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbank_descNull() {
return this.IsNull(this.tableMBREQAPPL.bank_descColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbank_descNull() {
this[this.tableMBREQAPPL.bank_descColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbranch_nameNull() {
return this.IsNull(this.tableMBREQAPPL.branch_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbranch_nameNull() {
this[this.tableMBREQAPPL.branch_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLMONEYTRRow[] GetMBREQAPPLMONEYTRRows() {
if ((this.Table.ChildRelations["SYS_C00119116"] == null)) {
return new MBREQAPPLMONEYTRRow[0];
}
else {
return ((MBREQAPPLMONEYTRRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C00119116"])));
}
}
}
///
///Represents strongly named DataRow class.
///
public partial class MBREQAPPLMONEYTRRow : global::System.Data.DataRow {
private MBREQAPPLMONEYTRDataTable tableMBREQAPPLMONEYTR;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBREQAPPLMONEYTRRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMBREQAPPLMONEYTR = ((MBREQAPPLMONEYTRDataTable)(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.tableMBREQAPPLMONEYTR.COOP_IDColumn]));
}
set {
this[this.tableMBREQAPPLMONEYTR.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPL_DOCNO {
get {
return ((string)(this[this.tableMBREQAPPLMONEYTR.APPL_DOCNOColumn]));
}
set {
this[this.tableMBREQAPPLMONEYTR.APPL_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRTYPE_CODE {
get {
return ((string)(this[this.tableMBREQAPPLMONEYTR.TRTYPE_CODEColumn]));
}
set {
this[this.tableMBREQAPPLMONEYTR.TRTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPLMONEYTR.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'MBREQAPPLMONEYTR\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPLMONEYTR.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BANK_CODE {
get {
try {
return ((string)(this[this.tableMBREQAPPLMONEYTR.BANK_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'MBREQAPPLMONEYTR\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPLMONEYTR.BANK_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BANK_BRANCH {
get {
try {
return ((string)(this[this.tableMBREQAPPLMONEYTR.BANK_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_BRANCH\' in table \'MBREQAPPLMONEYTR\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPLMONEYTR.BANK_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BANK_ACCID {
get {
try {
return ((string)(this[this.tableMBREQAPPLMONEYTR.BANK_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_ACCID\' in table \'MBREQAPPLMONEYTR\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPLMONEYTR.BANK_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string branch_name {
get {
try {
return ((string)(this[this.tableMBREQAPPLMONEYTR.branch_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'branch_name\' in table \'MBREQAPPLMONEYTR\' is DBNull.", e);
}
}
set {
this[this.tableMBREQAPPLMONEYTR.branch_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBREQAPPLRow MBREQAPPLRowParent {
get {
return ((MBREQAPPLRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C00119116"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["SYS_C00119116"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableMBREQAPPLMONEYTR.MONEYTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_CODENull() {
this[this.tableMBREQAPPLMONEYTR.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANK_CODENull() {
return this.IsNull(this.tableMBREQAPPLMONEYTR.BANK_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANK_CODENull() {
this[this.tableMBREQAPPLMONEYTR.BANK_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANK_BRANCHNull() {
return this.IsNull(this.tableMBREQAPPLMONEYTR.BANK_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANK_BRANCHNull() {
this[this.tableMBREQAPPLMONEYTR.BANK_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBANK_ACCIDNull() {
return this.IsNull(this.tableMBREQAPPLMONEYTR.BANK_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBANK_ACCIDNull() {
this[this.tableMBREQAPPLMONEYTR.BANK_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbranch_nameNull() {
return this.IsNull(this.tableMBREQAPPLMONEYTR.branch_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbranch_nameNull() {
this[this.tableMBREQAPPLMONEYTR.branch_nameColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class MBREQAPPLRowChangeEvent : global::System.EventArgs {
private MBREQAPPLRow 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 MBREQAPPLRowChangeEvent(MBREQAPPLRow 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 MBREQAPPLRow 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 MBREQAPPLMONEYTRRowChangeEvent : global::System.EventArgs {
private MBREQAPPLMONEYTRRow 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 MBREQAPPLMONEYTRRowChangeEvent(MBREQAPPLMONEYTRRow 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 MBREQAPPLMONEYTRRow 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.mbshr.ws_mbshr_req_mbnew_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 MBREQAPPLTableAdapter : 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 MBREQAPPLTableAdapter() {
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 = "MBREQAPPL";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("APPL_DOCNO", "APPL_DOCNO");
tableMapping.ColumnMappings.Add("APPLTYPE_CODE", "APPLTYPE_CODE");
tableMapping.ColumnMappings.Add("APPLY_DATE", "APPLY_DATE");
tableMapping.ColumnMappings.Add("PRENAME_CODE", "PRENAME_CODE");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("MEMB_ENAME", "MEMB_ENAME");
tableMapping.ColumnMappings.Add("MEMB_ESURNAME", "MEMB_ESURNAME");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE");
tableMapping.ColumnMappings.Add("SEX", "SEX");
tableMapping.ColumnMappings.Add("MARIAGE", "MARIAGE");
tableMapping.ColumnMappings.Add("MEMB_ADDR", "MEMB_ADDR");
tableMapping.ColumnMappings.Add("ADDR_GROUP", "ADDR_GROUP");
tableMapping.ColumnMappings.Add("SOI", "SOI");
tableMapping.ColumnMappings.Add("MOOBAN", "MOOBAN");
tableMapping.ColumnMappings.Add("ROAD", "ROAD");
tableMapping.ColumnMappings.Add("TAMBOL_CODE", "TAMBOL_CODE");
tableMapping.ColumnMappings.Add("DISTRICT_CODE", "DISTRICT_CODE");
tableMapping.ColumnMappings.Add("PROVINCE_CODE", "PROVINCE_CODE");
tableMapping.ColumnMappings.Add("POSTCODE", "POSTCODE");
tableMapping.ColumnMappings.Add("MEM_TEL", "MEM_TEL");
tableMapping.ColumnMappings.Add("MEM_TELMOBILE", "MEM_TELMOBILE");
tableMapping.ColumnMappings.Add("EMAIL_ADDRESS", "EMAIL_ADDRESS");
tableMapping.ColumnMappings.Add("CURRADDR_NO", "CURRADDR_NO");
tableMapping.ColumnMappings.Add("CURRADDR_MOO", "CURRADDR_MOO");
tableMapping.ColumnMappings.Add("CURRADDR_SOI", "CURRADDR_SOI");
tableMapping.ColumnMappings.Add("CURRADDR_VILLAGE", "CURRADDR_VILLAGE");
tableMapping.ColumnMappings.Add("CURRADDR_ROAD", "CURRADDR_ROAD");
tableMapping.ColumnMappings.Add("CURRTAMBOL_CODE", "CURRTAMBOL_CODE");
tableMapping.ColumnMappings.Add("CURRAMPHUR_CODE", "CURRAMPHUR_CODE");
tableMapping.ColumnMappings.Add("CURRPROVINCE_CODE", "CURRPROVINCE_CODE");
tableMapping.ColumnMappings.Add("CURRADDR_POSTCODE", "CURRADDR_POSTCODE");
tableMapping.ColumnMappings.Add("CURRADDR_PHONE", "CURRADDR_PHONE");
tableMapping.ColumnMappings.Add("MEMREF_FLAG", "MEMREF_FLAG");
tableMapping.ColumnMappings.Add("CARD_PERSON", "CARD_PERSON");
tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE");
tableMapping.ColumnMappings.Add("RETRY_DATE", "RETRY_DATE");
tableMapping.ColumnMappings.Add("DEPARTMENT_CODE", "DEPARTMENT_CODE");
tableMapping.ColumnMappings.Add("POSITION_CODE", "POSITION_CODE");
tableMapping.ColumnMappings.Add("POSITION_DESC", "POSITION_DESC");
tableMapping.ColumnMappings.Add("LEVEL_CODE", "LEVEL_CODE");
tableMapping.ColumnMappings.Add("SALARY_ID", "SALARY_ID");
tableMapping.ColumnMappings.Add("SALARY_AMOUNT", "SALARY_AMOUNT");
tableMapping.ColumnMappings.Add("REMARK", "REMARK");
tableMapping.ColumnMappings.Add("DATE_RESIGN", "DATE_RESIGN");
tableMapping.ColumnMappings.Add("RESIGNCAUSE_CODE", "RESIGNCAUSE_CODE");
tableMapping.ColumnMappings.Add("OLD_MEMBER_NO", "OLD_MEMBER_NO");
tableMapping.ColumnMappings.Add("MEMBER_REF", "MEMBER_REF");
tableMapping.ColumnMappings.Add("APPL_STATUS", "APPL_STATUS");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID");
tableMapping.ColumnMappings.Add("APPROVE_ID", "APPROVE_ID");
tableMapping.ColumnMappings.Add("APPROVE_DATE", "APPROVE_DATE");
tableMapping.ColumnMappings.Add("MEMNOFIX_FLAG", "MEMNOFIX_FLAG");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE");
tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE");
tableMapping.ColumnMappings.Add("EMP_TYPE", "EMP_TYPE");
tableMapping.ColumnMappings.Add("MEM_TELWORK", "MEM_TELWORK");
tableMapping.ColumnMappings.Add("MEMBDATEFIX_FLAG", "MEMBDATEFIX_FLAG");
tableMapping.ColumnMappings.Add("MEMBDATEFIX_DATE", "MEMBDATEFIX_DATE");
tableMapping.ColumnMappings.Add("LNDROPGRANTEE_FLAG", "LNDROPGRANTEE_FLAG");
tableMapping.ColumnMappings.Add("NATIONALITY", "NATIONALITY");
tableMapping.ColumnMappings.Add("FATHER_NAME", "FATHER_NAME");
tableMapping.ColumnMappings.Add("MATHER_NAME", "MATHER_NAME");
tableMapping.ColumnMappings.Add("INCOMEETC_AMT", "INCOMEETC_AMT");
tableMapping.ColumnMappings.Add("MATE_NAME", "MATE_NAME");
tableMapping.ColumnMappings.Add("MATE_CARDPERSON", "MATE_CARDPERSON");
tableMapping.ColumnMappings.Add("MATE_SALARYID", "MATE_SALARYID");
tableMapping.ColumnMappings.Add("MATEADDR_NO", "MATEADDR_NO");
tableMapping.ColumnMappings.Add("MATEADDR_MOO", "MATEADDR_MOO");
tableMapping.ColumnMappings.Add("MATEADDR_VILLAGE", "MATEADDR_VILLAGE");
tableMapping.ColumnMappings.Add("MATEADDR_SOI", "MATEADDR_SOI");
tableMapping.ColumnMappings.Add("MATEADDR_ROAD", "MATEADDR_ROAD");
tableMapping.ColumnMappings.Add("MATETAMBOL_CODE", "MATETAMBOL_CODE");
tableMapping.ColumnMappings.Add("MATEAMPHUR_CODE", "MATEAMPHUR_CODE");
tableMapping.ColumnMappings.Add("MATEPROVINCE_CODE", "MATEPROVINCE_CODE");
tableMapping.ColumnMappings.Add("MATEADDR_POSTCODE", "MATEADDR_POSTCODE");
tableMapping.ColumnMappings.Add("MATEADDR_PHONE", "MATEADDR_PHONE");
tableMapping.ColumnMappings.Add("EXPENSE_CODE", "EXPENSE_CODE");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("PERIODSHARE_VALUE", "PERIODSHARE_VALUE");
tableMapping.ColumnMappings.Add("PERIODBASE_VALUE", "PERIODBASE_VALUE");
tableMapping.ColumnMappings.Add("TAMBOL_DESC", "TAMBOL_DESC");
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 \"MBREQAPPL\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"APPL_DOCNO\" " +
"= :Original_APPL_DOCNO))";
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_APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", 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 \"MBREQAPPL\" (\"COOP_ID\", \"APPL_DOCNO\", \"APPLTYPE_CODE\", \"APPLY_DATE\", " +
"\"PRENAME_CODE\", \"MEMB_NAME\", \"MEMB_SURNAME\", \"MEMB_ENAME\", \"MEMB_ESURNAME\", \"MEM" +
"BGROUP_CODE\", \"BIRTH_DATE\", \"SEX\", \"MARIAGE\", \"MEMB_ADDR\", \"ADDR_GROUP\", \"SOI\", " +
"\"MOOBAN\", \"ROAD\", \"TAMBOL_CODE\", \"DISTRICT_CODE\", \"PROVINCE_CODE\", \"POSTCODE\", \"" +
"MEM_TEL\", \"MEM_TELMOBILE\", \"EMAIL_ADDRESS\", \"CURRADDR_NO\", \"CURRADDR_MOO\", \"CURR" +
"ADDR_SOI\", \"CURRADDR_VILLAGE\", \"CURRADDR_ROAD\", \"CURRTAMBOL_CODE\", \"CURRAMPHUR_C" +
"ODE\", \"CURRPROVINCE_CODE\", \"CURRADDR_POSTCODE\", \"CURRADDR_PHONE\", \"MEMREF_FLAG\"," +
" \"CARD_PERSON\", \"WORK_DATE\", \"RETRY_DATE\", \"DEPARTMENT_CODE\", \"POSITION_CODE\", \"" +
"POSITION_DESC\", \"LEVEL_CODE\", \"SALARY_ID\", \"SALARY_AMOUNT\", \"REMARK\", \"DATE_RESI" +
"GN\", \"RESIGNCAUSE_CODE\", \"OLD_MEMBER_NO\", \"MEMBER_REF\", \"APPL_STATUS\", \"ENTRY_ID" +
"\", \"ENTRY_DATE\", \"ENTRY_BYCOOPID\", \"APPROVE_ID\", \"APPROVE_DATE\", \"MEMNOFIX_FLAG\"" +
", \"MEMBER_NO\", \"MEMBER_TYPE\", \"MEMBTYPE_CODE\", \"EMP_TYPE\", \"MEM_TELWORK\", \"MEMBD" +
"ATEFIX_FLAG\", \"MEMBDATEFIX_DATE\", \"LNDROPGRANTEE_FLAG\", \"NATIONALITY\", \"FATHER_N" +
"AME\", \"MATHER_NAME\", \"INCOMEETC_AMT\", \"MATE_NAME\", \"MATE_CARDPERSON\", \"MATE_SALA" +
"RYID\", \"MATEADDR_NO\", \"MATEADDR_MOO\", \"MATEADDR_VILLAGE\", \"MATEADDR_SOI\", \"MATEA" +
"DDR_ROAD\", \"MATETAMBOL_CODE\", \"MATEAMPHUR_CODE\", \"MATEPROVINCE_CODE\", \"MATEADDR_" +
"POSTCODE\", \"MATEADDR_PHONE\", \"EXPENSE_CODE\", \"EXPENSE_BANK\", \"EXPENSE_BRANCH\", \"" +
"EXPENSE_ACCID\", \"PERIODSHARE_VALUE\", \"PERIODBASE_VALUE\", \"TAMBOL_DESC\") VALUES (" +
":COOP_ID, :APPL_DOCNO, :APPLTYPE_CODE, :APPLY_DATE, :PRENAME_CODE, :MEMB_NAME, :" +
"MEMB_SURNAME, :MEMB_ENAME, :MEMB_ESURNAME, :MEMBGROUP_CODE, :BIRTH_DATE, :SEX, :" +
"MARIAGE, :MEMB_ADDR, :ADDR_GROUP, :SOI, :MOOBAN, :ROAD, :TAMBOL_CODE, :DISTRICT_" +
"CODE, :PROVINCE_CODE, :POSTCODE, :MEM_TEL, :MEM_TELMOBILE, :EMAIL_ADDRESS, :CURR" +
"ADDR_NO, :CURRADDR_MOO, :CURRADDR_SOI, :CURRADDR_VILLAGE, :CURRADDR_ROAD, :CURRT" +
"AMBOL_CODE, :CURRAMPHUR_CODE, :CURRPROVINCE_CODE, :CURRADDR_POSTCODE, :CURRADDR_" +
"PHONE, :MEMREF_FLAG, :CARD_PERSON, :WORK_DATE, :RETRY_DATE, :DEPARTMENT_CODE, :P" +
"OSITION_CODE, :POSITION_DESC, :LEVEL_CODE, :SALARY_ID, :SALARY_AMOUNT, :REMARK, " +
":DATE_RESIGN, :RESIGNCAUSE_CODE, :OLD_MEMBER_NO, :MEMBER_REF, :APPL_STATUS, :ENT" +
"RY_ID, :ENTRY_DATE, :ENTRY_BYCOOPID, :APPROVE_ID, :APPROVE_DATE, :MEMNOFIX_FLAG," +
" :MEMBER_NO, :MEMBER_TYPE, :MEMBTYPE_CODE, :EMP_TYPE, :MEM_TELWORK, :MEMBDATEFIX" +
"_FLAG, :MEMBDATEFIX_DATE, :LNDROPGRANTEE_FLAG, :NATIONALITY, :FATHER_NAME, :MATH" +
"ER_NAME, :INCOMEETC_AMT, :MATE_NAME, :MATE_CARDPERSON, :MATE_SALARYID, :MATEADDR" +
"_NO, :MATEADDR_MOO, :MATEADDR_VILLAGE, :MATEADDR_SOI, :MATEADDR_ROAD, :MATETAMBO" +
"L_CODE, :MATEAMPHUR_CODE, :MATEPROVINCE_CODE, :MATEADDR_POSTCODE, :MATEADDR_PHON" +
"E, :EXPENSE_CODE, :EXPENSE_BANK, :EXPENSE_BRANCH, :EXPENSE_ACCID, :PERIODSHARE_V" +
"ALUE, :PERIODBASE_VALUE, :TAMBOL_DESC)";
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("APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPLTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPLTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPLY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "APPLY_DATE", 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("MEMB_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_SURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_SURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ENAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ESURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ESURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", 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("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("MARIAGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MARIAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ADDR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ADDR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_GROUP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MOOBAN", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MOOBAN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISTRICT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DISTRICT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TEL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TELMOBILE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TELMOBILE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMAIL_ADDRESS", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMAIL_ADDRESS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRTAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRTAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMREF_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMREF_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CARD_PERSON", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CARD_PERSON", 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("RETRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RETRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPARTMENT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPARTMENT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSITION_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POSITION_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEVEL_CODE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LEVEL_CODE", 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_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DATE_RESIGN", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DATE_RESIGN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGNCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RESIGNCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLD_MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_REF", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_REF", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPL_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "APPL_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "APPROVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOFIX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMNOFIX_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TELWORK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TELWORK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBDATEFIX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBDATEFIX_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBDATEFIX_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBDATEFIX_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNDROPGRANTEE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNDROPGRANTEE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NATIONALITY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NATIONALITY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INCOMEETC_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INCOMEETC_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_CARDPERSON", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_CARDPERSON", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_SALARYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_SALARYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATETAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATETAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHARE_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHARE_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODBASE_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODBASE_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_DESC", 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 \"MBREQAPPL\" SET \"COOP_ID\" = :COOP_ID, \"APPL_DOCNO\" = :APPL_DOCNO, \"APPLTYP" +
"E_CODE\" = :APPLTYPE_CODE, \"APPLY_DATE\" = :APPLY_DATE, \"PRENAME_CODE\" = :PRENAME_" +
"CODE, \"MEMB_NAME\" = :MEMB_NAME, \"MEMB_SURNAME\" = :MEMB_SURNAME, \"MEMB_ENAME\" = :" +
"MEMB_ENAME, \"MEMB_ESURNAME\" = :MEMB_ESURNAME, \"MEMBGROUP_CODE\" = :MEMBGROUP_CODE" +
", \"BIRTH_DATE\" = :BIRTH_DATE, \"SEX\" = :SEX, \"MARIAGE\" = :MARIAGE, \"MEMB_ADDR\" = " +
":MEMB_ADDR, \"ADDR_GROUP\" = :ADDR_GROUP, \"SOI\" = :SOI, \"MOOBAN\" = :MOOBAN, \"ROAD\"" +
" = :ROAD, \"TAMBOL_CODE\" = :TAMBOL_CODE, \"DISTRICT_CODE\" = :DISTRICT_CODE, \"PROVI" +
"NCE_CODE\" = :PROVINCE_CODE, \"POSTCODE\" = :POSTCODE, \"MEM_TEL\" = :MEM_TEL, \"MEM_T" +
"ELMOBILE\" = :MEM_TELMOBILE, \"EMAIL_ADDRESS\" = :EMAIL_ADDRESS, \"CURRADDR_NO\" = :C" +
"URRADDR_NO, \"CURRADDR_MOO\" = :CURRADDR_MOO, \"CURRADDR_SOI\" = :CURRADDR_SOI, \"CUR" +
"RADDR_VILLAGE\" = :CURRADDR_VILLAGE, \"CURRADDR_ROAD\" = :CURRADDR_ROAD, \"CURRTAMBO" +
"L_CODE\" = :CURRTAMBOL_CODE, \"CURRAMPHUR_CODE\" = :CURRAMPHUR_CODE, \"CURRPROVINCE_" +
"CODE\" = :CURRPROVINCE_CODE, \"CURRADDR_POSTCODE\" = :CURRADDR_POSTCODE, \"CURRADDR_" +
"PHONE\" = :CURRADDR_PHONE, \"MEMREF_FLAG\" = :MEMREF_FLAG, \"CARD_PERSON\" = :CARD_PE" +
"RSON, \"WORK_DATE\" = :WORK_DATE, \"RETRY_DATE\" = :RETRY_DATE, \"DEPARTMENT_CODE\" = " +
":DEPARTMENT_CODE, \"POSITION_CODE\" = :POSITION_CODE, \"POSITION_DESC\" = :POSITION_" +
"DESC, \"LEVEL_CODE\" = :LEVEL_CODE, \"SALARY_ID\" = :SALARY_ID, \"SALARY_AMOUNT\" = :S" +
"ALARY_AMOUNT, \"REMARK\" = :REMARK, \"DATE_RESIGN\" = :DATE_RESIGN, \"RESIGNCAUSE_COD" +
"E\" = :RESIGNCAUSE_CODE, \"OLD_MEMBER_NO\" = :OLD_MEMBER_NO, \"MEMBER_REF\" = :MEMBER" +
"_REF, \"APPL_STATUS\" = :APPL_STATUS, \"ENTRY_ID\" = :ENTRY_ID, \"ENTRY_DATE\" = :ENTR" +
"Y_DATE, \"ENTRY_BYCOOPID\" = :ENTRY_BYCOOPID, \"APPROVE_ID\" = :APPROVE_ID, \"APPROVE" +
"_DATE\" = :APPROVE_DATE, \"MEMNOFIX_FLAG\" = :MEMNOFIX_FLAG, \"MEMBER_NO\" = :MEMBER_" +
"NO, \"MEMBER_TYPE\" = :MEMBER_TYPE, \"MEMBTYPE_CODE\" = :MEMBTYPE_CODE, \"EMP_TYPE\" =" +
" :EMP_TYPE, \"MEM_TELWORK\" = :MEM_TELWORK, \"MEMBDATEFIX_FLAG\" = :MEMBDATEFIX_FLAG" +
", \"MEMBDATEFIX_DATE\" = :MEMBDATEFIX_DATE, \"LNDROPGRANTEE_FLAG\" = :LNDROPGRANTEE_" +
"FLAG, \"NATIONALITY\" = :NATIONALITY, \"FATHER_NAME\" = :FATHER_NAME, \"MATHER_NAME\" " +
"= :MATHER_NAME, \"INCOMEETC_AMT\" = :INCOMEETC_AMT, \"MATE_NAME\" = :MATE_NAME, \"MAT" +
"E_CARDPERSON\" = :MATE_CARDPERSON, \"MATE_SALARYID\" = :MATE_SALARYID, \"MATEADDR_NO" +
"\" = :MATEADDR_NO, \"MATEADDR_MOO\" = :MATEADDR_MOO, \"MATEADDR_VILLAGE\" = :MATEADDR" +
"_VILLAGE, \"MATEADDR_SOI\" = :MATEADDR_SOI, \"MATEADDR_ROAD\" = :MATEADDR_ROAD, \"MAT" +
"ETAMBOL_CODE\" = :MATETAMBOL_CODE, \"MATEAMPHUR_CODE\" = :MATEAMPHUR_CODE, \"MATEPRO" +
"VINCE_CODE\" = :MATEPROVINCE_CODE, \"MATEADDR_POSTCODE\" = :MATEADDR_POSTCODE, \"MAT" +
"EADDR_PHONE\" = :MATEADDR_PHONE, \"EXPENSE_CODE\" = :EXPENSE_CODE, \"EXPENSE_BANK\" =" +
" :EXPENSE_BANK, \"EXPENSE_BRANCH\" = :EXPENSE_BRANCH, \"EXPENSE_ACCID\" = :EXPENSE_A" +
"CCID, \"PERIODSHARE_VALUE\" = :PERIODSHARE_VALUE, \"PERIODBASE_VALUE\" = :PERIODBASE" +
"_VALUE, \"TAMBOL_DESC\" = :TAMBOL_DESC WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND " +
"(\"APPL_DOCNO\" = :Original_APPL_DOCNO))";
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("APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPLTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPLTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPLY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "APPLY_DATE", 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("MEMB_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_SURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_SURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ENAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ESURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ESURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", 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("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("MARIAGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MARIAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ADDR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ADDR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_GROUP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MOOBAN", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MOOBAN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DISTRICT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DISTRICT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TEL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TELMOBILE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TELMOBILE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMAIL_ADDRESS", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EMAIL_ADDRESS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRTAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRTAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMREF_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMREF_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CARD_PERSON", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CARD_PERSON", 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("RETRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RETRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPARTMENT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPARTMENT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSITION_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POSITION_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEVEL_CODE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LEVEL_CODE", 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_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DATE_RESIGN", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DATE_RESIGN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGNCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RESIGNCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLD_MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_REF", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_REF", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPL_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "APPL_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "APPROVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMNOFIX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMNOFIX_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TELWORK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TELWORK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBDATEFIX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBDATEFIX_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBDATEFIX_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBDATEFIX_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNDROPGRANTEE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNDROPGRANTEE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NATIONALITY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NATIONALITY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INCOMEETC_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INCOMEETC_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_CARDPERSON", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_CARDPERSON", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_SALARYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_SALARYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATETAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATETAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODSHARE_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODSHARE_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODBASE_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODBASE_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_DESC", 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_APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT COOP_ID, APPL_DOCNO, APPLTYPE_CODE, APPLY_DATE, PRENAME_CODE, MEMB_NAME, MEMB_SURNAME, MEMB_ENAME, MEMB_ESURNAME, MEMBGROUP_CODE, BIRTH_DATE, SEX, MARIAGE, MEMB_ADDR, ADDR_GROUP, SOI, MOOBAN, ROAD, TAMBOL_CODE, DISTRICT_CODE, PROVINCE_CODE, POSTCODE, MEM_TEL, MEM_TELMOBILE, EMAIL_ADDRESS, CURRADDR_NO, CURRADDR_MOO, CURRADDR_SOI, CURRADDR_VILLAGE, CURRADDR_ROAD, CURRTAMBOL_CODE, CURRAMPHUR_CODE, CURRPROVINCE_CODE, CURRADDR_POSTCODE, CURRADDR_PHONE, MEMREF_FLAG, CARD_PERSON, WORK_DATE, RETRY_DATE, DEPARTMENT_CODE, POSITION_CODE, POSITION_DESC, LEVEL_CODE, SALARY_ID, SALARY_AMOUNT, REMARK, DATE_RESIGN, RESIGNCAUSE_CODE, OLD_MEMBER_NO, MEMBER_REF, APPL_STATUS, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, APPROVE_ID, APPROVE_DATE, MEMNOFIX_FLAG, MEMBER_NO, MEMBER_TYPE, MEMBTYPE_CODE, EMP_TYPE, MEM_TELWORK, MEMBDATEFIX_FLAG, MEMBDATEFIX_DATE, LNDROPGRANTEE_FLAG, NATIONALITY, FATHER_NAME, MATHER_NAME, INCOMEETC_AMT, MATE_NAME, MATE_CARDPERSON, MATE_SALARYID, MATEADDR_NO, MATEADDR_MOO, MATEADDR_VILLAGE, MATEADDR_SOI, MATEADDR_ROAD, MATETAMBOL_CODE, MATEAMPHUR_CODE, MATEPROVINCE_CODE, MATEADDR_POSTCODE, MATEADDR_PHONE, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, PERIODSHARE_VALUE, PERIODBASE_VALUE, TAMBOL_DESC FROM MBREQAPPL";
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.MBREQAPPLDataTable 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.MBREQAPPLDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.MBREQAPPLDataTable dataTable = new DataSet1.MBREQAPPLDataTable();
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.MBREQAPPLDataTable 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, "MBREQAPPL");
}
[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_APPL_DOCNO) {
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_APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("Original_APPL_DOCNO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_APPL_DOCNO));
}
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 APPL_DOCNO,
string APPLTYPE_CODE,
global::System.Nullable APPLY_DATE,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
global::System.Nullable BIRTH_DATE,
string SEX,
global::System.Nullable MARIAGE,
string MEMB_ADDR,
string ADDR_GROUP,
string SOI,
string MOOBAN,
string ROAD,
string TAMBOL_CODE,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string MEM_TEL,
string MEM_TELMOBILE,
string EMAIL_ADDRESS,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
global::System.Nullable MEMREF_FLAG,
string CARD_PERSON,
global::System.Nullable WORK_DATE,
global::System.Nullable RETRY_DATE,
string DEPARTMENT_CODE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string SALARY_ID,
global::System.Nullable SALARY_AMOUNT,
string REMARK,
global::System.Nullable DATE_RESIGN,
string RESIGNCAUSE_CODE,
string OLD_MEMBER_NO,
string MEMBER_REF,
global::System.Nullable APPL_STATUS,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string ENTRY_BYCOOPID,
string APPROVE_ID,
global::System.Nullable APPROVE_DATE,
global::System.Nullable MEMNOFIX_FLAG,
string MEMBER_NO,
global::System.Nullable MEMBER_TYPE,
string MEMBTYPE_CODE,
string EMP_TYPE,
string MEM_TELWORK,
global::System.Nullable MEMBDATEFIX_FLAG,
global::System.Nullable MEMBDATEFIX_DATE,
global::System.Nullable LNDROPGRANTEE_FLAG,
string NATIONALITY,
string FATHER_NAME,
string MATHER_NAME,
global::System.Nullable INCOMEETC_AMT,
string MATE_NAME,
string MATE_CARDPERSON,
string MATE_SALARYID,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable PERIODSHARE_VALUE,
global::System.Nullable PERIODBASE_VALUE,
string TAMBOL_DESC) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("APPL_DOCNO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(APPL_DOCNO));
}
if ((APPLTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(APPLTYPE_CODE));
}
if ((APPLY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((System.DateTime)(APPLY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((PRENAME_CODE == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(PRENAME_CODE));
}
if ((MEMB_NAME == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(MEMB_NAME));
}
if ((MEMB_SURNAME == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(MEMB_SURNAME));
}
if ((MEMB_ENAME == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(MEMB_ENAME));
}
if ((MEMB_ESURNAME == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(MEMB_ESURNAME));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(MEMBGROUP_CODE));
}
if ((BIRTH_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((System.DateTime)(BIRTH_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((SEX == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(SEX));
}
if ((MARIAGE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(MARIAGE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((MEMB_ADDR == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(MEMB_ADDR));
}
if ((ADDR_GROUP == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(ADDR_GROUP));
}
if ((SOI == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(SOI));
}
if ((MOOBAN == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(MOOBAN));
}
if ((ROAD == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(ROAD));
}
if ((TAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(TAMBOL_CODE));
}
if ((DISTRICT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(DISTRICT_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(PROVINCE_CODE));
}
if ((POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(POSTCODE));
}
if ((MEM_TEL == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(MEM_TEL));
}
if ((MEM_TELMOBILE == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(MEM_TELMOBILE));
}
if ((EMAIL_ADDRESS == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(EMAIL_ADDRESS));
}
if ((CURRADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(CURRADDR_NO));
}
if ((CURRADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(CURRADDR_MOO));
}
if ((CURRADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(CURRADDR_SOI));
}
if ((CURRADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(CURRADDR_VILLAGE));
}
if ((CURRADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(CURRADDR_ROAD));
}
if ((CURRTAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(CURRTAMBOL_CODE));
}
if ((CURRAMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(CURRAMPHUR_CODE));
}
if ((CURRPROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(CURRPROVINCE_CODE));
}
if ((CURRADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(CURRADDR_POSTCODE));
}
if ((CURRADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(CURRADDR_PHONE));
}
if ((MEMREF_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(MEMREF_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((CARD_PERSON == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(CARD_PERSON));
}
if ((WORK_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((System.DateTime)(WORK_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((RETRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((System.DateTime)(RETRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(DEPARTMENT_CODE));
}
if ((POSITION_CODE == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(POSITION_CODE));
}
if ((POSITION_DESC == null)) {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(POSITION_DESC));
}
if ((LEVEL_CODE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(LEVEL_CODE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
if ((SALARY_ID == null)) {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(SALARY_ID));
}
if ((SALARY_AMOUNT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(SALARY_AMOUNT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = ((string)(REMARK));
}
if ((DATE_RESIGN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[46].Value = ((System.DateTime)(DATE_RESIGN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((RESIGNCAUSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(RESIGNCAUSE_CODE));
}
if ((OLD_MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(OLD_MEMBER_NO));
}
if ((MEMBER_REF == null)) {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = ((string)(MEMBER_REF));
}
if ((APPL_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(APPL_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[52].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((ENTRY_BYCOOPID == null)) {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = ((string)(ENTRY_BYCOOPID));
}
if ((APPROVE_ID == null)) {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = ((string)(APPROVE_ID));
}
if ((APPROVE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[55].Value = ((System.DateTime)(APPROVE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((MEMNOFIX_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(MEMNOFIX_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = ((string)(MEMBER_NO));
}
if ((MEMBER_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[58].Value = ((decimal)(MEMBER_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = ((string)(MEMBTYPE_CODE));
}
if ((EMP_TYPE == null)) {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = ((string)(EMP_TYPE));
}
if ((MEM_TELWORK == null)) {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = ((string)(MEM_TELWORK));
}
if ((MEMBDATEFIX_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(MEMBDATEFIX_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((MEMBDATEFIX_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[63].Value = ((System.DateTime)(MEMBDATEFIX_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((LNDROPGRANTEE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[64].Value = ((decimal)(LNDROPGRANTEE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((NATIONALITY == null)) {
this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[65].Value = ((string)(NATIONALITY));
}
if ((FATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[66].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[67].Value = ((string)(MATHER_NAME));
}
if ((INCOMEETC_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[68].Value = ((decimal)(INCOMEETC_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((MATE_NAME == null)) {
this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[69].Value = ((string)(MATE_NAME));
}
if ((MATE_CARDPERSON == null)) {
this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[70].Value = ((string)(MATE_CARDPERSON));
}
if ((MATE_SALARYID == null)) {
this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[71].Value = ((string)(MATE_SALARYID));
}
if ((MATEADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[72].Value = ((string)(MATEADDR_NO));
}
if ((MATEADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[73].Value = ((string)(MATEADDR_MOO));
}
if ((MATEADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[74].Value = ((string)(MATEADDR_VILLAGE));
}
if ((MATEADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[75].Value = ((string)(MATEADDR_SOI));
}
if ((MATEADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[76].Value = ((string)(MATEADDR_ROAD));
}
if ((MATETAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[77].Value = ((string)(MATETAMBOL_CODE));
}
if ((MATEAMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[78].Value = ((string)(MATEAMPHUR_CODE));
}
if ((MATEPROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[79].Value = ((string)(MATEPROVINCE_CODE));
}
if ((MATEADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[80].Value = ((string)(MATEADDR_POSTCODE));
}
if ((MATEADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[81].Value = ((string)(MATEADDR_PHONE));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[82].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[83].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[84].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[85].Value = ((string)(EXPENSE_ACCID));
}
if ((PERIODSHARE_VALUE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(PERIODSHARE_VALUE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value;
}
if ((PERIODBASE_VALUE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[87].Value = ((decimal)(PERIODBASE_VALUE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value;
}
if ((TAMBOL_DESC == null)) {
this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[88].Value = ((string)(TAMBOL_DESC));
}
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 APPL_DOCNO,
string APPLTYPE_CODE,
global::System.Nullable APPLY_DATE,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
global::System.Nullable BIRTH_DATE,
string SEX,
global::System.Nullable MARIAGE,
string MEMB_ADDR,
string ADDR_GROUP,
string SOI,
string MOOBAN,
string ROAD,
string TAMBOL_CODE,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string MEM_TEL,
string MEM_TELMOBILE,
string EMAIL_ADDRESS,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
global::System.Nullable MEMREF_FLAG,
string CARD_PERSON,
global::System.Nullable WORK_DATE,
global::System.Nullable RETRY_DATE,
string DEPARTMENT_CODE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string SALARY_ID,
global::System.Nullable SALARY_AMOUNT,
string REMARK,
global::System.Nullable DATE_RESIGN,
string RESIGNCAUSE_CODE,
string OLD_MEMBER_NO,
string MEMBER_REF,
global::System.Nullable APPL_STATUS,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string ENTRY_BYCOOPID,
string APPROVE_ID,
global::System.Nullable APPROVE_DATE,
global::System.Nullable MEMNOFIX_FLAG,
string MEMBER_NO,
global::System.Nullable MEMBER_TYPE,
string MEMBTYPE_CODE,
string EMP_TYPE,
string MEM_TELWORK,
global::System.Nullable MEMBDATEFIX_FLAG,
global::System.Nullable MEMBDATEFIX_DATE,
global::System.Nullable LNDROPGRANTEE_FLAG,
string NATIONALITY,
string FATHER_NAME,
string MATHER_NAME,
global::System.Nullable INCOMEETC_AMT,
string MATE_NAME,
string MATE_CARDPERSON,
string MATE_SALARYID,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable PERIODSHARE_VALUE,
global::System.Nullable PERIODBASE_VALUE,
string TAMBOL_DESC,
string Original_COOP_ID,
string Original_APPL_DOCNO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("APPL_DOCNO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(APPL_DOCNO));
}
if ((APPLTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(APPLTYPE_CODE));
}
if ((APPLY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[3].Value = ((System.DateTime)(APPLY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((PRENAME_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(PRENAME_CODE));
}
if ((MEMB_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(MEMB_NAME));
}
if ((MEMB_SURNAME == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(MEMB_SURNAME));
}
if ((MEMB_ENAME == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(MEMB_ENAME));
}
if ((MEMB_ESURNAME == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(MEMB_ESURNAME));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(MEMBGROUP_CODE));
}
if ((BIRTH_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(BIRTH_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((SEX == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(SEX));
}
if ((MARIAGE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(MARIAGE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((MEMB_ADDR == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(MEMB_ADDR));
}
if ((ADDR_GROUP == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(ADDR_GROUP));
}
if ((SOI == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(SOI));
}
if ((MOOBAN == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(MOOBAN));
}
if ((ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(ROAD));
}
if ((TAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(TAMBOL_CODE));
}
if ((DISTRICT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(DISTRICT_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(PROVINCE_CODE));
}
if ((POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(POSTCODE));
}
if ((MEM_TEL == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(MEM_TEL));
}
if ((MEM_TELMOBILE == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(MEM_TELMOBILE));
}
if ((EMAIL_ADDRESS == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(EMAIL_ADDRESS));
}
if ((CURRADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(CURRADDR_NO));
}
if ((CURRADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(CURRADDR_MOO));
}
if ((CURRADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(CURRADDR_SOI));
}
if ((CURRADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(CURRADDR_VILLAGE));
}
if ((CURRADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(CURRADDR_ROAD));
}
if ((CURRTAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(CURRTAMBOL_CODE));
}
if ((CURRAMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(CURRAMPHUR_CODE));
}
if ((CURRPROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(CURRPROVINCE_CODE));
}
if ((CURRADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(CURRADDR_POSTCODE));
}
if ((CURRADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(CURRADDR_PHONE));
}
if ((MEMREF_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(MEMREF_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((CARD_PERSON == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(CARD_PERSON));
}
if ((WORK_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((System.DateTime)(WORK_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((RETRY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((System.DateTime)(RETRY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(DEPARTMENT_CODE));
}
if ((POSITION_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(POSITION_CODE));
}
if ((POSITION_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(POSITION_DESC));
}
if ((LEVEL_CODE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(LEVEL_CODE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
if ((SALARY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(SALARY_ID));
}
if ((SALARY_AMOUNT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(SALARY_AMOUNT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(REMARK));
}
if ((DATE_RESIGN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[46].Value = ((System.DateTime)(DATE_RESIGN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((RESIGNCAUSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(RESIGNCAUSE_CODE));
}
if ((OLD_MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(OLD_MEMBER_NO));
}
if ((MEMBER_REF == null)) {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(MEMBER_REF));
}
if ((APPL_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[50].Value = ((decimal)(APPL_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[52].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((ENTRY_BYCOOPID == null)) {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(ENTRY_BYCOOPID));
}
if ((APPROVE_ID == null)) {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(APPROVE_ID));
}
if ((APPROVE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[55].Value = ((System.DateTime)(APPROVE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((MEMNOFIX_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(MEMNOFIX_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(MEMBER_NO));
}
if ((MEMBER_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[58].Value = ((decimal)(MEMBER_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(MEMBTYPE_CODE));
}
if ((EMP_TYPE == null)) {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = ((string)(EMP_TYPE));
}
if ((MEM_TELWORK == null)) {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(MEM_TELWORK));
}
if ((MEMBDATEFIX_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(MEMBDATEFIX_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((MEMBDATEFIX_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[63].Value = ((System.DateTime)(MEMBDATEFIX_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((LNDROPGRANTEE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[64].Value = ((decimal)(LNDROPGRANTEE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((NATIONALITY == null)) {
this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(NATIONALITY));
}
if ((FATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[67].Value = ((string)(MATHER_NAME));
}
if ((INCOMEETC_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[68].Value = ((decimal)(INCOMEETC_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((MATE_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(MATE_NAME));
}
if ((MATE_CARDPERSON == null)) {
this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[70].Value = ((string)(MATE_CARDPERSON));
}
if ((MATE_SALARYID == null)) {
this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(MATE_SALARYID));
}
if ((MATEADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(MATEADDR_NO));
}
if ((MATEADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(MATEADDR_MOO));
}
if ((MATEADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(MATEADDR_VILLAGE));
}
if ((MATEADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[75].Value = ((string)(MATEADDR_SOI));
}
if ((MATEADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[76].Value = ((string)(MATEADDR_ROAD));
}
if ((MATETAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(MATETAMBOL_CODE));
}
if ((MATEAMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(MATEAMPHUR_CODE));
}
if ((MATEPROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[79].Value = ((string)(MATEPROVINCE_CODE));
}
if ((MATEADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[80].Value = ((string)(MATEADDR_POSTCODE));
}
if ((MATEADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[81].Value = ((string)(MATEADDR_PHONE));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[82].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[83].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[84].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(EXPENSE_ACCID));
}
if ((PERIODSHARE_VALUE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[86].Value = ((decimal)(PERIODSHARE_VALUE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value;
}
if ((PERIODBASE_VALUE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[87].Value = ((decimal)(PERIODBASE_VALUE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value;
}
if ((TAMBOL_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[88].Value = ((string)(TAMBOL_DESC));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(Original_COOP_ID));
}
if ((Original_APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("Original_APPL_DOCNO");
}
else {
this.Adapter.UpdateCommand.Parameters[90].Value = ((string)(Original_APPL_DOCNO));
}
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 APPLTYPE_CODE,
global::System.Nullable APPLY_DATE,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
global::System.Nullable BIRTH_DATE,
string SEX,
global::System.Nullable MARIAGE,
string MEMB_ADDR,
string ADDR_GROUP,
string SOI,
string MOOBAN,
string ROAD,
string TAMBOL_CODE,
string DISTRICT_CODE,
string PROVINCE_CODE,
string POSTCODE,
string MEM_TEL,
string MEM_TELMOBILE,
string EMAIL_ADDRESS,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
global::System.Nullable MEMREF_FLAG,
string CARD_PERSON,
global::System.Nullable WORK_DATE,
global::System.Nullable RETRY_DATE,
string DEPARTMENT_CODE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string SALARY_ID,
global::System.Nullable SALARY_AMOUNT,
string REMARK,
global::System.Nullable DATE_RESIGN,
string RESIGNCAUSE_CODE,
string OLD_MEMBER_NO,
string MEMBER_REF,
global::System.Nullable APPL_STATUS,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string ENTRY_BYCOOPID,
string APPROVE_ID,
global::System.Nullable APPROVE_DATE,
global::System.Nullable MEMNOFIX_FLAG,
string MEMBER_NO,
global::System.Nullable MEMBER_TYPE,
string MEMBTYPE_CODE,
string EMP_TYPE,
string MEM_TELWORK,
global::System.Nullable MEMBDATEFIX_FLAG,
global::System.Nullable MEMBDATEFIX_DATE,
global::System.Nullable LNDROPGRANTEE_FLAG,
string NATIONALITY,
string FATHER_NAME,
string MATHER_NAME,
global::System.Nullable INCOMEETC_AMT,
string MATE_NAME,
string MATE_CARDPERSON,
string MATE_SALARYID,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable PERIODSHARE_VALUE,
global::System.Nullable PERIODBASE_VALUE,
string TAMBOL_DESC,
string Original_COOP_ID,
string Original_APPL_DOCNO) {
return this.Update(Original_COOP_ID, Original_APPL_DOCNO, APPLTYPE_CODE, APPLY_DATE, PRENAME_CODE, MEMB_NAME, MEMB_SURNAME, MEMB_ENAME, MEMB_ESURNAME, MEMBGROUP_CODE, BIRTH_DATE, SEX, MARIAGE, MEMB_ADDR, ADDR_GROUP, SOI, MOOBAN, ROAD, TAMBOL_CODE, DISTRICT_CODE, PROVINCE_CODE, POSTCODE, MEM_TEL, MEM_TELMOBILE, EMAIL_ADDRESS, CURRADDR_NO, CURRADDR_MOO, CURRADDR_SOI, CURRADDR_VILLAGE, CURRADDR_ROAD, CURRTAMBOL_CODE, CURRAMPHUR_CODE, CURRPROVINCE_CODE, CURRADDR_POSTCODE, CURRADDR_PHONE, MEMREF_FLAG, CARD_PERSON, WORK_DATE, RETRY_DATE, DEPARTMENT_CODE, POSITION_CODE, POSITION_DESC, LEVEL_CODE, SALARY_ID, SALARY_AMOUNT, REMARK, DATE_RESIGN, RESIGNCAUSE_CODE, OLD_MEMBER_NO, MEMBER_REF, APPL_STATUS, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, APPROVE_ID, APPROVE_DATE, MEMNOFIX_FLAG, MEMBER_NO, MEMBER_TYPE, MEMBTYPE_CODE, EMP_TYPE, MEM_TELWORK, MEMBDATEFIX_FLAG, MEMBDATEFIX_DATE, LNDROPGRANTEE_FLAG, NATIONALITY, FATHER_NAME, MATHER_NAME, INCOMEETC_AMT, MATE_NAME, MATE_CARDPERSON, MATE_SALARYID, MATEADDR_NO, MATEADDR_MOO, MATEADDR_VILLAGE, MATEADDR_SOI, MATEADDR_ROAD, MATETAMBOL_CODE, MATEAMPHUR_CODE, MATEPROVINCE_CODE, MATEADDR_POSTCODE, MATEADDR_PHONE, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, PERIODSHARE_VALUE, PERIODBASE_VALUE, TAMBOL_DESC, Original_COOP_ID, Original_APPL_DOCNO);
}
}
///
///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 MBREQAPPLMONEYTRTableAdapter : 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 MBREQAPPLMONEYTRTableAdapter() {
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 = "MBREQAPPLMONEYTR";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("APPL_DOCNO", "APPL_DOCNO");
tableMapping.ColumnMappings.Add("TRTYPE_CODE", "TRTYPE_CODE");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE");
tableMapping.ColumnMappings.Add("BANK_CODE", "BANK_CODE");
tableMapping.ColumnMappings.Add("BANK_BRANCH", "BANK_BRANCH");
tableMapping.ColumnMappings.Add("BANK_ACCID", "BANK_ACCID");
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 \"MBREQAPPLMONEYTR\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"APPL_" +
"DOCNO\" = :Original_APPL_DOCNO) AND (\"TRTYPE_CODE\" = :Original_TRTYPE_CODE))";
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_APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_TRTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRTYPE_CODE", 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 \"MBREQAPPLMONEYTR\" (\"COOP_ID\", \"APPL_DOCNO\", \"TRTYPE_CODE\", \"MONEYTYP" +
"E_CODE\", \"BANK_CODE\", \"BANK_BRANCH\", \"BANK_ACCID\") VALUES (:COOP_ID, :APPL_DOCNO" +
", :TRTYPE_CODE, :MONEYTYPE_CODE, :BANK_CODE, :BANK_BRANCH, :BANK_ACCID)";
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("APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BANK_ACCID", 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 ""MBREQAPPLMONEYTR"" SET ""COOP_ID"" = :COOP_ID, ""APPL_DOCNO"" = :APPL_DOCNO, ""TRTYPE_CODE"" = :TRTYPE_CODE, ""MONEYTYPE_CODE"" = :MONEYTYPE_CODE, ""BANK_CODE"" = :BANK_CODE, ""BANK_BRANCH"" = :BANK_BRANCH, ""BANK_ACCID"" = :BANK_ACCID WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""APPL_DOCNO"" = :Original_APPL_DOCNO) AND (""TRTYPE_CODE"" = :Original_TRTYPE_CODE))";
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("APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BANK_ACCID", 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_APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_TRTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRTYPE_CODE", 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 ""MBREQAPPLMONEYTR"".""COOP_ID"",
""MBREQAPPLMONEYTR"".""APPL_DOCNO"",
""MBREQAPPLMONEYTR"".""TRTYPE_CODE"",
""MBREQAPPLMONEYTR"".""MONEYTYPE_CODE"",
""MBREQAPPLMONEYTR"".""BANK_CODE"",
""MBREQAPPLMONEYTR"".""BANK_BRANCH"",
""MBREQAPPLMONEYTR"".""BANK_ACCID""
FROM ""MBREQAPPLMONEYTR"" ";
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.MBREQAPPLMONEYTRDataTable 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.MBREQAPPLMONEYTRDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.MBREQAPPLMONEYTRDataTable dataTable = new DataSet1.MBREQAPPLMONEYTRDataTable();
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.MBREQAPPLMONEYTRDataTable 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, "MBREQAPPLMONEYTR");
}
[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_APPL_DOCNO, string Original_TRTYPE_CODE) {
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_APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("Original_APPL_DOCNO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_APPL_DOCNO));
}
if ((Original_TRTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("Original_TRTYPE_CODE");
}
else {
this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_TRTYPE_CODE));
}
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 APPL_DOCNO, string TRTYPE_CODE, string MONEYTYPE_CODE, string BANK_CODE, string BANK_BRANCH, string BANK_ACCID) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("APPL_DOCNO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(APPL_DOCNO));
}
if ((TRTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("TRTYPE_CODE");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(TRTYPE_CODE));
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MONEYTYPE_CODE));
}
if ((BANK_CODE == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(BANK_CODE));
}
if ((BANK_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(BANK_BRANCH));
}
if ((BANK_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(BANK_ACCID));
}
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 APPL_DOCNO, string TRTYPE_CODE, string MONEYTYPE_CODE, string BANK_CODE, string BANK_BRANCH, string BANK_ACCID, string Original_COOP_ID, string Original_APPL_DOCNO, string Original_TRTYPE_CODE) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("APPL_DOCNO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(APPL_DOCNO));
}
if ((TRTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("TRTYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(TRTYPE_CODE));
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MONEYTYPE_CODE));
}
if ((BANK_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(BANK_CODE));
}
if ((BANK_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(BANK_BRANCH));
}
if ((BANK_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(BANK_ACCID));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_COOP_ID));
}
if ((Original_APPL_DOCNO == null)) {
throw new global::System.ArgumentNullException("Original_APPL_DOCNO");
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_APPL_DOCNO));
}
if ((Original_TRTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("Original_TRTYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(Original_TRTYPE_CODE));
}
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 MONEYTYPE_CODE, string BANK_CODE, string BANK_BRANCH, string BANK_ACCID, string Original_COOP_ID, string Original_APPL_DOCNO, string Original_TRTYPE_CODE) {
return this.Update(Original_COOP_ID, Original_APPL_DOCNO, Original_TRTYPE_CODE, MONEYTYPE_CODE, BANK_CODE, BANK_BRANCH, BANK_ACCID, Original_COOP_ID, Original_APPL_DOCNO, Original_TRTYPE_CODE);
}
}
///
///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 MBREQAPPLTableAdapter _mBREQAPPLTableAdapter;
private MBREQAPPLMONEYTRTableAdapter _mBREQAPPLMONEYTRTableAdapter;
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 MBREQAPPLTableAdapter MBREQAPPLTableAdapter {
get {
return this._mBREQAPPLTableAdapter;
}
set {
this._mBREQAPPLTableAdapter = 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 MBREQAPPLMONEYTRTableAdapter MBREQAPPLMONEYTRTableAdapter {
get {
return this._mBREQAPPLMONEYTRTableAdapter;
}
set {
this._mBREQAPPLMONEYTRTableAdapter = 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._mBREQAPPLTableAdapter != null)
&& (this._mBREQAPPLTableAdapter.Connection != null))) {
return this._mBREQAPPLTableAdapter.Connection;
}
if (((this._mBREQAPPLMONEYTRTableAdapter != null)
&& (this._mBREQAPPLMONEYTRTableAdapter.Connection != null))) {
return this._mBREQAPPLMONEYTRTableAdapter.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._mBREQAPPLTableAdapter != null)) {
count = (count + 1);
}
if ((this._mBREQAPPLMONEYTRTableAdapter != 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._mBREQAPPLTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.MBREQAPPL.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._mBREQAPPLTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._mBREQAPPLMONEYTRTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.MBREQAPPLMONEYTR.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._mBREQAPPLMONEYTRTableAdapter.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._mBREQAPPLTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.MBREQAPPL.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._mBREQAPPLTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._mBREQAPPLMONEYTRTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.MBREQAPPLMONEYTR.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._mBREQAPPLMONEYTRTableAdapter.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._mBREQAPPLMONEYTRTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.MBREQAPPLMONEYTR.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._mBREQAPPLMONEYTRTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._mBREQAPPLTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.MBREQAPPL.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._mBREQAPPLTableAdapter.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._mBREQAPPLTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._mBREQAPPLTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._mBREQAPPLMONEYTRTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._mBREQAPPLMONEYTRTableAdapter.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