//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.mbshr.ws_mbshr_adt_mbaudit_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 MBMEMBMONEYTRDataTable tableMBMEMBMONEYTR; private MBMEMBMASTERDataTable tableMBMEMBMASTER; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); this.InitExpressions(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) { this.InitExpressions(); } return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["MBMEMBMONEYTR"] != null)) { base.Tables.Add(new MBMEMBMONEYTRDataTable(ds.Tables["MBMEMBMONEYTR"])); } 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.InitExpressions(); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public MBMEMBMONEYTRDataTable MBMEMBMONEYTR { get { return this.tableMBMEMBMONEYTR; } } [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.InitExpressions(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["MBMEMBMONEYTR"] != null)) { base.Tables.Add(new MBMEMBMONEYTRDataTable(ds.Tables["MBMEMBMONEYTR"])); } 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.tableMBMEMBMONEYTR = ((MBMEMBMONEYTRDataTable)(base.Tables["MBMEMBMONEYTR"])); if ((initTable == true)) { if ((this.tableMBMEMBMONEYTR != null)) { this.tableMBMEMBMONEYTR.InitVars(); } } this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(base.Tables["MBMEMBMASTER"])); if ((initTable == true)) { if ((this.tableMBMEMBMASTER != null)) { this.tableMBMEMBMASTER.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableMBMEMBMONEYTR = new MBMEMBMONEYTRDataTable(); base.Tables.Add(this.tableMBMEMBMONEYTR); this.tableMBMEMBMASTER = new MBMEMBMASTERDataTable(false); base.Tables.Add(this.tableMBMEMBMASTER); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeMBMEMBMONEYTR() { 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.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.MBMEMBMASTER.cp_membgroup_nameColumn.Expression = "membgroup_code +\'- \' + membgroup_desc"; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void MBMEMBMONEYTRRowChangeEventHandler(object sender, MBMEMBMONEYTRRowChangeEvent 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 MBMEMBMONEYTRDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnTRTYPE_CODE; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnMONEYTYPE_CODE; private global::System.Data.DataColumn columnBANK_CODE; private global::System.Data.DataColumn columnBANK_BRANCH; private global::System.Data.DataColumn columnBRANCH_NAME; private global::System.Data.DataColumn columnBANK_ACCID; private global::System.Data.DataColumn columnTRTYPE_DESC; private global::System.Data.DataColumn columnSIGN_FLAG; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MBMEMBMONEYTRDataTable() { this.TableName = "MBMEMBMONEYTR"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal MBMEMBMONEYTRDataTable(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 MBMEMBMONEYTRDataTable(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 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 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 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 MONEYTYPE_CODEColumn { get { return this.columnMONEYTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANK_CODEColumn { get { return this.columnBANK_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANK_BRANCHColumn { get { return this.columnBANK_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BRANCH_NAMEColumn { get { return this.columnBRANCH_NAME; } } [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 TRTYPE_DESCColumn { get { return this.columnTRTYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SIGN_FLAGColumn { get { return this.columnSIGN_FLAG; } } [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 MBMEMBMONEYTRRow this[int index] { get { return ((MBMEMBMONEYTRRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event MBMEMBMONEYTRRowChangeEventHandler MBMEMBMONEYTRRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event MBMEMBMONEYTRRowChangeEventHandler MBMEMBMONEYTRRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event MBMEMBMONEYTRRowChangeEventHandler MBMEMBMONEYTRRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event MBMEMBMONEYTRRowChangeEventHandler MBMEMBMONEYTRRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddMBMEMBMONEYTRRow(MBMEMBMONEYTRRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MBMEMBMONEYTRRow AddMBMEMBMONEYTRRow(string TRTYPE_CODE, string MEMBER_NO, string COOP_ID, string MONEYTYPE_CODE, string BANK_CODE, string BANK_BRANCH, string BRANCH_NAME, string BANK_ACCID, string TRTYPE_DESC, decimal SIGN_FLAG) { MBMEMBMONEYTRRow rowMBMEMBMONEYTRRow = ((MBMEMBMONEYTRRow)(this.NewRow())); object[] columnValuesArray = new object[] { TRTYPE_CODE, MEMBER_NO, COOP_ID, MONEYTYPE_CODE, BANK_CODE, BANK_BRANCH, BRANCH_NAME, BANK_ACCID, TRTYPE_DESC, SIGN_FLAG}; rowMBMEMBMONEYTRRow.ItemArray = columnValuesArray; this.Rows.Add(rowMBMEMBMONEYTRRow); return rowMBMEMBMONEYTRRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MBMEMBMONEYTRRow FindByTRTYPE_CODEMEMBER_NOCOOP_ID(string TRTYPE_CODE, string MEMBER_NO, string COOP_ID) { return ((MBMEMBMONEYTRRow)(this.Rows.Find(new object[] { TRTYPE_CODE, MEMBER_NO, COOP_ID}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { MBMEMBMONEYTRDataTable cln = ((MBMEMBMONEYTRDataTable)(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 MBMEMBMONEYTRDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnTRTYPE_CODE = base.Columns["TRTYPE_CODE"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"]; this.columnBANK_CODE = base.Columns["BANK_CODE"]; this.columnBANK_BRANCH = base.Columns["BANK_BRANCH"]; this.columnBRANCH_NAME = base.Columns["BRANCH_NAME"]; this.columnBANK_ACCID = base.Columns["BANK_ACCID"]; this.columnTRTYPE_DESC = base.Columns["TRTYPE_DESC"]; this.columnSIGN_FLAG = base.Columns["SIGN_FLAG"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); 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.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEYTYPE_CODE); this.columnBANK_CODE = new global::System.Data.DataColumn("BANK_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANK_CODE); this.columnBANK_BRANCH = new global::System.Data.DataColumn("BANK_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANK_BRANCH); this.columnBRANCH_NAME = new global::System.Data.DataColumn("BRANCH_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBRANCH_NAME); 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.columnTRTYPE_DESC = new global::System.Data.DataColumn("TRTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRTYPE_DESC); this.columnSIGN_FLAG = new global::System.Data.DataColumn("SIGN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSIGN_FLAG); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnTRTYPE_CODE, this.columnMEMBER_NO, this.columnCOOP_ID}, true)); this.columnTRTYPE_CODE.AllowDBNull = false; this.columnTRTYPE_CODE.MaxLength = 5; this.columnMEMBER_NO.AllowDBNull = false; this.columnMEMBER_NO.MaxLength = 8; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnMONEYTYPE_CODE.MaxLength = 3; this.columnBANK_CODE.MaxLength = 3; this.columnBANK_BRANCH.MaxLength = 4; this.columnBRANCH_NAME.MaxLength = 500; this.columnBANK_ACCID.MaxLength = 15; this.columnTRTYPE_DESC.MaxLength = 100; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MBMEMBMONEYTRRow NewMBMEMBMONEYTRRow() { return ((MBMEMBMONEYTRRow)(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 MBMEMBMONEYTRRow(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(MBMEMBMONEYTRRow); } [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.MBMEMBMONEYTRRowChanged != null)) { this.MBMEMBMONEYTRRowChanged(this, new MBMEMBMONEYTRRowChangeEvent(((MBMEMBMONEYTRRow)(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.MBMEMBMONEYTRRowChanging != null)) { this.MBMEMBMONEYTRRowChanging(this, new MBMEMBMONEYTRRowChangeEvent(((MBMEMBMONEYTRRow)(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.MBMEMBMONEYTRRowDeleted != null)) { this.MBMEMBMONEYTRRowDeleted(this, new MBMEMBMONEYTRRowChangeEvent(((MBMEMBMONEYTRRow)(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.MBMEMBMONEYTRRowDeleting != null)) { this.MBMEMBMONEYTRRowDeleting(this, new MBMEMBMONEYTRRowChangeEvent(((MBMEMBMONEYTRRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveMBMEMBMONEYTRRow(MBMEMBMONEYTRRow 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 = "MBMEMBMONEYTRDataTable"; 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 columnMEMBGROUP_DESC; 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 columnMEMBER_DATE; private global::System.Data.DataColumn columnBIRTH_DATE; private global::System.Data.DataColumn columnSEX; private global::System.Data.DataColumn columnMARIAGE_STATUS; private global::System.Data.DataColumn columnMATE_NAME; 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 columnADDR_EMAIL; private global::System.Data.DataColumn columnCARD_PERSON; private global::System.Data.DataColumn columnWORK_DATE; private global::System.Data.DataColumn columnRETRY_DATE; private global::System.Data.DataColumn columnPOSITION_DESC; private global::System.Data.DataColumn columnLEVEL_CODE; private global::System.Data.DataColumn columnSALARY_AMOUNT; private global::System.Data.DataColumn columnSALARY_ID; private global::System.Data.DataColumn columnMEMBTYPE_CODE; private global::System.Data.DataColumn columnMEMB_ENAME; private global::System.Data.DataColumn columnMEMB_ESURNAME; private global::System.Data.DataColumn columnRESIGN_STATUS; private global::System.Data.DataColumn columnMEMBER_STATUS; private global::System.Data.DataColumn columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnPERIODSHARE_AMT; private global::System.Data.DataColumn columnUNITSHARE_VALUE; private global::System.Data.DataColumn columnPERIODBASE_AMT; private global::System.Data.DataColumn columnUNITSHARE_VALUE1; 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 columnSHARETYPE_CODE; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnDROPGURANTEE_FLAG; private global::System.Data.DataColumn columnDROPLOANALL_FLAG; private global::System.Data.DataColumn columnINCOMEETC_AMT; private global::System.Data.DataColumn columnKLONGTOON_FLAG; private global::System.Data.DataColumn columnPAUSEKEEP_FLAG; private global::System.Data.DataColumn columnALLOWLOAN_FLAG; private global::System.Data.DataColumn columnTRANSRIGHT_FLAG; 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 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 columnBRANCH_NAME; private global::System.Data.DataColumn columnRETRY_STATUS; private global::System.Data.DataColumn columnMEMBER_REF; private global::System.Data.DataColumn columnMEMBER_TYPE; private global::System.Data.DataColumn columnage; private global::System.Data.DataColumn columnmemb_age; private global::System.Data.DataColumn columnretry_age; private global::System.Data.DataColumn columnwork_age; private global::System.Data.DataColumn columnperiodshare_value; private global::System.Data.DataColumn columnperiodbase_value; private global::System.Data.DataColumn columnbank_name; private global::System.Data.DataColumn columncp_membgroup_name; private global::System.Data.DataColumn columncp_retry_date; private global::System.Data.DataColumn columnupdate_bylastdoc; private global::System.Data.DataColumn columnupdate_flag; private global::System.Data.DataColumn columnMBTYPE_LEVEL; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MBMEMBMASTERDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public MBMEMBMASTERDataTable(bool initExpressions) { this.TableName = "MBMEMBMASTER"; this.BeginInit(); this.InitClass(); if ((initExpressions == true)) { this.InitExpressions(); } this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal 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 MEMBGROUP_DESCColumn { get { return this.columnMEMBGROUP_DESC; } } [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 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 BIRTH_DATEColumn { get { return this.columnBIRTH_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEXColumn { get { return this.columnSEX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 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 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 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 CARD_PERSONColumn { get { return this.columnCARD_PERSON; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WORK_DATEColumn { get { return this.columnWORK_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RETRY_DATEColumn { get { return this.columnRETRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POSITION_DESCColumn { get { return this.columnPOSITION_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LEVEL_CODEColumn { get { return this.columnLEVEL_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SALARY_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 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 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 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 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 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 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 PERIODSHARE_AMTColumn { get { return this.columnPERIODSHARE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn UNITSHARE_VALUEColumn { get { return this.columnUNITSHARE_VALUE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIODBASE_AMTColumn { get { return this.columnPERIODBASE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn UNITSHARE_VALUE1Column { get { return this.columnUNITSHARE_VALUE1; } } [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 SHARETYPE_CODEColumn { get { return this.columnSHARETYPE_CODE; } } [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 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 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 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 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 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 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 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 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 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 BRANCH_NAMEColumn { get { return this.columnBRANCH_NAME; } } [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 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 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 ageColumn { get { return this.columnage; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn memb_ageColumn { get { return this.columnmemb_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn retry_ageColumn { get { return this.columnretry_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn work_ageColumn { get { return this.columnwork_age; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn periodshare_valueColumn { get { return this.columnperiodshare_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn periodbase_valueColumn { get { return this.columnperiodbase_value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn bank_nameColumn { get { return this.columnbank_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_membgroup_nameColumn { get { return this.columncp_membgroup_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_retry_dateColumn { get { return this.columncp_retry_date; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn update_bylastdocColumn { get { return this.columnupdate_bylastdoc; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn update_flagColumn { get { return this.columnupdate_flag; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MBTYPE_LEVELColumn { get { return this.columnMBTYPE_LEVEL; } } [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 MEMBGROUP_DESC, string MEMBER_NO, string PRENAME_CODE, string MEMB_NAME, string MEMB_SURNAME, System.DateTime MEMBER_DATE, System.DateTime BIRTH_DATE, string SEX, decimal MARIAGE_STATUS, string MATE_NAME, 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 ADDR_EMAIL, string CARD_PERSON, System.DateTime WORK_DATE, System.DateTime RETRY_DATE, string POSITION_DESC, decimal LEVEL_CODE, decimal SALARY_AMOUNT, string SALARY_ID, string MEMBTYPE_CODE, string MEMB_ENAME, string MEMB_ESURNAME, decimal RESIGN_STATUS, decimal MEMBER_STATUS, string MEMBGROUP_CODE, string REMARK, decimal PERIODSHARE_AMT, decimal UNITSHARE_VALUE, decimal PERIODBASE_AMT, decimal UNITSHARE_VALUE1, 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 SHARETYPE_CODE, string COOP_ID, decimal DROPGURANTEE_FLAG, decimal DROPLOANALL_FLAG, decimal INCOMEETC_AMT, decimal KLONGTOON_FLAG, decimal PAUSEKEEP_FLAG, decimal ALLOWLOAN_FLAG, decimal TRANSRIGHT_FLAG, string MATE_CARDPERSON, string MATE_SALARYID, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, string EXPENSE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, string BRANCH_NAME, decimal RETRY_STATUS, string MEMBER_REF, decimal MEMBER_TYPE, string age, string memb_age, string retry_age, string work_age, decimal periodshare_value, decimal periodbase_value, string bank_name, string cp_membgroup_name, string cp_retry_date, string update_bylastdoc, string update_flag, decimal MBTYPE_LEVEL) { MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { MEMBGROUP_DESC, MEMBER_NO, PRENAME_CODE, MEMB_NAME, MEMB_SURNAME, MEMBER_DATE, BIRTH_DATE, SEX, MARIAGE_STATUS, MATE_NAME, ADDR_NO, ADDR_MOO, ADDR_SOI, ADDR_VILLAGE, ADDR_ROAD, TAMBOL_CODE, AMPHUR_CODE, PROVINCE_CODE, ADDR_POSTCODE, ADDR_PHONE, ADDR_MOBILEPHONE, ADDR_EMAIL, CARD_PERSON, WORK_DATE, RETRY_DATE, POSITION_DESC, LEVEL_CODE, SALARY_AMOUNT, SALARY_ID, MEMBTYPE_CODE, MEMB_ENAME, MEMB_ESURNAME, RESIGN_STATUS, MEMBER_STATUS, MEMBGROUP_CODE, REMARK, PERIODSHARE_AMT, UNITSHARE_VALUE, PERIODBASE_AMT, UNITSHARE_VALUE1, CURRADDR_NO, CURRADDR_MOO, CURRADDR_SOI, CURRADDR_VILLAGE, CURRADDR_ROAD, CURRTAMBOL_CODE, CURRAMPHUR_CODE, CURRPROVINCE_CODE, CURRADDR_POSTCODE, CURRADDR_PHONE, SHARETYPE_CODE, COOP_ID, DROPGURANTEE_FLAG, DROPLOANALL_FLAG, INCOMEETC_AMT, KLONGTOON_FLAG, PAUSEKEEP_FLAG, ALLOWLOAN_FLAG, TRANSRIGHT_FLAG, MATE_CARDPERSON, MATE_SALARYID, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BRANCH_NAME, RETRY_STATUS, MEMBER_REF, MEMBER_TYPE, age, memb_age, retry_age, work_age, periodshare_value, periodbase_value, bank_name, cp_membgroup_name, cp_retry_date, update_bylastdoc, update_flag, MBTYPE_LEVEL}; 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 AddMBMEMBMASTERRow( string MEMBGROUP_DESC, string MEMBER_NO, string PRENAME_CODE, string MEMB_NAME, string MEMB_SURNAME, System.DateTime MEMBER_DATE, System.DateTime BIRTH_DATE, string SEX, decimal MARIAGE_STATUS, string MATE_NAME, 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 ADDR_EMAIL, string CARD_PERSON, System.DateTime WORK_DATE, System.DateTime RETRY_DATE, string POSITION_DESC, decimal LEVEL_CODE, decimal SALARY_AMOUNT, string SALARY_ID, string MEMBTYPE_CODE, string MEMB_ENAME, string MEMB_ESURNAME, decimal RESIGN_STATUS, decimal MEMBER_STATUS, string MEMBGROUP_CODE, string REMARK, decimal PERIODSHARE_AMT, decimal UNITSHARE_VALUE, decimal PERIODBASE_AMT, decimal UNITSHARE_VALUE1, 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 SHARETYPE_CODE, string COOP_ID, decimal DROPGURANTEE_FLAG, decimal DROPLOANALL_FLAG, decimal INCOMEETC_AMT, decimal KLONGTOON_FLAG, decimal PAUSEKEEP_FLAG, decimal ALLOWLOAN_FLAG, decimal TRANSRIGHT_FLAG, string MATE_CARDPERSON, string MATE_SALARYID, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, string EXPENSE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, string BRANCH_NAME, decimal RETRY_STATUS, string MEMBER_REF, decimal MEMBER_TYPE, string age, string memb_age, string retry_age, string work_age, decimal periodshare_value, decimal periodbase_value, string bank_name, string cp_retry_date, string update_bylastdoc, string update_flag, decimal MBTYPE_LEVEL) { MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { MEMBGROUP_DESC, MEMBER_NO, PRENAME_CODE, MEMB_NAME, MEMB_SURNAME, MEMBER_DATE, BIRTH_DATE, SEX, MARIAGE_STATUS, MATE_NAME, ADDR_NO, ADDR_MOO, ADDR_SOI, ADDR_VILLAGE, ADDR_ROAD, TAMBOL_CODE, AMPHUR_CODE, PROVINCE_CODE, ADDR_POSTCODE, ADDR_PHONE, ADDR_MOBILEPHONE, ADDR_EMAIL, CARD_PERSON, WORK_DATE, RETRY_DATE, POSITION_DESC, LEVEL_CODE, SALARY_AMOUNT, SALARY_ID, MEMBTYPE_CODE, MEMB_ENAME, MEMB_ESURNAME, RESIGN_STATUS, MEMBER_STATUS, MEMBGROUP_CODE, REMARK, PERIODSHARE_AMT, UNITSHARE_VALUE, PERIODBASE_AMT, UNITSHARE_VALUE1, CURRADDR_NO, CURRADDR_MOO, CURRADDR_SOI, CURRADDR_VILLAGE, CURRADDR_ROAD, CURRTAMBOL_CODE, CURRAMPHUR_CODE, CURRPROVINCE_CODE, CURRADDR_POSTCODE, CURRADDR_PHONE, SHARETYPE_CODE, COOP_ID, DROPGURANTEE_FLAG, DROPLOANALL_FLAG, INCOMEETC_AMT, KLONGTOON_FLAG, PAUSEKEEP_FLAG, ALLOWLOAN_FLAG, TRANSRIGHT_FLAG, MATE_CARDPERSON, MATE_SALARYID, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BRANCH_NAME, RETRY_STATUS, MEMBER_REF, MEMBER_TYPE, age, memb_age, retry_age, work_age, periodshare_value, periodbase_value, bank_name, null, cp_retry_date, update_bylastdoc, update_flag, MBTYPE_LEVEL}; 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 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.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"]; 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.columnMEMBER_DATE = base.Columns["MEMBER_DATE"]; this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"]; this.columnSEX = base.Columns["SEX"]; this.columnMARIAGE_STATUS = base.Columns["MARIAGE_STATUS"]; this.columnMATE_NAME = base.Columns["MATE_NAME"]; 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.columnADDR_EMAIL = base.Columns["ADDR_EMAIL"]; this.columnCARD_PERSON = base.Columns["CARD_PERSON"]; this.columnWORK_DATE = base.Columns["WORK_DATE"]; this.columnRETRY_DATE = base.Columns["RETRY_DATE"]; this.columnPOSITION_DESC = base.Columns["POSITION_DESC"]; this.columnLEVEL_CODE = base.Columns["LEVEL_CODE"]; this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"]; this.columnSALARY_ID = base.Columns["SALARY_ID"]; this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"]; this.columnMEMB_ENAME = base.Columns["MEMB_ENAME"]; this.columnMEMB_ESURNAME = base.Columns["MEMB_ESURNAME"]; this.columnRESIGN_STATUS = base.Columns["RESIGN_STATUS"]; this.columnMEMBER_STATUS = base.Columns["MEMBER_STATUS"]; this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnPERIODSHARE_AMT = base.Columns["PERIODSHARE_AMT"]; this.columnUNITSHARE_VALUE = base.Columns["UNITSHARE_VALUE"]; this.columnPERIODBASE_AMT = base.Columns["PERIODBASE_AMT"]; this.columnUNITSHARE_VALUE1 = base.Columns["UNITSHARE_VALUE1"]; 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.columnSHARETYPE_CODE = base.Columns["SHARETYPE_CODE"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnDROPGURANTEE_FLAG = base.Columns["DROPGURANTEE_FLAG"]; this.columnDROPLOANALL_FLAG = base.Columns["DROPLOANALL_FLAG"]; this.columnINCOMEETC_AMT = base.Columns["INCOMEETC_AMT"]; this.columnKLONGTOON_FLAG = base.Columns["KLONGTOON_FLAG"]; this.columnPAUSEKEEP_FLAG = base.Columns["PAUSEKEEP_FLAG"]; this.columnALLOWLOAN_FLAG = base.Columns["ALLOWLOAN_FLAG"]; this.columnTRANSRIGHT_FLAG = base.Columns["TRANSRIGHT_FLAG"]; 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.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.columnBRANCH_NAME = base.Columns["BRANCH_NAME"]; this.columnRETRY_STATUS = base.Columns["RETRY_STATUS"]; this.columnMEMBER_REF = base.Columns["MEMBER_REF"]; this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"]; this.columnage = base.Columns["age"]; this.columnmemb_age = base.Columns["memb_age"]; this.columnretry_age = base.Columns["retry_age"]; this.columnwork_age = base.Columns["work_age"]; this.columnperiodshare_value = base.Columns["periodshare_value"]; this.columnperiodbase_value = base.Columns["periodbase_value"]; this.columnbank_name = base.Columns["bank_name"]; this.columncp_membgroup_name = base.Columns["cp_membgroup_name"]; this.columncp_retry_date = base.Columns["cp_retry_date"]; this.columnupdate_bylastdoc = base.Columns["update_bylastdoc"]; this.columnupdate_flag = base.Columns["update_flag"]; this.columnMBTYPE_LEVEL = base.Columns["MBTYPE_LEVEL"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_DESC); 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.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.columnBIRTH_DATE = new global::System.Data.DataColumn("BIRTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBIRTH_DATE); this.columnSEX = new global::System.Data.DataColumn("SEX", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEX); this.columnMARIAGE_STATUS = new global::System.Data.DataColumn("MARIAGE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMARIAGE_STATUS); 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.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.columnADDR_EMAIL = new global::System.Data.DataColumn("ADDR_EMAIL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnADDR_EMAIL); this.columnCARD_PERSON = new global::System.Data.DataColumn("CARD_PERSON", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCARD_PERSON); this.columnWORK_DATE = new global::System.Data.DataColumn("WORK_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWORK_DATE); this.columnRETRY_DATE = new global::System.Data.DataColumn("RETRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRETRY_DATE); this.columnPOSITION_DESC = new global::System.Data.DataColumn("POSITION_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOSITION_DESC); this.columnLEVEL_CODE = new global::System.Data.DataColumn("LEVEL_CODE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLEVEL_CODE); this.columnSALARY_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.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBTYPE_CODE); 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.columnRESIGN_STATUS = new global::System.Data.DataColumn("RESIGN_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRESIGN_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.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_CODE); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnPERIODSHARE_AMT = new global::System.Data.DataColumn("PERIODSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIODSHARE_AMT); this.columnUNITSHARE_VALUE = new global::System.Data.DataColumn("UNITSHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnUNITSHARE_VALUE); this.columnPERIODBASE_AMT = new global::System.Data.DataColumn("PERIODBASE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIODBASE_AMT); this.columnUNITSHARE_VALUE1 = new global::System.Data.DataColumn("UNITSHARE_VALUE1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnUNITSHARE_VALUE1); 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.columnSHARETYPE_CODE = new global::System.Data.DataColumn("SHARETYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARETYPE_CODE); 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.columnDROPGURANTEE_FLAG = new global::System.Data.DataColumn("DROPGURANTEE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDROPGURANTEE_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.columnINCOMEETC_AMT = new global::System.Data.DataColumn("INCOMEETC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINCOMEETC_AMT); 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.columnPAUSEKEEP_FLAG = new global::System.Data.DataColumn("PAUSEKEEP_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAUSEKEEP_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.columnTRANSRIGHT_FLAG = new global::System.Data.DataColumn("TRANSRIGHT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRANSRIGHT_FLAG); 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.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.columnBRANCH_NAME = new global::System.Data.DataColumn("BRANCH_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBRANCH_NAME); 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.columnMEMBER_REF = new global::System.Data.DataColumn("MEMBER_REF", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_REF); 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.columnage = new global::System.Data.DataColumn("age", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnage); this.columnmemb_age = new global::System.Data.DataColumn("memb_age", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnmemb_age); this.columnretry_age = new global::System.Data.DataColumn("retry_age", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnretry_age); this.columnwork_age = new global::System.Data.DataColumn("work_age", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnwork_age); this.columnperiodshare_value = new global::System.Data.DataColumn("periodshare_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnperiodshare_value); this.columnperiodbase_value = new global::System.Data.DataColumn("periodbase_value", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnperiodbase_value); this.columnbank_name = new global::System.Data.DataColumn("bank_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnbank_name); this.columncp_membgroup_name = new global::System.Data.DataColumn("cp_membgroup_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_membgroup_name); this.columncp_retry_date = new global::System.Data.DataColumn("cp_retry_date", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_retry_date); this.columnupdate_bylastdoc = new global::System.Data.DataColumn("update_bylastdoc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnupdate_bylastdoc); this.columnupdate_flag = new global::System.Data.DataColumn("update_flag", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnupdate_flag); this.columnMBTYPE_LEVEL = new global::System.Data.DataColumn("MBTYPE_LEVEL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMBTYPE_LEVEL); this.columnMEMBGROUP_DESC.MaxLength = 100; 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.columnSEX.MaxLength = 1; this.columnMATE_NAME.MaxLength = 60; 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.columnADDR_EMAIL.MaxLength = 60; this.columnCARD_PERSON.MaxLength = 13; this.columnPOSITION_DESC.MaxLength = 60; this.columnSALARY_ID.MaxLength = 15; this.columnMEMBTYPE_CODE.MaxLength = 2; this.columnMEMB_ENAME.MaxLength = 60; this.columnMEMB_ESURNAME.MaxLength = 60; this.columnMEMBGROUP_CODE.MaxLength = 8; this.columnREMARK.MaxLength = 500; 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.columnSHARETYPE_CODE.AllowDBNull = false; this.columnSHARETYPE_CODE.MaxLength = 2; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnMATE_CARDPERSON.MaxLength = 13; this.columnMATE_SALARYID.MaxLength = 15; this.columnUPDATE_BYENTRYID.MaxLength = 32; this.columnUPDATE_BYENTRYIP.MaxLength = 15; this.columnEXPENSE_CODE.MaxLength = 3; this.columnEXPENSE_BANK.MaxLength = 3; this.columnEXPENSE_BRANCH.MaxLength = 4; this.columnEXPENSE_ACCID.MaxLength = 15; this.columnBRANCH_NAME.MaxLength = 500; this.columnMEMBER_REF.MaxLength = 8; this.columnperiodshare_value.ReadOnly = true; this.columnperiodbase_value.ReadOnly = true; this.columncp_membgroup_name.ReadOnly = true; this.columncp_retry_date.ReadOnly = true; } [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")] private void InitExpressions() { this.cp_membgroup_nameColumn.Expression = "membgroup_code +\'- \' + membgroup_desc"; } [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 MBMEMBMONEYTRRow : global::System.Data.DataRow { private MBMEMBMONEYTRDataTable tableMBMEMBMONEYTR; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal MBMEMBMONEYTRRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableMBMEMBMONEYTR = ((MBMEMBMONEYTRDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRTYPE_CODE { get { return ((string)(this[this.tableMBMEMBMONEYTR.TRTYPE_CODEColumn])); } set { this[this.tableMBMEMBMONEYTR.TRTYPE_CODEColumn] = 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.tableMBMEMBMONEYTR.MEMBER_NOColumn])); } set { this[this.tableMBMEMBMONEYTR.MEMBER_NOColumn] = value; } } [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.tableMBMEMBMONEYTR.COOP_IDColumn])); } set { this[this.tableMBMEMBMONEYTR.COOP_IDColumn] = 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.tableMBMEMBMONEYTR.MONEYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.MONEYTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BANK_CODE { get { try { return ((string)(this[this.tableMBMEMBMONEYTR.BANK_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.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.tableMBMEMBMONEYTR.BANK_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_BRANCH\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.BANK_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BRANCH_NAME { get { try { return ((string)(this[this.tableMBMEMBMONEYTR.BRANCH_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BRANCH_NAME\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.BRANCH_NAMEColumn] = 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.tableMBMEMBMONEYTR.BANK_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_ACCID\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.BANK_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRTYPE_DESC { get { try { return ((string)(this[this.tableMBMEMBMONEYTR.TRTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRTYPE_DESC\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.TRTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SIGN_FLAG { get { try { return ((decimal)(this[this.tableMBMEMBMONEYTR.SIGN_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SIGN_FLAG\' in table \'MBMEMBMONEYTR\' is DBNull.", e); } } set { this[this.tableMBMEMBMONEYTR.SIGN_FLAGColumn] = value; } } [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.tableMBMEMBMONEYTR.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.tableMBMEMBMONEYTR.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANK_CODENull() { return this.IsNull(this.tableMBMEMBMONEYTR.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.tableMBMEMBMONEYTR.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.tableMBMEMBMONEYTR.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.tableMBMEMBMONEYTR.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 IsBRANCH_NAMENull() { return this.IsNull(this.tableMBMEMBMONEYTR.BRANCH_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBRANCH_NAMENull() { this[this.tableMBMEMBMONEYTR.BRANCH_NAMEColumn] = 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.tableMBMEMBMONEYTR.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.tableMBMEMBMONEYTR.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 IsTRTYPE_DESCNull() { return this.IsNull(this.tableMBMEMBMONEYTR.TRTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRTYPE_DESCNull() { this[this.tableMBMEMBMONEYTR.TRTYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSIGN_FLAGNull() { return this.IsNull(this.tableMBMEMBMONEYTR.SIGN_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSIGN_FLAGNull() { this[this.tableMBMEMBMONEYTR.SIGN_FLAGColumn] = global::System.Convert.DBNull; } } /// ///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 MEMBGROUP_DESC { get { try { return ((string)(this[this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn] = 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 PERIODSHARE_AMT { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.PERIODSHARE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHARE_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.PERIODSHARE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal UNITSHARE_VALUE { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.UNITSHARE_VALUEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UNITSHARE_VALUE\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.UNITSHARE_VALUEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIODBASE_AMT { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.PERIODBASE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIODBASE_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.PERIODBASE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal UNITSHARE_VALUE1 { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.UNITSHARE_VALUE1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UNITSHARE_VALUE1\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.UNITSHARE_VALUE1Column] = 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 SHARETYPE_CODE { get { return ((string)(this[this.tableMBMEMBMASTER.SHARETYPE_CODEColumn])); } set { this[this.tableMBMEMBMASTER.SHARETYPE_CODEColumn] = value; } } [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 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 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 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 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 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 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 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 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 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 BRANCH_NAME { get { try { return ((string)(this[this.tableMBMEMBMASTER.BRANCH_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BRANCH_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.BRANCH_NAMEColumn] = 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 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 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 string age { get { try { return ((string)(this[this.tableMBMEMBMASTER.ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'age\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string memb_age { get { try { return ((string)(this[this.tableMBMEMBMASTER.memb_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'memb_age\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.memb_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string retry_age { get { try { return ((string)(this[this.tableMBMEMBMASTER.retry_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'retry_age\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.retry_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string work_age { get { try { return ((string)(this[this.tableMBMEMBMASTER.work_ageColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'work_age\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.work_ageColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal periodshare_value { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.periodshare_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'periodshare_value\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.periodshare_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal periodbase_value { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.periodbase_valueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'periodbase_value\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.periodbase_valueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string bank_name { get { try { return ((string)(this[this.tableMBMEMBMASTER.bank_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'bank_name\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.bank_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_membgroup_name { get { try { return ((string)(this[this.tableMBMEMBMASTER.cp_membgroup_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_membgroup_name\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.cp_membgroup_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_retry_date { get { try { return ((string)(this[this.tableMBMEMBMASTER.cp_retry_dateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_retry_date\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.cp_retry_dateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string update_bylastdoc { get { try { return ((string)(this[this.tableMBMEMBMASTER.update_bylastdocColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'update_bylastdoc\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.update_bylastdocColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string update_flag { get { try { return ((string)(this[this.tableMBMEMBMASTER.update_flagColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'update_flag\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.update_flagColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MBTYPE_LEVEL { get { try { return ((decimal)(this[this.tableMBMEMBMASTER.MBTYPE_LEVELColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MBTYPE_LEVEL\' in table \'MBMEMBMASTER\' is DBNull.", e); } } set { this[this.tableMBMEMBMASTER.MBTYPE_LEVELColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUP_DESCNull() { return this.IsNull(this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUP_DESCNull() { this[this.tableMBMEMBMASTER.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_CODENull() { return this.IsNull(this.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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 IsPERIODSHARE_AMTNull() { return this.IsNull(this.tableMBMEMBMASTER.PERIODSHARE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIODSHARE_AMTNull() { this[this.tableMBMEMBMASTER.PERIODSHARE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsUNITSHARE_VALUENull() { return this.IsNull(this.tableMBMEMBMASTER.UNITSHARE_VALUEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetUNITSHARE_VALUENull() { this[this.tableMBMEMBMASTER.UNITSHARE_VALUEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIODBASE_AMTNull() { return this.IsNull(this.tableMBMEMBMASTER.PERIODBASE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIODBASE_AMTNull() { this[this.tableMBMEMBMASTER.PERIODBASE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsUNITSHARE_VALUE1Null() { return this.IsNull(this.tableMBMEMBMASTER.UNITSHARE_VALUE1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetUNITSHARE_VALUE1Null() { this[this.tableMBMEMBMASTER.UNITSHARE_VALUE1Column] = 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 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 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 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 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 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 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 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 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 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 IsBRANCH_NAMENull() { return this.IsNull(this.tableMBMEMBMASTER.BRANCH_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBRANCH_NAMENull() { this[this.tableMBMEMBMASTER.BRANCH_NAMEColumn] = 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 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 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 IsageNull() { return this.IsNull(this.tableMBMEMBMASTER.ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetageNull() { this[this.tableMBMEMBMASTER.ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ismemb_ageNull() { return this.IsNull(this.tableMBMEMBMASTER.memb_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setmemb_ageNull() { this[this.tableMBMEMBMASTER.memb_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isretry_ageNull() { return this.IsNull(this.tableMBMEMBMASTER.retry_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setretry_ageNull() { this[this.tableMBMEMBMASTER.retry_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iswork_ageNull() { return this.IsNull(this.tableMBMEMBMASTER.work_ageColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setwork_ageNull() { this[this.tableMBMEMBMASTER.work_ageColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isperiodshare_valueNull() { return this.IsNull(this.tableMBMEMBMASTER.periodshare_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setperiodshare_valueNull() { this[this.tableMBMEMBMASTER.periodshare_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isperiodbase_valueNull() { return this.IsNull(this.tableMBMEMBMASTER.periodbase_valueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setperiodbase_valueNull() { this[this.tableMBMEMBMASTER.periodbase_valueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isbank_nameNull() { return this.IsNull(this.tableMBMEMBMASTER.bank_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setbank_nameNull() { this[this.tableMBMEMBMASTER.bank_nameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_membgroup_nameNull() { return this.IsNull(this.tableMBMEMBMASTER.cp_membgroup_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_membgroup_nameNull() { this[this.tableMBMEMBMASTER.cp_membgroup_nameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_retry_dateNull() { return this.IsNull(this.tableMBMEMBMASTER.cp_retry_dateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_retry_dateNull() { this[this.tableMBMEMBMASTER.cp_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 Isupdate_bylastdocNull() { return this.IsNull(this.tableMBMEMBMASTER.update_bylastdocColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setupdate_bylastdocNull() { this[this.tableMBMEMBMASTER.update_bylastdocColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isupdate_flagNull() { return this.IsNull(this.tableMBMEMBMASTER.update_flagColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setupdate_flagNull() { this[this.tableMBMEMBMASTER.update_flagColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMBTYPE_LEVELNull() { return this.IsNull(this.tableMBMEMBMASTER.MBTYPE_LEVELColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMBTYPE_LEVELNull() { this[this.tableMBMEMBMASTER.MBTYPE_LEVELColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class MBMEMBMONEYTRRowChangeEvent : global::System.EventArgs { private MBMEMBMONEYTRRow 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 MBMEMBMONEYTRRowChangeEvent(MBMEMBMONEYTRRow 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 MBMEMBMONEYTRRow 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.mbshr.ws_mbshr_adt_mbaudit_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 MBMEMBMONEYTRTableAdapter : 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 MBMEMBMONEYTRTableAdapter() { 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 = "MBMEMBMONEYTR"; tableMapping.ColumnMappings.Add("TRTYPE_CODE", "TRTYPE_CODE"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE"); tableMapping.ColumnMappings.Add("BANK_CODE", "BANK_CODE"); tableMapping.ColumnMappings.Add("BANK_BRANCH", "BANK_BRANCH"); tableMapping.ColumnMappings.Add("BRANCH_NAME", "BRANCH_NAME"); tableMapping.ColumnMappings.Add("BANK_ACCID", "BANK_ACCID"); tableMapping.ColumnMappings.Add("TRTYPE_DESC", "TRTYPE_DESC"); tableMapping.ColumnMappings.Add("SIGN_FLAG", "SIGN_FLAG"); this._adapter.TableMappings.Add(tableMapping); } [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 ""MBMEMBMONEYTR"".""MEMBER_NO"", ""MBMEMBMONEYTR"".""TRTYPE_CODE"", ""MBMEMBMONEYTR"".""MONEYTYPE_CODE"", ""MBMEMBMONEYTR"".""BANK_CODE"", ""MBMEMBMONEYTR"".""BANK_BRANCH"", ""MBMEMBMONEYTR"".""BANK_ACCID"", ""MBMEMBMONEYTR"".""COOP_ID"", ""MBUCFMONEYTRTYPE"".""TRTYPE_DESC"", ""MBUCFMONEYTRTYPE"".""SIGN_FLAG"", ""CMUCFBANKBRANCH"".""BRANCH_NAME"" FROM ""MBMEMBMONEYTR"", ""MBUCFMONEYTRTYPE"", ""CMUCFBANKBRANCH"" WHERE ( mbmembmoneytr.bank_code = cmucfbankbranch.bank_code (+)) and ( mbmembmoneytr.bank_branch = cmucfbankbranch.branch_id (+)) and ( ""MBMEMBMONEYTR"".""TRTYPE_CODE"" = ""MBUCFMONEYTRTYPE"".""TRTYPE_CODE"" ) "; 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.MBMEMBMONEYTRDataTable 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.MBMEMBMONEYTRDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.MBMEMBMONEYTRDataTable dataTable = new DataSet1.MBMEMBMONEYTRDataTable(); this.Adapter.Fill(dataTable); return dataTable; } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public UpdateOrderOption UpdateOrder { get { return this._updateOrder; } set { this._updateOrder = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool BackupDataSetBeforeUpdate { get { return this._backupDataSetBeforeUpdate; } set { this._backupDataSetBeforeUpdate = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { if ((this._connection != null)) { return this._connection; } return null; } set { this._connection = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; return count; } } /// ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; return result; } /// ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; return result; } /// ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; return result; } /// ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { return updatedRows; } if (((allAddedRows == null) || (allAddedRows.Count < 1))) { return updatedRows; } global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List(); for (int i = 0; (i < updatedRows.Length); i = (i + 1)) { global::System.Data.DataRow row = updatedRows[i]; if ((allAddedRows.Contains(row) == false)) { realUpdatedRows.Add(row); } } return realUpdatedRows.ToArray(); } /// ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual int UpdateAll(DataSet1 dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); } if ((dataSet.HasChanges() == false)) { return 0; } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + "ger TableAdapter property to a valid TableAdapter instance."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) == global::System.Data.ConnectionState.Broken)) { workConnection.Close(); } if ((workConnection.State == global::System.Data.ConnectionState.Closed)) { workConnection.Open(); workConnOpened = true; } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" + "ctions or the current state is not allowing the transaction to begin."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591