//------------------------------------------------------------------------------
//
// 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.keeping.w_sheet_kp_adjust_kptp_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 KPTEMPRECEIVEDETDataTable tableKPTEMPRECEIVEDET;
private KPTEMPRECEIVEDataTable tableKPTEMPRECEIVE;
private MBMEMBMASTERDataTable tableMBMEMBMASTER;
private global::System.Data.DataRelation relationFK_O039392E3;
private global::System.Data.DataRelation relationFK_994OO4333;
private global::System.Data.DataRelation relationFK_EE33RRR444;
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["KPTEMPRECEIVEDET"] != null)) {
base.Tables.Add(new KPTEMPRECEIVEDETDataTable(ds.Tables["KPTEMPRECEIVEDET"]));
}
if ((ds.Tables["KPTEMPRECEIVE"] != null)) {
base.Tables.Add(new KPTEMPRECEIVEDataTable(ds.Tables["KPTEMPRECEIVE"]));
}
if ((ds.Tables["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
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 KPTEMPRECEIVEDETDataTable KPTEMPRECEIVEDET {
get {
return this.tableKPTEMPRECEIVEDET;
}
}
[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 KPTEMPRECEIVEDataTable KPTEMPRECEIVE {
get {
return this.tableKPTEMPRECEIVE;
}
}
[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 MBMEMBMASTERDataTable MBMEMBMASTER {
get {
return this.tableMBMEMBMASTER;
}
}
[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["KPTEMPRECEIVEDET"] != null)) {
base.Tables.Add(new KPTEMPRECEIVEDETDataTable(ds.Tables["KPTEMPRECEIVEDET"]));
}
if ((ds.Tables["KPTEMPRECEIVE"] != null)) {
base.Tables.Add(new KPTEMPRECEIVEDataTable(ds.Tables["KPTEMPRECEIVE"]));
}
if ((ds.Tables["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
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.tableKPTEMPRECEIVEDET = ((KPTEMPRECEIVEDETDataTable)(base.Tables["KPTEMPRECEIVEDET"]));
if ((initTable == true)) {
if ((this.tableKPTEMPRECEIVEDET != null)) {
this.tableKPTEMPRECEIVEDET.InitVars();
}
}
this.tableKPTEMPRECEIVE = ((KPTEMPRECEIVEDataTable)(base.Tables["KPTEMPRECEIVE"]));
if ((initTable == true)) {
if ((this.tableKPTEMPRECEIVE != null)) {
this.tableKPTEMPRECEIVE.InitVars();
}
}
this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(base.Tables["MBMEMBMASTER"]));
if ((initTable == true)) {
if ((this.tableMBMEMBMASTER != null)) {
this.tableMBMEMBMASTER.InitVars();
}
}
this.relationFK_O039392E3 = this.Relations["FK_O039392E3"];
this.relationFK_994OO4333 = this.Relations["FK_994OO4333"];
this.relationFK_EE33RRR444 = this.Relations["FK_EE33RRR444"];
}
[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.tableKPTEMPRECEIVEDET = new KPTEMPRECEIVEDETDataTable();
base.Tables.Add(this.tableKPTEMPRECEIVEDET);
this.tableKPTEMPRECEIVE = new KPTEMPRECEIVEDataTable();
base.Tables.Add(this.tableKPTEMPRECEIVE);
this.tableMBMEMBMASTER = new MBMEMBMASTERDataTable();
base.Tables.Add(this.tableMBMEMBMASTER);
this.relationFK_O039392E3 = new global::System.Data.DataRelation("FK_O039392E3", new global::System.Data.DataColumn[] {
this.tableKPTEMPRECEIVE.COOP_IDColumn,
this.tableKPTEMPRECEIVE.KPSLIP_NOColumn}, new global::System.Data.DataColumn[] {
this.tableKPTEMPRECEIVEDET.COOP_IDColumn,
this.tableKPTEMPRECEIVEDET.KPSLIP_NOColumn}, false);
this.Relations.Add(this.relationFK_O039392E3);
this.relationFK_994OO4333 = new global::System.Data.DataRelation("FK_994OO4333", new global::System.Data.DataColumn[] {
this.tableMBMEMBMASTER.COOP_IDColumn,
this.tableMBMEMBMASTER.MEMBER_NOColumn}, new global::System.Data.DataColumn[] {
this.tableKPTEMPRECEIVEDET.COOP_IDColumn,
this.tableKPTEMPRECEIVEDET.MEMBER_NOColumn}, false);
this.Relations.Add(this.relationFK_994OO4333);
this.relationFK_EE33RRR444 = new global::System.Data.DataRelation("FK_EE33RRR444", new global::System.Data.DataColumn[] {
this.tableMBMEMBMASTER.COOP_IDColumn,
this.tableMBMEMBMASTER.MEMBER_NOColumn}, new global::System.Data.DataColumn[] {
this.tableKPTEMPRECEIVE.COOP_IDColumn,
this.tableKPTEMPRECEIVE.MEMBER_NOColumn}, false);
this.Relations.Add(this.relationFK_EE33RRR444);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeKPTEMPRECEIVEDET() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeKPTEMPRECEIVE() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeMBMEMBMASTER() {
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 KPTEMPRECEIVEDETRowChangeEventHandler(object sender, KPTEMPRECEIVEDETRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void KPTEMPRECEIVERowChangeEventHandler(object sender, KPTEMPRECEIVERowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void MBMEMBMASTERRowChangeEventHandler(object sender, MBMEMBMASTERRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class KPTEMPRECEIVEDETDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnKPSLIP_NO;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnRECV_PERIOD;
private global::System.Data.DataColumn columnREFMEMCOOP_ID;
private global::System.Data.DataColumn columnREF_MEMBNO;
private global::System.Data.DataColumn columnKEEPITEMTYPE_CODE;
private global::System.Data.DataColumn columnSHRLONTYPE_CODE;
private global::System.Data.DataColumn columnBIZZCOOP_ID;
private global::System.Data.DataColumn columnITEM_SEQNO;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnDESCRIPTION;
private global::System.Data.DataColumn columnPERIOD;
private global::System.Data.DataColumn columnPRINCIPAL_PAYMENT;
private global::System.Data.DataColumn columnINTEREST_PAYMENT;
private global::System.Data.DataColumn columnINTARREAR_PAYMENT;
private global::System.Data.DataColumn columnITEM_PAYMENT;
private global::System.Data.DataColumn columnPRINCIPAL_BALANCE;
private global::System.Data.DataColumn columnCALINTFROM_DATE;
private global::System.Data.DataColumn columnCALINTTO_DATE;
private global::System.Data.DataColumn columnPRINCIPAL_PERIOD;
private global::System.Data.DataColumn columnINTEREST_PERIOD;
private global::System.Data.DataColumn columnBFPRINBALANCE_AMT;
private global::System.Data.DataColumn columnBFPERIOD;
private global::System.Data.DataColumn columnBFLASTCALINT_DATE;
private global::System.Data.DataColumn columnBFLASTPAY_DATE;
private global::System.Data.DataColumn columnBFINTEREST_ARREAR;
private global::System.Data.DataColumn columnBFINTMONTH_ARREAR;
private global::System.Data.DataColumn columnBFINTYEAR_ARREAR;
private global::System.Data.DataColumn columnBFPRINCIPAL_ARREAR;
private global::System.Data.DataColumn columnBFCONTRACT_STATUS;
private global::System.Data.DataColumn columnBFCONTLAW_STATUS;
private global::System.Data.DataColumn columnBFCONTRACT_TYPE;
private global::System.Data.DataColumn columnKEEPITEM_STATUS;
private global::System.Data.DataColumn columnPOSTING_STATUS;
private global::System.Data.DataColumn columnPOSTING_DATE;
private global::System.Data.DataColumn columnCANCEL_ID;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnCANCEL_ACCID;
private global::System.Data.DataColumn columnITEM_BALANCE;
private global::System.Data.DataColumn columncancel;
private global::System.Data.DataColumn columnposting_flag;
private global::System.Data.DataColumn columnreceipt_imp;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDETDataTable() {
this.TableName = "KPTEMPRECEIVEDET";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal KPTEMPRECEIVEDETDataTable(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 KPTEMPRECEIVEDETDataTable(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 KPSLIP_NOColumn {
get {
return this.columnKPSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[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 RECV_PERIODColumn {
get {
return this.columnRECV_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REFMEMCOOP_IDColumn {
get {
return this.columnREFMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_MEMBNOColumn {
get {
return this.columnREF_MEMBNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KEEPITEMTYPE_CODEColumn {
get {
return this.columnKEEPITEMTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHRLONTYPE_CODEColumn {
get {
return this.columnSHRLONTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BIZZCOOP_IDColumn {
get {
return this.columnBIZZCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_SEQNOColumn {
get {
return this.columnITEM_SEQNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DESCRIPTIONColumn {
get {
return this.columnDESCRIPTION;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODColumn {
get {
return this.columnPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_PAYMENTColumn {
get {
return this.columnPRINCIPAL_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PAYMENTColumn {
get {
return this.columnINTEREST_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARREAR_PAYMENTColumn {
get {
return this.columnINTARREAR_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_PAYMENTColumn {
get {
return this.columnITEM_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn {
get {
return this.columnPRINCIPAL_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINTFROM_DATEColumn {
get {
return this.columnCALINTFROM_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINTTO_DATEColumn {
get {
return this.columnCALINTTO_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_PERIODColumn {
get {
return this.columnPRINCIPAL_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PERIODColumn {
get {
return this.columnINTEREST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPRINBALANCE_AMTColumn {
get {
return this.columnBFPRINBALANCE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPERIODColumn {
get {
return this.columnBFPERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTCALINT_DATEColumn {
get {
return this.columnBFLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFLASTPAY_DATEColumn {
get {
return this.columnBFLASTPAY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTEREST_ARREARColumn {
get {
return this.columnBFINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTMONTH_ARREARColumn {
get {
return this.columnBFINTMONTH_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTYEAR_ARREARColumn {
get {
return this.columnBFINTYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPRINCIPAL_ARREARColumn {
get {
return this.columnBFPRINCIPAL_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTRACT_STATUSColumn {
get {
return this.columnBFCONTRACT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTLAW_STATUSColumn {
get {
return this.columnBFCONTLAW_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFCONTRACT_TYPEColumn {
get {
return this.columnBFCONTRACT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KEEPITEM_STATUSColumn {
get {
return this.columnKEEPITEM_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTING_STATUSColumn {
get {
return this.columnPOSTING_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSTING_DATEColumn {
get {
return this.columnPOSTING_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_IDColumn {
get {
return this.columnCANCEL_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_DATEColumn {
get {
return this.columnCANCEL_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_ACCIDColumn {
get {
return this.columnCANCEL_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_BALANCEColumn {
get {
return this.columnITEM_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cancelColumn {
get {
return this.columncancel;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn posting_flagColumn {
get {
return this.columnposting_flag;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn receipt_impColumn {
get {
return this.columnreceipt_imp;
}
}
[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 KPTEMPRECEIVEDETRow this[int index] {
get {
return ((KPTEMPRECEIVEDETRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVEDETRowChangeEventHandler KPTEMPRECEIVEDETRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVEDETRowChangeEventHandler KPTEMPRECEIVEDETRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVEDETRowChangeEventHandler KPTEMPRECEIVEDETRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVEDETRowChangeEventHandler KPTEMPRECEIVEDETRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddKPTEMPRECEIVEDETRow(KPTEMPRECEIVEDETRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDETRow AddKPTEMPRECEIVEDETRow(
string COOP_ID,
string KPSLIP_NO,
decimal SEQ_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string KEEPITEMTYPE_CODE,
string SHRLONTYPE_CODE,
string BIZZCOOP_ID,
decimal ITEM_SEQNO,
string LOANCONTRACT_NO,
string DESCRIPTION,
decimal PERIOD,
decimal PRINCIPAL_PAYMENT,
decimal INTEREST_PAYMENT,
decimal INTARREAR_PAYMENT,
decimal ITEM_PAYMENT,
decimal PRINCIPAL_BALANCE,
System.DateTime CALINTFROM_DATE,
System.DateTime CALINTTO_DATE,
decimal PRINCIPAL_PERIOD,
decimal INTEREST_PERIOD,
decimal BFPRINBALANCE_AMT,
decimal BFPERIOD,
System.DateTime BFLASTCALINT_DATE,
System.DateTime BFLASTPAY_DATE,
decimal BFINTEREST_ARREAR,
decimal BFINTMONTH_ARREAR,
decimal BFINTYEAR_ARREAR,
decimal BFPRINCIPAL_ARREAR,
decimal BFCONTRACT_STATUS,
decimal BFCONTLAW_STATUS,
decimal BFCONTRACT_TYPE,
decimal KEEPITEM_STATUS,
decimal POSTING_STATUS,
System.DateTime POSTING_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
string CANCEL_ACCID,
decimal ITEM_BALANCE,
decimal cancel,
string posting_flag,
decimal receipt_imp) {
KPTEMPRECEIVEDETRow rowKPTEMPRECEIVEDETRow = ((KPTEMPRECEIVEDETRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
KPSLIP_NO,
SEQ_NO,
MEMCOOP_ID,
MEMBER_NO,
RECV_PERIOD,
REFMEMCOOP_ID,
REF_MEMBNO,
KEEPITEMTYPE_CODE,
SHRLONTYPE_CODE,
BIZZCOOP_ID,
ITEM_SEQNO,
LOANCONTRACT_NO,
DESCRIPTION,
PERIOD,
PRINCIPAL_PAYMENT,
INTEREST_PAYMENT,
INTARREAR_PAYMENT,
ITEM_PAYMENT,
PRINCIPAL_BALANCE,
CALINTFROM_DATE,
CALINTTO_DATE,
PRINCIPAL_PERIOD,
INTEREST_PERIOD,
BFPRINBALANCE_AMT,
BFPERIOD,
BFLASTCALINT_DATE,
BFLASTPAY_DATE,
BFINTEREST_ARREAR,
BFINTMONTH_ARREAR,
BFINTYEAR_ARREAR,
BFPRINCIPAL_ARREAR,
BFCONTRACT_STATUS,
BFCONTLAW_STATUS,
BFCONTRACT_TYPE,
KEEPITEM_STATUS,
POSTING_STATUS,
POSTING_DATE,
CANCEL_ID,
CANCEL_DATE,
CANCEL_ACCID,
ITEM_BALANCE,
cancel,
posting_flag,
receipt_imp};
rowKPTEMPRECEIVEDETRow.ItemArray = columnValuesArray;
this.Rows.Add(rowKPTEMPRECEIVEDETRow);
return rowKPTEMPRECEIVEDETRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDETRow FindByCOOP_IDKPSLIP_NOSEQ_NO(string COOP_ID, string KPSLIP_NO, decimal SEQ_NO) {
return ((KPTEMPRECEIVEDETRow)(this.Rows.Find(new object[] {
COOP_ID,
KPSLIP_NO,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
KPTEMPRECEIVEDETDataTable cln = ((KPTEMPRECEIVEDETDataTable)(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 KPTEMPRECEIVEDETDataTable();
}
[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.columnKPSLIP_NO = base.Columns["KPSLIP_NO"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnRECV_PERIOD = base.Columns["RECV_PERIOD"];
this.columnREFMEMCOOP_ID = base.Columns["REFMEMCOOP_ID"];
this.columnREF_MEMBNO = base.Columns["REF_MEMBNO"];
this.columnKEEPITEMTYPE_CODE = base.Columns["KEEPITEMTYPE_CODE"];
this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"];
this.columnBIZZCOOP_ID = base.Columns["BIZZCOOP_ID"];
this.columnITEM_SEQNO = base.Columns["ITEM_SEQNO"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnDESCRIPTION = base.Columns["DESCRIPTION"];
this.columnPERIOD = base.Columns["PERIOD"];
this.columnPRINCIPAL_PAYMENT = base.Columns["PRINCIPAL_PAYMENT"];
this.columnINTEREST_PAYMENT = base.Columns["INTEREST_PAYMENT"];
this.columnINTARREAR_PAYMENT = base.Columns["INTARREAR_PAYMENT"];
this.columnITEM_PAYMENT = base.Columns["ITEM_PAYMENT"];
this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"];
this.columnCALINTFROM_DATE = base.Columns["CALINTFROM_DATE"];
this.columnCALINTTO_DATE = base.Columns["CALINTTO_DATE"];
this.columnPRINCIPAL_PERIOD = base.Columns["PRINCIPAL_PERIOD"];
this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"];
this.columnBFPRINBALANCE_AMT = base.Columns["BFPRINBALANCE_AMT"];
this.columnBFPERIOD = base.Columns["BFPERIOD"];
this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"];
this.columnBFLASTPAY_DATE = base.Columns["BFLASTPAY_DATE"];
this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"];
this.columnBFINTMONTH_ARREAR = base.Columns["BFINTMONTH_ARREAR"];
this.columnBFINTYEAR_ARREAR = base.Columns["BFINTYEAR_ARREAR"];
this.columnBFPRINCIPAL_ARREAR = base.Columns["BFPRINCIPAL_ARREAR"];
this.columnBFCONTRACT_STATUS = base.Columns["BFCONTRACT_STATUS"];
this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"];
this.columnBFCONTRACT_TYPE = base.Columns["BFCONTRACT_TYPE"];
this.columnKEEPITEM_STATUS = base.Columns["KEEPITEM_STATUS"];
this.columnPOSTING_STATUS = base.Columns["POSTING_STATUS"];
this.columnPOSTING_DATE = base.Columns["POSTING_DATE"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnCANCEL_ACCID = base.Columns["CANCEL_ACCID"];
this.columnITEM_BALANCE = base.Columns["ITEM_BALANCE"];
this.columncancel = base.Columns["cancel"];
this.columnposting_flag = base.Columns["posting_flag"];
this.columnreceipt_imp = base.Columns["receipt_imp"];
}
[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.columnKPSLIP_NO = new global::System.Data.DataColumn("KPSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKPSLIP_NO);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
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.columnRECV_PERIOD = new global::System.Data.DataColumn("RECV_PERIOD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECV_PERIOD);
this.columnREFMEMCOOP_ID = new global::System.Data.DataColumn("REFMEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREFMEMCOOP_ID);
this.columnREF_MEMBNO = new global::System.Data.DataColumn("REF_MEMBNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_MEMBNO);
this.columnKEEPITEMTYPE_CODE = new global::System.Data.DataColumn("KEEPITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPITEMTYPE_CODE);
this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHRLONTYPE_CODE);
this.columnBIZZCOOP_ID = new global::System.Data.DataColumn("BIZZCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBIZZCOOP_ID);
this.columnITEM_SEQNO = new global::System.Data.DataColumn("ITEM_SEQNO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_SEQNO);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnDESCRIPTION = new global::System.Data.DataColumn("DESCRIPTION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESCRIPTION);
this.columnPERIOD = new global::System.Data.DataColumn("PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD);
this.columnPRINCIPAL_PAYMENT = new global::System.Data.DataColumn("PRINCIPAL_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_PAYMENT);
this.columnINTEREST_PAYMENT = new global::System.Data.DataColumn("INTEREST_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PAYMENT);
this.columnINTARREAR_PAYMENT = new global::System.Data.DataColumn("INTARREAR_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARREAR_PAYMENT);
this.columnITEM_PAYMENT = new global::System.Data.DataColumn("ITEM_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_PAYMENT);
this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_BALANCE);
this.columnCALINTFROM_DATE = new global::System.Data.DataColumn("CALINTFROM_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINTFROM_DATE);
this.columnCALINTTO_DATE = new global::System.Data.DataColumn("CALINTTO_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINTTO_DATE);
this.columnPRINCIPAL_PERIOD = new global::System.Data.DataColumn("PRINCIPAL_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_PERIOD);
this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PERIOD);
this.columnBFPRINBALANCE_AMT = new global::System.Data.DataColumn("BFPRINBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPRINBALANCE_AMT);
this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPERIOD);
this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTCALINT_DATE);
this.columnBFLASTPAY_DATE = new global::System.Data.DataColumn("BFLASTPAY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFLASTPAY_DATE);
this.columnBFINTEREST_ARREAR = new global::System.Data.DataColumn("BFINTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTEREST_ARREAR);
this.columnBFINTMONTH_ARREAR = new global::System.Data.DataColumn("BFINTMONTH_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTMONTH_ARREAR);
this.columnBFINTYEAR_ARREAR = new global::System.Data.DataColumn("BFINTYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTYEAR_ARREAR);
this.columnBFPRINCIPAL_ARREAR = new global::System.Data.DataColumn("BFPRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPRINCIPAL_ARREAR);
this.columnBFCONTRACT_STATUS = new global::System.Data.DataColumn("BFCONTRACT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTRACT_STATUS);
this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTLAW_STATUS);
this.columnBFCONTRACT_TYPE = new global::System.Data.DataColumn("BFCONTRACT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFCONTRACT_TYPE);
this.columnKEEPITEM_STATUS = new global::System.Data.DataColumn("KEEPITEM_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPITEM_STATUS);
this.columnPOSTING_STATUS = new global::System.Data.DataColumn("POSTING_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTING_STATUS);
this.columnPOSTING_DATE = new global::System.Data.DataColumn("POSTING_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSTING_DATE);
this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ID);
this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_DATE);
this.columnCANCEL_ACCID = new global::System.Data.DataColumn("CANCEL_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ACCID);
this.columnITEM_BALANCE = new global::System.Data.DataColumn("ITEM_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_BALANCE);
this.columncancel = new global::System.Data.DataColumn("cancel", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncancel);
this.columnposting_flag = new global::System.Data.DataColumn("posting_flag", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnposting_flag);
this.columnreceipt_imp = new global::System.Data.DataColumn("receipt_imp", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnreceipt_imp);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnKPSLIP_NO,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnKPSLIP_NO.AllowDBNull = false;
this.columnKPSLIP_NO.MaxLength = 12;
this.columnSEQ_NO.AllowDBNull = false;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnRECV_PERIOD.MaxLength = 6;
this.columnREFMEMCOOP_ID.MaxLength = 6;
this.columnREF_MEMBNO.MaxLength = 8;
this.columnKEEPITEMTYPE_CODE.MaxLength = 3;
this.columnSHRLONTYPE_CODE.MaxLength = 2;
this.columnBIZZCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnDESCRIPTION.MaxLength = 60;
this.columnCANCEL_ID.MaxLength = 15;
this.columnCANCEL_ACCID.MaxLength = 8;
this.columnreceipt_imp.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDETRow NewKPTEMPRECEIVEDETRow() {
return ((KPTEMPRECEIVEDETRow)(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 KPTEMPRECEIVEDETRow(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(KPTEMPRECEIVEDETRow);
}
[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.KPTEMPRECEIVEDETRowChanged != null)) {
this.KPTEMPRECEIVEDETRowChanged(this, new KPTEMPRECEIVEDETRowChangeEvent(((KPTEMPRECEIVEDETRow)(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.KPTEMPRECEIVEDETRowChanging != null)) {
this.KPTEMPRECEIVEDETRowChanging(this, new KPTEMPRECEIVEDETRowChangeEvent(((KPTEMPRECEIVEDETRow)(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.KPTEMPRECEIVEDETRowDeleted != null)) {
this.KPTEMPRECEIVEDETRowDeleted(this, new KPTEMPRECEIVEDETRowChangeEvent(((KPTEMPRECEIVEDETRow)(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.KPTEMPRECEIVEDETRowDeleting != null)) {
this.KPTEMPRECEIVEDETRowDeleting(this, new KPTEMPRECEIVEDETRowChangeEvent(((KPTEMPRECEIVEDETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveKPTEMPRECEIVEDETRow(KPTEMPRECEIVEDETRow 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 = "KPTEMPRECEIVEDETDataTable";
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 KPTEMPRECEIVEDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnKPSLIP_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnRECV_PERIOD;
private global::System.Data.DataColumn columnREFMEMCOOP_ID;
private global::System.Data.DataColumn columnREF_MEMBNO;
private global::System.Data.DataColumn columnMEMBTYPE_CODE;
private global::System.Data.DataColumn columnDEPARTMENT_CODE;
private global::System.Data.DataColumn columnMEMBSECTION_CODE;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnPROCESS_DATE;
private global::System.Data.DataColumn columnRECEIPT_NO;
private global::System.Data.DataColumn columnRECEIPT_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnSHARESTKBF_VALUE;
private global::System.Data.DataColumn columnSHARESTK_VALUE;
private global::System.Data.DataColumn columnINTEREST_ACCUM;
private global::System.Data.DataColumn columnKEEPING_STATUS;
private global::System.Data.DataColumn columnRECEIVE_AMT;
private global::System.Data.DataColumn columnMONEY_TEXT;
private global::System.Data.DataColumn columnGRT_LIST;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnTOFROM_ACCID;
private global::System.Data.DataColumn columnMISSPAY_STATUS;
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 columnRECEIPT_AMT;
private global::System.Data.DataColumn columnRECEIPT_AMTTEXT;
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 columnLAST_SEQ_NO;
private global::System.Data.DataColumn columnSAVEDISK_TYPE;
private global::System.Data.DataColumn columnTRTYPE_CODE;
private global::System.Data.DataColumn columnKEEPSAL_FLAG;
private global::System.Data.DataColumn columnNUMBER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDataTable() {
this.TableName = "KPTEMPRECEIVE";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal KPTEMPRECEIVEDataTable(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 KPTEMPRECEIVEDataTable(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 KPSLIP_NOColumn {
get {
return this.columnKPSLIP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[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 RECV_PERIODColumn {
get {
return this.columnRECV_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REFMEMCOOP_IDColumn {
get {
return this.columnREFMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_MEMBNOColumn {
get {
return this.columnREF_MEMBNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 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 MEMBSECTION_CODEColumn {
get {
return this.columnMEMBSECTION_CODE;
}
}
[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 PROCESS_DATEColumn {
get {
return this.columnPROCESS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPT_NOColumn {
get {
return this.columnRECEIPT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPT_DATEColumn {
get {
return this.columnRECEIPT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTKBF_VALUEColumn {
get {
return this.columnSHARESTKBF_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_VALUEColumn {
get {
return this.columnSHARESTK_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ACCUMColumn {
get {
return this.columnINTEREST_ACCUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KEEPING_STATUSColumn {
get {
return this.columnKEEPING_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIVE_AMTColumn {
get {
return this.columnRECEIVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEY_TEXTColumn {
get {
return this.columnMONEY_TEXT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRT_LISTColumn {
get {
return this.columnGRT_LIST;
}
}
[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 TOFROM_ACCIDColumn {
get {
return this.columnTOFROM_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAY_STATUSColumn {
get {
return this.columnMISSPAY_STATUS;
}
}
[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 RECEIPT_AMTColumn {
get {
return this.columnRECEIPT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPT_AMTTEXTColumn {
get {
return this.columnRECEIPT_AMTTEXT;
}
}
[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 LAST_SEQ_NOColumn {
get {
return this.columnLAST_SEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SAVEDISK_TYPEColumn {
get {
return this.columnSAVEDISK_TYPE;
}
}
[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 KEEPSAL_FLAGColumn {
get {
return this.columnKEEPSAL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NUMBERColumn {
get {
return this.columnNUMBER;
}
}
[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 KPTEMPRECEIVERow this[int index] {
get {
return ((KPTEMPRECEIVERow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVERowChangeEventHandler KPTEMPRECEIVERowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVERowChangeEventHandler KPTEMPRECEIVERowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVERowChangeEventHandler KPTEMPRECEIVERowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event KPTEMPRECEIVERowChangeEventHandler KPTEMPRECEIVERowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddKPTEMPRECEIVERow(KPTEMPRECEIVERow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVERow AddKPTEMPRECEIVERow(
string COOP_ID,
string KPSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string MEMBTYPE_CODE,
string DEPARTMENT_CODE,
string MEMBSECTION_CODE,
string MEMBGROUP_CODE,
System.DateTime PROCESS_DATE,
string RECEIPT_NO,
System.DateTime RECEIPT_DATE,
System.DateTime OPERATE_DATE,
decimal SHARESTKBF_VALUE,
decimal SHARESTK_VALUE,
decimal INTEREST_ACCUM,
decimal KEEPING_STATUS,
decimal RECEIVE_AMT,
string MONEY_TEXT,
string GRT_LIST,
string MONEYTYPE_CODE,
string TOFROM_ACCID,
decimal MISSPAY_STATUS,
string BANK_CODE,
string BANK_BRANCH,
string BANK_ACCID,
decimal RECEIPT_AMT,
string RECEIPT_AMTTEXT,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
decimal LAST_SEQ_NO,
string SAVEDISK_TYPE,
string TRTYPE_CODE,
decimal KEEPSAL_FLAG,
int NUMBER) {
KPTEMPRECEIVERow rowKPTEMPRECEIVERow = ((KPTEMPRECEIVERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
KPSLIP_NO,
MEMCOOP_ID,
MEMBER_NO,
RECV_PERIOD,
REFMEMCOOP_ID,
REF_MEMBNO,
MEMBTYPE_CODE,
DEPARTMENT_CODE,
MEMBSECTION_CODE,
MEMBGROUP_CODE,
PROCESS_DATE,
RECEIPT_NO,
RECEIPT_DATE,
OPERATE_DATE,
SHARESTKBF_VALUE,
SHARESTK_VALUE,
INTEREST_ACCUM,
KEEPING_STATUS,
RECEIVE_AMT,
MONEY_TEXT,
GRT_LIST,
MONEYTYPE_CODE,
TOFROM_ACCID,
MISSPAY_STATUS,
BANK_CODE,
BANK_BRANCH,
BANK_ACCID,
RECEIPT_AMT,
RECEIPT_AMTTEXT,
EXPENSE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
LAST_SEQ_NO,
SAVEDISK_TYPE,
TRTYPE_CODE,
KEEPSAL_FLAG,
NUMBER};
rowKPTEMPRECEIVERow.ItemArray = columnValuesArray;
this.Rows.Add(rowKPTEMPRECEIVERow);
return rowKPTEMPRECEIVERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVERow FindByCOOP_IDKPSLIP_NO(string COOP_ID, string KPSLIP_NO) {
return ((KPTEMPRECEIVERow)(this.Rows.Find(new object[] {
COOP_ID,
KPSLIP_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
KPTEMPRECEIVEDataTable cln = ((KPTEMPRECEIVEDataTable)(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 KPTEMPRECEIVEDataTable();
}
[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.columnKPSLIP_NO = base.Columns["KPSLIP_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnRECV_PERIOD = base.Columns["RECV_PERIOD"];
this.columnREFMEMCOOP_ID = base.Columns["REFMEMCOOP_ID"];
this.columnREF_MEMBNO = base.Columns["REF_MEMBNO"];
this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"];
this.columnDEPARTMENT_CODE = base.Columns["DEPARTMENT_CODE"];
this.columnMEMBSECTION_CODE = base.Columns["MEMBSECTION_CODE"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnPROCESS_DATE = base.Columns["PROCESS_DATE"];
this.columnRECEIPT_NO = base.Columns["RECEIPT_NO"];
this.columnRECEIPT_DATE = base.Columns["RECEIPT_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnSHARESTKBF_VALUE = base.Columns["SHARESTKBF_VALUE"];
this.columnSHARESTK_VALUE = base.Columns["SHARESTK_VALUE"];
this.columnINTEREST_ACCUM = base.Columns["INTEREST_ACCUM"];
this.columnKEEPING_STATUS = base.Columns["KEEPING_STATUS"];
this.columnRECEIVE_AMT = base.Columns["RECEIVE_AMT"];
this.columnMONEY_TEXT = base.Columns["MONEY_TEXT"];
this.columnGRT_LIST = base.Columns["GRT_LIST"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"];
this.columnMISSPAY_STATUS = base.Columns["MISSPAY_STATUS"];
this.columnBANK_CODE = base.Columns["BANK_CODE"];
this.columnBANK_BRANCH = base.Columns["BANK_BRANCH"];
this.columnBANK_ACCID = base.Columns["BANK_ACCID"];
this.columnRECEIPT_AMT = base.Columns["RECEIPT_AMT"];
this.columnRECEIPT_AMTTEXT = base.Columns["RECEIPT_AMTTEXT"];
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.columnLAST_SEQ_NO = base.Columns["LAST_SEQ_NO"];
this.columnSAVEDISK_TYPE = base.Columns["SAVEDISK_TYPE"];
this.columnTRTYPE_CODE = base.Columns["TRTYPE_CODE"];
this.columnKEEPSAL_FLAG = base.Columns["KEEPSAL_FLAG"];
this.columnNUMBER = base.Columns["NUMBER"];
}
[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.columnKPSLIP_NO = new global::System.Data.DataColumn("KPSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKPSLIP_NO);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
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.columnRECV_PERIOD = new global::System.Data.DataColumn("RECV_PERIOD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECV_PERIOD);
this.columnREFMEMCOOP_ID = new global::System.Data.DataColumn("REFMEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREFMEMCOOP_ID);
this.columnREF_MEMBNO = new global::System.Data.DataColumn("REF_MEMBNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_MEMBNO);
this.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_CODE);
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.columnMEMBSECTION_CODE = new global::System.Data.DataColumn("MEMBSECTION_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBSECTION_CODE);
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.columnPROCESS_DATE = new global::System.Data.DataColumn("PROCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROCESS_DATE);
this.columnRECEIPT_NO = new global::System.Data.DataColumn("RECEIPT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_NO);
this.columnRECEIPT_DATE = new global::System.Data.DataColumn("RECEIPT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnSHARESTKBF_VALUE = new global::System.Data.DataColumn("SHARESTKBF_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTKBF_VALUE);
this.columnSHARESTK_VALUE = new global::System.Data.DataColumn("SHARESTK_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_VALUE);
this.columnINTEREST_ACCUM = new global::System.Data.DataColumn("INTEREST_ACCUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ACCUM);
this.columnKEEPING_STATUS = new global::System.Data.DataColumn("KEEPING_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPING_STATUS);
this.columnRECEIVE_AMT = new global::System.Data.DataColumn("RECEIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIVE_AMT);
this.columnMONEY_TEXT = new global::System.Data.DataColumn("MONEY_TEXT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEY_TEXT);
this.columnGRT_LIST = new global::System.Data.DataColumn("GRT_LIST", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRT_LIST);
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.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTOFROM_ACCID);
this.columnMISSPAY_STATUS = new global::System.Data.DataColumn("MISSPAY_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAY_STATUS);
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.columnRECEIPT_AMT = new global::System.Data.DataColumn("RECEIPT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_AMT);
this.columnRECEIPT_AMTTEXT = new global::System.Data.DataColumn("RECEIPT_AMTTEXT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPT_AMTTEXT);
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.columnLAST_SEQ_NO = new global::System.Data.DataColumn("LAST_SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_SEQ_NO);
this.columnSAVEDISK_TYPE = new global::System.Data.DataColumn("SAVEDISK_TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSAVEDISK_TYPE);
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.columnKEEPSAL_FLAG = new global::System.Data.DataColumn("KEEPSAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPSAL_FLAG);
this.columnNUMBER = new global::System.Data.DataColumn("NUMBER", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNUMBER);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnKPSLIP_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnKPSLIP_NO.AllowDBNull = false;
this.columnKPSLIP_NO.MaxLength = 12;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnRECV_PERIOD.MaxLength = 6;
this.columnREFMEMCOOP_ID.MaxLength = 6;
this.columnREF_MEMBNO.MaxLength = 8;
this.columnMEMBTYPE_CODE.MaxLength = 2;
this.columnDEPARTMENT_CODE.MaxLength = 8;
this.columnMEMBSECTION_CODE.MaxLength = 8;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnRECEIPT_NO.MaxLength = 10;
this.columnMONEY_TEXT.MaxLength = 100;
this.columnGRT_LIST.MaxLength = 120;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnTOFROM_ACCID.MaxLength = 8;
this.columnBANK_CODE.MaxLength = 3;
this.columnBANK_BRANCH.MaxLength = 4;
this.columnBANK_ACCID.MaxLength = 15;
this.columnRECEIPT_AMTTEXT.MaxLength = 100;
this.columnEXPENSE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 5;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnSAVEDISK_TYPE.MaxLength = 3;
this.columnTRTYPE_CODE.MaxLength = 5;
this.columnNUMBER.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVERow NewKPTEMPRECEIVERow() {
return ((KPTEMPRECEIVERow)(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 KPTEMPRECEIVERow(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(KPTEMPRECEIVERow);
}
[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.KPTEMPRECEIVERowChanged != null)) {
this.KPTEMPRECEIVERowChanged(this, new KPTEMPRECEIVERowChangeEvent(((KPTEMPRECEIVERow)(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.KPTEMPRECEIVERowChanging != null)) {
this.KPTEMPRECEIVERowChanging(this, new KPTEMPRECEIVERowChangeEvent(((KPTEMPRECEIVERow)(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.KPTEMPRECEIVERowDeleted != null)) {
this.KPTEMPRECEIVERowDeleted(this, new KPTEMPRECEIVERowChangeEvent(((KPTEMPRECEIVERow)(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.KPTEMPRECEIVERowDeleting != null)) {
this.KPTEMPRECEIVERowDeleting(this, new KPTEMPRECEIVERowChangeEvent(((KPTEMPRECEIVERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveKPTEMPRECEIVERow(KPTEMPRECEIVERow 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 = "KPTEMPRECEIVEDataTable";
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 MBMEMBMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
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 columnMEMBTYPE_CODE;
private global::System.Data.DataColumn columnSIGNATURE_NAME;
private global::System.Data.DataColumn columnBIRTH_DATE;
private global::System.Data.DataColumn columnMEMBER_DATE;
private global::System.Data.DataColumn columnDEAD_STATUS;
private global::System.Data.DataColumn columnDEAD_DATE;
private global::System.Data.DataColumn columnRETRY_STATUS;
private global::System.Data.DataColumn columnRETRY_DATE;
private global::System.Data.DataColumn columnRESIGN_STATUS;
private global::System.Data.DataColumn columnRESIGN_DATE;
private global::System.Data.DataColumn columnRESIGNCAUSE_CODE;
private global::System.Data.DataColumn columnCLOSE_DATE;
private global::System.Data.DataColumn columnSEX;
private global::System.Data.DataColumn columnMARIAGE_STATUS;
private global::System.Data.DataColumn columnADDR_NO;
private global::System.Data.DataColumn columnADDR_MOO;
private global::System.Data.DataColumn columnADDR_SOI;
private global::System.Data.DataColumn columnADDR_VILLAGE;
private global::System.Data.DataColumn columnADDR_ROAD;
private global::System.Data.DataColumn columnTAMBOL_CODE;
private global::System.Data.DataColumn columnAMPHUR_CODE;
private global::System.Data.DataColumn columnPROVINCE_CODE;
private global::System.Data.DataColumn columnADDR_POSTCODE;
private global::System.Data.DataColumn columnADDR_PHONE;
private global::System.Data.DataColumn columnADDR_MOBILEPHONE;
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 columnADDR_EMAIL;
private global::System.Data.DataColumn columnMEM_TELWORK;
private global::System.Data.DataColumn columnMATE_NAME;
private global::System.Data.DataColumn columnCARD_PERSON;
private global::System.Data.DataColumn columnCARD_TAX;
private global::System.Data.DataColumn columnMEMBER_CARD;
private global::System.Data.DataColumn columnWORK_DATE;
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 columnDEPARTMENT_CODE;
private global::System.Data.DataColumn columnSALARY_AMOUNT;
private global::System.Data.DataColumn columnSALARY_ID;
private global::System.Data.DataColumn columnFIRSTFEE_STATUS;
private global::System.Data.DataColumn columnMEMBER_STATUS;
private global::System.Data.DataColumn columnMEMREF_FLAG;
private global::System.Data.DataColumn columnMEMBER_REF;
private global::System.Data.DataColumn columnKLONGTOON_FLAG;
private global::System.Data.DataColumn columnHAVE_GAIN;
private global::System.Data.DataColumn columnPAUSEKEEP_FLAG;
private global::System.Data.DataColumn columnPAUSEKEEP_DATE;
private global::System.Data.DataColumn columnFIRST_KEEPDATE;
private global::System.Data.DataColumn columnLNPROVIDENTFUND_FLAG;
private global::System.Data.DataColumn columnALLOWLOAN_FLAG;
private global::System.Data.DataColumn columnDROPGURANTEE_FLAG;
private global::System.Data.DataColumn columnTRANSRIGHT_FLAG;
private global::System.Data.DataColumn columnDROPLOANALL_FLAG;
private global::System.Data.DataColumn columnDIVIDEND_FLAG;
private global::System.Data.DataColumn columnAVERAGE_FLAG;
private global::System.Data.DataColumn columnSEQUEST_DIVAVG;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columnDIVAVGSHOW_FLAG;
private global::System.Data.DataColumn columnPRINTRECEIPTADDR_TYPE;
private global::System.Data.DataColumn columnWEB_CODE;
private global::System.Data.DataColumn columnIVR_CODE;
private global::System.Data.DataColumn columnMEMBTRANS_DATE;
private global::System.Data.DataColumn columnACCUM_INTEREST;
private global::System.Data.DataColumn columnSUMINT_LASTYEAR;
private global::System.Data.DataColumn columnMISSPAYLON_AMT;
private global::System.Data.DataColumn columnMISSPAYSHR_AMT;
private global::System.Data.DataColumn columnMATE_MBFLAG;
private global::System.Data.DataColumn columnMATE_MBNO;
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 columnAPPL_DOCNO;
private global::System.Data.DataColumn columnAPPLTYPE_CODE;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_GROUP;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_DATE;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_STATUS;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_PERIOD;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_DUEDATE;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_NMLDATE;
private global::System.Data.DataColumn columnINSURANCE_FLAG;
private global::System.Data.DataColumn columnCREMATION_STATUS;
private global::System.Data.DataColumn columnNATIONALITY;
private global::System.Data.DataColumn columnINCOMEETC_AMT;
private global::System.Data.DataColumn columnFATHER_NAME;
private global::System.Data.DataColumn columnMATHER_NAME;
private global::System.Data.DataColumn columnSUBGROUP_CODE;
private global::System.Data.DataColumn columnEMP_TYPE;
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 columnLASTKEEP_DATE;
private global::System.Data.DataColumn columnMATE_CARDPERSON;
private global::System.Data.DataColumn columnMATE_SALARYID;
private global::System.Data.DataColumn columnUPDATE_BYENTRYID;
private global::System.Data.DataColumn columnUPDATE_BYENTRYIP;
private global::System.Data.DataColumn columnKEEPSAL_FLAG;
private global::System.Data.DataColumn columnTAMBOL_DESC;
private global::System.Data.DataColumn columnmember_group;
private global::System.Data.DataColumn columnmember_typet;
private global::System.Data.DataColumn columnmember_name;
private global::System.Data.DataColumn columnmember_statust;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERDataTable() {
this.TableName = "MBMEMBMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERDataTable(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 MBMEMBMASTERDataTable(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 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 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 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 SIGNATURE_NAMEColumn {
get {
return this.columnSIGNATURE_NAME;
}
}
[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 MEMBER_DATEColumn {
get {
return this.columnMEMBER_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEAD_STATUSColumn {
get {
return this.columnDEAD_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEAD_DATEColumn {
get {
return this.columnDEAD_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETRY_STATUSColumn {
get {
return this.columnRETRY_STATUS;
}
}
[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 RESIGN_STATUSColumn {
get {
return this.columnRESIGN_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESIGN_DATEColumn {
get {
return this.columnRESIGN_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 CLOSE_DATEColumn {
get {
return this.columnCLOSE_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 MARIAGE_STATUSColumn {
get {
return this.columnMARIAGE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_NOColumn {
get {
return this.columnADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_MOOColumn {
get {
return this.columnADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_SOIColumn {
get {
return this.columnADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_VILLAGEColumn {
get {
return this.columnADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_ROADColumn {
get {
return this.columnADDR_ROAD;
}
}
[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 AMPHUR_CODEColumn {
get {
return this.columnAMPHUR_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 ADDR_POSTCODEColumn {
get {
return this.columnADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_PHONEColumn {
get {
return this.columnADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_MOBILEPHONEColumn {
get {
return this.columnADDR_MOBILEPHONE;
}
}
[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 ADDR_EMAILColumn {
get {
return this.columnADDR_EMAIL;
}
}
[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 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 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 CARD_TAXColumn {
get {
return this.columnCARD_TAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_CARDColumn {
get {
return this.columnMEMBER_CARD;
}
}
[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 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 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 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 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 FIRSTFEE_STATUSColumn {
get {
return this.columnFIRSTFEE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_STATUSColumn {
get {
return this.columnMEMBER_STATUS;
}
}
[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 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 KLONGTOON_FLAGColumn {
get {
return this.columnKLONGTOON_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn HAVE_GAINColumn {
get {
return this.columnHAVE_GAIN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAUSEKEEP_FLAGColumn {
get {
return this.columnPAUSEKEEP_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAUSEKEEP_DATEColumn {
get {
return this.columnPAUSEKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIRST_KEEPDATEColumn {
get {
return this.columnFIRST_KEEPDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNPROVIDENTFUND_FLAGColumn {
get {
return this.columnLNPROVIDENTFUND_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ALLOWLOAN_FLAGColumn {
get {
return this.columnALLOWLOAN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DROPGURANTEE_FLAGColumn {
get {
return this.columnDROPGURANTEE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRANSRIGHT_FLAGColumn {
get {
return this.columnTRANSRIGHT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DROPLOANALL_FLAGColumn {
get {
return this.columnDROPLOANALL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVIDEND_FLAGColumn {
get {
return this.columnDIVIDEND_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AVERAGE_FLAGColumn {
get {
return this.columnAVERAGE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQUEST_DIVAVGColumn {
get {
return this.columnSEQUEST_DIVAVG;
}
}
[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 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 DIVAVGSHOW_FLAGColumn {
get {
return this.columnDIVAVGSHOW_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINTRECEIPTADDR_TYPEColumn {
get {
return this.columnPRINTRECEIPTADDR_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEB_CODEColumn {
get {
return this.columnWEB_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn IVR_CODEColumn {
get {
return this.columnIVR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTRANS_DATEColumn {
get {
return this.columnMEMBTRANS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCUM_INTERESTColumn {
get {
return this.columnACCUM_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUMINT_LASTYEARColumn {
get {
return this.columnSUMINT_LASTYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAYLON_AMTColumn {
get {
return this.columnMISSPAYLON_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAYSHR_AMTColumn {
get {
return this.columnMISSPAYSHR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_MBFLAGColumn {
get {
return this.columnMATE_MBFLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_MBNOColumn {
get {
return this.columnMATE_MBNO;
}
}
[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 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 COMPOUNDKEEP_GROUPColumn {
get {
return this.columnCOMPOUNDKEEP_GROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_DATEColumn {
get {
return this.columnCOMPOUNDKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_STATUSColumn {
get {
return this.columnCOMPOUNDKEEP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_PERIODColumn {
get {
return this.columnCOMPOUNDKEEP_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_DUEDATEColumn {
get {
return this.columnCOMPOUNDKEEP_DUEDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_NMLDATEColumn {
get {
return this.columnCOMPOUNDKEEP_NMLDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSURANCE_FLAGColumn {
get {
return this.columnINSURANCE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CREMATION_STATUSColumn {
get {
return this.columnCREMATION_STATUS;
}
}
[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 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 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 SUBGROUP_CODEColumn {
get {
return this.columnSUBGROUP_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 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 LASTKEEP_DATEColumn {
get {
return this.columnLASTKEEP_DATE;
}
}
[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 UPDATE_BYENTRYIDColumn {
get {
return this.columnUPDATE_BYENTRYID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIPColumn {
get {
return this.columnUPDATE_BYENTRYIP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KEEPSAL_FLAGColumn {
get {
return this.columnKEEPSAL_FLAG;
}
}
[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 member_groupColumn {
get {
return this.columnmember_group;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn member_typetColumn {
get {
return this.columnmember_typet;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn member_nameColumn {
get {
return this.columnmember_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn member_statustColumn {
get {
return this.columnmember_statust;
}
}
[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 MBMEMBMASTERRow this[int index] {
get {
return ((MBMEMBMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddMBMEMBMASTERRow(MBMEMBMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow AddMBMEMBMASTERRow(
string COOP_ID,
string MEMBER_NO,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
System.DateTime BIRTH_DATE,
System.DateTime MEMBER_DATE,
decimal DEAD_STATUS,
System.DateTime DEAD_DATE,
decimal RETRY_STATUS,
System.DateTime RETRY_DATE,
decimal RESIGN_STATUS,
System.DateTime RESIGN_DATE,
string RESIGNCAUSE_CODE,
System.DateTime CLOSE_DATE,
string SEX,
decimal MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
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,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
System.DateTime WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
decimal LEVEL_CODE,
string DEPARTMENT_CODE,
decimal SALARY_AMOUNT,
string SALARY_ID,
decimal FIRSTFEE_STATUS,
decimal MEMBER_STATUS,
decimal MEMREF_FLAG,
string MEMBER_REF,
decimal KLONGTOON_FLAG,
decimal HAVE_GAIN,
decimal PAUSEKEEP_FLAG,
System.DateTime PAUSEKEEP_DATE,
System.DateTime FIRST_KEEPDATE,
decimal LNPROVIDENTFUND_FLAG,
decimal ALLOWLOAN_FLAG,
decimal DROPGURANTEE_FLAG,
decimal TRANSRIGHT_FLAG,
decimal DROPLOANALL_FLAG,
decimal DIVIDEND_FLAG,
decimal AVERAGE_FLAG,
decimal SEQUEST_DIVAVG,
string REMARK,
decimal MEMBER_TYPE,
decimal DIVAVGSHOW_FLAG,
decimal PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
System.DateTime MEMBTRANS_DATE,
decimal ACCUM_INTEREST,
decimal SUMINT_LASTYEAR,
decimal MISSPAYLON_AMT,
decimal MISSPAYSHR_AMT,
decimal MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
System.DateTime COMPOUNDKEEP_DATE,
decimal COMPOUNDKEEP_STATUS,
decimal COMPOUNDKEEP_PERIOD,
System.DateTime COMPOUNDKEEP_DUEDATE,
System.DateTime COMPOUNDKEEP_NMLDATE,
decimal INSURANCE_FLAG,
decimal CREMATION_STATUS,
string NATIONALITY,
decimal INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
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,
System.DateTime LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
decimal KEEPSAL_FLAG,
string TAMBOL_DESC,
string member_group,
string member_typet,
string member_name,
string member_statust) {
MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
PRENAME_CODE,
MEMB_NAME,
MEMB_SURNAME,
MEMB_ENAME,
MEMB_ESURNAME,
MEMBGROUP_CODE,
MEMBTYPE_CODE,
SIGNATURE_NAME,
BIRTH_DATE,
MEMBER_DATE,
DEAD_STATUS,
DEAD_DATE,
RETRY_STATUS,
RETRY_DATE,
RESIGN_STATUS,
RESIGN_DATE,
RESIGNCAUSE_CODE,
CLOSE_DATE,
SEX,
MARIAGE_STATUS,
ADDR_NO,
ADDR_MOO,
ADDR_SOI,
ADDR_VILLAGE,
ADDR_ROAD,
TAMBOL_CODE,
AMPHUR_CODE,
PROVINCE_CODE,
ADDR_POSTCODE,
ADDR_PHONE,
ADDR_MOBILEPHONE,
CURRADDR_NO,
CURRADDR_MOO,
CURRADDR_SOI,
CURRADDR_VILLAGE,
CURRADDR_ROAD,
CURRTAMBOL_CODE,
CURRAMPHUR_CODE,
CURRPROVINCE_CODE,
CURRADDR_POSTCODE,
CURRADDR_PHONE,
ADDR_EMAIL,
MEM_TELWORK,
MATE_NAME,
CARD_PERSON,
CARD_TAX,
MEMBER_CARD,
WORK_DATE,
POSITION_CODE,
POSITION_DESC,
LEVEL_CODE,
DEPARTMENT_CODE,
SALARY_AMOUNT,
SALARY_ID,
FIRSTFEE_STATUS,
MEMBER_STATUS,
MEMREF_FLAG,
MEMBER_REF,
KLONGTOON_FLAG,
HAVE_GAIN,
PAUSEKEEP_FLAG,
PAUSEKEEP_DATE,
FIRST_KEEPDATE,
LNPROVIDENTFUND_FLAG,
ALLOWLOAN_FLAG,
DROPGURANTEE_FLAG,
TRANSRIGHT_FLAG,
DROPLOANALL_FLAG,
DIVIDEND_FLAG,
AVERAGE_FLAG,
SEQUEST_DIVAVG,
REMARK,
MEMBER_TYPE,
DIVAVGSHOW_FLAG,
PRINTRECEIPTADDR_TYPE,
WEB_CODE,
IVR_CODE,
MEMBTRANS_DATE,
ACCUM_INTEREST,
SUMINT_LASTYEAR,
MISSPAYLON_AMT,
MISSPAYSHR_AMT,
MATE_MBFLAG,
MATE_MBNO,
EXPENSE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
APPL_DOCNO,
APPLTYPE_CODE,
COMPOUNDKEEP_GROUP,
COMPOUNDKEEP_DATE,
COMPOUNDKEEP_STATUS,
COMPOUNDKEEP_PERIOD,
COMPOUNDKEEP_DUEDATE,
COMPOUNDKEEP_NMLDATE,
INSURANCE_FLAG,
CREMATION_STATUS,
NATIONALITY,
INCOMEETC_AMT,
FATHER_NAME,
MATHER_NAME,
SUBGROUP_CODE,
EMP_TYPE,
MATEADDR_NO,
MATEADDR_MOO,
MATEADDR_VILLAGE,
MATEADDR_SOI,
MATEADDR_ROAD,
MATETAMBOL_CODE,
MATEAMPHUR_CODE,
MATEPROVINCE_CODE,
MATEADDR_POSTCODE,
MATEADDR_PHONE,
LASTKEEP_DATE,
MATE_CARDPERSON,
MATE_SALARYID,
UPDATE_BYENTRYID,
UPDATE_BYENTRYIP,
KEEPSAL_FLAG,
TAMBOL_DESC,
member_group,
member_typet,
member_name,
member_statust};
rowMBMEMBMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBMEMBMASTERRow);
return rowMBMEMBMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow FindByCOOP_IDMEMBER_NO(string COOP_ID, string MEMBER_NO) {
return ((MBMEMBMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
MEMBER_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
MBMEMBMASTERDataTable cln = ((MBMEMBMASTERDataTable)(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 MBMEMBMASTERDataTable();
}
[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.columnMEMBER_NO = base.Columns["MEMBER_NO"];
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.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"];
this.columnSIGNATURE_NAME = base.Columns["SIGNATURE_NAME"];
this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"];
this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"];
this.columnDEAD_STATUS = base.Columns["DEAD_STATUS"];
this.columnDEAD_DATE = base.Columns["DEAD_DATE"];
this.columnRETRY_STATUS = base.Columns["RETRY_STATUS"];
this.columnRETRY_DATE = base.Columns["RETRY_DATE"];
this.columnRESIGN_STATUS = base.Columns["RESIGN_STATUS"];
this.columnRESIGN_DATE = base.Columns["RESIGN_DATE"];
this.columnRESIGNCAUSE_CODE = base.Columns["RESIGNCAUSE_CODE"];
this.columnCLOSE_DATE = base.Columns["CLOSE_DATE"];
this.columnSEX = base.Columns["SEX"];
this.columnMARIAGE_STATUS = base.Columns["MARIAGE_STATUS"];
this.columnADDR_NO = base.Columns["ADDR_NO"];
this.columnADDR_MOO = base.Columns["ADDR_MOO"];
this.columnADDR_SOI = base.Columns["ADDR_SOI"];
this.columnADDR_VILLAGE = base.Columns["ADDR_VILLAGE"];
this.columnADDR_ROAD = base.Columns["ADDR_ROAD"];
this.columnTAMBOL_CODE = base.Columns["TAMBOL_CODE"];
this.columnAMPHUR_CODE = base.Columns["AMPHUR_CODE"];
this.columnPROVINCE_CODE = base.Columns["PROVINCE_CODE"];
this.columnADDR_POSTCODE = base.Columns["ADDR_POSTCODE"];
this.columnADDR_PHONE = base.Columns["ADDR_PHONE"];
this.columnADDR_MOBILEPHONE = base.Columns["ADDR_MOBILEPHONE"];
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.columnADDR_EMAIL = base.Columns["ADDR_EMAIL"];
this.columnMEM_TELWORK = base.Columns["MEM_TELWORK"];
this.columnMATE_NAME = base.Columns["MATE_NAME"];
this.columnCARD_PERSON = base.Columns["CARD_PERSON"];
this.columnCARD_TAX = base.Columns["CARD_TAX"];
this.columnMEMBER_CARD = base.Columns["MEMBER_CARD"];
this.columnWORK_DATE = base.Columns["WORK_DATE"];
this.columnPOSITION_CODE = base.Columns["POSITION_CODE"];
this.columnPOSITION_DESC = base.Columns["POSITION_DESC"];
this.columnLEVEL_CODE = base.Columns["LEVEL_CODE"];
this.columnDEPARTMENT_CODE = base.Columns["DEPARTMENT_CODE"];
this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"];
this.columnSALARY_ID = base.Columns["SALARY_ID"];
this.columnFIRSTFEE_STATUS = base.Columns["FIRSTFEE_STATUS"];
this.columnMEMBER_STATUS = base.Columns["MEMBER_STATUS"];
this.columnMEMREF_FLAG = base.Columns["MEMREF_FLAG"];
this.columnMEMBER_REF = base.Columns["MEMBER_REF"];
this.columnKLONGTOON_FLAG = base.Columns["KLONGTOON_FLAG"];
this.columnHAVE_GAIN = base.Columns["HAVE_GAIN"];
this.columnPAUSEKEEP_FLAG = base.Columns["PAUSEKEEP_FLAG"];
this.columnPAUSEKEEP_DATE = base.Columns["PAUSEKEEP_DATE"];
this.columnFIRST_KEEPDATE = base.Columns["FIRST_KEEPDATE"];
this.columnLNPROVIDENTFUND_FLAG = base.Columns["LNPROVIDENTFUND_FLAG"];
this.columnALLOWLOAN_FLAG = base.Columns["ALLOWLOAN_FLAG"];
this.columnDROPGURANTEE_FLAG = base.Columns["DROPGURANTEE_FLAG"];
this.columnTRANSRIGHT_FLAG = base.Columns["TRANSRIGHT_FLAG"];
this.columnDROPLOANALL_FLAG = base.Columns["DROPLOANALL_FLAG"];
this.columnDIVIDEND_FLAG = base.Columns["DIVIDEND_FLAG"];
this.columnAVERAGE_FLAG = base.Columns["AVERAGE_FLAG"];
this.columnSEQUEST_DIVAVG = base.Columns["SEQUEST_DIVAVG"];
this.columnREMARK = base.Columns["REMARK"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columnDIVAVGSHOW_FLAG = base.Columns["DIVAVGSHOW_FLAG"];
this.columnPRINTRECEIPTADDR_TYPE = base.Columns["PRINTRECEIPTADDR_TYPE"];
this.columnWEB_CODE = base.Columns["WEB_CODE"];
this.columnIVR_CODE = base.Columns["IVR_CODE"];
this.columnMEMBTRANS_DATE = base.Columns["MEMBTRANS_DATE"];
this.columnACCUM_INTEREST = base.Columns["ACCUM_INTEREST"];
this.columnSUMINT_LASTYEAR = base.Columns["SUMINT_LASTYEAR"];
this.columnMISSPAYLON_AMT = base.Columns["MISSPAYLON_AMT"];
this.columnMISSPAYSHR_AMT = base.Columns["MISSPAYSHR_AMT"];
this.columnMATE_MBFLAG = base.Columns["MATE_MBFLAG"];
this.columnMATE_MBNO = base.Columns["MATE_MBNO"];
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.columnAPPL_DOCNO = base.Columns["APPL_DOCNO"];
this.columnAPPLTYPE_CODE = base.Columns["APPLTYPE_CODE"];
this.columnCOMPOUNDKEEP_GROUP = base.Columns["COMPOUNDKEEP_GROUP"];
this.columnCOMPOUNDKEEP_DATE = base.Columns["COMPOUNDKEEP_DATE"];
this.columnCOMPOUNDKEEP_STATUS = base.Columns["COMPOUNDKEEP_STATUS"];
this.columnCOMPOUNDKEEP_PERIOD = base.Columns["COMPOUNDKEEP_PERIOD"];
this.columnCOMPOUNDKEEP_DUEDATE = base.Columns["COMPOUNDKEEP_DUEDATE"];
this.columnCOMPOUNDKEEP_NMLDATE = base.Columns["COMPOUNDKEEP_NMLDATE"];
this.columnINSURANCE_FLAG = base.Columns["INSURANCE_FLAG"];
this.columnCREMATION_STATUS = base.Columns["CREMATION_STATUS"];
this.columnNATIONALITY = base.Columns["NATIONALITY"];
this.columnINCOMEETC_AMT = base.Columns["INCOMEETC_AMT"];
this.columnFATHER_NAME = base.Columns["FATHER_NAME"];
this.columnMATHER_NAME = base.Columns["MATHER_NAME"];
this.columnSUBGROUP_CODE = base.Columns["SUBGROUP_CODE"];
this.columnEMP_TYPE = base.Columns["EMP_TYPE"];
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.columnLASTKEEP_DATE = base.Columns["LASTKEEP_DATE"];
this.columnMATE_CARDPERSON = base.Columns["MATE_CARDPERSON"];
this.columnMATE_SALARYID = base.Columns["MATE_SALARYID"];
this.columnUPDATE_BYENTRYID = base.Columns["UPDATE_BYENTRYID"];
this.columnUPDATE_BYENTRYIP = base.Columns["UPDATE_BYENTRYIP"];
this.columnKEEPSAL_FLAG = base.Columns["KEEPSAL_FLAG"];
this.columnTAMBOL_DESC = base.Columns["TAMBOL_DESC"];
this.columnmember_group = base.Columns["member_group"];
this.columnmember_typet = base.Columns["member_typet"];
this.columnmember_name = base.Columns["member_name"];
this.columnmember_statust = base.Columns["member_statust"];
}
[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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnPRENAME_CODE = new global::System.Data.DataColumn("PRENAME_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_CODE);
this.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.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_CODE);
this.columnSIGNATURE_NAME = new global::System.Data.DataColumn("SIGNATURE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSIGNATURE_NAME);
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.columnMEMBER_DATE = new global::System.Data.DataColumn("MEMBER_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_DATE);
this.columnDEAD_STATUS = new global::System.Data.DataColumn("DEAD_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEAD_STATUS);
this.columnDEAD_DATE = new global::System.Data.DataColumn("DEAD_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEAD_DATE);
this.columnRETRY_STATUS = new global::System.Data.DataColumn("RETRY_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_STATUS);
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.columnRESIGN_STATUS = new global::System.Data.DataColumn("RESIGN_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGN_STATUS);
this.columnRESIGN_DATE = new global::System.Data.DataColumn("RESIGN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGN_DATE);
this.columnRESIGNCAUSE_CODE = new global::System.Data.DataColumn("RESIGNCAUSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGNCAUSE_CODE);
this.columnCLOSE_DATE = new global::System.Data.DataColumn("CLOSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSE_DATE);
this.columnSEX = new global::System.Data.DataColumn("SEX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEX);
this.columnMARIAGE_STATUS = new global::System.Data.DataColumn("MARIAGE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMARIAGE_STATUS);
this.columnADDR_NO = new global::System.Data.DataColumn("ADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_NO);
this.columnADDR_MOO = new global::System.Data.DataColumn("ADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_MOO);
this.columnADDR_SOI = new global::System.Data.DataColumn("ADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_SOI);
this.columnADDR_VILLAGE = new global::System.Data.DataColumn("ADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_VILLAGE);
this.columnADDR_ROAD = new global::System.Data.DataColumn("ADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_ROAD);
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.columnAMPHUR_CODE = new global::System.Data.DataColumn("AMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAMPHUR_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.columnADDR_POSTCODE = new global::System.Data.DataColumn("ADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_POSTCODE);
this.columnADDR_PHONE = new global::System.Data.DataColumn("ADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_PHONE);
this.columnADDR_MOBILEPHONE = new global::System.Data.DataColumn("ADDR_MOBILEPHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_MOBILEPHONE);
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.columnADDR_EMAIL = new global::System.Data.DataColumn("ADDR_EMAIL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_EMAIL);
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.columnMATE_NAME = new global::System.Data.DataColumn("MATE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_NAME);
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.columnCARD_TAX = new global::System.Data.DataColumn("CARD_TAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCARD_TAX);
this.columnMEMBER_CARD = new global::System.Data.DataColumn("MEMBER_CARD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_CARD);
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.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.columnDEPARTMENT_CODE = new global::System.Data.DataColumn("DEPARTMENT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPARTMENT_CODE);
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.columnSALARY_ID = new global::System.Data.DataColumn("SALARY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_ID);
this.columnFIRSTFEE_STATUS = new global::System.Data.DataColumn("FIRSTFEE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIRSTFEE_STATUS);
this.columnMEMBER_STATUS = new global::System.Data.DataColumn("MEMBER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_STATUS);
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.columnMEMBER_REF = new global::System.Data.DataColumn("MEMBER_REF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_REF);
this.columnKLONGTOON_FLAG = new global::System.Data.DataColumn("KLONGTOON_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKLONGTOON_FLAG);
this.columnHAVE_GAIN = new global::System.Data.DataColumn("HAVE_GAIN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnHAVE_GAIN);
this.columnPAUSEKEEP_FLAG = new global::System.Data.DataColumn("PAUSEKEEP_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAUSEKEEP_FLAG);
this.columnPAUSEKEEP_DATE = new global::System.Data.DataColumn("PAUSEKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAUSEKEEP_DATE);
this.columnFIRST_KEEPDATE = new global::System.Data.DataColumn("FIRST_KEEPDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIRST_KEEPDATE);
this.columnLNPROVIDENTFUND_FLAG = new global::System.Data.DataColumn("LNPROVIDENTFUND_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNPROVIDENTFUND_FLAG);
this.columnALLOWLOAN_FLAG = new global::System.Data.DataColumn("ALLOWLOAN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnALLOWLOAN_FLAG);
this.columnDROPGURANTEE_FLAG = new global::System.Data.DataColumn("DROPGURANTEE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDROPGURANTEE_FLAG);
this.columnTRANSRIGHT_FLAG = new global::System.Data.DataColumn("TRANSRIGHT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRANSRIGHT_FLAG);
this.columnDROPLOANALL_FLAG = new global::System.Data.DataColumn("DROPLOANALL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDROPLOANALL_FLAG);
this.columnDIVIDEND_FLAG = new global::System.Data.DataColumn("DIVIDEND_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVIDEND_FLAG);
this.columnAVERAGE_FLAG = new global::System.Data.DataColumn("AVERAGE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAVERAGE_FLAG);
this.columnSEQUEST_DIVAVG = new global::System.Data.DataColumn("SEQUEST_DIVAVG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQUEST_DIVAVG);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
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.columnDIVAVGSHOW_FLAG = new global::System.Data.DataColumn("DIVAVGSHOW_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVAVGSHOW_FLAG);
this.columnPRINTRECEIPTADDR_TYPE = new global::System.Data.DataColumn("PRINTRECEIPTADDR_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINTRECEIPTADDR_TYPE);
this.columnWEB_CODE = new global::System.Data.DataColumn("WEB_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEB_CODE);
this.columnIVR_CODE = new global::System.Data.DataColumn("IVR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIVR_CODE);
this.columnMEMBTRANS_DATE = new global::System.Data.DataColumn("MEMBTRANS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTRANS_DATE);
this.columnACCUM_INTEREST = new global::System.Data.DataColumn("ACCUM_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCUM_INTEREST);
this.columnSUMINT_LASTYEAR = new global::System.Data.DataColumn("SUMINT_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUMINT_LASTYEAR);
this.columnMISSPAYLON_AMT = new global::System.Data.DataColumn("MISSPAYLON_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAYLON_AMT);
this.columnMISSPAYSHR_AMT = new global::System.Data.DataColumn("MISSPAYSHR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAYSHR_AMT);
this.columnMATE_MBFLAG = new global::System.Data.DataColumn("MATE_MBFLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_MBFLAG);
this.columnMATE_MBNO = new global::System.Data.DataColumn("MATE_MBNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_MBNO);
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.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.columnCOMPOUNDKEEP_GROUP = new global::System.Data.DataColumn("COMPOUNDKEEP_GROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_GROUP);
this.columnCOMPOUNDKEEP_DATE = new global::System.Data.DataColumn("COMPOUNDKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_DATE);
this.columnCOMPOUNDKEEP_STATUS = new global::System.Data.DataColumn("COMPOUNDKEEP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_STATUS);
this.columnCOMPOUNDKEEP_PERIOD = new global::System.Data.DataColumn("COMPOUNDKEEP_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_PERIOD);
this.columnCOMPOUNDKEEP_DUEDATE = new global::System.Data.DataColumn("COMPOUNDKEEP_DUEDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_DUEDATE);
this.columnCOMPOUNDKEEP_NMLDATE = new global::System.Data.DataColumn("COMPOUNDKEEP_NMLDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_NMLDATE);
this.columnINSURANCE_FLAG = new global::System.Data.DataColumn("INSURANCE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSURANCE_FLAG);
this.columnCREMATION_STATUS = new global::System.Data.DataColumn("CREMATION_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCREMATION_STATUS);
this.columnNATIONALITY = new global::System.Data.DataColumn("NATIONALITY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNATIONALITY);
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.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.columnSUBGROUP_CODE = new global::System.Data.DataColumn("SUBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBGROUP_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.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.columnLASTKEEP_DATE = new global::System.Data.DataColumn("LASTKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTKEEP_DATE);
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.columnUPDATE_BYENTRYID = new global::System.Data.DataColumn("UPDATE_BYENTRYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYID);
this.columnUPDATE_BYENTRYIP = new global::System.Data.DataColumn("UPDATE_BYENTRYIP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYIP);
this.columnKEEPSAL_FLAG = new global::System.Data.DataColumn("KEEPSAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPSAL_FLAG);
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.columnmember_group = new global::System.Data.DataColumn("member_group", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmember_group);
this.columnmember_typet = new global::System.Data.DataColumn("member_typet", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmember_typet);
this.columnmember_name = new global::System.Data.DataColumn("member_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmember_name);
this.columnmember_statust = new global::System.Data.DataColumn("member_statust", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmember_statust);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMEMBER_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnPRENAME_CODE.MaxLength = 2;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMB_ENAME.MaxLength = 60;
this.columnMEMB_ESURNAME.MaxLength = 60;
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnMEMBTYPE_CODE.MaxLength = 2;
this.columnSIGNATURE_NAME.MaxLength = 200;
this.columnRESIGNCAUSE_CODE.MaxLength = 2;
this.columnSEX.MaxLength = 1;
this.columnADDR_NO.MaxLength = 100;
this.columnADDR_MOO.MaxLength = 3;
this.columnADDR_SOI.MaxLength = 50;
this.columnADDR_VILLAGE.MaxLength = 60;
this.columnADDR_ROAD.MaxLength = 100;
this.columnTAMBOL_CODE.MaxLength = 6;
this.columnAMPHUR_CODE.MaxLength = 4;
this.columnPROVINCE_CODE.MaxLength = 3;
this.columnADDR_POSTCODE.MaxLength = 5;
this.columnADDR_PHONE.MaxLength = 50;
this.columnADDR_MOBILEPHONE.MaxLength = 50;
this.columnCURRADDR_NO.MaxLength = 100;
this.columnCURRADDR_MOO.MaxLength = 3;
this.columnCURRADDR_SOI.MaxLength = 50;
this.columnCURRADDR_VILLAGE.MaxLength = 60;
this.columnCURRADDR_ROAD.MaxLength = 100;
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.columnADDR_EMAIL.MaxLength = 60;
this.columnMEM_TELWORK.MaxLength = 50;
this.columnMATE_NAME.MaxLength = 60;
this.columnCARD_PERSON.MaxLength = 13;
this.columnCARD_TAX.MaxLength = 10;
this.columnMEMBER_CARD.MaxLength = 10;
this.columnPOSITION_CODE.MaxLength = 3;
this.columnPOSITION_DESC.MaxLength = 60;
this.columnDEPARTMENT_CODE.MaxLength = 8;
this.columnSALARY_ID.MaxLength = 15;
this.columnMEMBER_REF.MaxLength = 8;
this.columnREMARK.MaxLength = 500;
this.columnWEB_CODE.MaxLength = 6;
this.columnIVR_CODE.MaxLength = 4;
this.columnMATE_MBNO.MaxLength = 6;
this.columnEXPENSE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnAPPL_DOCNO.MaxLength = 10;
this.columnAPPLTYPE_CODE.MaxLength = 2;
this.columnCOMPOUNDKEEP_GROUP.MaxLength = 8;
this.columnNATIONALITY.MaxLength = 50;
this.columnFATHER_NAME.MaxLength = 150;
this.columnMATHER_NAME.MaxLength = 150;
this.columnSUBGROUP_CODE.MaxLength = 8;
this.columnEMP_TYPE.MaxLength = 4;
this.columnMATEADDR_NO.MaxLength = 60;
this.columnMATEADDR_MOO.MaxLength = 3;
this.columnMATEADDR_VILLAGE.MaxLength = 30;
this.columnMATEADDR_SOI.MaxLength = 60;
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 = 50;
this.columnMATE_CARDPERSON.MaxLength = 13;
this.columnMATE_SALARYID.MaxLength = 15;
this.columnUPDATE_BYENTRYID.MaxLength = 32;
this.columnUPDATE_BYENTRYIP.MaxLength = 15;
this.columnTAMBOL_DESC.MaxLength = 30;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow NewMBMEMBMASTERRow() {
return ((MBMEMBMASTERRow)(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 MBMEMBMASTERRow(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(MBMEMBMASTERRow);
}
[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.MBMEMBMASTERRowChanged != null)) {
this.MBMEMBMASTERRowChanged(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowChanging != null)) {
this.MBMEMBMASTERRowChanging(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleted != null)) {
this.MBMEMBMASTERRowDeleted(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleting != null)) {
this.MBMEMBMASTERRowDeleting(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveMBMEMBMASTERRow(MBMEMBMASTERRow 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 = "MBMEMBMASTERDataTable";
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 KPTEMPRECEIVEDETRow : global::System.Data.DataRow {
private KPTEMPRECEIVEDETDataTable tableKPTEMPRECEIVEDET;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal KPTEMPRECEIVEDETRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableKPTEMPRECEIVEDET = ((KPTEMPRECEIVEDETDataTable)(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.tableKPTEMPRECEIVEDET.COOP_IDColumn]));
}
set {
this[this.tableKPTEMPRECEIVEDET.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string KPSLIP_NO {
get {
return ((string)(this[this.tableKPTEMPRECEIVEDET.KPSLIP_NOColumn]));
}
set {
this[this.tableKPTEMPRECEIVEDET.KPSLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.SEQ_NOColumn]));
}
set {
this[this.tableKPTEMPRECEIVEDET.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.MEMCOOP_IDColumn] = 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.tableKPTEMPRECEIVEDET.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECV_PERIOD {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.RECV_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECV_PERIOD\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.RECV_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REFMEMCOOP_ID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.REFMEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REFMEMCOOP_ID\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.REFMEMCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_MEMBNO {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.REF_MEMBNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_MEMBNO\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.REF_MEMBNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string KEEPITEMTYPE_CODE {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.KEEPITEMTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPITEMTYPE_CODE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.KEEPITEMTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SHRLONTYPE_CODE {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.SHRLONTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.SHRLONTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BIZZCOOP_ID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.BIZZCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BIZZCOOP_ID\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BIZZCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_SEQNO {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.ITEM_SEQNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_SEQNO\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.ITEM_SEQNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.LOANCONTRACT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESCRIPTION {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.DESCRIPTIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.DESCRIPTIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_PAYMENT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYMENT\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PAYMENT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.INTEREST_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYMENT\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.INTEREST_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARREAR_PAYMENT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.INTARREAR_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_PAYMENT\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.INTARREAR_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_PAYMENT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.ITEM_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_PAYMENT\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.ITEM_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_BALANCE {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINTFROM_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVEDET.CALINTFROM_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINTFROM_DATE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.CALINTFROM_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINTTO_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVEDET.CALINTTO_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINTTO_DATE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.CALINTTO_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_PERIOD {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PERIOD\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PERIOD {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.INTEREST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.INTEREST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPRINBALANCE_AMT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFPRINBALANCE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPRINBALANCE_AMT\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFPRINBALANCE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPERIOD {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFPERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFPERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVEDET.BFLASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFLASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BFLASTPAY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVEDET.BFLASTPAY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPAY_DATE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFLASTPAY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFINTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFINTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTMONTH_ARREAR {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFINTMONTH_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTMONTH_ARREAR\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFINTMONTH_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFINTYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTYEAR_ARREAR\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFINTYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPRINCIPAL_ARREAR {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFPRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPRINCIPAL_ARREAR\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFPRINCIPAL_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTRACT_STATUS {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFCONTRACT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTRACT_STATUS\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFCONTRACT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFCONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFCONTLAW_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFCONTRACT_TYPE {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.BFCONTRACT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFCONTRACT_TYPE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.BFCONTRACT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KEEPITEM_STATUS {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.KEEPITEM_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPITEM_STATUS\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.KEEPITEM_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal POSTING_STATUS {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.POSTING_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTING_STATUS\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.POSTING_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime POSTING_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVEDET.POSTING_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSTING_DATE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.POSTING_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.CANCEL_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CANCEL_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVEDET.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ACCID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.CANCEL_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ACCID\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.CANCEL_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_BALANCE {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.ITEM_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_BALANCE\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.ITEM_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cancel {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.cancelColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cancel\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.cancelColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string posting_flag {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVEDET.posting_flagColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'posting_flag\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.posting_flagColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal receipt_imp {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVEDET.receipt_impColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'receipt_imp\' in table \'KPTEMPRECEIVEDET\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVEDET.receipt_impColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVERow KPTEMPRECEIVERowParent {
get {
return ((KPTEMPRECEIVERow)(this.GetParentRow(this.Table.ParentRelations["FK_O039392E3"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["FK_O039392E3"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow MBMEMBMASTERRowParent {
get {
return ((MBMEMBMASTERRow)(this.GetParentRow(this.Table.ParentRelations["FK_994OO4333"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["FK_994OO4333"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.MEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMCOOP_IDNull() {
this[this.tableKPTEMPRECEIVEDET.MEMCOOP_IDColumn] = 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.tableKPTEMPRECEIVEDET.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.tableKPTEMPRECEIVEDET.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 IsRECV_PERIODNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.RECV_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECV_PERIODNull() {
this[this.tableKPTEMPRECEIVEDET.RECV_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREFMEMCOOP_IDNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.REFMEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREFMEMCOOP_IDNull() {
this[this.tableKPTEMPRECEIVEDET.REFMEMCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_MEMBNONull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.REF_MEMBNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_MEMBNONull() {
this[this.tableKPTEMPRECEIVEDET.REF_MEMBNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPITEMTYPE_CODENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.KEEPITEMTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPITEMTYPE_CODENull() {
this[this.tableKPTEMPRECEIVEDET.KEEPITEMTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHRLONTYPE_CODENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.SHRLONTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHRLONTYPE_CODENull() {
this[this.tableKPTEMPRECEIVEDET.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBIZZCOOP_IDNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BIZZCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBIZZCOOP_IDNull() {
this[this.tableKPTEMPRECEIVEDET.BIZZCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_SEQNONull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.ITEM_SEQNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_SEQNONull() {
this[this.tableKPTEMPRECEIVEDET.ITEM_SEQNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCONTRACT_NONull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.LOANCONTRACT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCONTRACT_NONull() {
this[this.tableKPTEMPRECEIVEDET.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESCRIPTIONNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.DESCRIPTIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESCRIPTIONNull() {
this[this.tableKPTEMPRECEIVEDET.DESCRIPTIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODNull() {
this[this.tableKPTEMPRECEIVEDET.PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_PAYMENTNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.PRINCIPAL_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_PAYMENTNull() {
this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PAYMENTNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.INTEREST_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PAYMENTNull() {
this[this.tableKPTEMPRECEIVEDET.INTEREST_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARREAR_PAYMENTNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.INTARREAR_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARREAR_PAYMENTNull() {
this[this.tableKPTEMPRECEIVEDET.INTARREAR_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_PAYMENTNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.ITEM_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_PAYMENTNull() {
this[this.tableKPTEMPRECEIVEDET.ITEM_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_BALANCENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.PRINCIPAL_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_BALANCENull() {
this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINTFROM_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.CALINTFROM_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINTFROM_DATENull() {
this[this.tableKPTEMPRECEIVEDET.CALINTFROM_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINTTO_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.CALINTTO_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINTTO_DATENull() {
this[this.tableKPTEMPRECEIVEDET.CALINTTO_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_PERIODNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.PRINCIPAL_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_PERIODNull() {
this[this.tableKPTEMPRECEIVEDET.PRINCIPAL_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PERIODNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.INTEREST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PERIODNull() {
this[this.tableKPTEMPRECEIVEDET.INTEREST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPRINBALANCE_AMTNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFPRINBALANCE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPRINBALANCE_AMTNull() {
this[this.tableKPTEMPRECEIVEDET.BFPRINBALANCE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPERIODNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFPERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPERIODNull() {
this[this.tableKPTEMPRECEIVEDET.BFPERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTCALINT_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFLASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTCALINT_DATENull() {
this[this.tableKPTEMPRECEIVEDET.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFLASTPAY_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFLASTPAY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFLASTPAY_DATENull() {
this[this.tableKPTEMPRECEIVEDET.BFLASTPAY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTEREST_ARREARNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFINTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTEREST_ARREARNull() {
this[this.tableKPTEMPRECEIVEDET.BFINTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTMONTH_ARREARNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFINTMONTH_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTMONTH_ARREARNull() {
this[this.tableKPTEMPRECEIVEDET.BFINTMONTH_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTYEAR_ARREARNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFINTYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTYEAR_ARREARNull() {
this[this.tableKPTEMPRECEIVEDET.BFINTYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPRINCIPAL_ARREARNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFPRINCIPAL_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPRINCIPAL_ARREARNull() {
this[this.tableKPTEMPRECEIVEDET.BFPRINCIPAL_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTRACT_STATUSNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFCONTRACT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTRACT_STATUSNull() {
this[this.tableKPTEMPRECEIVEDET.BFCONTRACT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTLAW_STATUSNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFCONTLAW_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTLAW_STATUSNull() {
this[this.tableKPTEMPRECEIVEDET.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFCONTRACT_TYPENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.BFCONTRACT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFCONTRACT_TYPENull() {
this[this.tableKPTEMPRECEIVEDET.BFCONTRACT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPITEM_STATUSNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.KEEPITEM_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPITEM_STATUSNull() {
this[this.tableKPTEMPRECEIVEDET.KEEPITEM_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTING_STATUSNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.POSTING_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTING_STATUSNull() {
this[this.tableKPTEMPRECEIVEDET.POSTING_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSTING_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.POSTING_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSTING_DATENull() {
this[this.tableKPTEMPRECEIVEDET.POSTING_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_IDNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.CANCEL_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_IDNull() {
this[this.tableKPTEMPRECEIVEDET.CANCEL_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.CANCEL_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_DATENull() {
this[this.tableKPTEMPRECEIVEDET.CANCEL_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_ACCIDNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.CANCEL_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_ACCIDNull() {
this[this.tableKPTEMPRECEIVEDET.CANCEL_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_BALANCENull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.ITEM_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_BALANCENull() {
this[this.tableKPTEMPRECEIVEDET.ITEM_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscancelNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.cancelColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcancelNull() {
this[this.tableKPTEMPRECEIVEDET.cancelColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isposting_flagNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.posting_flagColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setposting_flagNull() {
this[this.tableKPTEMPRECEIVEDET.posting_flagColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isreceipt_impNull() {
return this.IsNull(this.tableKPTEMPRECEIVEDET.receipt_impColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setreceipt_impNull() {
this[this.tableKPTEMPRECEIVEDET.receipt_impColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class KPTEMPRECEIVERow : global::System.Data.DataRow {
private KPTEMPRECEIVEDataTable tableKPTEMPRECEIVE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal KPTEMPRECEIVERow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableKPTEMPRECEIVE = ((KPTEMPRECEIVEDataTable)(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.tableKPTEMPRECEIVE.COOP_IDColumn]));
}
set {
this[this.tableKPTEMPRECEIVE.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string KPSLIP_NO {
get {
return ((string)(this[this.tableKPTEMPRECEIVE.KPSLIP_NOColumn]));
}
set {
this[this.tableKPTEMPRECEIVE.KPSLIP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MEMCOOP_IDColumn] = 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.tableKPTEMPRECEIVE.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECV_PERIOD {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.RECV_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECV_PERIOD\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.RECV_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REFMEMCOOP_ID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.REFMEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REFMEMCOOP_ID\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.REFMEMCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_MEMBNO {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.REF_MEMBNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_MEMBNO\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.REF_MEMBNOColumn] = 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.tableKPTEMPRECEIVE.MEMBTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MEMBTYPE_CODEColumn] = 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.tableKPTEMPRECEIVE.DEPARTMENT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPARTMENT_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.DEPARTMENT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBSECTION_CODE {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.MEMBSECTION_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBSECTION_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MEMBSECTION_CODEColumn] = 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.tableKPTEMPRECEIVE.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PROCESS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVE.PROCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROCESS_DATE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.PROCESS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECEIPT_NO {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.RECEIPT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_NO\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.RECEIPT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RECEIPT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVE.RECEIPT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_DATE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.RECEIPT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableKPTEMPRECEIVE.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTKBF_VALUE {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.SHARESTKBF_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTKBF_VALUE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.SHARESTKBF_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_VALUE {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.SHARESTK_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_VALUE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.SHARESTK_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ACCUM {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.INTEREST_ACCUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.INTEREST_ACCUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KEEPING_STATUS {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.KEEPING_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPING_STATUS\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.KEEPING_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RECEIVE_AMT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.RECEIVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIVE_AMT\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.RECEIVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEY_TEXT {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.MONEY_TEXTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEY_TEXT\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MONEY_TEXTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string GRT_LIST {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.GRT_LISTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRT_LIST\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.GRT_LISTColumn] = 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.tableKPTEMPRECEIVE.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TOFROM_ACCID {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.TOFROM_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.TOFROM_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAY_STATUS {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.MISSPAY_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAY_STATUS\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.MISSPAY_STATUSColumn] = 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.tableKPTEMPRECEIVE.BANK_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.BANK_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_BRANCH\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.BANK_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BANK_ACCID\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.BANK_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RECEIPT_AMT {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.RECEIPT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_AMT\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.RECEIPT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RECEIPT_AMTTEXT {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.RECEIPT_AMTTEXTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPT_AMTTEXT\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.RECEIPT_AMTTEXTColumn] = 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.tableKPTEMPRECEIVE.EXPENSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_SEQ_NO {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.LAST_SEQ_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_SEQ_NO\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.LAST_SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SAVEDISK_TYPE {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.SAVEDISK_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SAVEDISK_TYPE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.SAVEDISK_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRTYPE_CODE {
get {
try {
return ((string)(this[this.tableKPTEMPRECEIVE.TRTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRTYPE_CODE\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.TRTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KEEPSAL_FLAG {
get {
try {
return ((decimal)(this[this.tableKPTEMPRECEIVE.KEEPSAL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPSAL_FLAG\' in table \'KPTEMPRECEIVE\' is DBNull.", e);
}
}
set {
this[this.tableKPTEMPRECEIVE.KEEPSAL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int NUMBER {
get {
return ((int)(this[this.tableKPTEMPRECEIVE.NUMBERColumn]));
}
set {
this[this.tableKPTEMPRECEIVE.NUMBERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow MBMEMBMASTERRowParent {
get {
return ((MBMEMBMASTERRow)(this.GetParentRow(this.Table.ParentRelations["FK_EE33RRR444"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["FK_EE33RRR444"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.MEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMCOOP_IDNull() {
this[this.tableKPTEMPRECEIVE.MEMCOOP_IDColumn] = 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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsRECV_PERIODNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.RECV_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECV_PERIODNull() {
this[this.tableKPTEMPRECEIVE.RECV_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREFMEMCOOP_IDNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.REFMEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREFMEMCOOP_IDNull() {
this[this.tableKPTEMPRECEIVE.REFMEMCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_MEMBNONull() {
return this.IsNull(this.tableKPTEMPRECEIVE.REF_MEMBNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_MEMBNONull() {
this[this.tableKPTEMPRECEIVE.REF_MEMBNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTYPE_CODENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsDEPARTMENT_CODENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsMEMBSECTION_CODENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.MEMBSECTION_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBSECTION_CODENull() {
this[this.tableKPTEMPRECEIVE.MEMBSECTION_CODEColumn] = 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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsPROCESS_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.PROCESS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROCESS_DATENull() {
this[this.tableKPTEMPRECEIVE.PROCESS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPT_NONull() {
return this.IsNull(this.tableKPTEMPRECEIVE.RECEIPT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_NONull() {
this[this.tableKPTEMPRECEIVE.RECEIPT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPT_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.RECEIPT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_DATENull() {
this[this.tableKPTEMPRECEIVE.RECEIPT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.OPERATE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_DATENull() {
this[this.tableKPTEMPRECEIVE.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTKBF_VALUENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.SHARESTKBF_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTKBF_VALUENull() {
this[this.tableKPTEMPRECEIVE.SHARESTKBF_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_VALUENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.SHARESTK_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_VALUENull() {
this[this.tableKPTEMPRECEIVE.SHARESTK_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ACCUMNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.INTEREST_ACCUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ACCUMNull() {
this[this.tableKPTEMPRECEIVE.INTEREST_ACCUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPING_STATUSNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.KEEPING_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPING_STATUSNull() {
this[this.tableKPTEMPRECEIVE.KEEPING_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIVE_AMTNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.RECEIVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIVE_AMTNull() {
this[this.tableKPTEMPRECEIVE.RECEIVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEY_TEXTNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.MONEY_TEXTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEY_TEXTNull() {
this[this.tableKPTEMPRECEIVE.MONEY_TEXTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRT_LISTNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.GRT_LISTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRT_LISTNull() {
this[this.tableKPTEMPRECEIVE.GRT_LISTColumn] = global::System.Convert.DBNull;
}
[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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsTOFROM_ACCIDNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.TOFROM_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTOFROM_ACCIDNull() {
this[this.tableKPTEMPRECEIVE.TOFROM_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAY_STATUSNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.MISSPAY_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAY_STATUSNull() {
this[this.tableKPTEMPRECEIVE.MISSPAY_STATUSColumn] = 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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsRECEIPT_AMTNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.RECEIPT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_AMTNull() {
this[this.tableKPTEMPRECEIVE.RECEIPT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPT_AMTTEXTNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.RECEIPT_AMTTEXTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPT_AMTTEXTNull() {
this[this.tableKPTEMPRECEIVE.RECEIPT_AMTTEXTColumn] = 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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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.tableKPTEMPRECEIVE.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 IsLAST_SEQ_NONull() {
return this.IsNull(this.tableKPTEMPRECEIVE.LAST_SEQ_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_SEQ_NONull() {
this[this.tableKPTEMPRECEIVE.LAST_SEQ_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSAVEDISK_TYPENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.SAVEDISK_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSAVEDISK_TYPENull() {
this[this.tableKPTEMPRECEIVE.SAVEDISK_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRTYPE_CODENull() {
return this.IsNull(this.tableKPTEMPRECEIVE.TRTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRTYPE_CODENull() {
this[this.tableKPTEMPRECEIVE.TRTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPSAL_FLAGNull() {
return this.IsNull(this.tableKPTEMPRECEIVE.KEEPSAL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPSAL_FLAGNull() {
this[this.tableKPTEMPRECEIVE.KEEPSAL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDETRow[] GetKPTEMPRECEIVEDETRows() {
if ((this.Table.ChildRelations["FK_O039392E3"] == null)) {
return new KPTEMPRECEIVEDETRow[0];
}
else {
return ((KPTEMPRECEIVEDETRow[])(base.GetChildRows(this.Table.ChildRelations["FK_O039392E3"])));
}
}
}
///
///Represents strongly named DataRow class.
///
public partial class MBMEMBMASTERRow : global::System.Data.DataRow {
private MBMEMBMASTERDataTable tableMBMEMBMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(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.tableMBMEMBMASTER.COOP_IDColumn]));
}
set {
this[this.tableMBMEMBMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableMBMEMBMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PRENAME_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MEMB_ENAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ENAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MEMB_ESURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ESURNAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = 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.tableMBMEMBMASTER.MEMBTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SIGNATURE_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIGNATURE_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn] = 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.tableMBMEMBMASTER.BIRTH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.BIRTH_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBER_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.MEMBER_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DEAD_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DEAD_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEAD_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DEAD_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DEAD_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.DEAD_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEAD_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DEAD_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETRY_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.RETRY_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RETRY_STATUSColumn] = 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.tableMBMEMBMASTER.RETRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RETRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RESIGN_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.RESIGN_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RESIGN_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RESIGN_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.RESIGN_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RESIGN_DATEColumn] = 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.tableMBMEMBMASTER.RESIGNCAUSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGNCAUSE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RESIGNCAUSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.CLOSE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSE_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CLOSE_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.tableMBMEMBMASTER.SEXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEX\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SEXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MARIAGE_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MARIAGE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MARIAGE_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MARIAGE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_NO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_MOO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_SOI {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_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.tableMBMEMBMASTER.TAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string AMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.AMPHUR_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.tableMBMEMBMASTER.PROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_MOBILEPHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_MOBILEPHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn] = 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.tableMBMEMBMASTER.CURRADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRTAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRTAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRAMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRAMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRPROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRPROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.CURRADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_EMAIL {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_EMAILColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_EMAIL\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_EMAILColumn] = 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.tableMBMEMBMASTER.MEM_TELWORKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_TELWORK\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEM_TELWORKColumn] = 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.tableMBMEMBMASTER.MATE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_NAMEColumn] = 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.tableMBMEMBMASTER.CARD_PERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CARD_PERSON\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CARD_PERSONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CARD_TAX {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CARD_TAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CARD_TAX\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CARD_TAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_CARD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_CARD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_CARDColumn] = 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.tableMBMEMBMASTER.WORK_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.WORK_DATEColumn] = 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.tableMBMEMBMASTER.POSITION_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSITION_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.POSITION_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSITION_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.LEVEL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEVEL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.LEVEL_CODEColumn] = 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.tableMBMEMBMASTER.DEPARTMENT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPARTMENT_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DEPARTMENT_CODEColumn] = 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.tableMBMEMBMASTER.SALARY_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMOUNT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn] = 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.tableMBMEMBMASTER.SALARY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_ID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SALARY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIRSTFEE_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIRSTFEE_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn] = 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.tableMBMEMBMASTER.MEMREF_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMREF_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMREF_FLAGColumn] = 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.tableMBMEMBMASTER.MEMBER_REFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_REF\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_REFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KLONGTOON_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KLONGTOON_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal HAVE_GAIN {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.HAVE_GAINColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'HAVE_GAIN\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.HAVE_GAINColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAUSEKEEP_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAUSEKEEP_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PAUSEKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAUSEKEEP_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime FIRST_KEEPDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIRST_KEEPDATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNPROVIDENTFUND_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNPROVIDENTFUND_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ALLOWLOAN_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ALLOWLOAN_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DROPGURANTEE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DROPGURANTEE_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRANSRIGHT_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRANSRIGHT_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DROPLOANALL_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DROPLOANALL_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DIVIDEND_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVIDEND_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal AVERAGE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.AVERAGE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AVERAGE_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.AVERAGE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQUEST_DIVAVG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_DIVAVG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn] = 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.tableMBMEMBMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.REMARKColumn] = 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.tableMBMEMBMASTER.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DIVAVGSHOW_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVAVGSHOW_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINTRECEIPTADDR_TYPE {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINTRECEIPTADDR_TYPE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string WEB_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.WEB_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEB_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.WEB_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string IVR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.IVR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'IVR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.IVR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBTRANS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTRANS_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCUM_INTEREST {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.ACCUM_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCUM_INTEREST\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ACCUM_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUMINT_LASTYEAR {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUMINT_LASTYEAR\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAYLON_AMT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAYLON_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAYSHR_AMT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAYSHR_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MATE_MBFLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MATE_MBFLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_MBFLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_MBFLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_MBNO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATE_MBNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_MBNO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_MBNOColumn] = 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.tableMBMEMBMASTER.EXPENSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPL_DOCNO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.APPL_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPL_DOCNO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.APPLTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLTYPE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.APPLTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPOUNDKEEP_GROUP {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_GROUP\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUNDKEEP_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUNDKEEP_PERIOD {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_PERIOD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDKEEP_DUEDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_DUEDATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDKEEP_NMLDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_NMLDATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSURANCE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.INSURANCE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSURANCE_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.INSURANCE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CREMATION_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.CREMATION_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CREMATION_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CREMATION_STATUSColumn] = 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.tableMBMEMBMASTER.NATIONALITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NATIONALITY\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.NATIONALITYColumn] = 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.tableMBMEMBMASTER.INCOMEETC_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INCOMEETC_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.INCOMEETC_AMTColumn] = 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.tableMBMEMBMASTER.FATHER_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FATHER_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATHER_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATHER_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATHER_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SUBGROUP_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.SUBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SUBGROUP_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.tableMBMEMBMASTER.EMP_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EMP_TYPE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EMP_TYPEColumn] = 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.tableMBMEMBMASTER.MATEADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATETAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATETAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEAMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEAMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEPROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEPROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATEADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.LASTKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTKEEP_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.LASTKEEP_DATEColumn] = 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.tableMBMEMBMASTER.MATE_CARDPERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_CARDPERSON\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.MATE_SALARYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_SALARYID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_SALARYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYID {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYIP {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYIP\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KEEPSAL_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPSAL_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn] = 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.tableMBMEMBMASTER.TAMBOL_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string member_group {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.member_groupColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'member_group\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.member_groupColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string member_typet {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.member_typetColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'member_typet\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.member_typetColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string member_name {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.member_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'member_name\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.member_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string member_statust {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.member_statustColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'member_statust\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.member_statustColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsMEMBTYPE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsSIGNATURE_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSIGNATURE_NAMENull() {
this[this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsMEMBER_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_DATENull() {
this[this.tableMBMEMBMASTER.MEMBER_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEAD_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.DEAD_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEAD_STATUSNull() {
this[this.tableMBMEMBMASTER.DEAD_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEAD_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.DEAD_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEAD_DATENull() {
this[this.tableMBMEMBMASTER.DEAD_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_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.RETRY_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_STATUSNull() {
this[this.tableMBMEMBMASTER.RETRY_STATUSColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsRESIGN_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.RESIGN_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGN_STATUSNull() {
this[this.tableMBMEMBMASTER.RESIGN_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGN_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.RESIGN_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGN_DATENull() {
this[this.tableMBMEMBMASTER.RESIGN_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGNCAUSE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsCLOSE_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.CLOSE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSE_DATENull() {
this[this.tableMBMEMBMASTER.CLOSE_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.tableMBMEMBMASTER.SEXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEXNull() {
this[this.tableMBMEMBMASTER.SEXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMARIAGE_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.MARIAGE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMARIAGE_STATUSNull() {
this[this.tableMBMEMBMASTER.MARIAGE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_NONull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_NONull() {
this[this.tableMBMEMBMASTER.ADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_MOONull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_MOONull() {
this[this.tableMBMEMBMASTER.ADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_SOINull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_SOINull() {
this[this.tableMBMEMBMASTER.ADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_VILLAGENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_VILLAGENull() {
this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_ROADNull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_ROADNull() {
this[this.tableMBMEMBMASTER.ADDR_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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsAMPHUR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.AMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAMPHUR_CODENull() {
this[this.tableMBMEMBMASTER.AMPHUR_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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsADDR_POSTCODENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_POSTCODENull() {
this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_PHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_PHONENull() {
this[this.tableMBMEMBMASTER.ADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_MOBILEPHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_MOBILEPHONENull() {
this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsADDR_EMAILNull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_EMAILColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_EMAILNull() {
this[this.tableMBMEMBMASTER.ADDR_EMAILColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsMATE_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsCARD_PERSONNull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsCARD_TAXNull() {
return this.IsNull(this.tableMBMEMBMASTER.CARD_TAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCARD_TAXNull() {
this[this.tableMBMEMBMASTER.CARD_TAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_CARDNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_CARDNull() {
this[this.tableMBMEMBMASTER.MEMBER_CARDColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsPOSITION_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsDEPARTMENT_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsSALARY_AMOUNTNull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsSALARY_IDNull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsFIRSTFEE_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIRSTFEE_STATUSNull() {
this[this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_STATUSNull() {
this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsMEMBER_REFNull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsKLONGTOON_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKLONGTOON_FLAGNull() {
this[this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsHAVE_GAINNull() {
return this.IsNull(this.tableMBMEMBMASTER.HAVE_GAINColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetHAVE_GAINNull() {
this[this.tableMBMEMBMASTER.HAVE_GAINColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAUSEKEEP_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAUSEKEEP_FLAGNull() {
this[this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAUSEKEEP_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAUSEKEEP_DATENull() {
this[this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIRST_KEEPDATENull() {
return this.IsNull(this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIRST_KEEPDATENull() {
this[this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNPROVIDENTFUND_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNPROVIDENTFUND_FLAGNull() {
this[this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsALLOWLOAN_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetALLOWLOAN_FLAGNull() {
this[this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDROPGURANTEE_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDROPGURANTEE_FLAGNull() {
this[this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRANSRIGHT_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRANSRIGHT_FLAGNull() {
this[this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDROPLOANALL_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDROPLOANALL_FLAGNull() {
this[this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVIDEND_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVIDEND_FLAGNull() {
this[this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAVERAGE_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.AVERAGE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAVERAGE_FLAGNull() {
this[this.tableMBMEMBMASTER.AVERAGE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSEQUEST_DIVAVGNull() {
return this.IsNull(this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEQUEST_DIVAVGNull() {
this[this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn] = 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.tableMBMEMBMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableMBMEMBMASTER.REMARKColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsDIVAVGSHOW_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVAVGSHOW_FLAGNull() {
this[this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINTRECEIPTADDR_TYPENull() {
return this.IsNull(this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINTRECEIPTADDR_TYPENull() {
this[this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEB_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.WEB_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEB_CODENull() {
this[this.tableMBMEMBMASTER.WEB_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsIVR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.IVR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetIVR_CODENull() {
this[this.tableMBMEMBMASTER.IVR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTRANS_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTRANS_DATENull() {
this[this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCUM_INTERESTNull() {
return this.IsNull(this.tableMBMEMBMASTER.ACCUM_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCUM_INTERESTNull() {
this[this.tableMBMEMBMASTER.ACCUM_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUMINT_LASTYEARNull() {
return this.IsNull(this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUMINT_LASTYEARNull() {
this[this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAYLON_AMTNull() {
return this.IsNull(this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAYLON_AMTNull() {
this[this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAYSHR_AMTNull() {
return this.IsNull(this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAYSHR_AMTNull() {
this[this.tableMBMEMBMASTER.MISSPAYSHR_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_MBFLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_MBFLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_MBFLAGNull() {
this[this.tableMBMEMBMASTER.MATE_MBFLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_MBNONull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_MBNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_MBNONull() {
this[this.tableMBMEMBMASTER.MATE_MBNOColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsAPPL_DOCNONull() {
return this.IsNull(this.tableMBMEMBMASTER.APPL_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPL_DOCNONull() {
this[this.tableMBMEMBMASTER.APPL_DOCNOColumn] = global::System.Convert.DBNull;
}
[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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsCOMPOUNDKEEP_GROUPNull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_GROUPNull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_DATENull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_STATUSNull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_PERIODNull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_PERIODNull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_DUEDATENull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_DUEDATENull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_NMLDATENull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_NMLDATENull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSURANCE_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.INSURANCE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSURANCE_FLAGNull() {
this[this.tableMBMEMBMASTER.INSURANCE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCREMATION_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.CREMATION_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCREMATION_STATUSNull() {
this[this.tableMBMEMBMASTER.CREMATION_STATUSColumn] = 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.tableMBMEMBMASTER.NATIONALITYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNATIONALITYNull() {
this[this.tableMBMEMBMASTER.NATIONALITYColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsFATHER_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsSUBGROUP_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.SUBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBGROUP_CODENull() {
this[this.tableMBMEMBMASTER.SUBGROUP_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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsMATEADDR_NONull() {
return this.IsNull(this.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsLASTKEEP_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.LASTKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTKEEP_DATENull() {
this[this.tableMBMEMBMASTER.LASTKEEP_DATEColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 IsUPDATE_BYENTRYIDNull() {
return this.IsNull(this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIDNull() {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIPNull() {
return this.IsNull(this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIPNull() {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPSAL_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPSAL_FLAGNull() {
this[this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn] = 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.tableMBMEMBMASTER.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.tableMBMEMBMASTER.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 Ismember_groupNull() {
return this.IsNull(this.tableMBMEMBMASTER.member_groupColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmember_groupNull() {
this[this.tableMBMEMBMASTER.member_groupColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismember_typetNull() {
return this.IsNull(this.tableMBMEMBMASTER.member_typetColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmember_typetNull() {
this[this.tableMBMEMBMASTER.member_typetColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismember_nameNull() {
return this.IsNull(this.tableMBMEMBMASTER.member_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmember_nameNull() {
this[this.tableMBMEMBMASTER.member_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismember_statustNull() {
return this.IsNull(this.tableMBMEMBMASTER.member_statustColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmember_statustNull() {
this[this.tableMBMEMBMASTER.member_statustColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVEDETRow[] GetKPTEMPRECEIVEDETRows() {
if ((this.Table.ChildRelations["FK_994OO4333"] == null)) {
return new KPTEMPRECEIVEDETRow[0];
}
else {
return ((KPTEMPRECEIVEDETRow[])(base.GetChildRows(this.Table.ChildRelations["FK_994OO4333"])));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public KPTEMPRECEIVERow[] GetKPTEMPRECEIVERows() {
if ((this.Table.ChildRelations["FK_EE33RRR444"] == null)) {
return new KPTEMPRECEIVERow[0];
}
else {
return ((KPTEMPRECEIVERow[])(base.GetChildRows(this.Table.ChildRelations["FK_EE33RRR444"])));
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class KPTEMPRECEIVEDETRowChangeEvent : global::System.EventArgs {
private KPTEMPRECEIVEDETRow 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 KPTEMPRECEIVEDETRowChangeEvent(KPTEMPRECEIVEDETRow 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 KPTEMPRECEIVEDETRow 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 KPTEMPRECEIVERowChangeEvent : global::System.EventArgs {
private KPTEMPRECEIVERow 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 KPTEMPRECEIVERowChangeEvent(KPTEMPRECEIVERow 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 KPTEMPRECEIVERow 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 MBMEMBMASTERRowChangeEvent : global::System.EventArgs {
private MBMEMBMASTERRow 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 MBMEMBMASTERRowChangeEvent(MBMEMBMASTERRow 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 MBMEMBMASTERRow 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.keeping.w_sheet_kp_adjust_kptp_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 KPTEMPRECEIVEDETTableAdapter : 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 KPTEMPRECEIVEDETTableAdapter() {
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 = "KPTEMPRECEIVEDET";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("KPSLIP_NO", "KPSLIP_NO");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("RECV_PERIOD", "RECV_PERIOD");
tableMapping.ColumnMappings.Add("REFMEMCOOP_ID", "REFMEMCOOP_ID");
tableMapping.ColumnMappings.Add("REF_MEMBNO", "REF_MEMBNO");
tableMapping.ColumnMappings.Add("KEEPITEMTYPE_CODE", "KEEPITEMTYPE_CODE");
tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE");
tableMapping.ColumnMappings.Add("BIZZCOOP_ID", "BIZZCOOP_ID");
tableMapping.ColumnMappings.Add("ITEM_SEQNO", "ITEM_SEQNO");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("DESCRIPTION", "DESCRIPTION");
tableMapping.ColumnMappings.Add("PERIOD", "PERIOD");
tableMapping.ColumnMappings.Add("PRINCIPAL_PAYMENT", "PRINCIPAL_PAYMENT");
tableMapping.ColumnMappings.Add("INTEREST_PAYMENT", "INTEREST_PAYMENT");
tableMapping.ColumnMappings.Add("INTARREAR_PAYMENT", "INTARREAR_PAYMENT");
tableMapping.ColumnMappings.Add("ITEM_PAYMENT", "ITEM_PAYMENT");
tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE");
tableMapping.ColumnMappings.Add("CALINTFROM_DATE", "CALINTFROM_DATE");
tableMapping.ColumnMappings.Add("CALINTTO_DATE", "CALINTTO_DATE");
tableMapping.ColumnMappings.Add("PRINCIPAL_PERIOD", "PRINCIPAL_PERIOD");
tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD");
tableMapping.ColumnMappings.Add("BFPRINBALANCE_AMT", "BFPRINBALANCE_AMT");
tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD");
tableMapping.ColumnMappings.Add("BFLASTCALINT_DATE", "BFLASTCALINT_DATE");
tableMapping.ColumnMappings.Add("BFLASTPAY_DATE", "BFLASTPAY_DATE");
tableMapping.ColumnMappings.Add("BFINTEREST_ARREAR", "BFINTEREST_ARREAR");
tableMapping.ColumnMappings.Add("BFINTMONTH_ARREAR", "BFINTMONTH_ARREAR");
tableMapping.ColumnMappings.Add("BFINTYEAR_ARREAR", "BFINTYEAR_ARREAR");
tableMapping.ColumnMappings.Add("BFPRINCIPAL_ARREAR", "BFPRINCIPAL_ARREAR");
tableMapping.ColumnMappings.Add("BFCONTRACT_STATUS", "BFCONTRACT_STATUS");
tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS");
tableMapping.ColumnMappings.Add("BFCONTRACT_TYPE", "BFCONTRACT_TYPE");
tableMapping.ColumnMappings.Add("KEEPITEM_STATUS", "KEEPITEM_STATUS");
tableMapping.ColumnMappings.Add("POSTING_STATUS", "POSTING_STATUS");
tableMapping.ColumnMappings.Add("POSTING_DATE", "POSTING_DATE");
tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("CANCEL_ACCID", "CANCEL_ACCID");
tableMapping.ColumnMappings.Add("ITEM_BALANCE", "ITEM_BALANCE");
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 \"KPTEMPRECEIVEDET\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"KPSLI" +
"P_NO\" = :Original_KPSLIP_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""KPTEMPRECEIVEDET"" (""COOP_ID"", ""KPSLIP_NO"", ""SEQ_NO"", ""MEMCOOP_ID"", ""MEMBER_NO"", ""RECV_PERIOD"", ""REFMEMCOOP_ID"", ""REF_MEMBNO"", ""KEEPITEMTYPE_CODE"", ""SHRLONTYPE_CODE"", ""BIZZCOOP_ID"", ""ITEM_SEQNO"", ""LOANCONTRACT_NO"", ""DESCRIPTION"", ""PERIOD"", ""PRINCIPAL_PAYMENT"", ""INTEREST_PAYMENT"", ""INTARREAR_PAYMENT"", ""ITEM_PAYMENT"", ""PRINCIPAL_BALANCE"", ""CALINTFROM_DATE"", ""CALINTTO_DATE"", ""PRINCIPAL_PERIOD"", ""INTEREST_PERIOD"", ""BFPRINBALANCE_AMT"", ""BFPERIOD"", ""BFLASTCALINT_DATE"", ""BFLASTPAY_DATE"", ""BFINTEREST_ARREAR"", ""BFINTMONTH_ARREAR"", ""BFINTYEAR_ARREAR"", ""BFPRINCIPAL_ARREAR"", ""BFCONTRACT_STATUS"", ""BFCONTLAW_STATUS"", ""BFCONTRACT_TYPE"", ""KEEPITEM_STATUS"", ""POSTING_STATUS"", ""POSTING_DATE"", ""CANCEL_ID"", ""CANCEL_DATE"", ""CANCEL_ACCID"", ""ITEM_BALANCE"") VALUES (:COOP_ID, :KPSLIP_NO, :SEQ_NO, :MEMCOOP_ID, :MEMBER_NO, :RECV_PERIOD, :REFMEMCOOP_ID, :REF_MEMBNO, :KEEPITEMTYPE_CODE, :SHRLONTYPE_CODE, :BIZZCOOP_ID, :ITEM_SEQNO, :LOANCONTRACT_NO, :DESCRIPTION, :PERIOD, :PRINCIPAL_PAYMENT, :INTEREST_PAYMENT, :INTARREAR_PAYMENT, :ITEM_PAYMENT, :PRINCIPAL_BALANCE, :CALINTFROM_DATE, :CALINTTO_DATE, :PRINCIPAL_PERIOD, :INTEREST_PERIOD, :BFPRINBALANCE_AMT, :BFPERIOD, :BFLASTCALINT_DATE, :BFLASTPAY_DATE, :BFINTEREST_ARREAR, :BFINTMONTH_ARREAR, :BFINTYEAR_ARREAR, :BFPRINCIPAL_ARREAR, :BFCONTRACT_STATUS, :BFCONTLAW_STATUS, :BFCONTRACT_TYPE, :KEEPITEM_STATUS, :POSTING_STATUS, :POSTING_DATE, :CANCEL_ID, :CANCEL_DATE, :CANCEL_ACCID, :ITEM_BALANCE)";
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("KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", 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("RECV_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECV_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFMEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REFMEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_MEMBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_MEMBNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KEEPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BIZZCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BIZZCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_SEQNO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_SEQNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESCRIPTION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESCRIPTION", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINTFROM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINTFROM_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINTTO_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINTTO_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINBALANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINBALANCE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPAY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTRACT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTRACT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTRACT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTRACT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTING_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "POSTING_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "POSTING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_BALANCE", 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 \"KPTEMPRECEIVEDET\" SET \"COOP_ID\" = :COOP_ID, \"KPSLIP_NO\" = :KPSLIP_NO, \"SE" +
"Q_NO\" = :SEQ_NO, \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"RECV_PER" +
"IOD\" = :RECV_PERIOD, \"REFMEMCOOP_ID\" = :REFMEMCOOP_ID, \"REF_MEMBNO\" = :REF_MEMBN" +
"O, \"KEEPITEMTYPE_CODE\" = :KEEPITEMTYPE_CODE, \"SHRLONTYPE_CODE\" = :SHRLONTYPE_COD" +
"E, \"BIZZCOOP_ID\" = :BIZZCOOP_ID, \"ITEM_SEQNO\" = :ITEM_SEQNO, \"LOANCONTRACT_NO\" =" +
" :LOANCONTRACT_NO, \"DESCRIPTION\" = :DESCRIPTION, \"PERIOD\" = :PERIOD, \"PRINCIPAL_" +
"PAYMENT\" = :PRINCIPAL_PAYMENT, \"INTEREST_PAYMENT\" = :INTEREST_PAYMENT, \"INTARREA" +
"R_PAYMENT\" = :INTARREAR_PAYMENT, \"ITEM_PAYMENT\" = :ITEM_PAYMENT, \"PRINCIPAL_BALA" +
"NCE\" = :PRINCIPAL_BALANCE, \"CALINTFROM_DATE\" = :CALINTFROM_DATE, \"CALINTTO_DATE\"" +
" = :CALINTTO_DATE, \"PRINCIPAL_PERIOD\" = :PRINCIPAL_PERIOD, \"INTEREST_PERIOD\" = :" +
"INTEREST_PERIOD, \"BFPRINBALANCE_AMT\" = :BFPRINBALANCE_AMT, \"BFPERIOD\" = :BFPERIO" +
"D, \"BFLASTCALINT_DATE\" = :BFLASTCALINT_DATE, \"BFLASTPAY_DATE\" = :BFLASTPAY_DATE," +
" \"BFINTEREST_ARREAR\" = :BFINTEREST_ARREAR, \"BFINTMONTH_ARREAR\" = :BFINTMONTH_ARR" +
"EAR, \"BFINTYEAR_ARREAR\" = :BFINTYEAR_ARREAR, \"BFPRINCIPAL_ARREAR\" = :BFPRINCIPAL" +
"_ARREAR, \"BFCONTRACT_STATUS\" = :BFCONTRACT_STATUS, \"BFCONTLAW_STATUS\" = :BFCONTL" +
"AW_STATUS, \"BFCONTRACT_TYPE\" = :BFCONTRACT_TYPE, \"KEEPITEM_STATUS\" = :KEEPITEM_S" +
"TATUS, \"POSTING_STATUS\" = :POSTING_STATUS, \"POSTING_DATE\" = :POSTING_DATE, \"CANC" +
"EL_ID\" = :CANCEL_ID, \"CANCEL_DATE\" = :CANCEL_DATE, \"CANCEL_ACCID\" = :CANCEL_ACCI" +
"D, \"ITEM_BALANCE\" = :ITEM_BALANCE WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"K" +
"PSLIP_NO\" = :Original_KPSLIP_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", 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("RECV_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECV_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFMEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REFMEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_MEMBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_MEMBNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KEEPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BIZZCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BIZZCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_SEQNO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_SEQNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESCRIPTION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESCRIPTION", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINTFROM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINTFROM_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINTTO_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINTTO_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINBALANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINBALANCE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPAY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTRACT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTRACT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTRACT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTRACT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTING_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "POSTING_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSTING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "POSTING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_BALANCE", 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_KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT COOP_ID, KPSLIP_NO, SEQ_NO, MEMCOOP_ID, MEMBER_NO, RECV_PERIOD, REFMEMCOOP_ID, REF_MEMBNO, KEEPITEMTYPE_CODE, SHRLONTYPE_CODE, BIZZCOOP_ID, ITEM_SEQNO, LOANCONTRACT_NO, DESCRIPTION, PERIOD, PRINCIPAL_PAYMENT, INTEREST_PAYMENT, INTARREAR_PAYMENT, ITEM_PAYMENT, PRINCIPAL_BALANCE, CALINTFROM_DATE, CALINTTO_DATE, PRINCIPAL_PERIOD, INTEREST_PERIOD, BFPRINBALANCE_AMT, BFPERIOD, BFLASTCALINT_DATE, BFLASTPAY_DATE, BFINTEREST_ARREAR, BFINTMONTH_ARREAR, BFINTYEAR_ARREAR, BFPRINCIPAL_ARREAR, BFCONTRACT_STATUS, BFCONTLAW_STATUS, BFCONTRACT_TYPE, KEEPITEM_STATUS, POSTING_STATUS, POSTING_DATE, CANCEL_ID, CANCEL_DATE, CANCEL_ACCID, ITEM_BALANCE FROM KPTEMPRECEIVEDET";
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.KPTEMPRECEIVEDETDataTable 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.KPTEMPRECEIVEDETDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.KPTEMPRECEIVEDETDataTable dataTable = new DataSet1.KPTEMPRECEIVEDETDataTable();
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.KPTEMPRECEIVEDETDataTable 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, "KPTEMPRECEIVEDET");
}
[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_KPSLIP_NO, decimal Original_SEQ_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_KPSLIP_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_KPSLIP_NO));
}
this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string KPSLIP_NO,
decimal SEQ_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string KEEPITEMTYPE_CODE,
string SHRLONTYPE_CODE,
string BIZZCOOP_ID,
global::System.Nullable ITEM_SEQNO,
string LOANCONTRACT_NO,
string DESCRIPTION,
global::System.Nullable PERIOD,
global::System.Nullable PRINCIPAL_PAYMENT,
global::System.Nullable INTEREST_PAYMENT,
global::System.Nullable INTARREAR_PAYMENT,
global::System.Nullable ITEM_PAYMENT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable CALINTFROM_DATE,
global::System.Nullable CALINTTO_DATE,
global::System.Nullable PRINCIPAL_PERIOD,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable BFPRINBALANCE_AMT,
global::System.Nullable BFPERIOD,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTPAY_DATE,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable BFINTMONTH_ARREAR,
global::System.Nullable BFINTYEAR_ARREAR,
global::System.Nullable BFPRINCIPAL_ARREAR,
global::System.Nullable BFCONTRACT_STATUS,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFCONTRACT_TYPE,
global::System.Nullable KEEPITEM_STATUS,
global::System.Nullable POSTING_STATUS,
global::System.Nullable POSTING_DATE,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_ACCID,
global::System.Nullable ITEM_BALANCE) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("KPSLIP_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(KPSLIP_NO));
}
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((MEMCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(MEMBER_NO));
}
if ((RECV_PERIOD == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(RECV_PERIOD));
}
if ((REFMEMCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(REFMEMCOOP_ID));
}
if ((REF_MEMBNO == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(REF_MEMBNO));
}
if ((KEEPITEMTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(KEEPITEMTYPE_CODE));
}
if ((SHRLONTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(SHRLONTYPE_CODE));
}
if ((BIZZCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(BIZZCOOP_ID));
}
if ((ITEM_SEQNO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(ITEM_SEQNO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((LOANCONTRACT_NO == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(LOANCONTRACT_NO));
}
if ((DESCRIPTION == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(DESCRIPTION));
}
if ((PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(PRINCIPAL_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((INTEREST_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(INTEREST_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTARREAR_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(INTARREAR_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((ITEM_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(ITEM_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_BALANCE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(PRINCIPAL_BALANCE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((CALINTFROM_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((System.DateTime)(CALINTFROM_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((CALINTTO_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((System.DateTime)(CALINTTO_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(PRINCIPAL_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFPRINBALANCE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(BFPRINBALANCE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BFPERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((decimal)(BFPERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((BFLASTCALINT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((BFLASTPAY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(BFLASTPAY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((BFINTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(BFINTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((BFINTMONTH_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(BFINTMONTH_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((BFINTYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(BFINTYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((BFPRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(BFPRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((BFCONTRACT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(BFCONTRACT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((BFCONTLAW_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(BFCONTLAW_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((BFCONTRACT_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(BFCONTRACT_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((KEEPITEM_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(KEEPITEM_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((POSTING_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(POSTING_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((POSTING_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((System.DateTime)(POSTING_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((CANCEL_ID == null)) {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = ((string)(CANCEL_ID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[39].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((CANCEL_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(CANCEL_ACCID));
}
if ((ITEM_BALANCE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(ITEM_BALANCE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string KPSLIP_NO,
decimal SEQ_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string KEEPITEMTYPE_CODE,
string SHRLONTYPE_CODE,
string BIZZCOOP_ID,
global::System.Nullable ITEM_SEQNO,
string LOANCONTRACT_NO,
string DESCRIPTION,
global::System.Nullable PERIOD,
global::System.Nullable PRINCIPAL_PAYMENT,
global::System.Nullable INTEREST_PAYMENT,
global::System.Nullable INTARREAR_PAYMENT,
global::System.Nullable ITEM_PAYMENT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable CALINTFROM_DATE,
global::System.Nullable CALINTTO_DATE,
global::System.Nullable PRINCIPAL_PERIOD,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable BFPRINBALANCE_AMT,
global::System.Nullable BFPERIOD,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTPAY_DATE,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable BFINTMONTH_ARREAR,
global::System.Nullable BFINTYEAR_ARREAR,
global::System.Nullable BFPRINCIPAL_ARREAR,
global::System.Nullable BFCONTRACT_STATUS,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFCONTRACT_TYPE,
global::System.Nullable KEEPITEM_STATUS,
global::System.Nullable POSTING_STATUS,
global::System.Nullable POSTING_DATE,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_ACCID,
global::System.Nullable ITEM_BALANCE,
string Original_COOP_ID,
string Original_KPSLIP_NO,
decimal Original_SEQ_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("KPSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(KPSLIP_NO));
}
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((MEMCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(MEMBER_NO));
}
if ((RECV_PERIOD == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(RECV_PERIOD));
}
if ((REFMEMCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(REFMEMCOOP_ID));
}
if ((REF_MEMBNO == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(REF_MEMBNO));
}
if ((KEEPITEMTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(KEEPITEMTYPE_CODE));
}
if ((SHRLONTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(SHRLONTYPE_CODE));
}
if ((BIZZCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(BIZZCOOP_ID));
}
if ((ITEM_SEQNO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(ITEM_SEQNO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((LOANCONTRACT_NO == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(LOANCONTRACT_NO));
}
if ((DESCRIPTION == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(DESCRIPTION));
}
if ((PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(PRINCIPAL_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((INTEREST_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(INTEREST_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTARREAR_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(INTARREAR_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((ITEM_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(ITEM_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_BALANCE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(PRINCIPAL_BALANCE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((CALINTFROM_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((System.DateTime)(CALINTFROM_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((CALINTTO_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((System.DateTime)(CALINTTO_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(PRINCIPAL_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFPRINBALANCE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(BFPRINBALANCE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BFPERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((decimal)(BFPERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((BFLASTCALINT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((BFLASTPAY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(BFLASTPAY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((BFINTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(BFINTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((BFINTMONTH_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(BFINTMONTH_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((BFINTYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(BFINTYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((BFPRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(BFPRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((BFCONTRACT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(BFCONTRACT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((BFCONTLAW_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(BFCONTLAW_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((BFCONTRACT_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(BFCONTRACT_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((KEEPITEM_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(KEEPITEM_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((POSTING_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(POSTING_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((POSTING_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((System.DateTime)(POSTING_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((CANCEL_ID == null)) {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(CANCEL_ID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((CANCEL_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(CANCEL_ACCID));
}
if ((ITEM_BALANCE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(ITEM_BALANCE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(Original_COOP_ID));
}
if ((Original_KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_KPSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(Original_KPSLIP_NO));
}
this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string KEEPITEMTYPE_CODE,
string SHRLONTYPE_CODE,
string BIZZCOOP_ID,
global::System.Nullable ITEM_SEQNO,
string LOANCONTRACT_NO,
string DESCRIPTION,
global::System.Nullable PERIOD,
global::System.Nullable PRINCIPAL_PAYMENT,
global::System.Nullable INTEREST_PAYMENT,
global::System.Nullable INTARREAR_PAYMENT,
global::System.Nullable ITEM_PAYMENT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable CALINTFROM_DATE,
global::System.Nullable CALINTTO_DATE,
global::System.Nullable PRINCIPAL_PERIOD,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable BFPRINBALANCE_AMT,
global::System.Nullable BFPERIOD,
global::System.Nullable BFLASTCALINT_DATE,
global::System.Nullable BFLASTPAY_DATE,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable BFINTMONTH_ARREAR,
global::System.Nullable BFINTYEAR_ARREAR,
global::System.Nullable BFPRINCIPAL_ARREAR,
global::System.Nullable BFCONTRACT_STATUS,
global::System.Nullable BFCONTLAW_STATUS,
global::System.Nullable BFCONTRACT_TYPE,
global::System.Nullable KEEPITEM_STATUS,
global::System.Nullable POSTING_STATUS,
global::System.Nullable POSTING_DATE,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_ACCID,
global::System.Nullable ITEM_BALANCE,
string Original_COOP_ID,
string Original_KPSLIP_NO,
decimal Original_SEQ_NO) {
return this.Update(Original_COOP_ID, Original_KPSLIP_NO, Original_SEQ_NO, MEMCOOP_ID, MEMBER_NO, RECV_PERIOD, REFMEMCOOP_ID, REF_MEMBNO, KEEPITEMTYPE_CODE, SHRLONTYPE_CODE, BIZZCOOP_ID, ITEM_SEQNO, LOANCONTRACT_NO, DESCRIPTION, PERIOD, PRINCIPAL_PAYMENT, INTEREST_PAYMENT, INTARREAR_PAYMENT, ITEM_PAYMENT, PRINCIPAL_BALANCE, CALINTFROM_DATE, CALINTTO_DATE, PRINCIPAL_PERIOD, INTEREST_PERIOD, BFPRINBALANCE_AMT, BFPERIOD, BFLASTCALINT_DATE, BFLASTPAY_DATE, BFINTEREST_ARREAR, BFINTMONTH_ARREAR, BFINTYEAR_ARREAR, BFPRINCIPAL_ARREAR, BFCONTRACT_STATUS, BFCONTLAW_STATUS, BFCONTRACT_TYPE, KEEPITEM_STATUS, POSTING_STATUS, POSTING_DATE, CANCEL_ID, CANCEL_DATE, CANCEL_ACCID, ITEM_BALANCE, Original_COOP_ID, Original_KPSLIP_NO, Original_SEQ_NO);
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class KPTEMPRECEIVETableAdapter : 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 KPTEMPRECEIVETableAdapter() {
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 = "KPTEMPRECEIVE";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("KPSLIP_NO", "KPSLIP_NO");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("RECV_PERIOD", "RECV_PERIOD");
tableMapping.ColumnMappings.Add("REFMEMCOOP_ID", "REFMEMCOOP_ID");
tableMapping.ColumnMappings.Add("REF_MEMBNO", "REF_MEMBNO");
tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE");
tableMapping.ColumnMappings.Add("DEPARTMENT_CODE", "DEPARTMENT_CODE");
tableMapping.ColumnMappings.Add("MEMBSECTION_CODE", "MEMBSECTION_CODE");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("PROCESS_DATE", "PROCESS_DATE");
tableMapping.ColumnMappings.Add("RECEIPT_NO", "RECEIPT_NO");
tableMapping.ColumnMappings.Add("RECEIPT_DATE", "RECEIPT_DATE");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("SHARESTKBF_VALUE", "SHARESTKBF_VALUE");
tableMapping.ColumnMappings.Add("SHARESTK_VALUE", "SHARESTK_VALUE");
tableMapping.ColumnMappings.Add("INTEREST_ACCUM", "INTEREST_ACCUM");
tableMapping.ColumnMappings.Add("KEEPING_STATUS", "KEEPING_STATUS");
tableMapping.ColumnMappings.Add("RECEIVE_AMT", "RECEIVE_AMT");
tableMapping.ColumnMappings.Add("MONEY_TEXT", "MONEY_TEXT");
tableMapping.ColumnMappings.Add("GRT_LIST", "GRT_LIST");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE");
tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID");
tableMapping.ColumnMappings.Add("MISSPAY_STATUS", "MISSPAY_STATUS");
tableMapping.ColumnMappings.Add("BANK_CODE", "BANK_CODE");
tableMapping.ColumnMappings.Add("BANK_BRANCH", "BANK_BRANCH");
tableMapping.ColumnMappings.Add("BANK_ACCID", "BANK_ACCID");
tableMapping.ColumnMappings.Add("RECEIPT_AMT", "RECEIPT_AMT");
tableMapping.ColumnMappings.Add("RECEIPT_AMTTEXT", "RECEIPT_AMTTEXT");
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("LAST_SEQ_NO", "LAST_SEQ_NO");
tableMapping.ColumnMappings.Add("SAVEDISK_TYPE", "SAVEDISK_TYPE");
tableMapping.ColumnMappings.Add("TRTYPE_CODE", "TRTYPE_CODE");
tableMapping.ColumnMappings.Add("KEEPSAL_FLAG", "KEEPSAL_FLAG");
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 \"KPTEMPRECEIVE\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"KPSLIP_N" +
"O\" = :Original_KPSLIP_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""KPTEMPRECEIVE"" (""COOP_ID"", ""KPSLIP_NO"", ""MEMCOOP_ID"", ""MEMBER_NO"", ""RECV_PERIOD"", ""REFMEMCOOP_ID"", ""REF_MEMBNO"", ""MEMBTYPE_CODE"", ""DEPARTMENT_CODE"", ""MEMBSECTION_CODE"", ""MEMBGROUP_CODE"", ""PROCESS_DATE"", ""RECEIPT_NO"", ""RECEIPT_DATE"", ""OPERATE_DATE"", ""SHARESTKBF_VALUE"", ""SHARESTK_VALUE"", ""INTEREST_ACCUM"", ""KEEPING_STATUS"", ""RECEIVE_AMT"", ""MONEY_TEXT"", ""GRT_LIST"", ""MONEYTYPE_CODE"", ""TOFROM_ACCID"", ""MISSPAY_STATUS"", ""BANK_CODE"", ""BANK_BRANCH"", ""BANK_ACCID"", ""RECEIPT_AMT"", ""RECEIPT_AMTTEXT"", ""EXPENSE_CODE"", ""EXPENSE_BANK"", ""EXPENSE_BRANCH"", ""EXPENSE_ACCID"", ""LAST_SEQ_NO"", ""SAVEDISK_TYPE"", ""TRTYPE_CODE"", ""KEEPSAL_FLAG"") VALUES (:COOP_ID, :KPSLIP_NO, :MEMCOOP_ID, :MEMBER_NO, :RECV_PERIOD, :REFMEMCOOP_ID, :REF_MEMBNO, :MEMBTYPE_CODE, :DEPARTMENT_CODE, :MEMBSECTION_CODE, :MEMBGROUP_CODE, :PROCESS_DATE, :RECEIPT_NO, :RECEIPT_DATE, :OPERATE_DATE, :SHARESTKBF_VALUE, :SHARESTK_VALUE, :INTEREST_ACCUM, :KEEPING_STATUS, :RECEIVE_AMT, :MONEY_TEXT, :GRT_LIST, :MONEYTYPE_CODE, :TOFROM_ACCID, :MISSPAY_STATUS, :BANK_CODE, :BANK_BRANCH, :BANK_ACCID, :RECEIPT_AMT, :RECEIPT_AMTTEXT, :EXPENSE_CODE, :EXPENSE_BANK, :EXPENSE_BRANCH, :EXPENSE_ACCID, :LAST_SEQ_NO, :SAVEDISK_TYPE, :TRTYPE_CODE, :KEEPSAL_FLAG)";
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("KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", 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("RECV_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECV_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFMEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REFMEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_MEMBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_MEMBNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("MEMBSECTION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBSECTION_CODE", 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("PROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTKBF_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTKBF_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTK_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTK_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPING_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPING_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_TEXT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_TEXT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRT_LIST", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "GRT_LIST", 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("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_STATUS", 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.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_AMTTEXT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_AMTTEXT", 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.VarChar, 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("LAST_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SAVEDISK_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SAVEDISK_TYPE", 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("KEEPSAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPSAL_FLAG", 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 ""KPTEMPRECEIVE"" SET ""COOP_ID"" = :COOP_ID, ""KPSLIP_NO"" = :KPSLIP_NO, ""MEMCOOP_ID"" = :MEMCOOP_ID, ""MEMBER_NO"" = :MEMBER_NO, ""RECV_PERIOD"" = :RECV_PERIOD, ""REFMEMCOOP_ID"" = :REFMEMCOOP_ID, ""REF_MEMBNO"" = :REF_MEMBNO, ""MEMBTYPE_CODE"" = :MEMBTYPE_CODE, ""DEPARTMENT_CODE"" = :DEPARTMENT_CODE, ""MEMBSECTION_CODE"" = :MEMBSECTION_CODE, ""MEMBGROUP_CODE"" = :MEMBGROUP_CODE, ""PROCESS_DATE"" = :PROCESS_DATE, ""RECEIPT_NO"" = :RECEIPT_NO, ""RECEIPT_DATE"" = :RECEIPT_DATE, ""OPERATE_DATE"" = :OPERATE_DATE, ""SHARESTKBF_VALUE"" = :SHARESTKBF_VALUE, ""SHARESTK_VALUE"" = :SHARESTK_VALUE, ""INTEREST_ACCUM"" = :INTEREST_ACCUM, ""KEEPING_STATUS"" = :KEEPING_STATUS, ""RECEIVE_AMT"" = :RECEIVE_AMT, ""MONEY_TEXT"" = :MONEY_TEXT, ""GRT_LIST"" = :GRT_LIST, ""MONEYTYPE_CODE"" = :MONEYTYPE_CODE, ""TOFROM_ACCID"" = :TOFROM_ACCID, ""MISSPAY_STATUS"" = :MISSPAY_STATUS, ""BANK_CODE"" = :BANK_CODE, ""BANK_BRANCH"" = :BANK_BRANCH, ""BANK_ACCID"" = :BANK_ACCID, ""RECEIPT_AMT"" = :RECEIPT_AMT, ""RECEIPT_AMTTEXT"" = :RECEIPT_AMTTEXT, ""EXPENSE_CODE"" = :EXPENSE_CODE, ""EXPENSE_BANK"" = :EXPENSE_BANK, ""EXPENSE_BRANCH"" = :EXPENSE_BRANCH, ""EXPENSE_ACCID"" = :EXPENSE_ACCID, ""LAST_SEQ_NO"" = :LAST_SEQ_NO, ""SAVEDISK_TYPE"" = :SAVEDISK_TYPE, ""TRTYPE_CODE"" = :TRTYPE_CODE, ""KEEPSAL_FLAG"" = :KEEPSAL_FLAG WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""KPSLIP_NO"" = :Original_KPSLIP_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", 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("RECV_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECV_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFMEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REFMEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_MEMBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REF_MEMBNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("MEMBSECTION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBSECTION_CODE", 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("PROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTKBF_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTKBF_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHARESTK_VALUE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SHARESTK_VALUE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPING_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPING_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_TEXT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_TEXT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRT_LIST", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "GRT_LIST", 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("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_STATUS", 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("RECEIPT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPT_AMTTEXT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECEIPT_AMTTEXT", 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.VarChar, 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("LAST_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SAVEDISK_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SAVEDISK_TYPE", 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("KEEPSAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPSAL_FLAG", 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_KPSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "KPSLIP_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT COOP_ID, KPSLIP_NO, MEMCOOP_ID, MEMBER_NO, RECV_PERIOD, REFMEMCOOP_ID, REF_MEMBNO, MEMBTYPE_CODE, DEPARTMENT_CODE, MEMBSECTION_CODE, MEMBGROUP_CODE, PROCESS_DATE, RECEIPT_NO, RECEIPT_DATE, OPERATE_DATE, SHARESTKBF_VALUE, SHARESTK_VALUE, INTEREST_ACCUM, KEEPING_STATUS, RECEIVE_AMT, MONEY_TEXT, GRT_LIST, MONEYTYPE_CODE, TOFROM_ACCID, MISSPAY_STATUS, BANK_CODE, BANK_BRANCH, BANK_ACCID, RECEIPT_AMT, RECEIPT_AMTTEXT, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, LAST_SEQ_NO, SAVEDISK_TYPE, TRTYPE_CODE, KEEPSAL_FLAG FROM KPTEMPRECEIVE";
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.KPTEMPRECEIVEDataTable 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.KPTEMPRECEIVEDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.KPTEMPRECEIVEDataTable dataTable = new DataSet1.KPTEMPRECEIVEDataTable();
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.KPTEMPRECEIVEDataTable 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, "KPTEMPRECEIVE");
}
[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_KPSLIP_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_KPSLIP_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_KPSLIP_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string KPSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string MEMBTYPE_CODE,
string DEPARTMENT_CODE,
string MEMBSECTION_CODE,
string MEMBGROUP_CODE,
global::System.Nullable PROCESS_DATE,
string RECEIPT_NO,
global::System.Nullable RECEIPT_DATE,
global::System.Nullable OPERATE_DATE,
global::System.Nullable SHARESTKBF_VALUE,
global::System.Nullable SHARESTK_VALUE,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable KEEPING_STATUS,
global::System.Nullable RECEIVE_AMT,
string MONEY_TEXT,
string GRT_LIST,
string MONEYTYPE_CODE,
string TOFROM_ACCID,
global::System.Nullable MISSPAY_STATUS,
string BANK_CODE,
string BANK_BRANCH,
string BANK_ACCID,
global::System.Nullable RECEIPT_AMT,
string RECEIPT_AMTTEXT,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable LAST_SEQ_NO,
string SAVEDISK_TYPE,
string TRTYPE_CODE,
global::System.Nullable KEEPSAL_FLAG) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("KPSLIP_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(KPSLIP_NO));
}
if ((MEMCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((RECV_PERIOD == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(RECV_PERIOD));
}
if ((REFMEMCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(REFMEMCOOP_ID));
}
if ((REF_MEMBNO == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(REF_MEMBNO));
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(MEMBTYPE_CODE));
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(DEPARTMENT_CODE));
}
if ((MEMBSECTION_CODE == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(MEMBSECTION_CODE));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(MEMBGROUP_CODE));
}
if ((PROCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(PROCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((RECEIPT_NO == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(RECEIPT_NO));
}
if ((RECEIPT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(RECEIPT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((SHARESTKBF_VALUE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(SHARESTKBF_VALUE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((SHARESTK_VALUE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(SHARESTK_VALUE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((KEEPING_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(KEEPING_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((RECEIVE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(RECEIVE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((MONEY_TEXT == null)) {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(MONEY_TEXT));
}
if ((GRT_LIST == null)) {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(GRT_LIST));
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(MONEYTYPE_CODE));
}
if ((TOFROM_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(TOFROM_ACCID));
}
if ((MISSPAY_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(MISSPAY_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BANK_CODE == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(BANK_CODE));
}
if ((BANK_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(BANK_BRANCH));
}
if ((BANK_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(BANK_ACCID));
}
if ((RECEIPT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(RECEIPT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((RECEIPT_AMTTEXT == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(RECEIPT_AMTTEXT));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(EXPENSE_ACCID));
}
if ((LAST_SEQ_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(LAST_SEQ_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((SAVEDISK_TYPE == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(SAVEDISK_TYPE));
}
if ((TRTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(TRTYPE_CODE));
}
if ((KEEPSAL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(KEEPSAL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string KPSLIP_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string MEMBTYPE_CODE,
string DEPARTMENT_CODE,
string MEMBSECTION_CODE,
string MEMBGROUP_CODE,
global::System.Nullable PROCESS_DATE,
string RECEIPT_NO,
global::System.Nullable RECEIPT_DATE,
global::System.Nullable OPERATE_DATE,
global::System.Nullable SHARESTKBF_VALUE,
global::System.Nullable SHARESTK_VALUE,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable KEEPING_STATUS,
global::System.Nullable RECEIVE_AMT,
string MONEY_TEXT,
string GRT_LIST,
string MONEYTYPE_CODE,
string TOFROM_ACCID,
global::System.Nullable MISSPAY_STATUS,
string BANK_CODE,
string BANK_BRANCH,
string BANK_ACCID,
global::System.Nullable RECEIPT_AMT,
string RECEIPT_AMTTEXT,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable LAST_SEQ_NO,
string SAVEDISK_TYPE,
string TRTYPE_CODE,
global::System.Nullable KEEPSAL_FLAG,
string Original_COOP_ID,
string Original_KPSLIP_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("KPSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(KPSLIP_NO));
}
if ((MEMCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((RECV_PERIOD == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(RECV_PERIOD));
}
if ((REFMEMCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(REFMEMCOOP_ID));
}
if ((REF_MEMBNO == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(REF_MEMBNO));
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(MEMBTYPE_CODE));
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(DEPARTMENT_CODE));
}
if ((MEMBSECTION_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(MEMBSECTION_CODE));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(MEMBGROUP_CODE));
}
if ((PROCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(PROCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((RECEIPT_NO == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(RECEIPT_NO));
}
if ((RECEIPT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(RECEIPT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((SHARESTKBF_VALUE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(SHARESTKBF_VALUE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((SHARESTK_VALUE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(SHARESTK_VALUE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((KEEPING_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(KEEPING_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((RECEIVE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(RECEIVE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((MONEY_TEXT == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(MONEY_TEXT));
}
if ((GRT_LIST == null)) {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(GRT_LIST));
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(MONEYTYPE_CODE));
}
if ((TOFROM_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(TOFROM_ACCID));
}
if ((MISSPAY_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(MISSPAY_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((BANK_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(BANK_CODE));
}
if ((BANK_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(BANK_BRANCH));
}
if ((BANK_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(BANK_ACCID));
}
if ((RECEIPT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(RECEIPT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((RECEIPT_AMTTEXT == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(RECEIPT_AMTTEXT));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(EXPENSE_ACCID));
}
if ((LAST_SEQ_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(LAST_SEQ_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((SAVEDISK_TYPE == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(SAVEDISK_TYPE));
}
if ((TRTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(TRTYPE_CODE));
}
if ((KEEPSAL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(KEEPSAL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(Original_COOP_ID));
}
if ((Original_KPSLIP_NO == null)) {
throw new global::System.ArgumentNullException("Original_KPSLIP_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(Original_KPSLIP_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string MEMCOOP_ID,
string MEMBER_NO,
string RECV_PERIOD,
string REFMEMCOOP_ID,
string REF_MEMBNO,
string MEMBTYPE_CODE,
string DEPARTMENT_CODE,
string MEMBSECTION_CODE,
string MEMBGROUP_CODE,
global::System.Nullable PROCESS_DATE,
string RECEIPT_NO,
global::System.Nullable RECEIPT_DATE,
global::System.Nullable OPERATE_DATE,
global::System.Nullable SHARESTKBF_VALUE,
global::System.Nullable SHARESTK_VALUE,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable KEEPING_STATUS,
global::System.Nullable RECEIVE_AMT,
string MONEY_TEXT,
string GRT_LIST,
string MONEYTYPE_CODE,
string TOFROM_ACCID,
global::System.Nullable MISSPAY_STATUS,
string BANK_CODE,
string BANK_BRANCH,
string BANK_ACCID,
global::System.Nullable RECEIPT_AMT,
string RECEIPT_AMTTEXT,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable LAST_SEQ_NO,
string SAVEDISK_TYPE,
string TRTYPE_CODE,
global::System.Nullable KEEPSAL_FLAG,
string Original_COOP_ID,
string Original_KPSLIP_NO) {
return this.Update(Original_COOP_ID, Original_KPSLIP_NO, MEMCOOP_ID, MEMBER_NO, RECV_PERIOD, REFMEMCOOP_ID, REF_MEMBNO, MEMBTYPE_CODE, DEPARTMENT_CODE, MEMBSECTION_CODE, MEMBGROUP_CODE, PROCESS_DATE, RECEIPT_NO, RECEIPT_DATE, OPERATE_DATE, SHARESTKBF_VALUE, SHARESTK_VALUE, INTEREST_ACCUM, KEEPING_STATUS, RECEIVE_AMT, MONEY_TEXT, GRT_LIST, MONEYTYPE_CODE, TOFROM_ACCID, MISSPAY_STATUS, BANK_CODE, BANK_BRANCH, BANK_ACCID, RECEIPT_AMT, RECEIPT_AMTTEXT, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, LAST_SEQ_NO, SAVEDISK_TYPE, TRTYPE_CODE, KEEPSAL_FLAG, Original_COOP_ID, Original_KPSLIP_NO);
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class MBMEMBMASTERTableAdapter : 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 MBMEMBMASTERTableAdapter() {
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 = "MBMEMBMASTER";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
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("MEMBTYPE_CODE", "MEMBTYPE_CODE");
tableMapping.ColumnMappings.Add("SIGNATURE_NAME", "SIGNATURE_NAME");
tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE");
tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE");
tableMapping.ColumnMappings.Add("DEAD_STATUS", "DEAD_STATUS");
tableMapping.ColumnMappings.Add("DEAD_DATE", "DEAD_DATE");
tableMapping.ColumnMappings.Add("RETRY_STATUS", "RETRY_STATUS");
tableMapping.ColumnMappings.Add("RETRY_DATE", "RETRY_DATE");
tableMapping.ColumnMappings.Add("RESIGN_STATUS", "RESIGN_STATUS");
tableMapping.ColumnMappings.Add("RESIGN_DATE", "RESIGN_DATE");
tableMapping.ColumnMappings.Add("RESIGNCAUSE_CODE", "RESIGNCAUSE_CODE");
tableMapping.ColumnMappings.Add("CLOSE_DATE", "CLOSE_DATE");
tableMapping.ColumnMappings.Add("SEX", "SEX");
tableMapping.ColumnMappings.Add("MARIAGE_STATUS", "MARIAGE_STATUS");
tableMapping.ColumnMappings.Add("ADDR_NO", "ADDR_NO");
tableMapping.ColumnMappings.Add("ADDR_MOO", "ADDR_MOO");
tableMapping.ColumnMappings.Add("ADDR_SOI", "ADDR_SOI");
tableMapping.ColumnMappings.Add("ADDR_VILLAGE", "ADDR_VILLAGE");
tableMapping.ColumnMappings.Add("ADDR_ROAD", "ADDR_ROAD");
tableMapping.ColumnMappings.Add("TAMBOL_CODE", "TAMBOL_CODE");
tableMapping.ColumnMappings.Add("AMPHUR_CODE", "AMPHUR_CODE");
tableMapping.ColumnMappings.Add("PROVINCE_CODE", "PROVINCE_CODE");
tableMapping.ColumnMappings.Add("ADDR_POSTCODE", "ADDR_POSTCODE");
tableMapping.ColumnMappings.Add("ADDR_PHONE", "ADDR_PHONE");
tableMapping.ColumnMappings.Add("ADDR_MOBILEPHONE", "ADDR_MOBILEPHONE");
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("ADDR_EMAIL", "ADDR_EMAIL");
tableMapping.ColumnMappings.Add("MEM_TELWORK", "MEM_TELWORK");
tableMapping.ColumnMappings.Add("MATE_NAME", "MATE_NAME");
tableMapping.ColumnMappings.Add("CARD_PERSON", "CARD_PERSON");
tableMapping.ColumnMappings.Add("CARD_TAX", "CARD_TAX");
tableMapping.ColumnMappings.Add("MEMBER_CARD", "MEMBER_CARD");
tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE");
tableMapping.ColumnMappings.Add("POSITION_CODE", "POSITION_CODE");
tableMapping.ColumnMappings.Add("POSITION_DESC", "POSITION_DESC");
tableMapping.ColumnMappings.Add("LEVEL_CODE", "LEVEL_CODE");
tableMapping.ColumnMappings.Add("DEPARTMENT_CODE", "DEPARTMENT_CODE");
tableMapping.ColumnMappings.Add("SALARY_AMOUNT", "SALARY_AMOUNT");
tableMapping.ColumnMappings.Add("SALARY_ID", "SALARY_ID");
tableMapping.ColumnMappings.Add("FIRSTFEE_STATUS", "FIRSTFEE_STATUS");
tableMapping.ColumnMappings.Add("MEMBER_STATUS", "MEMBER_STATUS");
tableMapping.ColumnMappings.Add("MEMREF_FLAG", "MEMREF_FLAG");
tableMapping.ColumnMappings.Add("MEMBER_REF", "MEMBER_REF");
tableMapping.ColumnMappings.Add("KLONGTOON_FLAG", "KLONGTOON_FLAG");
tableMapping.ColumnMappings.Add("HAVE_GAIN", "HAVE_GAIN");
tableMapping.ColumnMappings.Add("PAUSEKEEP_FLAG", "PAUSEKEEP_FLAG");
tableMapping.ColumnMappings.Add("PAUSEKEEP_DATE", "PAUSEKEEP_DATE");
tableMapping.ColumnMappings.Add("FIRST_KEEPDATE", "FIRST_KEEPDATE");
tableMapping.ColumnMappings.Add("LNPROVIDENTFUND_FLAG", "LNPROVIDENTFUND_FLAG");
tableMapping.ColumnMappings.Add("ALLOWLOAN_FLAG", "ALLOWLOAN_FLAG");
tableMapping.ColumnMappings.Add("DROPGURANTEE_FLAG", "DROPGURANTEE_FLAG");
tableMapping.ColumnMappings.Add("TRANSRIGHT_FLAG", "TRANSRIGHT_FLAG");
tableMapping.ColumnMappings.Add("DROPLOANALL_FLAG", "DROPLOANALL_FLAG");
tableMapping.ColumnMappings.Add("DIVIDEND_FLAG", "DIVIDEND_FLAG");
tableMapping.ColumnMappings.Add("AVERAGE_FLAG", "AVERAGE_FLAG");
tableMapping.ColumnMappings.Add("SEQUEST_DIVAVG", "SEQUEST_DIVAVG");
tableMapping.ColumnMappings.Add("REMARK", "REMARK");
tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE");
tableMapping.ColumnMappings.Add("DIVAVGSHOW_FLAG", "DIVAVGSHOW_FLAG");
tableMapping.ColumnMappings.Add("PRINTRECEIPTADDR_TYPE", "PRINTRECEIPTADDR_TYPE");
tableMapping.ColumnMappings.Add("WEB_CODE", "WEB_CODE");
tableMapping.ColumnMappings.Add("IVR_CODE", "IVR_CODE");
tableMapping.ColumnMappings.Add("MEMBTRANS_DATE", "MEMBTRANS_DATE");
tableMapping.ColumnMappings.Add("ACCUM_INTEREST", "ACCUM_INTEREST");
tableMapping.ColumnMappings.Add("SUMINT_LASTYEAR", "SUMINT_LASTYEAR");
tableMapping.ColumnMappings.Add("MISSPAYLON_AMT", "MISSPAYLON_AMT");
tableMapping.ColumnMappings.Add("MISSPAYSHR_AMT", "MISSPAYSHR_AMT");
tableMapping.ColumnMappings.Add("MATE_MBFLAG", "MATE_MBFLAG");
tableMapping.ColumnMappings.Add("MATE_MBNO", "MATE_MBNO");
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("APPL_DOCNO", "APPL_DOCNO");
tableMapping.ColumnMappings.Add("APPLTYPE_CODE", "APPLTYPE_CODE");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_GROUP", "COMPOUNDKEEP_GROUP");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_DATE", "COMPOUNDKEEP_DATE");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_STATUS", "COMPOUNDKEEP_STATUS");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_PERIOD", "COMPOUNDKEEP_PERIOD");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_DUEDATE", "COMPOUNDKEEP_DUEDATE");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_NMLDATE", "COMPOUNDKEEP_NMLDATE");
tableMapping.ColumnMappings.Add("INSURANCE_FLAG", "INSURANCE_FLAG");
tableMapping.ColumnMappings.Add("CREMATION_STATUS", "CREMATION_STATUS");
tableMapping.ColumnMappings.Add("NATIONALITY", "NATIONALITY");
tableMapping.ColumnMappings.Add("INCOMEETC_AMT", "INCOMEETC_AMT");
tableMapping.ColumnMappings.Add("FATHER_NAME", "FATHER_NAME");
tableMapping.ColumnMappings.Add("MATHER_NAME", "MATHER_NAME");
tableMapping.ColumnMappings.Add("SUBGROUP_CODE", "SUBGROUP_CODE");
tableMapping.ColumnMappings.Add("EMP_TYPE", "EMP_TYPE");
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("LASTKEEP_DATE", "LASTKEEP_DATE");
tableMapping.ColumnMappings.Add("MATE_CARDPERSON", "MATE_CARDPERSON");
tableMapping.ColumnMappings.Add("MATE_SALARYID", "MATE_SALARYID");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYID", "UPDATE_BYENTRYID");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYIP", "UPDATE_BYENTRYIP");
tableMapping.ColumnMappings.Add("KEEPSAL_FLAG", "KEEPSAL_FLAG");
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 \"MBMEMBMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"MEMBER_NO" +
"\" = :Original_MEMBER_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"MBMEMBMASTER\" (\"COOP_ID\", \"MEMBER_NO\", \"PRENAME_CODE\", \"MEMB_NAME\", " +
"\"MEMB_SURNAME\", \"MEMB_ENAME\", \"MEMB_ESURNAME\", \"MEMBGROUP_CODE\", \"MEMBTYPE_CODE\"" +
", \"SIGNATURE_NAME\", \"BIRTH_DATE\", \"MEMBER_DATE\", \"DEAD_STATUS\", \"DEAD_DATE\", \"RE" +
"TRY_STATUS\", \"RETRY_DATE\", \"RESIGN_STATUS\", \"RESIGN_DATE\", \"RESIGNCAUSE_CODE\", \"" +
"CLOSE_DATE\", \"SEX\", \"MARIAGE_STATUS\", \"ADDR_NO\", \"ADDR_MOO\", \"ADDR_SOI\", \"ADDR_V" +
"ILLAGE\", \"ADDR_ROAD\", \"TAMBOL_CODE\", \"AMPHUR_CODE\", \"PROVINCE_CODE\", \"ADDR_POSTC" +
"ODE\", \"ADDR_PHONE\", \"ADDR_MOBILEPHONE\", \"CURRADDR_NO\", \"CURRADDR_MOO\", \"CURRADDR" +
"_SOI\", \"CURRADDR_VILLAGE\", \"CURRADDR_ROAD\", \"CURRTAMBOL_CODE\", \"CURRAMPHUR_CODE\"" +
", \"CURRPROVINCE_CODE\", \"CURRADDR_POSTCODE\", \"CURRADDR_PHONE\", \"ADDR_EMAIL\", \"MEM" +
"_TELWORK\", \"MATE_NAME\", \"CARD_PERSON\", \"CARD_TAX\", \"MEMBER_CARD\", \"WORK_DATE\", \"" +
"POSITION_CODE\", \"POSITION_DESC\", \"LEVEL_CODE\", \"DEPARTMENT_CODE\", \"SALARY_AMOUNT" +
"\", \"SALARY_ID\", \"FIRSTFEE_STATUS\", \"MEMBER_STATUS\", \"MEMREF_FLAG\", \"MEMBER_REF\"," +
" \"KLONGTOON_FLAG\", \"HAVE_GAIN\", \"PAUSEKEEP_FLAG\", \"PAUSEKEEP_DATE\", \"FIRST_KEEPD" +
"ATE\", \"LNPROVIDENTFUND_FLAG\", \"ALLOWLOAN_FLAG\", \"DROPGURANTEE_FLAG\", \"TRANSRIGHT" +
"_FLAG\", \"DROPLOANALL_FLAG\", \"DIVIDEND_FLAG\", \"AVERAGE_FLAG\", \"SEQUEST_DIVAVG\", \"" +
"REMARK\", \"MEMBER_TYPE\", \"DIVAVGSHOW_FLAG\", \"PRINTRECEIPTADDR_TYPE\", \"WEB_CODE\", " +
"\"IVR_CODE\", \"MEMBTRANS_DATE\", \"ACCUM_INTEREST\", \"SUMINT_LASTYEAR\", \"MISSPAYLON_A" +
"MT\", \"MISSPAYSHR_AMT\", \"MATE_MBFLAG\", \"MATE_MBNO\", \"EXPENSE_CODE\", \"EXPENSE_BANK" +
"\", \"EXPENSE_BRANCH\", \"EXPENSE_ACCID\", \"APPL_DOCNO\", \"APPLTYPE_CODE\", \"COMPOUNDKE" +
"EP_GROUP\", \"COMPOUNDKEEP_DATE\", \"COMPOUNDKEEP_STATUS\", \"COMPOUNDKEEP_PERIOD\", \"C" +
"OMPOUNDKEEP_DUEDATE\", \"COMPOUNDKEEP_NMLDATE\", \"INSURANCE_FLAG\", \"CREMATION_STATU" +
"S\", \"NATIONALITY\", \"INCOMEETC_AMT\", \"FATHER_NAME\", \"MATHER_NAME\", \"SUBGROUP_CODE" +
"\", \"EMP_TYPE\", \"MATEADDR_NO\", \"MATEADDR_MOO\", \"MATEADDR_VILLAGE\", \"MATEADDR_SOI\"" +
", \"MATEADDR_ROAD\", \"MATETAMBOL_CODE\", \"MATEAMPHUR_CODE\", \"MATEPROVINCE_CODE\", \"M" +
"ATEADDR_POSTCODE\", \"MATEADDR_PHONE\", \"LASTKEEP_DATE\", \"MATE_CARDPERSON\", \"MATE_S" +
"ALARYID\", \"UPDATE_BYENTRYID\", \"UPDATE_BYENTRYIP\", \"KEEPSAL_FLAG\", \"TAMBOL_DESC\")" +
" VALUES (:COOP_ID, :MEMBER_NO, :PRENAME_CODE, :MEMB_NAME, :MEMB_SURNAME, :MEMB_E" +
"NAME, :MEMB_ESURNAME, :MEMBGROUP_CODE, :MEMBTYPE_CODE, :SIGNATURE_NAME, :BIRTH_D" +
"ATE, :MEMBER_DATE, :DEAD_STATUS, :DEAD_DATE, :RETRY_STATUS, :RETRY_DATE, :RESIGN" +
"_STATUS, :RESIGN_DATE, :RESIGNCAUSE_CODE, :CLOSE_DATE, :SEX, :MARIAGE_STATUS, :A" +
"DDR_NO, :ADDR_MOO, :ADDR_SOI, :ADDR_VILLAGE, :ADDR_ROAD, :TAMBOL_CODE, :AMPHUR_C" +
"ODE, :PROVINCE_CODE, :ADDR_POSTCODE, :ADDR_PHONE, :ADDR_MOBILEPHONE, :CURRADDR_N" +
"O, :CURRADDR_MOO, :CURRADDR_SOI, :CURRADDR_VILLAGE, :CURRADDR_ROAD, :CURRTAMBOL_" +
"CODE, :CURRAMPHUR_CODE, :CURRPROVINCE_CODE, :CURRADDR_POSTCODE, :CURRADDR_PHONE," +
" :ADDR_EMAIL, :MEM_TELWORK, :MATE_NAME, :CARD_PERSON, :CARD_TAX, :MEMBER_CARD, :" +
"WORK_DATE, :POSITION_CODE, :POSITION_DESC, :LEVEL_CODE, :DEPARTMENT_CODE, :SALAR" +
"Y_AMOUNT, :SALARY_ID, :FIRSTFEE_STATUS, :MEMBER_STATUS, :MEMREF_FLAG, :MEMBER_RE" +
"F, :KLONGTOON_FLAG, :HAVE_GAIN, :PAUSEKEEP_FLAG, :PAUSEKEEP_DATE, :FIRST_KEEPDAT" +
"E, :LNPROVIDENTFUND_FLAG, :ALLOWLOAN_FLAG, :DROPGURANTEE_FLAG, :TRANSRIGHT_FLAG," +
" :DROPLOANALL_FLAG, :DIVIDEND_FLAG, :AVERAGE_FLAG, :SEQUEST_DIVAVG, :REMARK, :ME" +
"MBER_TYPE, :DIVAVGSHOW_FLAG, :PRINTRECEIPTADDR_TYPE, :WEB_CODE, :IVR_CODE, :MEMB" +
"TRANS_DATE, :ACCUM_INTEREST, :SUMINT_LASTYEAR, :MISSPAYLON_AMT, :MISSPAYSHR_AMT," +
" :MATE_MBFLAG, :MATE_MBNO, :EXPENSE_CODE, :EXPENSE_BANK, :EXPENSE_BRANCH, :EXPEN" +
"SE_ACCID, :APPL_DOCNO, :APPLTYPE_CODE, :COMPOUNDKEEP_GROUP, :COMPOUNDKEEP_DATE, " +
":COMPOUNDKEEP_STATUS, :COMPOUNDKEEP_PERIOD, :COMPOUNDKEEP_DUEDATE, :COMPOUNDKEEP" +
"_NMLDATE, :INSURANCE_FLAG, :CREMATION_STATUS, :NATIONALITY, :INCOMEETC_AMT, :FAT" +
"HER_NAME, :MATHER_NAME, :SUBGROUP_CODE, :EMP_TYPE, :MATEADDR_NO, :MATEADDR_MOO, " +
":MATEADDR_VILLAGE, :MATEADDR_SOI, :MATEADDR_ROAD, :MATETAMBOL_CODE, :MATEAMPHUR_" +
"CODE, :MATEPROVINCE_CODE, :MATEADDR_POSTCODE, :MATEADDR_PHONE, :LASTKEEP_DATE, :" +
"MATE_CARDPERSON, :MATE_SALARYID, :UPDATE_BYENTRYID, :UPDATE_BYENTRYIP, :KEEPSAL_" +
"FLAG, :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("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("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("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("SIGNATURE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SIGNATURE_NAME", 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("MEMBER_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBER_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEAD_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEAD_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_STATUS", 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("RESIGN_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RESIGN_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESIGN_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("CLOSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSE_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_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MARIAGE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_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("AMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "AMPHUR_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("ADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOBILEPHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOBILEPHONE", 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("ADDR_EMAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_EMAIL", 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("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("CARD_PERSON", global::System.Data.OracleClient.OracleType.Char, 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("CARD_TAX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CARD_TAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_CARD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBER_CARD", 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("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("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("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("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("FIRSTFEE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIRSTFEE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_STATUS", 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("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("KLONGTOON_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KLONGTOON_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HAVE_GAIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HAVE_GAIN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRST_KEEPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "FIRST_KEEPDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPROVIDENTFUND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPROVIDENTFUND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ALLOWLOAN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ALLOWLOAN_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPGURANTEE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPGURANTEE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSRIGHT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSRIGHT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPLOANALL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPLOANALL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVIDEND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVIDEND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AVERAGE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AVERAGE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_DIVAVG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_DIVAVG", 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("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("DIVAVGSHOW_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVAVGSHOW_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINTRECEIPTADDR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINTRECEIPTADDR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEB_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "WEB_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IVR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "IVR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTRANS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBTRANS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUM_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUM_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYLON_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYLON_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYSHR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYSHR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MATE_MBFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATE_MBNO", 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("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("COMPOUNDKEEP_GROUP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DUEDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CREMATION_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CREMATION_STATUS", 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("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("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("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_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("MATEADDR_NO", global::System.Data.OracleClient.OracleType.Char, 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.Char, 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.Char, 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.Char, 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.Char, 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.Char, 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("LASTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEP_DATE", 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("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPSAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPSAL_FLAG", 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 \"MBMEMBMASTER\" SET \"COOP_ID\" = :COOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"PRENAM" +
"E_CODE\" = :PRENAME_CODE, \"MEMB_NAME\" = :MEMB_NAME, \"MEMB_SURNAME\" = :MEMB_SURNAM" +
"E, \"MEMB_ENAME\" = :MEMB_ENAME, \"MEMB_ESURNAME\" = :MEMB_ESURNAME, \"MEMBGROUP_CODE" +
"\" = :MEMBGROUP_CODE, \"MEMBTYPE_CODE\" = :MEMBTYPE_CODE, \"SIGNATURE_NAME\" = :SIGNA" +
"TURE_NAME, \"BIRTH_DATE\" = :BIRTH_DATE, \"MEMBER_DATE\" = :MEMBER_DATE, \"DEAD_STATU" +
"S\" = :DEAD_STATUS, \"DEAD_DATE\" = :DEAD_DATE, \"RETRY_STATUS\" = :RETRY_STATUS, \"RE" +
"TRY_DATE\" = :RETRY_DATE, \"RESIGN_STATUS\" = :RESIGN_STATUS, \"RESIGN_DATE\" = :RESI" +
"GN_DATE, \"RESIGNCAUSE_CODE\" = :RESIGNCAUSE_CODE, \"CLOSE_DATE\" = :CLOSE_DATE, \"SE" +
"X\" = :SEX, \"MARIAGE_STATUS\" = :MARIAGE_STATUS, \"ADDR_NO\" = :ADDR_NO, \"ADDR_MOO\" " +
"= :ADDR_MOO, \"ADDR_SOI\" = :ADDR_SOI, \"ADDR_VILLAGE\" = :ADDR_VILLAGE, \"ADDR_ROAD\"" +
" = :ADDR_ROAD, \"TAMBOL_CODE\" = :TAMBOL_CODE, \"AMPHUR_CODE\" = :AMPHUR_CODE, \"PROV" +
"INCE_CODE\" = :PROVINCE_CODE, \"ADDR_POSTCODE\" = :ADDR_POSTCODE, \"ADDR_PHONE\" = :A" +
"DDR_PHONE, \"ADDR_MOBILEPHONE\" = :ADDR_MOBILEPHONE, \"CURRADDR_NO\" = :CURRADDR_NO," +
" \"CURRADDR_MOO\" = :CURRADDR_MOO, \"CURRADDR_SOI\" = :CURRADDR_SOI, \"CURRADDR_VILLA" +
"GE\" = :CURRADDR_VILLAGE, \"CURRADDR_ROAD\" = :CURRADDR_ROAD, \"CURRTAMBOL_CODE\" = :" +
"CURRTAMBOL_CODE, \"CURRAMPHUR_CODE\" = :CURRAMPHUR_CODE, \"CURRPROVINCE_CODE\" = :CU" +
"RRPROVINCE_CODE, \"CURRADDR_POSTCODE\" = :CURRADDR_POSTCODE, \"CURRADDR_PHONE\" = :C" +
"URRADDR_PHONE, \"ADDR_EMAIL\" = :ADDR_EMAIL, \"MEM_TELWORK\" = :MEM_TELWORK, \"MATE_N" +
"AME\" = :MATE_NAME, \"CARD_PERSON\" = :CARD_PERSON, \"CARD_TAX\" = :CARD_TAX, \"MEMBER" +
"_CARD\" = :MEMBER_CARD, \"WORK_DATE\" = :WORK_DATE, \"POSITION_CODE\" = :POSITION_COD" +
"E, \"POSITION_DESC\" = :POSITION_DESC, \"LEVEL_CODE\" = :LEVEL_CODE, \"DEPARTMENT_COD" +
"E\" = :DEPARTMENT_CODE, \"SALARY_AMOUNT\" = :SALARY_AMOUNT, \"SALARY_ID\" = :SALARY_I" +
"D, \"FIRSTFEE_STATUS\" = :FIRSTFEE_STATUS, \"MEMBER_STATUS\" = :MEMBER_STATUS, \"MEMR" +
"EF_FLAG\" = :MEMREF_FLAG, \"MEMBER_REF\" = :MEMBER_REF, \"KLONGTOON_FLAG\" = :KLONGTO" +
"ON_FLAG, \"HAVE_GAIN\" = :HAVE_GAIN, \"PAUSEKEEP_FLAG\" = :PAUSEKEEP_FLAG, \"PAUSEKEE" +
"P_DATE\" = :PAUSEKEEP_DATE, \"FIRST_KEEPDATE\" = :FIRST_KEEPDATE, \"LNPROVIDENTFUND_" +
"FLAG\" = :LNPROVIDENTFUND_FLAG, \"ALLOWLOAN_FLAG\" = :ALLOWLOAN_FLAG, \"DROPGURANTEE" +
"_FLAG\" = :DROPGURANTEE_FLAG, \"TRANSRIGHT_FLAG\" = :TRANSRIGHT_FLAG, \"DROPLOANALL_" +
"FLAG\" = :DROPLOANALL_FLAG, \"DIVIDEND_FLAG\" = :DIVIDEND_FLAG, \"AVERAGE_FLAG\" = :A" +
"VERAGE_FLAG, \"SEQUEST_DIVAVG\" = :SEQUEST_DIVAVG, \"REMARK\" = :REMARK, \"MEMBER_TYP" +
"E\" = :MEMBER_TYPE, \"DIVAVGSHOW_FLAG\" = :DIVAVGSHOW_FLAG, \"PRINTRECEIPTADDR_TYPE\"" +
" = :PRINTRECEIPTADDR_TYPE, \"WEB_CODE\" = :WEB_CODE, \"IVR_CODE\" = :IVR_CODE, \"MEMB" +
"TRANS_DATE\" = :MEMBTRANS_DATE, \"ACCUM_INTEREST\" = :ACCUM_INTEREST, \"SUMINT_LASTY" +
"EAR\" = :SUMINT_LASTYEAR, \"MISSPAYLON_AMT\" = :MISSPAYLON_AMT, \"MISSPAYSHR_AMT\" = " +
":MISSPAYSHR_AMT, \"MATE_MBFLAG\" = :MATE_MBFLAG, \"MATE_MBNO\" = :MATE_MBNO, \"EXPENS" +
"E_CODE\" = :EXPENSE_CODE, \"EXPENSE_BANK\" = :EXPENSE_BANK, \"EXPENSE_BRANCH\" = :EXP" +
"ENSE_BRANCH, \"EXPENSE_ACCID\" = :EXPENSE_ACCID, \"APPL_DOCNO\" = :APPL_DOCNO, \"APPL" +
"TYPE_CODE\" = :APPLTYPE_CODE, \"COMPOUNDKEEP_GROUP\" = :COMPOUNDKEEP_GROUP, \"COMPOU" +
"NDKEEP_DATE\" = :COMPOUNDKEEP_DATE, \"COMPOUNDKEEP_STATUS\" = :COMPOUNDKEEP_STATUS," +
" \"COMPOUNDKEEP_PERIOD\" = :COMPOUNDKEEP_PERIOD, \"COMPOUNDKEEP_DUEDATE\" = :COMPOUN" +
"DKEEP_DUEDATE, \"COMPOUNDKEEP_NMLDATE\" = :COMPOUNDKEEP_NMLDATE, \"INSURANCE_FLAG\" " +
"= :INSURANCE_FLAG, \"CREMATION_STATUS\" = :CREMATION_STATUS, \"NATIONALITY\" = :NATI" +
"ONALITY, \"INCOMEETC_AMT\" = :INCOMEETC_AMT, \"FATHER_NAME\" = :FATHER_NAME, \"MATHER" +
"_NAME\" = :MATHER_NAME, \"SUBGROUP_CODE\" = :SUBGROUP_CODE, \"EMP_TYPE\" = :EMP_TYPE," +
" \"MATEADDR_NO\" = :MATEADDR_NO, \"MATEADDR_MOO\" = :MATEADDR_MOO, \"MATEADDR_VILLAGE" +
"\" = :MATEADDR_VILLAGE, \"MATEADDR_SOI\" = :MATEADDR_SOI, \"MATEADDR_ROAD\" = :MATEAD" +
"DR_ROAD, \"MATETAMBOL_CODE\" = :MATETAMBOL_CODE, \"MATEAMPHUR_CODE\" = :MATEAMPHUR_C" +
"ODE, \"MATEPROVINCE_CODE\" = :MATEPROVINCE_CODE, \"MATEADDR_POSTCODE\" = :MATEADDR_P" +
"OSTCODE, \"MATEADDR_PHONE\" = :MATEADDR_PHONE, \"LASTKEEP_DATE\" = :LASTKEEP_DATE, \"" +
"MATE_CARDPERSON\" = :MATE_CARDPERSON, \"MATE_SALARYID\" = :MATE_SALARYID, \"UPDATE_B" +
"YENTRYID\" = :UPDATE_BYENTRYID, \"UPDATE_BYENTRYIP\" = :UPDATE_BYENTRYIP, \"KEEPSAL_" +
"FLAG\" = :KEEPSAL_FLAG, \"TAMBOL_DESC\" = :TAMBOL_DESC WHERE ((\"COOP_ID\" = :Origina" +
"l_COOP_ID) AND (\"MEMBER_NO\" = :Original_MEMBER_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("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("SIGNATURE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SIGNATURE_NAME", 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("MEMBER_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBER_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEAD_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEAD_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_STATUS", 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("RESIGN_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RESIGN_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESIGN_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("CLOSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSE_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_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MARIAGE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_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("AMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "AMPHUR_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("ADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOBILEPHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOBILEPHONE", 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("ADDR_EMAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_EMAIL", 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("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("CARD_PERSON", global::System.Data.OracleClient.OracleType.Char, 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("CARD_TAX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CARD_TAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_CARD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBER_CARD", 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("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("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("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("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("FIRSTFEE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIRSTFEE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_STATUS", 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("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("KLONGTOON_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KLONGTOON_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HAVE_GAIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HAVE_GAIN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRST_KEEPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "FIRST_KEEPDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPROVIDENTFUND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPROVIDENTFUND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ALLOWLOAN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ALLOWLOAN_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPGURANTEE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPGURANTEE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSRIGHT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSRIGHT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPLOANALL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPLOANALL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVIDEND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVIDEND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AVERAGE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AVERAGE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_DIVAVG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_DIVAVG", 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("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("DIVAVGSHOW_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVAVGSHOW_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINTRECEIPTADDR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINTRECEIPTADDR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEB_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "WEB_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IVR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "IVR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTRANS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBTRANS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUM_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUM_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYLON_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYLON_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYSHR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYSHR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MATE_MBFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATE_MBNO", 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("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("COMPOUNDKEEP_GROUP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DUEDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CREMATION_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CREMATION_STATUS", 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("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("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("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_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("MATEADDR_NO", global::System.Data.OracleClient.OracleType.Char, 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.Char, 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.Char, 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.Char, 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.Char, 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.Char, 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("LASTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEP_DATE", 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("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPSAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPSAL_FLAG", 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_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from mbmembmaster";
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.MBMEMBMASTERDataTable 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.MBMEMBMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.MBMEMBMASTERDataTable dataTable = new DataSet1.MBMEMBMASTERDataTable();
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.MBMEMBMASTERDataTable 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, "MBMEMBMASTER");
}
[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_MEMBER_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("Original_MEMBER_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_MEMBER_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string MEMBER_NO,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
global::System.Nullable BIRTH_DATE,
global::System.Nullable MEMBER_DATE,
global::System.Nullable DEAD_STATUS,
global::System.Nullable DEAD_DATE,
global::System.Nullable RETRY_STATUS,
global::System.Nullable RETRY_DATE,
global::System.Nullable RESIGN_STATUS,
global::System.Nullable RESIGN_DATE,
string RESIGNCAUSE_CODE,
global::System.Nullable CLOSE_DATE,
string SEX,
global::System.Nullable MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
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,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
global::System.Nullable WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string DEPARTMENT_CODE,
global::System.Nullable SALARY_AMOUNT,
string SALARY_ID,
global::System.Nullable FIRSTFEE_STATUS,
global::System.Nullable MEMBER_STATUS,
global::System.Nullable MEMREF_FLAG,
string MEMBER_REF,
global::System.Nullable KLONGTOON_FLAG,
global::System.Nullable HAVE_GAIN,
global::System.Nullable PAUSEKEEP_FLAG,
global::System.Nullable PAUSEKEEP_DATE,
global::System.Nullable FIRST_KEEPDATE,
global::System.Nullable LNPROVIDENTFUND_FLAG,
global::System.Nullable ALLOWLOAN_FLAG,
global::System.Nullable DROPGURANTEE_FLAG,
global::System.Nullable TRANSRIGHT_FLAG,
global::System.Nullable DROPLOANALL_FLAG,
global::System.Nullable DIVIDEND_FLAG,
global::System.Nullable AVERAGE_FLAG,
global::System.Nullable SEQUEST_DIVAVG,
string REMARK,
global::System.Nullable MEMBER_TYPE,
global::System.Nullable DIVAVGSHOW_FLAG,
global::System.Nullable PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
global::System.Nullable MEMBTRANS_DATE,
global::System.Nullable ACCUM_INTEREST,
global::System.Nullable SUMINT_LASTYEAR,
global::System.Nullable MISSPAYLON_AMT,
global::System.Nullable MISSPAYSHR_AMT,
global::System.Nullable MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
global::System.Nullable COMPOUNDKEEP_DATE,
global::System.Nullable COMPOUNDKEEP_STATUS,
global::System.Nullable COMPOUNDKEEP_PERIOD,
global::System.Nullable COMPOUNDKEEP_DUEDATE,
global::System.Nullable COMPOUNDKEEP_NMLDATE,
global::System.Nullable INSURANCE_FLAG,
global::System.Nullable CREMATION_STATUS,
string NATIONALITY,
global::System.Nullable INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
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,
global::System.Nullable LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
global::System.Nullable KEEPSAL_FLAG,
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 ((MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("MEMBER_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((PRENAME_CODE == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(PRENAME_CODE));
}
if ((MEMB_NAME == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMB_NAME));
}
if ((MEMB_SURNAME == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(MEMB_SURNAME));
}
if ((MEMB_ENAME == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(MEMB_ENAME));
}
if ((MEMB_ESURNAME == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(MEMB_ESURNAME));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(MEMBGROUP_CODE));
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(MEMBTYPE_CODE));
}
if ((SIGNATURE_NAME == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(SIGNATURE_NAME));
}
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 ((MEMBER_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(MEMBER_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((DEAD_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(DEAD_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((DEAD_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(DEAD_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((RETRY_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(RETRY_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((RETRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((System.DateTime)(RETRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((RESIGN_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(RESIGN_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((RESIGN_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((System.DateTime)(RESIGN_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((RESIGNCAUSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(RESIGNCAUSE_CODE));
}
if ((CLOSE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((System.DateTime)(CLOSE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((SEX == null)) {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(SEX));
}
if ((MARIAGE_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(MARIAGE_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((ADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(ADDR_NO));
}
if ((ADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(ADDR_MOO));
}
if ((ADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(ADDR_SOI));
}
if ((ADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(ADDR_VILLAGE));
}
if ((ADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(ADDR_ROAD));
}
if ((TAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(TAMBOL_CODE));
}
if ((AMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(AMPHUR_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(PROVINCE_CODE));
}
if ((ADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(ADDR_POSTCODE));
}
if ((ADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(ADDR_PHONE));
}
if ((ADDR_MOBILEPHONE == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(ADDR_MOBILEPHONE));
}
if ((CURRADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(CURRADDR_NO));
}
if ((CURRADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(CURRADDR_MOO));
}
if ((CURRADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(CURRADDR_SOI));
}
if ((CURRADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(CURRADDR_VILLAGE));
}
if ((CURRADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = ((string)(CURRADDR_ROAD));
}
if ((CURRTAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = ((string)(CURRTAMBOL_CODE));
}
if ((CURRAMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(CURRAMPHUR_CODE));
}
if ((CURRPROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(CURRPROVINCE_CODE));
}
if ((CURRADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(CURRADDR_POSTCODE));
}
if ((CURRADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(CURRADDR_PHONE));
}
if ((ADDR_EMAIL == null)) {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(ADDR_EMAIL));
}
if ((MEM_TELWORK == null)) {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = ((string)(MEM_TELWORK));
}
if ((MATE_NAME == null)) {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = ((string)(MATE_NAME));
}
if ((CARD_PERSON == null)) {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = ((string)(CARD_PERSON));
}
if ((CARD_TAX == null)) {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(CARD_TAX));
}
if ((MEMBER_CARD == null)) {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(MEMBER_CARD));
}
if ((WORK_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[49].Value = ((System.DateTime)(WORK_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((POSITION_CODE == null)) {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = ((string)(POSITION_CODE));
}
if ((POSITION_DESC == null)) {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = ((string)(POSITION_DESC));
}
if ((LEVEL_CODE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(LEVEL_CODE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = ((string)(DEPARTMENT_CODE));
}
if ((SALARY_AMOUNT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(SALARY_AMOUNT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((SALARY_ID == null)) {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = ((string)(SALARY_ID));
}
if ((FIRSTFEE_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(FIRSTFEE_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((MEMBER_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(MEMBER_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((MEMREF_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[58].Value = ((decimal)(MEMREF_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((MEMBER_REF == null)) {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = ((string)(MEMBER_REF));
}
if ((KLONGTOON_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(KLONGTOON_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((HAVE_GAIN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[61].Value = ((decimal)(HAVE_GAIN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(PAUSEKEEP_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[63].Value = ((System.DateTime)(PAUSEKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((FIRST_KEEPDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[64].Value = ((System.DateTime)(FIRST_KEEPDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((LNPROVIDENTFUND_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[65].Value = ((decimal)(LNPROVIDENTFUND_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((ALLOWLOAN_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[66].Value = ((decimal)(ALLOWLOAN_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value;
}
if ((DROPGURANTEE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[67].Value = ((decimal)(DROPGURANTEE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value;
}
if ((TRANSRIGHT_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[68].Value = ((decimal)(TRANSRIGHT_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((DROPLOANALL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[69].Value = ((decimal)(DROPLOANALL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value;
}
if ((DIVIDEND_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[70].Value = ((decimal)(DIVIDEND_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value;
}
if ((AVERAGE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[71].Value = ((decimal)(AVERAGE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value;
}
if ((SEQUEST_DIVAVG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[72].Value = ((decimal)(SEQUEST_DIVAVG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[73].Value = ((string)(REMARK));
}
if ((MEMBER_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[74].Value = ((decimal)(MEMBER_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value;
}
if ((DIVAVGSHOW_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[75].Value = ((decimal)(DIVAVGSHOW_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value;
}
if ((PRINTRECEIPTADDR_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(PRINTRECEIPTADDR_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value;
}
if ((WEB_CODE == null)) {
this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[77].Value = ((string)(WEB_CODE));
}
if ((IVR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[78].Value = ((string)(IVR_CODE));
}
if ((MEMBTRANS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[79].Value = ((System.DateTime)(MEMBTRANS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value;
}
if ((ACCUM_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(ACCUM_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value;
}
if ((SUMINT_LASTYEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(SUMINT_LASTYEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value;
}
if ((MISSPAYLON_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(MISSPAYLON_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value;
}
if ((MISSPAYSHR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[83].Value = ((decimal)(MISSPAYSHR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value;
}
if ((MATE_MBFLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(MATE_MBFLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value;
}
if ((MATE_MBNO == null)) {
this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[85].Value = ((string)(MATE_MBNO));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[86].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[87].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[88].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[89].Value = ((string)(EXPENSE_ACCID));
}
if ((APPL_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[90].Value = ((string)(APPL_DOCNO));
}
if ((APPLTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[91].Value = ((string)(APPLTYPE_CODE));
}
if ((COMPOUNDKEEP_GROUP == null)) {
this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[92].Value = ((string)(COMPOUNDKEEP_GROUP));
}
if ((COMPOUNDKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[93].Value = ((System.DateTime)(COMPOUNDKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[94].Value = ((decimal)(COMPOUNDKEEP_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[95].Value = ((decimal)(COMPOUNDKEEP_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_DUEDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[96].Value = ((System.DateTime)(COMPOUNDKEEP_DUEDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_NMLDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[97].Value = ((System.DateTime)(COMPOUNDKEEP_NMLDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value;
}
if ((INSURANCE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[98].Value = ((decimal)(INSURANCE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value;
}
if ((CREMATION_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[99].Value = ((decimal)(CREMATION_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value;
}
if ((NATIONALITY == null)) {
this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[100].Value = ((string)(NATIONALITY));
}
if ((INCOMEETC_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[101].Value = ((decimal)(INCOMEETC_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value;
}
if ((FATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[102].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[103].Value = ((string)(MATHER_NAME));
}
if ((SUBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[104].Value = ((string)(SUBGROUP_CODE));
}
if ((EMP_TYPE == null)) {
this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[105].Value = ((string)(EMP_TYPE));
}
if ((MATEADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[106].Value = ((string)(MATEADDR_NO));
}
if ((MATEADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[107].Value = ((string)(MATEADDR_MOO));
}
if ((MATEADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[108].Value = ((string)(MATEADDR_VILLAGE));
}
if ((MATEADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[109].Value = ((string)(MATEADDR_SOI));
}
if ((MATEADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[110].Value = ((string)(MATEADDR_ROAD));
}
if ((MATETAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[111].Value = ((string)(MATETAMBOL_CODE));
}
if ((MATEAMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[112].Value = ((string)(MATEAMPHUR_CODE));
}
if ((MATEPROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[113].Value = ((string)(MATEPROVINCE_CODE));
}
if ((MATEADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[114].Value = ((string)(MATEADDR_POSTCODE));
}
if ((MATEADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[115].Value = ((string)(MATEADDR_PHONE));
}
if ((LASTKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[116].Value = ((System.DateTime)(LASTKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value;
}
if ((MATE_CARDPERSON == null)) {
this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[117].Value = ((string)(MATE_CARDPERSON));
}
if ((MATE_SALARYID == null)) {
this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[118].Value = ((string)(MATE_SALARYID));
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((KEEPSAL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[121].Value = ((decimal)(KEEPSAL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value;
}
if ((TAMBOL_DESC == null)) {
this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[122].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 MEMBER_NO,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
global::System.Nullable BIRTH_DATE,
global::System.Nullable MEMBER_DATE,
global::System.Nullable DEAD_STATUS,
global::System.Nullable DEAD_DATE,
global::System.Nullable RETRY_STATUS,
global::System.Nullable RETRY_DATE,
global::System.Nullable RESIGN_STATUS,
global::System.Nullable RESIGN_DATE,
string RESIGNCAUSE_CODE,
global::System.Nullable CLOSE_DATE,
string SEX,
global::System.Nullable MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
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,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
global::System.Nullable WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string DEPARTMENT_CODE,
global::System.Nullable SALARY_AMOUNT,
string SALARY_ID,
global::System.Nullable FIRSTFEE_STATUS,
global::System.Nullable MEMBER_STATUS,
global::System.Nullable MEMREF_FLAG,
string MEMBER_REF,
global::System.Nullable KLONGTOON_FLAG,
global::System.Nullable HAVE_GAIN,
global::System.Nullable PAUSEKEEP_FLAG,
global::System.Nullable PAUSEKEEP_DATE,
global::System.Nullable FIRST_KEEPDATE,
global::System.Nullable LNPROVIDENTFUND_FLAG,
global::System.Nullable ALLOWLOAN_FLAG,
global::System.Nullable DROPGURANTEE_FLAG,
global::System.Nullable TRANSRIGHT_FLAG,
global::System.Nullable DROPLOANALL_FLAG,
global::System.Nullable DIVIDEND_FLAG,
global::System.Nullable AVERAGE_FLAG,
global::System.Nullable SEQUEST_DIVAVG,
string REMARK,
global::System.Nullable MEMBER_TYPE,
global::System.Nullable DIVAVGSHOW_FLAG,
global::System.Nullable PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
global::System.Nullable MEMBTRANS_DATE,
global::System.Nullable ACCUM_INTEREST,
global::System.Nullable SUMINT_LASTYEAR,
global::System.Nullable MISSPAYLON_AMT,
global::System.Nullable MISSPAYSHR_AMT,
global::System.Nullable MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
global::System.Nullable COMPOUNDKEEP_DATE,
global::System.Nullable COMPOUNDKEEP_STATUS,
global::System.Nullable COMPOUNDKEEP_PERIOD,
global::System.Nullable COMPOUNDKEEP_DUEDATE,
global::System.Nullable COMPOUNDKEEP_NMLDATE,
global::System.Nullable INSURANCE_FLAG,
global::System.Nullable CREMATION_STATUS,
string NATIONALITY,
global::System.Nullable INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
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,
global::System.Nullable LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
global::System.Nullable KEEPSAL_FLAG,
string TAMBOL_DESC,
string Original_COOP_ID,
string Original_MEMBER_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("MEMBER_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((PRENAME_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(PRENAME_CODE));
}
if ((MEMB_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMB_NAME));
}
if ((MEMB_SURNAME == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(MEMB_SURNAME));
}
if ((MEMB_ENAME == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(MEMB_ENAME));
}
if ((MEMB_ESURNAME == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(MEMB_ESURNAME));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(MEMBGROUP_CODE));
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(MEMBTYPE_CODE));
}
if ((SIGNATURE_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(SIGNATURE_NAME));
}
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 ((MEMBER_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(MEMBER_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((DEAD_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(DEAD_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((DEAD_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(DEAD_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((RETRY_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(RETRY_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((RETRY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((System.DateTime)(RETRY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((RESIGN_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(RESIGN_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((RESIGN_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(RESIGN_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((RESIGNCAUSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(RESIGNCAUSE_CODE));
}
if ((CLOSE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(CLOSE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((SEX == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(SEX));
}
if ((MARIAGE_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(MARIAGE_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((ADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(ADDR_NO));
}
if ((ADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(ADDR_MOO));
}
if ((ADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(ADDR_SOI));
}
if ((ADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(ADDR_VILLAGE));
}
if ((ADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(ADDR_ROAD));
}
if ((TAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(TAMBOL_CODE));
}
if ((AMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(AMPHUR_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(PROVINCE_CODE));
}
if ((ADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(ADDR_POSTCODE));
}
if ((ADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(ADDR_PHONE));
}
if ((ADDR_MOBILEPHONE == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(ADDR_MOBILEPHONE));
}
if ((CURRADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(CURRADDR_NO));
}
if ((CURRADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(CURRADDR_MOO));
}
if ((CURRADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(CURRADDR_SOI));
}
if ((CURRADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(CURRADDR_VILLAGE));
}
if ((CURRADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(CURRADDR_ROAD));
}
if ((CURRTAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(CURRTAMBOL_CODE));
}
if ((CURRAMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(CURRAMPHUR_CODE));
}
if ((CURRPROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(CURRPROVINCE_CODE));
}
if ((CURRADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(CURRADDR_POSTCODE));
}
if ((CURRADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(CURRADDR_PHONE));
}
if ((ADDR_EMAIL == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(ADDR_EMAIL));
}
if ((MEM_TELWORK == null)) {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(MEM_TELWORK));
}
if ((MATE_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(MATE_NAME));
}
if ((CARD_PERSON == null)) {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(CARD_PERSON));
}
if ((CARD_TAX == null)) {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(CARD_TAX));
}
if ((MEMBER_CARD == null)) {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(MEMBER_CARD));
}
if ((WORK_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[49].Value = ((System.DateTime)(WORK_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((POSITION_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(POSITION_CODE));
}
if ((POSITION_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(POSITION_DESC));
}
if ((LEVEL_CODE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(LEVEL_CODE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(DEPARTMENT_CODE));
}
if ((SALARY_AMOUNT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(SALARY_AMOUNT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((SALARY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(SALARY_ID));
}
if ((FIRSTFEE_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(FIRSTFEE_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((MEMBER_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[57].Value = ((decimal)(MEMBER_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((MEMREF_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[58].Value = ((decimal)(MEMREF_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((MEMBER_REF == null)) {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(MEMBER_REF));
}
if ((KLONGTOON_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(KLONGTOON_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((HAVE_GAIN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[61].Value = ((decimal)(HAVE_GAIN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(PAUSEKEEP_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[63].Value = ((System.DateTime)(PAUSEKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((FIRST_KEEPDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[64].Value = ((System.DateTime)(FIRST_KEEPDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((LNPROVIDENTFUND_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[65].Value = ((decimal)(LNPROVIDENTFUND_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((ALLOWLOAN_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[66].Value = ((decimal)(ALLOWLOAN_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value;
}
if ((DROPGURANTEE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[67].Value = ((decimal)(DROPGURANTEE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value;
}
if ((TRANSRIGHT_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[68].Value = ((decimal)(TRANSRIGHT_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((DROPLOANALL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[69].Value = ((decimal)(DROPLOANALL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value;
}
if ((DIVIDEND_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[70].Value = ((decimal)(DIVIDEND_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value;
}
if ((AVERAGE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[71].Value = ((decimal)(AVERAGE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value;
}
if ((SEQUEST_DIVAVG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[72].Value = ((decimal)(SEQUEST_DIVAVG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(REMARK));
}
if ((MEMBER_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[74].Value = ((decimal)(MEMBER_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value;
}
if ((DIVAVGSHOW_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[75].Value = ((decimal)(DIVAVGSHOW_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value;
}
if ((PRINTRECEIPTADDR_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[76].Value = ((decimal)(PRINTRECEIPTADDR_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value;
}
if ((WEB_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(WEB_CODE));
}
if ((IVR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(IVR_CODE));
}
if ((MEMBTRANS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[79].Value = ((System.DateTime)(MEMBTRANS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value;
}
if ((ACCUM_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[80].Value = ((decimal)(ACCUM_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value;
}
if ((SUMINT_LASTYEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[81].Value = ((decimal)(SUMINT_LASTYEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value;
}
if ((MISSPAYLON_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[82].Value = ((decimal)(MISSPAYLON_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value;
}
if ((MISSPAYSHR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[83].Value = ((decimal)(MISSPAYSHR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value;
}
if ((MATE_MBFLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[84].Value = ((decimal)(MATE_MBFLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value;
}
if ((MATE_MBNO == null)) {
this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(MATE_MBNO));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[86].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[88].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(EXPENSE_ACCID));
}
if ((APPL_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[90].Value = ((string)(APPL_DOCNO));
}
if ((APPLTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[91].Value = ((string)(APPLTYPE_CODE));
}
if ((COMPOUNDKEEP_GROUP == null)) {
this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[92].Value = ((string)(COMPOUNDKEEP_GROUP));
}
if ((COMPOUNDKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[93].Value = ((System.DateTime)(COMPOUNDKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[94].Value = ((decimal)(COMPOUNDKEEP_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[95].Value = ((decimal)(COMPOUNDKEEP_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_DUEDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[96].Value = ((System.DateTime)(COMPOUNDKEEP_DUEDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_NMLDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[97].Value = ((System.DateTime)(COMPOUNDKEEP_NMLDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value;
}
if ((INSURANCE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[98].Value = ((decimal)(INSURANCE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value;
}
if ((CREMATION_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[99].Value = ((decimal)(CREMATION_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value;
}
if ((NATIONALITY == null)) {
this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[100].Value = ((string)(NATIONALITY));
}
if ((INCOMEETC_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[101].Value = ((decimal)(INCOMEETC_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value;
}
if ((FATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[102].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(MATHER_NAME));
}
if ((SUBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(SUBGROUP_CODE));
}
if ((EMP_TYPE == null)) {
this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(EMP_TYPE));
}
if ((MATEADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(MATEADDR_NO));
}
if ((MATEADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(MATEADDR_MOO));
}
if ((MATEADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[108].Value = ((string)(MATEADDR_VILLAGE));
}
if ((MATEADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[109].Value = ((string)(MATEADDR_SOI));
}
if ((MATEADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[110].Value = ((string)(MATEADDR_ROAD));
}
if ((MATETAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(MATETAMBOL_CODE));
}
if ((MATEAMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(MATEAMPHUR_CODE));
}
if ((MATEPROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(MATEPROVINCE_CODE));
}
if ((MATEADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(MATEADDR_POSTCODE));
}
if ((MATEADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(MATEADDR_PHONE));
}
if ((LASTKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[116].Value = ((System.DateTime)(LASTKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value;
}
if ((MATE_CARDPERSON == null)) {
this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[117].Value = ((string)(MATE_CARDPERSON));
}
if ((MATE_SALARYID == null)) {
this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[118].Value = ((string)(MATE_SALARYID));
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((KEEPSAL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[121].Value = ((decimal)(KEEPSAL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value;
}
if ((TAMBOL_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[122].Value = ((string)(TAMBOL_DESC));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(Original_COOP_ID));
}
if ((Original_MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("Original_MEMBER_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[124].Value = ((string)(Original_MEMBER_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
global::System.Nullable BIRTH_DATE,
global::System.Nullable MEMBER_DATE,
global::System.Nullable DEAD_STATUS,
global::System.Nullable DEAD_DATE,
global::System.Nullable RETRY_STATUS,
global::System.Nullable RETRY_DATE,
global::System.Nullable RESIGN_STATUS,
global::System.Nullable RESIGN_DATE,
string RESIGNCAUSE_CODE,
global::System.Nullable CLOSE_DATE,
string SEX,
global::System.Nullable MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
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,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
global::System.Nullable WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string DEPARTMENT_CODE,
global::System.Nullable SALARY_AMOUNT,
string SALARY_ID,
global::System.Nullable FIRSTFEE_STATUS,
global::System.Nullable MEMBER_STATUS,
global::System.Nullable MEMREF_FLAG,
string MEMBER_REF,
global::System.Nullable KLONGTOON_FLAG,
global::System.Nullable HAVE_GAIN,
global::System.Nullable PAUSEKEEP_FLAG,
global::System.Nullable PAUSEKEEP_DATE,
global::System.Nullable FIRST_KEEPDATE,
global::System.Nullable LNPROVIDENTFUND_FLAG,
global::System.Nullable ALLOWLOAN_FLAG,
global::System.Nullable DROPGURANTEE_FLAG,
global::System.Nullable TRANSRIGHT_FLAG,
global::System.Nullable DROPLOANALL_FLAG,
global::System.Nullable DIVIDEND_FLAG,
global::System.Nullable AVERAGE_FLAG,
global::System.Nullable SEQUEST_DIVAVG,
string REMARK,
global::System.Nullable MEMBER_TYPE,
global::System.Nullable DIVAVGSHOW_FLAG,
global::System.Nullable PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
global::System.Nullable MEMBTRANS_DATE,
global::System.Nullable ACCUM_INTEREST,
global::System.Nullable SUMINT_LASTYEAR,
global::System.Nullable MISSPAYLON_AMT,
global::System.Nullable MISSPAYSHR_AMT,
global::System.Nullable MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
global::System.Nullable