//------------------------------------------------------------------------------ // // 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.shrlon.ws_sl_printdept_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 DPDEPTMASTERDataTable tableDPDEPTMASTER; private DataTable1DataTable tableDataTable1; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["DPDEPTMASTER"] != null)) { base.Tables.Add(new DPDEPTMASTERDataTable(ds.Tables["DPDEPTMASTER"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public DPDEPTMASTERDataTable DPDEPTMASTER { get { return this.tableDPDEPTMASTER; } } [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 DataTable1DataTable DataTable1 { get { return this.tableDataTable1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["DPDEPTMASTER"] != null)) { base.Tables.Add(new DPDEPTMASTERDataTable(ds.Tables["DPDEPTMASTER"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } 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.tableDPDEPTMASTER = ((DPDEPTMASTERDataTable)(base.Tables["DPDEPTMASTER"])); if ((initTable == true)) { if ((this.tableDPDEPTMASTER != null)) { this.tableDPDEPTMASTER.InitVars(); } } this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"])); if ((initTable == true)) { if ((this.tableDataTable1 != null)) { this.tableDataTable1.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.tableDPDEPTMASTER = new DPDEPTMASTERDataTable(); base.Tables.Add(this.tableDPDEPTMASTER); this.tableDataTable1 = new DataTable1DataTable(); base.Tables.Add(this.tableDataTable1); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDPDEPTMASTER() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDataTable1() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DPDEPTMASTERRowChangeEventHandler(object sender, DPDEPTMASTERRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class DPDEPTMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnDEPTACCOUNT_NO; private global::System.Data.DataColumn columnDEPTTYPE_CODE; private global::System.Data.DataColumn columnMEMCOOP_ID; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnDEPTOPEN_DATE; private global::System.Data.DataColumn columnDEPTCLOSE_STATUS; private global::System.Data.DataColumn columnDEPTCLOSE_DATE; private global::System.Data.DataColumn columnDEPTACCOUNT_NAME; private global::System.Data.DataColumn columnDEPT_OBJECTIVE; private global::System.Data.DataColumn columnCHECK_DIGIT; private global::System.Data.DataColumn columnDEPTPASSBOOK_NO; private global::System.Data.DataColumn columnCONDFORWITHDRAW; private global::System.Data.DataColumn columnCONTACT_ADDRESS; private global::System.Data.DataColumn columnF_TAX_RATE; private global::System.Data.DataColumn columnTAXPERSONAL_ID; private global::System.Data.DataColumn columnDEPTMONTH_STATUS; private global::System.Data.DataColumn columnDEPTMONTH_AMT; private global::System.Data.DataColumn columnDEPTMONTH_AMT_OLD; private global::System.Data.DataColumn columnDEPTMONTCHG_DATE; private global::System.Data.DataColumn columnMONTHINT_STATUS; private global::System.Data.DataColumn columnMONTHINTPAY_METH; private global::System.Data.DataColumn columnTRAN_DEPTACC_COOP_ID; private global::System.Data.DataColumn columnTRAN_DEPTACC_NO; private global::System.Data.DataColumn columnTRAN_BANKACC_NO; private global::System.Data.DataColumn columnSPCINT_RATE_STATUS; private global::System.Data.DataColumn columnSPCINT_RATE; private global::System.Data.DataColumn columnBEGINBAL; private global::System.Data.DataColumn columnPRNCBAL; private global::System.Data.DataColumn columnCHECKPEND_AMT; private global::System.Data.DataColumn columnSEQUEST_DATE; private global::System.Data.DataColumn columnLOANGARANTEE_AMT; private global::System.Data.DataColumn columnSEQUEST_AMOUNT; private global::System.Data.DataColumn columnSEQUEST_STATUS; private global::System.Data.DataColumn columnWITHDRAWABLE_AMT; private global::System.Data.DataColumn columnLASTCALINT_DATE; private global::System.Data.DataColumn columnACCUINT_AMT; private global::System.Data.DataColumn columnINTARREAR_AMT; private global::System.Data.DataColumn columnACCUINTPAY_AMT; private global::System.Data.DataColumn columnACCUTAXPAY_AMT; private global::System.Data.DataColumn columnWITHDRAW_COUNT; private global::System.Data.DataColumn columnRESET_COUNT_DATE; private global::System.Data.DataColumn columnLASTSTMSEQ_NO; private global::System.Data.DataColumn columnLASTREC_NO_PB; private global::System.Data.DataColumn columnLASTPAGE_NO_PB; private global::System.Data.DataColumn columnLASTLINE_NO_PB; private global::System.Data.DataColumn columnCHECKBOOK_CODE_PB; private global::System.Data.DataColumn columnLASTREC_NO_CARD; private global::System.Data.DataColumn columnLASTPAGE_NO_CARD; private global::System.Data.DataColumn columnLASTLINE_NO_CARD; private global::System.Data.DataColumn columnCLOSEMONTH_NO; private global::System.Data.DataColumn columnDOPERATE_BAL; private global::System.Data.DataColumn columnLASTACCESS_DATE; private global::System.Data.DataColumn columnPRNC_NO; private global::System.Data.DataColumn columnLAST_PROCESS_DATE; private global::System.Data.DataColumn columnMBEGINBAL; private global::System.Data.DataColumn columnACCCONT_TYPE; private global::System.Data.DataColumn columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnLASTMOVEMENT_DATE; private global::System.Data.DataColumn columnPRNBOOK_STATUS; private global::System.Data.DataColumn columnTAXSPCRATE_STATUS; private global::System.Data.DataColumn columnSEQUEST_RESON; private global::System.Data.DataColumn columnDEPTINT_REMAIN; private global::System.Data.DataColumn columnBOOK_BALANCE; private global::System.Data.DataColumn columnDEPTACCOUNT_ENAME; private global::System.Data.DataColumn columnCOMPANY_ID; private global::System.Data.DataColumn columnCONFIRM_STATUS; private global::System.Data.DataColumn columnBANK_BRANCH; private global::System.Data.DataColumn columnDEPT_TRANACC_NAME; private global::System.Data.DataColumn columnBANK_CODE; private global::System.Data.DataColumn columnDEPT_AMT; private global::System.Data.DataColumn columnWITH_AMT; private global::System.Data.DataColumn columnBOOKNORM_FLAG; private global::System.Data.DataColumn columnDUE_M; private global::System.Data.DataColumn columnDUE_Y; private global::System.Data.DataColumn columnDUE_M_FLAG; private global::System.Data.DataColumn columnEXPENSE_CODE; private global::System.Data.DataColumn columnEXPENSE_ACCNO; private global::System.Data.DataColumn columnEXPENSE_BRANCH; private global::System.Data.DataColumn columnEXPENSE_AMOUNT; private global::System.Data.DataColumn columnSTARTKEEP_DATE; private global::System.Data.DataColumn columnBOOKCONFIRM_STATUS; private global::System.Data.DataColumn columnUPDATE_BYENTRYID; private global::System.Data.DataColumn columnUPDATE_BYENTRYIP; private global::System.Data.DataColumn columnATMCARD_ID; private global::System.Data.DataColumn columnLIMITPRNBAL_FLAG; private global::System.Data.DataColumn columnLIMITPRNBAL_AMT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERDataTable() { this.TableName = "DPDEPTMASTER"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DPDEPTMASTERDataTable(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 DPDEPTMASTERDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTACCOUNT_NOColumn { get { return this.columnDEPTACCOUNT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTTYPE_CODEColumn { get { return this.columnDEPTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMCOOP_IDColumn { get { return this.columnMEMCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_NOColumn { get { return this.columnMEMBER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTOPEN_DATEColumn { get { return this.columnDEPTOPEN_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTCLOSE_STATUSColumn { get { return this.columnDEPTCLOSE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTCLOSE_DATEColumn { get { return this.columnDEPTCLOSE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTACCOUNT_NAMEColumn { get { return this.columnDEPTACCOUNT_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPT_OBJECTIVEColumn { get { return this.columnDEPT_OBJECTIVE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHECK_DIGITColumn { get { return this.columnCHECK_DIGIT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTPASSBOOK_NOColumn { get { return this.columnDEPTPASSBOOK_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDFORWITHDRAWColumn { get { return this.columnCONDFORWITHDRAW; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTACT_ADDRESSColumn { get { return this.columnCONTACT_ADDRESS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn F_TAX_RATEColumn { get { return this.columnF_TAX_RATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAXPERSONAL_IDColumn { get { return this.columnTAXPERSONAL_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTMONTH_STATUSColumn { get { return this.columnDEPTMONTH_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTMONTH_AMTColumn { get { return this.columnDEPTMONTH_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTMONTH_AMT_OLDColumn { get { return this.columnDEPTMONTH_AMT_OLD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTMONTCHG_DATEColumn { get { return this.columnDEPTMONTCHG_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONTHINT_STATUSColumn { get { return this.columnMONTHINT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONTHINTPAY_METHColumn { get { return this.columnMONTHINTPAY_METH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRAN_DEPTACC_COOP_IDColumn { get { return this.columnTRAN_DEPTACC_COOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRAN_DEPTACC_NOColumn { get { return this.columnTRAN_DEPTACC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRAN_BANKACC_NOColumn { get { return this.columnTRAN_BANKACC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SPCINT_RATE_STATUSColumn { get { return this.columnSPCINT_RATE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SPCINT_RATEColumn { get { return this.columnSPCINT_RATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BEGINBALColumn { get { return this.columnBEGINBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNCBALColumn { get { return this.columnPRNCBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHECKPEND_AMTColumn { get { return this.columnCHECKPEND_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQUEST_DATEColumn { get { return this.columnSEQUEST_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANGARANTEE_AMTColumn { get { return this.columnLOANGARANTEE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQUEST_AMOUNTColumn { get { return this.columnSEQUEST_AMOUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQUEST_STATUSColumn { get { return this.columnSEQUEST_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn { get { return this.columnWITHDRAWABLE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTCALINT_DATEColumn { get { return this.columnLASTCALINT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCUINT_AMTColumn { get { return this.columnACCUINT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTARREAR_AMTColumn { get { return this.columnINTARREAR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCUINTPAY_AMTColumn { get { return this.columnACCUINTPAY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCUTAXPAY_AMTColumn { get { return this.columnACCUTAXPAY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WITHDRAW_COUNTColumn { get { return this.columnWITHDRAW_COUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RESET_COUNT_DATEColumn { get { return this.columnRESET_COUNT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTSTMSEQ_NOColumn { get { return this.columnLASTSTMSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTREC_NO_PBColumn { get { return this.columnLASTREC_NO_PB; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTPAGE_NO_PBColumn { get { return this.columnLASTPAGE_NO_PB; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTLINE_NO_PBColumn { get { return this.columnLASTLINE_NO_PB; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CHECKBOOK_CODE_PBColumn { get { return this.columnCHECKBOOK_CODE_PB; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTREC_NO_CARDColumn { get { return this.columnLASTREC_NO_CARD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTPAGE_NO_CARDColumn { get { return this.columnLASTPAGE_NO_CARD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTLINE_NO_CARDColumn { get { return this.columnLASTLINE_NO_CARD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CLOSEMONTH_NOColumn { get { return this.columnCLOSEMONTH_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DOPERATE_BALColumn { get { return this.columnDOPERATE_BAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTACCESS_DATEColumn { get { return this.columnLASTACCESS_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNC_NOColumn { get { return this.columnPRNC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAST_PROCESS_DATEColumn { get { return this.columnLAST_PROCESS_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MBEGINBALColumn { get { return this.columnMBEGINBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCCONT_TYPEColumn { get { return this.columnACCCONT_TYPE; } } [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 LASTMOVEMENT_DATEColumn { get { return this.columnLASTMOVEMENT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNBOOK_STATUSColumn { get { return this.columnPRNBOOK_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TAXSPCRATE_STATUSColumn { get { return this.columnTAXSPCRATE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQUEST_RESONColumn { get { return this.columnSEQUEST_RESON; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTINT_REMAINColumn { get { return this.columnDEPTINT_REMAIN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BOOK_BALANCEColumn { get { return this.columnBOOK_BALANCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPTACCOUNT_ENAMEColumn { get { return this.columnDEPTACCOUNT_ENAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPANY_IDColumn { get { return this.columnCOMPANY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONFIRM_STATUSColumn { get { return this.columnCONFIRM_STATUS; } } [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 DEPT_TRANACC_NAMEColumn { get { return this.columnDEPT_TRANACC_NAME; } } [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 DEPT_AMTColumn { get { return this.columnDEPT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WITH_AMTColumn { get { return this.columnWITH_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BOOKNORM_FLAGColumn { get { return this.columnBOOKNORM_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DUE_MColumn { get { return this.columnDUE_M; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DUE_YColumn { get { return this.columnDUE_Y; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DUE_M_FLAGColumn { get { return this.columnDUE_M_FLAG; } } [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_ACCNOColumn { get { return this.columnEXPENSE_ACCNO; } } [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_AMOUNTColumn { get { return this.columnEXPENSE_AMOUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STARTKEEP_DATEColumn { get { return this.columnSTARTKEEP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BOOKCONFIRM_STATUSColumn { get { return this.columnBOOKCONFIRM_STATUS; } } [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 ATMCARD_IDColumn { get { return this.columnATMCARD_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LIMITPRNBAL_FLAGColumn { get { return this.columnLIMITPRNBAL_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LIMITPRNBAL_AMTColumn { get { return this.columnLIMITPRNBAL_AMT; } } [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 DPDEPTMASTERRow this[int index] { get { return ((DPDEPTMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDPDEPTMASTERRow(DPDEPTMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERRow AddDPDEPTMASTERRow( string COOP_ID, string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string MEMCOOP_ID, string MEMBER_NO, System.DateTime DEPTOPEN_DATE, decimal DEPTCLOSE_STATUS, System.DateTime DEPTCLOSE_DATE, string DEPTACCOUNT_NAME, string DEPT_OBJECTIVE, string CHECK_DIGIT, string DEPTPASSBOOK_NO, string CONDFORWITHDRAW, string CONTACT_ADDRESS, decimal F_TAX_RATE, string TAXPERSONAL_ID, decimal DEPTMONTH_STATUS, decimal DEPTMONTH_AMT, decimal DEPTMONTH_AMT_OLD, System.DateTime DEPTMONTCHG_DATE, decimal MONTHINT_STATUS, decimal MONTHINTPAY_METH, string TRAN_DEPTACC_COOP_ID, string TRAN_DEPTACC_NO, string TRAN_BANKACC_NO, decimal SPCINT_RATE_STATUS, decimal SPCINT_RATE, decimal BEGINBAL, decimal PRNCBAL, decimal CHECKPEND_AMT, System.DateTime SEQUEST_DATE, decimal LOANGARANTEE_AMT, decimal SEQUEST_AMOUNT, decimal SEQUEST_STATUS, decimal WITHDRAWABLE_AMT, System.DateTime LASTCALINT_DATE, decimal ACCUINT_AMT, decimal INTARREAR_AMT, decimal ACCUINTPAY_AMT, decimal ACCUTAXPAY_AMT, decimal WITHDRAW_COUNT, System.DateTime RESET_COUNT_DATE, decimal LASTSTMSEQ_NO, decimal LASTREC_NO_PB, decimal LASTPAGE_NO_PB, decimal LASTLINE_NO_PB, string CHECKBOOK_CODE_PB, decimal LASTREC_NO_CARD, decimal LASTPAGE_NO_CARD, decimal LASTLINE_NO_CARD, decimal CLOSEMONTH_NO, decimal DOPERATE_BAL, System.DateTime LASTACCESS_DATE, decimal PRNC_NO, System.DateTime LAST_PROCESS_DATE, decimal MBEGINBAL, string ACCCONT_TYPE, string MEMBGROUP_CODE, string REMARK, System.DateTime LASTMOVEMENT_DATE, decimal PRNBOOK_STATUS, decimal TAXSPCRATE_STATUS, string SEQUEST_RESON, decimal DEPTINT_REMAIN, decimal BOOK_BALANCE, string DEPTACCOUNT_ENAME, string COMPANY_ID, decimal CONFIRM_STATUS, string BANK_BRANCH, string DEPT_TRANACC_NAME, string BANK_CODE, decimal DEPT_AMT, decimal WITH_AMT, decimal BOOKNORM_FLAG, System.DateTime DUE_M, System.DateTime DUE_Y, decimal DUE_M_FLAG, string EXPENSE_CODE, string EXPENSE_ACCNO, string EXPENSE_BRANCH, decimal EXPENSE_AMOUNT, System.DateTime STARTKEEP_DATE, decimal BOOKCONFIRM_STATUS, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, string ATMCARD_ID, decimal LIMITPRNBAL_FLAG, decimal LIMITPRNBAL_AMT) { DPDEPTMASTERRow rowDPDEPTMASTERRow = ((DPDEPTMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, DEPTACCOUNT_NO, DEPTTYPE_CODE, MEMCOOP_ID, MEMBER_NO, DEPTOPEN_DATE, DEPTCLOSE_STATUS, DEPTCLOSE_DATE, DEPTACCOUNT_NAME, DEPT_OBJECTIVE, CHECK_DIGIT, DEPTPASSBOOK_NO, CONDFORWITHDRAW, CONTACT_ADDRESS, F_TAX_RATE, TAXPERSONAL_ID, DEPTMONTH_STATUS, DEPTMONTH_AMT, DEPTMONTH_AMT_OLD, DEPTMONTCHG_DATE, MONTHINT_STATUS, MONTHINTPAY_METH, TRAN_DEPTACC_COOP_ID, TRAN_DEPTACC_NO, TRAN_BANKACC_NO, SPCINT_RATE_STATUS, SPCINT_RATE, BEGINBAL, PRNCBAL, CHECKPEND_AMT, SEQUEST_DATE, LOANGARANTEE_AMT, SEQUEST_AMOUNT, SEQUEST_STATUS, WITHDRAWABLE_AMT, LASTCALINT_DATE, ACCUINT_AMT, INTARREAR_AMT, ACCUINTPAY_AMT, ACCUTAXPAY_AMT, WITHDRAW_COUNT, RESET_COUNT_DATE, LASTSTMSEQ_NO, LASTREC_NO_PB, LASTPAGE_NO_PB, LASTLINE_NO_PB, CHECKBOOK_CODE_PB, LASTREC_NO_CARD, LASTPAGE_NO_CARD, LASTLINE_NO_CARD, CLOSEMONTH_NO, DOPERATE_BAL, LASTACCESS_DATE, PRNC_NO, LAST_PROCESS_DATE, MBEGINBAL, ACCCONT_TYPE, MEMBGROUP_CODE, REMARK, LASTMOVEMENT_DATE, PRNBOOK_STATUS, TAXSPCRATE_STATUS, SEQUEST_RESON, DEPTINT_REMAIN, BOOK_BALANCE, DEPTACCOUNT_ENAME, COMPANY_ID, CONFIRM_STATUS, BANK_BRANCH, DEPT_TRANACC_NAME, BANK_CODE, DEPT_AMT, WITH_AMT, BOOKNORM_FLAG, DUE_M, DUE_Y, DUE_M_FLAG, EXPENSE_CODE, EXPENSE_ACCNO, EXPENSE_BRANCH, EXPENSE_AMOUNT, STARTKEEP_DATE, BOOKCONFIRM_STATUS, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, ATMCARD_ID, LIMITPRNBAL_FLAG, LIMITPRNBAL_AMT}; rowDPDEPTMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowDPDEPTMASTERRow); return rowDPDEPTMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERRow FindByCOOP_IDDEPTACCOUNT_NO(string COOP_ID, string DEPTACCOUNT_NO) { return ((DPDEPTMASTERRow)(this.Rows.Find(new object[] { COOP_ID, DEPTACCOUNT_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DPDEPTMASTERDataTable cln = ((DPDEPTMASTERDataTable)(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 DPDEPTMASTERDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnDEPTACCOUNT_NO = base.Columns["DEPTACCOUNT_NO"]; this.columnDEPTTYPE_CODE = base.Columns["DEPTTYPE_CODE"]; this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnDEPTOPEN_DATE = base.Columns["DEPTOPEN_DATE"]; this.columnDEPTCLOSE_STATUS = base.Columns["DEPTCLOSE_STATUS"]; this.columnDEPTCLOSE_DATE = base.Columns["DEPTCLOSE_DATE"]; this.columnDEPTACCOUNT_NAME = base.Columns["DEPTACCOUNT_NAME"]; this.columnDEPT_OBJECTIVE = base.Columns["DEPT_OBJECTIVE"]; this.columnCHECK_DIGIT = base.Columns["CHECK_DIGIT"]; this.columnDEPTPASSBOOK_NO = base.Columns["DEPTPASSBOOK_NO"]; this.columnCONDFORWITHDRAW = base.Columns["CONDFORWITHDRAW"]; this.columnCONTACT_ADDRESS = base.Columns["CONTACT_ADDRESS"]; this.columnF_TAX_RATE = base.Columns["F_TAX_RATE"]; this.columnTAXPERSONAL_ID = base.Columns["TAXPERSONAL_ID"]; this.columnDEPTMONTH_STATUS = base.Columns["DEPTMONTH_STATUS"]; this.columnDEPTMONTH_AMT = base.Columns["DEPTMONTH_AMT"]; this.columnDEPTMONTH_AMT_OLD = base.Columns["DEPTMONTH_AMT_OLD"]; this.columnDEPTMONTCHG_DATE = base.Columns["DEPTMONTCHG_DATE"]; this.columnMONTHINT_STATUS = base.Columns["MONTHINT_STATUS"]; this.columnMONTHINTPAY_METH = base.Columns["MONTHINTPAY_METH"]; this.columnTRAN_DEPTACC_COOP_ID = base.Columns["TRAN_DEPTACC_COOP_ID"]; this.columnTRAN_DEPTACC_NO = base.Columns["TRAN_DEPTACC_NO"]; this.columnTRAN_BANKACC_NO = base.Columns["TRAN_BANKACC_NO"]; this.columnSPCINT_RATE_STATUS = base.Columns["SPCINT_RATE_STATUS"]; this.columnSPCINT_RATE = base.Columns["SPCINT_RATE"]; this.columnBEGINBAL = base.Columns["BEGINBAL"]; this.columnPRNCBAL = base.Columns["PRNCBAL"]; this.columnCHECKPEND_AMT = base.Columns["CHECKPEND_AMT"]; this.columnSEQUEST_DATE = base.Columns["SEQUEST_DATE"]; this.columnLOANGARANTEE_AMT = base.Columns["LOANGARANTEE_AMT"]; this.columnSEQUEST_AMOUNT = base.Columns["SEQUEST_AMOUNT"]; this.columnSEQUEST_STATUS = base.Columns["SEQUEST_STATUS"]; this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"]; this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_DATE"]; this.columnACCUINT_AMT = base.Columns["ACCUINT_AMT"]; this.columnINTARREAR_AMT = base.Columns["INTARREAR_AMT"]; this.columnACCUINTPAY_AMT = base.Columns["ACCUINTPAY_AMT"]; this.columnACCUTAXPAY_AMT = base.Columns["ACCUTAXPAY_AMT"]; this.columnWITHDRAW_COUNT = base.Columns["WITHDRAW_COUNT"]; this.columnRESET_COUNT_DATE = base.Columns["RESET_COUNT_DATE"]; this.columnLASTSTMSEQ_NO = base.Columns["LASTSTMSEQ_NO"]; this.columnLASTREC_NO_PB = base.Columns["LASTREC_NO_PB"]; this.columnLASTPAGE_NO_PB = base.Columns["LASTPAGE_NO_PB"]; this.columnLASTLINE_NO_PB = base.Columns["LASTLINE_NO_PB"]; this.columnCHECKBOOK_CODE_PB = base.Columns["CHECKBOOK_CODE_PB"]; this.columnLASTREC_NO_CARD = base.Columns["LASTREC_NO_CARD"]; this.columnLASTPAGE_NO_CARD = base.Columns["LASTPAGE_NO_CARD"]; this.columnLASTLINE_NO_CARD = base.Columns["LASTLINE_NO_CARD"]; this.columnCLOSEMONTH_NO = base.Columns["CLOSEMONTH_NO"]; this.columnDOPERATE_BAL = base.Columns["DOPERATE_BAL"]; this.columnLASTACCESS_DATE = base.Columns["LASTACCESS_DATE"]; this.columnPRNC_NO = base.Columns["PRNC_NO"]; this.columnLAST_PROCESS_DATE = base.Columns["LAST_PROCESS_DATE"]; this.columnMBEGINBAL = base.Columns["MBEGINBAL"]; this.columnACCCONT_TYPE = base.Columns["ACCCONT_TYPE"]; this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnLASTMOVEMENT_DATE = base.Columns["LASTMOVEMENT_DATE"]; this.columnPRNBOOK_STATUS = base.Columns["PRNBOOK_STATUS"]; this.columnTAXSPCRATE_STATUS = base.Columns["TAXSPCRATE_STATUS"]; this.columnSEQUEST_RESON = base.Columns["SEQUEST_RESON"]; this.columnDEPTINT_REMAIN = base.Columns["DEPTINT_REMAIN"]; this.columnBOOK_BALANCE = base.Columns["BOOK_BALANCE"]; this.columnDEPTACCOUNT_ENAME = base.Columns["DEPTACCOUNT_ENAME"]; this.columnCOMPANY_ID = base.Columns["COMPANY_ID"]; this.columnCONFIRM_STATUS = base.Columns["CONFIRM_STATUS"]; this.columnBANK_BRANCH = base.Columns["BANK_BRANCH"]; this.columnDEPT_TRANACC_NAME = base.Columns["DEPT_TRANACC_NAME"]; this.columnBANK_CODE = base.Columns["BANK_CODE"]; this.columnDEPT_AMT = base.Columns["DEPT_AMT"]; this.columnWITH_AMT = base.Columns["WITH_AMT"]; this.columnBOOKNORM_FLAG = base.Columns["BOOKNORM_FLAG"]; this.columnDUE_M = base.Columns["DUE_M"]; this.columnDUE_Y = base.Columns["DUE_Y"]; this.columnDUE_M_FLAG = base.Columns["DUE_M_FLAG"]; this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"]; this.columnEXPENSE_ACCNO = base.Columns["EXPENSE_ACCNO"]; this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"]; this.columnEXPENSE_AMOUNT = base.Columns["EXPENSE_AMOUNT"]; this.columnSTARTKEEP_DATE = base.Columns["STARTKEEP_DATE"]; this.columnBOOKCONFIRM_STATUS = base.Columns["BOOKCONFIRM_STATUS"]; this.columnUPDATE_BYENTRYID = base.Columns["UPDATE_BYENTRYID"]; this.columnUPDATE_BYENTRYIP = base.Columns["UPDATE_BYENTRYIP"]; this.columnATMCARD_ID = base.Columns["ATMCARD_ID"]; this.columnLIMITPRNBAL_FLAG = base.Columns["LIMITPRNBAL_FLAG"]; this.columnLIMITPRNBAL_AMT = base.Columns["LIMITPRNBAL_AMT"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnDEPTACCOUNT_NO = new global::System.Data.DataColumn("DEPTACCOUNT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTACCOUNT_NO); this.columnDEPTTYPE_CODE = new global::System.Data.DataColumn("DEPTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTTYPE_CODE); this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCOOP_ID); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnDEPTOPEN_DATE = new global::System.Data.DataColumn("DEPTOPEN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTOPEN_DATE); this.columnDEPTCLOSE_STATUS = new global::System.Data.DataColumn("DEPTCLOSE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTCLOSE_STATUS); this.columnDEPTCLOSE_DATE = new global::System.Data.DataColumn("DEPTCLOSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTCLOSE_DATE); this.columnDEPTACCOUNT_NAME = new global::System.Data.DataColumn("DEPTACCOUNT_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTACCOUNT_NAME); this.columnDEPT_OBJECTIVE = new global::System.Data.DataColumn("DEPT_OBJECTIVE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPT_OBJECTIVE); this.columnCHECK_DIGIT = new global::System.Data.DataColumn("CHECK_DIGIT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHECK_DIGIT); this.columnDEPTPASSBOOK_NO = new global::System.Data.DataColumn("DEPTPASSBOOK_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTPASSBOOK_NO); this.columnCONDFORWITHDRAW = new global::System.Data.DataColumn("CONDFORWITHDRAW", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDFORWITHDRAW); this.columnCONTACT_ADDRESS = new global::System.Data.DataColumn("CONTACT_ADDRESS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTACT_ADDRESS); this.columnF_TAX_RATE = new global::System.Data.DataColumn("F_TAX_RATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnF_TAX_RATE); this.columnTAXPERSONAL_ID = new global::System.Data.DataColumn("TAXPERSONAL_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAXPERSONAL_ID); this.columnDEPTMONTH_STATUS = new global::System.Data.DataColumn("DEPTMONTH_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTMONTH_STATUS); this.columnDEPTMONTH_AMT = new global::System.Data.DataColumn("DEPTMONTH_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTMONTH_AMT); this.columnDEPTMONTH_AMT_OLD = new global::System.Data.DataColumn("DEPTMONTH_AMT_OLD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTMONTH_AMT_OLD); this.columnDEPTMONTCHG_DATE = new global::System.Data.DataColumn("DEPTMONTCHG_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTMONTCHG_DATE); this.columnMONTHINT_STATUS = new global::System.Data.DataColumn("MONTHINT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONTHINT_STATUS); this.columnMONTHINTPAY_METH = new global::System.Data.DataColumn("MONTHINTPAY_METH", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONTHINTPAY_METH); this.columnTRAN_DEPTACC_COOP_ID = new global::System.Data.DataColumn("TRAN_DEPTACC_COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRAN_DEPTACC_COOP_ID); this.columnTRAN_DEPTACC_NO = new global::System.Data.DataColumn("TRAN_DEPTACC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRAN_DEPTACC_NO); this.columnTRAN_BANKACC_NO = new global::System.Data.DataColumn("TRAN_BANKACC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRAN_BANKACC_NO); this.columnSPCINT_RATE_STATUS = new global::System.Data.DataColumn("SPCINT_RATE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSPCINT_RATE_STATUS); this.columnSPCINT_RATE = new global::System.Data.DataColumn("SPCINT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSPCINT_RATE); this.columnBEGINBAL = new global::System.Data.DataColumn("BEGINBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBEGINBAL); this.columnPRNCBAL = new global::System.Data.DataColumn("PRNCBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNCBAL); this.columnCHECKPEND_AMT = new global::System.Data.DataColumn("CHECKPEND_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHECKPEND_AMT); this.columnSEQUEST_DATE = new global::System.Data.DataColumn("SEQUEST_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQUEST_DATE); this.columnLOANGARANTEE_AMT = new global::System.Data.DataColumn("LOANGARANTEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANGARANTEE_AMT); this.columnSEQUEST_AMOUNT = new global::System.Data.DataColumn("SEQUEST_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQUEST_AMOUNT); this.columnSEQUEST_STATUS = new global::System.Data.DataColumn("SEQUEST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQUEST_STATUS); this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWITHDRAWABLE_AMT); this.columnLASTCALINT_DATE = new global::System.Data.DataColumn("LASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTCALINT_DATE); this.columnACCUINT_AMT = new global::System.Data.DataColumn("ACCUINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCUINT_AMT); this.columnINTARREAR_AMT = new global::System.Data.DataColumn("INTARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTARREAR_AMT); this.columnACCUINTPAY_AMT = new global::System.Data.DataColumn("ACCUINTPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCUINTPAY_AMT); this.columnACCUTAXPAY_AMT = new global::System.Data.DataColumn("ACCUTAXPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCUTAXPAY_AMT); this.columnWITHDRAW_COUNT = new global::System.Data.DataColumn("WITHDRAW_COUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWITHDRAW_COUNT); this.columnRESET_COUNT_DATE = new global::System.Data.DataColumn("RESET_COUNT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRESET_COUNT_DATE); this.columnLASTSTMSEQ_NO = new global::System.Data.DataColumn("LASTSTMSEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTSTMSEQ_NO); this.columnLASTREC_NO_PB = new global::System.Data.DataColumn("LASTREC_NO_PB", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTREC_NO_PB); this.columnLASTPAGE_NO_PB = new global::System.Data.DataColumn("LASTPAGE_NO_PB", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTPAGE_NO_PB); this.columnLASTLINE_NO_PB = new global::System.Data.DataColumn("LASTLINE_NO_PB", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTLINE_NO_PB); this.columnCHECKBOOK_CODE_PB = new global::System.Data.DataColumn("CHECKBOOK_CODE_PB", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCHECKBOOK_CODE_PB); this.columnLASTREC_NO_CARD = new global::System.Data.DataColumn("LASTREC_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTREC_NO_CARD); this.columnLASTPAGE_NO_CARD = new global::System.Data.DataColumn("LASTPAGE_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTPAGE_NO_CARD); this.columnLASTLINE_NO_CARD = new global::System.Data.DataColumn("LASTLINE_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTLINE_NO_CARD); this.columnCLOSEMONTH_NO = new global::System.Data.DataColumn("CLOSEMONTH_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCLOSEMONTH_NO); this.columnDOPERATE_BAL = new global::System.Data.DataColumn("DOPERATE_BAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOPERATE_BAL); this.columnLASTACCESS_DATE = new global::System.Data.DataColumn("LASTACCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTACCESS_DATE); this.columnPRNC_NO = new global::System.Data.DataColumn("PRNC_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNC_NO); this.columnLAST_PROCESS_DATE = new global::System.Data.DataColumn("LAST_PROCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAST_PROCESS_DATE); this.columnMBEGINBAL = new global::System.Data.DataColumn("MBEGINBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMBEGINBAL); this.columnACCCONT_TYPE = new global::System.Data.DataColumn("ACCCONT_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCCONT_TYPE); 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.columnLASTMOVEMENT_DATE = new global::System.Data.DataColumn("LASTMOVEMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTMOVEMENT_DATE); this.columnPRNBOOK_STATUS = new global::System.Data.DataColumn("PRNBOOK_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNBOOK_STATUS); this.columnTAXSPCRATE_STATUS = new global::System.Data.DataColumn("TAXSPCRATE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTAXSPCRATE_STATUS); this.columnSEQUEST_RESON = new global::System.Data.DataColumn("SEQUEST_RESON", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQUEST_RESON); this.columnDEPTINT_REMAIN = new global::System.Data.DataColumn("DEPTINT_REMAIN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTINT_REMAIN); this.columnBOOK_BALANCE = new global::System.Data.DataColumn("BOOK_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBOOK_BALANCE); this.columnDEPTACCOUNT_ENAME = new global::System.Data.DataColumn("DEPTACCOUNT_ENAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPTACCOUNT_ENAME); this.columnCOMPANY_ID = new global::System.Data.DataColumn("COMPANY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPANY_ID); this.columnCONFIRM_STATUS = new global::System.Data.DataColumn("CONFIRM_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONFIRM_STATUS); 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.columnDEPT_TRANACC_NAME = new global::System.Data.DataColumn("DEPT_TRANACC_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPT_TRANACC_NAME); 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.columnDEPT_AMT = new global::System.Data.DataColumn("DEPT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPT_AMT); this.columnWITH_AMT = new global::System.Data.DataColumn("WITH_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWITH_AMT); this.columnBOOKNORM_FLAG = new global::System.Data.DataColumn("BOOKNORM_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBOOKNORM_FLAG); this.columnDUE_M = new global::System.Data.DataColumn("DUE_M", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDUE_M); this.columnDUE_Y = new global::System.Data.DataColumn("DUE_Y", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDUE_Y); this.columnDUE_M_FLAG = new global::System.Data.DataColumn("DUE_M_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDUE_M_FLAG); 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_ACCNO = new global::System.Data.DataColumn("EXPENSE_ACCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_ACCNO); 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_AMOUNT = new global::System.Data.DataColumn("EXPENSE_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_AMOUNT); this.columnSTARTKEEP_DATE = new global::System.Data.DataColumn("STARTKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTARTKEEP_DATE); this.columnBOOKCONFIRM_STATUS = new global::System.Data.DataColumn("BOOKCONFIRM_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBOOKCONFIRM_STATUS); 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.columnATMCARD_ID = new global::System.Data.DataColumn("ATMCARD_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnATMCARD_ID); this.columnLIMITPRNBAL_FLAG = new global::System.Data.DataColumn("LIMITPRNBAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLIMITPRNBAL_FLAG); this.columnLIMITPRNBAL_AMT = new global::System.Data.DataColumn("LIMITPRNBAL_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLIMITPRNBAL_AMT); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnDEPTACCOUNT_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnDEPTACCOUNT_NO.AllowDBNull = false; this.columnDEPTACCOUNT_NO.MaxLength = 10; this.columnDEPTTYPE_CODE.MaxLength = 2; this.columnMEMCOOP_ID.MaxLength = 6; this.columnMEMBER_NO.MaxLength = 8; this.columnDEPTACCOUNT_NAME.AllowDBNull = false; this.columnDEPTACCOUNT_NAME.MaxLength = 200; this.columnDEPT_OBJECTIVE.MaxLength = 150; this.columnCHECK_DIGIT.MaxLength = 1; this.columnDEPTPASSBOOK_NO.MaxLength = 10; this.columnCONDFORWITHDRAW.MaxLength = 300; this.columnCONTACT_ADDRESS.MaxLength = 256; this.columnTAXPERSONAL_ID.MaxLength = 15; this.columnTRAN_DEPTACC_COOP_ID.MaxLength = 6; this.columnTRAN_DEPTACC_NO.MaxLength = 10; this.columnTRAN_BANKACC_NO.MaxLength = 12; this.columnCHECKBOOK_CODE_PB.MaxLength = 3; this.columnACCCONT_TYPE.MaxLength = 2; this.columnMEMBGROUP_CODE.MaxLength = 14; this.columnREMARK.MaxLength = 150; this.columnSEQUEST_RESON.MaxLength = 3; this.columnDEPTACCOUNT_ENAME.MaxLength = 120; this.columnCOMPANY_ID.MaxLength = 4; this.columnBANK_BRANCH.MaxLength = 4; this.columnDEPT_TRANACC_NAME.MaxLength = 120; this.columnBANK_CODE.MaxLength = 3; this.columnEXPENSE_CODE.MaxLength = 3; this.columnEXPENSE_ACCNO.MaxLength = 10; this.columnEXPENSE_BRANCH.MaxLength = 3; this.columnUPDATE_BYENTRYID.MaxLength = 32; this.columnUPDATE_BYENTRYIP.MaxLength = 15; this.columnATMCARD_ID.MaxLength = 15; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DPDEPTMASTERRow NewDPDEPTMASTERRow() { return ((DPDEPTMASTERRow)(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 DPDEPTMASTERRow(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(DPDEPTMASTERRow); } [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.DPDEPTMASTERRowChanged != null)) { this.DPDEPTMASTERRowChanged(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowChanging != null)) { this.DPDEPTMASTERRowChanging(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowDeleted != null)) { this.DPDEPTMASTERRowDeleted(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowDeleting != null)) { this.DPDEPTMASTERRowDeleting(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDPDEPTMASTERRow(DPDEPTMASTERRow 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 = "DPDEPTMASTERDataTable"; 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 DataTable1DataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnSDATE; private global::System.Data.DataColumn columnEDATE; private global::System.Data.DataColumn columnSGROUP; private global::System.Data.DataColumn columnEGROUP; private global::System.Data.DataColumn columnMEMB_NO; private global::System.Data.DataColumn columnTYPE; private global::System.Data.DataColumn columnLOANTYPE; private global::System.Data.DataColumn columnDEPT_NO; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1DataTable() { this.TableName = "DataTable1"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1DataTable(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 DataTable1DataTable(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 SDATEColumn { get { return this.columnSDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EDATEColumn { get { return this.columnEDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SGROUPColumn { get { return this.columnSGROUP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EGROUPColumn { get { return this.columnEGROUP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_NOColumn { get { return this.columnMEMB_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPEColumn { get { return this.columnTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANTYPEColumn { get { return this.columnLOANTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DEPT_NOColumn { get { return this.columnDEPT_NO; } } [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 DataTable1Row this[int index] { get { return ((DataTable1Row)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDataTable1Row(DataTable1Row row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row AddDataTable1Row(System.DateTime SDATE, System.DateTime EDATE, string SGROUP, string EGROUP, string MEMB_NO, string TYPE, string LOANTYPE, string DEPT_NO) { DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow())); object[] columnValuesArray = new object[] { SDATE, EDATE, SGROUP, EGROUP, MEMB_NO, TYPE, LOANTYPE, DEPT_NO}; rowDataTable1Row.ItemArray = columnValuesArray; this.Rows.Add(rowDataTable1Row); return rowDataTable1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DataTable1DataTable cln = ((DataTable1DataTable)(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 DataTable1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnSDATE = base.Columns["SDATE"]; this.columnEDATE = base.Columns["EDATE"]; this.columnSGROUP = base.Columns["SGROUP"]; this.columnEGROUP = base.Columns["EGROUP"]; this.columnMEMB_NO = base.Columns["MEMB_NO"]; this.columnTYPE = base.Columns["TYPE"]; this.columnLOANTYPE = base.Columns["LOANTYPE"]; this.columnDEPT_NO = base.Columns["DEPT_NO"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnSDATE = new global::System.Data.DataColumn("SDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSDATE); this.columnEDATE = new global::System.Data.DataColumn("EDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEDATE); this.columnSGROUP = new global::System.Data.DataColumn("SGROUP", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSGROUP); this.columnEGROUP = new global::System.Data.DataColumn("EGROUP", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEGROUP); this.columnMEMB_NO = new global::System.Data.DataColumn("MEMB_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_NO); this.columnTYPE = new global::System.Data.DataColumn("TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE); this.columnLOANTYPE = new global::System.Data.DataColumn("LOANTYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE); this.columnDEPT_NO = new global::System.Data.DataColumn("DEPT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDEPT_NO); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row NewDataTable1Row() { return ((DataTable1Row)(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 DataTable1Row(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(DataTable1Row); } [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.DataTable1RowChanged != null)) { this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(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.DataTable1RowChanging != null)) { this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(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.DataTable1RowDeleted != null)) { this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(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.DataTable1RowDeleting != null)) { this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDataTable1Row(DataTable1Row 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 = "DataTable1DataTable"; 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 DPDEPTMASTERRow : global::System.Data.DataRow { private DPDEPTMASTERDataTable tableDPDEPTMASTER; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DPDEPTMASTERRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDPDEPTMASTER = ((DPDEPTMASTERDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableDPDEPTMASTER.COOP_IDColumn])); } set { this[this.tableDPDEPTMASTER.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTACCOUNT_NO { get { return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_NOColumn])); } set { this[this.tableDPDEPTMASTER.DEPTACCOUNT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTTYPE_CODE { get { try { return ((string)(this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTTYPE_CODE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCOOP_ID { get { try { return ((string)(this[this.tableDPDEPTMASTER.MEMCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.MEMCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { try { return ((string)(this[this.tableDPDEPTMASTER.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DEPTOPEN_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTOPEN_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPTCLOSE_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTCLOSE_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DEPTCLOSE_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTCLOSE_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTACCOUNT_NAME { get { return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_NAMEColumn])); } set { this[this.tableDPDEPTMASTER.DEPTACCOUNT_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPT_OBJECTIVE { get { try { return ((string)(this[this.tableDPDEPTMASTER.DEPT_OBJECTIVEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPT_OBJECTIVE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPT_OBJECTIVEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CHECK_DIGIT { get { try { return ((string)(this[this.tableDPDEPTMASTER.CHECK_DIGITColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHECK_DIGIT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CHECK_DIGITColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTPASSBOOK_NO { get { try { return ((string)(this[this.tableDPDEPTMASTER.DEPTPASSBOOK_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTPASSBOOK_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTPASSBOOK_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDFORWITHDRAW { get { try { return ((string)(this[this.tableDPDEPTMASTER.CONDFORWITHDRAWColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDFORWITHDRAW\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CONDFORWITHDRAWColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTACT_ADDRESS { get { try { return ((string)(this[this.tableDPDEPTMASTER.CONTACT_ADDRESSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTACT_ADDRESS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CONTACT_ADDRESSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal F_TAX_RATE { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.F_TAX_RATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'F_TAX_RATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.F_TAX_RATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TAXPERSONAL_ID { get { try { return ((string)(this[this.tableDPDEPTMASTER.TAXPERSONAL_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAXPERSONAL_ID\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.TAXPERSONAL_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPTMONTH_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPTMONTH_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTMONTH_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTMONTH_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPTMONTH_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPTMONTH_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTMONTH_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTMONTH_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPTMONTH_AMT_OLD { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPTMONTH_AMT_OLDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTMONTH_AMT_OLD\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTMONTH_AMT_OLDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DEPTMONTCHG_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTMONTCHG_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTMONTCHG_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTMONTCHG_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MONTHINT_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.MONTHINT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONTHINT_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.MONTHINT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MONTHINTPAY_METH { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.MONTHINTPAY_METHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONTHINTPAY_METH\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.MONTHINTPAY_METHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRAN_DEPTACC_COOP_ID { get { try { return ((string)(this[this.tableDPDEPTMASTER.TRAN_DEPTACC_COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRAN_DEPTACC_COOP_ID\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.TRAN_DEPTACC_COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRAN_DEPTACC_NO { get { try { return ((string)(this[this.tableDPDEPTMASTER.TRAN_DEPTACC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRAN_DEPTACC_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.TRAN_DEPTACC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRAN_BANKACC_NO { get { try { return ((string)(this[this.tableDPDEPTMASTER.TRAN_BANKACC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRAN_BANKACC_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.TRAN_BANKACC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SPCINT_RATE_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.SPCINT_RATE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SPCINT_RATE_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SPCINT_RATE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SPCINT_RATE { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.SPCINT_RATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SPCINT_RATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SPCINT_RATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BEGINBAL { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.BEGINBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BEGINBAL\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BEGINBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNCBAL { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.PRNCBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCBAL\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.PRNCBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CHECKPEND_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.CHECKPEND_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHECKPEND_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CHECKPEND_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SEQUEST_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.SEQUEST_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SEQUEST_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANGARANTEE_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LOANGARANTEE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANGARANTEE_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LOANGARANTEE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQUEST_AMOUNT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_AMOUNT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQUEST_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.SEQUEST_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SEQUEST_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WITHDRAWABLE_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTCALINT_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.LASTCALINT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTCALINT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ACCUINT_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.ACCUINT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCUINT_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.ACCUINT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTARREAR_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.INTARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.INTARREAR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ACCUINTPAY_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.ACCUINTPAY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCUINTPAY_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.ACCUINTPAY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ACCUTAXPAY_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.ACCUTAXPAY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCUTAXPAY_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.ACCUTAXPAY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WITHDRAW_COUNT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.WITHDRAW_COUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAW_COUNT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.WITHDRAW_COUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime RESET_COUNT_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.RESET_COUNT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RESET_COUNT_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.RESET_COUNT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTSTMSEQ_NO { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTSTMSEQ_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTSTMSEQ_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTSTMSEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTREC_NO_PB { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTREC_NO_PBColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO_PB\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTREC_NO_PBColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTPAGE_NO_PB { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTPAGE_NO_PBColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO_PB\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTPAGE_NO_PBColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTLINE_NO_PB { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTLINE_NO_PBColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO_PB\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTLINE_NO_PBColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CHECKBOOK_CODE_PB { get { try { return ((string)(this[this.tableDPDEPTMASTER.CHECKBOOK_CODE_PBColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CHECKBOOK_CODE_PB\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CHECKBOOK_CODE_PBColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTREC_NO_CARD { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTREC_NO_CARDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO_CARD\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTREC_NO_CARDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTPAGE_NO_CARD { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTPAGE_NO_CARDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO_CARD\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTPAGE_NO_CARDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTLINE_NO_CARD { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LASTLINE_NO_CARDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO_CARD\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTLINE_NO_CARDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CLOSEMONTH_NO { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.CLOSEMONTH_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CLOSEMONTH_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CLOSEMONTH_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DOPERATE_BAL { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DOPERATE_BALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DOPERATE_BAL\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DOPERATE_BALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTACCESS_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.LASTACCESS_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTACCESS_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTACCESS_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNC_NO { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.PRNC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNC_NO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.PRNC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LAST_PROCESS_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.LAST_PROCESS_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAST_PROCESS_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LAST_PROCESS_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MBEGINBAL { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.MBEGINBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MBEGINBAL\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.MBEGINBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ACCCONT_TYPE { get { try { return ((string)(this[this.tableDPDEPTMASTER.ACCCONT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCCONT_TYPE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.ACCCONT_TYPEColumn] = 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.tableDPDEPTMASTER.MEMBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.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.tableDPDEPTMASTER.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTMOVEMENT_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.LASTMOVEMENT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTMOVEMENT_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LASTMOVEMENT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNBOOK_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.PRNBOOK_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNBOOK_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.PRNBOOK_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TAXSPCRATE_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.TAXSPCRATE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TAXSPCRATE_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.TAXSPCRATE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SEQUEST_RESON { get { try { return ((string)(this[this.tableDPDEPTMASTER.SEQUEST_RESONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_RESON\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.SEQUEST_RESONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPTINT_REMAIN { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPTINT_REMAINColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTINT_REMAIN\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTINT_REMAINColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BOOK_BALANCE { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.BOOK_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BOOK_BALANCE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BOOK_BALANCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPTACCOUNT_ENAME { get { try { return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_ENAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPTACCOUNT_ENAME\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPTACCOUNT_ENAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COMPANY_ID { get { try { return ((string)(this[this.tableDPDEPTMASTER.COMPANY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPANY_ID\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.COMPANY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONFIRM_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.CONFIRM_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONFIRM_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.CONFIRM_STATUSColumn] = 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.tableDPDEPTMASTER.BANK_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_BRANCH\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BANK_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPT_TRANACC_NAME { get { try { return ((string)(this[this.tableDPDEPTMASTER.DEPT_TRANACC_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPT_TRANACC_NAME\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPT_TRANACC_NAMEColumn] = 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.tableDPDEPTMASTER.BANK_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BANK_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DEPT_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DEPT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPT_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DEPT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WITH_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.WITH_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITH_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.WITH_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BOOKNORM_FLAG { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.BOOKNORM_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BOOKNORM_FLAG\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BOOKNORM_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DUE_M { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DUE_MColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DUE_M\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DUE_MColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime DUE_Y { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DUE_YColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DUE_Y\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DUE_YColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DUE_M_FLAG { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.DUE_M_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DUE_M_FLAG\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.DUE_M_FLAGColumn] = 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.tableDPDEPTMASTER.EXPENSE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.EXPENSE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_ACCNO { get { try { return ((string)(this[this.tableDPDEPTMASTER.EXPENSE_ACCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCNO\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.EXPENSE_ACCNOColumn] = 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.tableDPDEPTMASTER.EXPENSE_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.EXPENSE_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EXPENSE_AMOUNT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.EXPENSE_AMOUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_AMOUNT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.EXPENSE_AMOUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime STARTKEEP_DATE { get { try { return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.STARTKEEP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STARTKEEP_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.STARTKEEP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BOOKCONFIRM_STATUS { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.BOOKCONFIRM_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BOOKCONFIRM_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.BOOKCONFIRM_STATUSColumn] = 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.tableDPDEPTMASTER.UPDATE_BYENTRYIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYID\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.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.tableDPDEPTMASTER.UPDATE_BYENTRYIPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYIP\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.UPDATE_BYENTRYIPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ATMCARD_ID { get { try { return ((string)(this[this.tableDPDEPTMASTER.ATMCARD_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ATMCARD_ID\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.ATMCARD_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LIMITPRNBAL_FLAG { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LIMITPRNBAL_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LIMITPRNBAL_FLAG\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LIMITPRNBAL_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LIMITPRNBAL_AMT { get { try { return ((decimal)(this[this.tableDPDEPTMASTER.LIMITPRNBAL_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LIMITPRNBAL_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e); } } set { this[this.tableDPDEPTMASTER.LIMITPRNBAL_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTTYPE_CODENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTTYPE_CODENull() { this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMCOOP_IDNull() { return this.IsNull(this.tableDPDEPTMASTER.MEMCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMCOOP_IDNull() { this[this.tableDPDEPTMASTER.MEMCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_NONull() { return this.IsNull(this.tableDPDEPTMASTER.MEMBER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_NONull() { this[this.tableDPDEPTMASTER.MEMBER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTOPEN_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTOPEN_DATENull() { this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTCLOSE_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTCLOSE_STATUSNull() { this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTCLOSE_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTCLOSE_DATENull() { this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPT_OBJECTIVENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPT_OBJECTIVEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPT_OBJECTIVENull() { this[this.tableDPDEPTMASTER.DEPT_OBJECTIVEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHECK_DIGITNull() { return this.IsNull(this.tableDPDEPTMASTER.CHECK_DIGITColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHECK_DIGITNull() { this[this.tableDPDEPTMASTER.CHECK_DIGITColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTPASSBOOK_NONull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTPASSBOOK_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTPASSBOOK_NONull() { this[this.tableDPDEPTMASTER.DEPTPASSBOOK_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDFORWITHDRAWNull() { return this.IsNull(this.tableDPDEPTMASTER.CONDFORWITHDRAWColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDFORWITHDRAWNull() { this[this.tableDPDEPTMASTER.CONDFORWITHDRAWColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTACT_ADDRESSNull() { return this.IsNull(this.tableDPDEPTMASTER.CONTACT_ADDRESSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTACT_ADDRESSNull() { this[this.tableDPDEPTMASTER.CONTACT_ADDRESSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsF_TAX_RATENull() { return this.IsNull(this.tableDPDEPTMASTER.F_TAX_RATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetF_TAX_RATENull() { this[this.tableDPDEPTMASTER.F_TAX_RATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAXPERSONAL_IDNull() { return this.IsNull(this.tableDPDEPTMASTER.TAXPERSONAL_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAXPERSONAL_IDNull() { this[this.tableDPDEPTMASTER.TAXPERSONAL_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTMONTH_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTMONTH_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTMONTH_STATUSNull() { this[this.tableDPDEPTMASTER.DEPTMONTH_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTMONTH_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTMONTH_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTMONTH_AMTNull() { this[this.tableDPDEPTMASTER.DEPTMONTH_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTMONTH_AMT_OLDNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTMONTH_AMT_OLDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTMONTH_AMT_OLDNull() { this[this.tableDPDEPTMASTER.DEPTMONTH_AMT_OLDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTMONTCHG_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTMONTCHG_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTMONTCHG_DATENull() { this[this.tableDPDEPTMASTER.DEPTMONTCHG_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONTHINT_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.MONTHINT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONTHINT_STATUSNull() { this[this.tableDPDEPTMASTER.MONTHINT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONTHINTPAY_METHNull() { return this.IsNull(this.tableDPDEPTMASTER.MONTHINTPAY_METHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONTHINTPAY_METHNull() { this[this.tableDPDEPTMASTER.MONTHINTPAY_METHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRAN_DEPTACC_COOP_IDNull() { return this.IsNull(this.tableDPDEPTMASTER.TRAN_DEPTACC_COOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRAN_DEPTACC_COOP_IDNull() { this[this.tableDPDEPTMASTER.TRAN_DEPTACC_COOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRAN_DEPTACC_NONull() { return this.IsNull(this.tableDPDEPTMASTER.TRAN_DEPTACC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRAN_DEPTACC_NONull() { this[this.tableDPDEPTMASTER.TRAN_DEPTACC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRAN_BANKACC_NONull() { return this.IsNull(this.tableDPDEPTMASTER.TRAN_BANKACC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRAN_BANKACC_NONull() { this[this.tableDPDEPTMASTER.TRAN_BANKACC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSPCINT_RATE_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.SPCINT_RATE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSPCINT_RATE_STATUSNull() { this[this.tableDPDEPTMASTER.SPCINT_RATE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSPCINT_RATENull() { return this.IsNull(this.tableDPDEPTMASTER.SPCINT_RATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSPCINT_RATENull() { this[this.tableDPDEPTMASTER.SPCINT_RATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBEGINBALNull() { return this.IsNull(this.tableDPDEPTMASTER.BEGINBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBEGINBALNull() { this[this.tableDPDEPTMASTER.BEGINBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNCBALNull() { return this.IsNull(this.tableDPDEPTMASTER.PRNCBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNCBALNull() { this[this.tableDPDEPTMASTER.PRNCBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHECKPEND_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.CHECKPEND_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHECKPEND_AMTNull() { this[this.tableDPDEPTMASTER.CHECKPEND_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQUEST_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.SEQUEST_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQUEST_DATENull() { this[this.tableDPDEPTMASTER.SEQUEST_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANGARANTEE_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.LOANGARANTEE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANGARANTEE_AMTNull() { this[this.tableDPDEPTMASTER.LOANGARANTEE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQUEST_AMOUNTNull() { return this.IsNull(this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQUEST_AMOUNTNull() { this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQUEST_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.SEQUEST_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQUEST_STATUSNull() { this[this.tableDPDEPTMASTER.SEQUEST_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWITHDRAWABLE_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWITHDRAWABLE_AMTNull() { this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTCALINT_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.LASTCALINT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTCALINT_DATENull() { this[this.tableDPDEPTMASTER.LASTCALINT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCUINT_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.ACCUINT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCUINT_AMTNull() { this[this.tableDPDEPTMASTER.ACCUINT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTARREAR_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.INTARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTARREAR_AMTNull() { this[this.tableDPDEPTMASTER.INTARREAR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCUINTPAY_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.ACCUINTPAY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCUINTPAY_AMTNull() { this[this.tableDPDEPTMASTER.ACCUINTPAY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCUTAXPAY_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.ACCUTAXPAY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCUTAXPAY_AMTNull() { this[this.tableDPDEPTMASTER.ACCUTAXPAY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWITHDRAW_COUNTNull() { return this.IsNull(this.tableDPDEPTMASTER.WITHDRAW_COUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWITHDRAW_COUNTNull() { this[this.tableDPDEPTMASTER.WITHDRAW_COUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRESET_COUNT_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.RESET_COUNT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRESET_COUNT_DATENull() { this[this.tableDPDEPTMASTER.RESET_COUNT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTSTMSEQ_NONull() { return this.IsNull(this.tableDPDEPTMASTER.LASTSTMSEQ_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTSTMSEQ_NONull() { this[this.tableDPDEPTMASTER.LASTSTMSEQ_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTREC_NO_PBNull() { return this.IsNull(this.tableDPDEPTMASTER.LASTREC_NO_PBColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTREC_NO_PBNull() { this[this.tableDPDEPTMASTER.LASTREC_NO_PBColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTPAGE_NO_PBNull() { return this.IsNull(this.tableDPDEPTMASTER.LASTPAGE_NO_PBColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTPAGE_NO_PBNull() { this[this.tableDPDEPTMASTER.LASTPAGE_NO_PBColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTLINE_NO_PBNull() { return this.IsNull(this.tableDPDEPTMASTER.LASTLINE_NO_PBColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTLINE_NO_PBNull() { this[this.tableDPDEPTMASTER.LASTLINE_NO_PBColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCHECKBOOK_CODE_PBNull() { return this.IsNull(this.tableDPDEPTMASTER.CHECKBOOK_CODE_PBColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCHECKBOOK_CODE_PBNull() { this[this.tableDPDEPTMASTER.CHECKBOOK_CODE_PBColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTREC_NO_CARDNull() { return this.IsNull(this.tableDPDEPTMASTER.LASTREC_NO_CARDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTREC_NO_CARDNull() { this[this.tableDPDEPTMASTER.LASTREC_NO_CARDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTPAGE_NO_CARDNull() { return this.IsNull(this.tableDPDEPTMASTER.LASTPAGE_NO_CARDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTPAGE_NO_CARDNull() { this[this.tableDPDEPTMASTER.LASTPAGE_NO_CARDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTLINE_NO_CARDNull() { return this.IsNull(this.tableDPDEPTMASTER.LASTLINE_NO_CARDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTLINE_NO_CARDNull() { this[this.tableDPDEPTMASTER.LASTLINE_NO_CARDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCLOSEMONTH_NONull() { return this.IsNull(this.tableDPDEPTMASTER.CLOSEMONTH_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCLOSEMONTH_NONull() { this[this.tableDPDEPTMASTER.CLOSEMONTH_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDOPERATE_BALNull() { return this.IsNull(this.tableDPDEPTMASTER.DOPERATE_BALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDOPERATE_BALNull() { this[this.tableDPDEPTMASTER.DOPERATE_BALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTACCESS_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.LASTACCESS_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTACCESS_DATENull() { this[this.tableDPDEPTMASTER.LASTACCESS_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNC_NONull() { return this.IsNull(this.tableDPDEPTMASTER.PRNC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNC_NONull() { this[this.tableDPDEPTMASTER.PRNC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAST_PROCESS_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.LAST_PROCESS_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAST_PROCESS_DATENull() { this[this.tableDPDEPTMASTER.LAST_PROCESS_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMBEGINBALNull() { return this.IsNull(this.tableDPDEPTMASTER.MBEGINBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMBEGINBALNull() { this[this.tableDPDEPTMASTER.MBEGINBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCCONT_TYPENull() { return this.IsNull(this.tableDPDEPTMASTER.ACCCONT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCCONT_TYPENull() { this[this.tableDPDEPTMASTER.ACCCONT_TYPEColumn] = 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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableDPDEPTMASTER.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTMOVEMENT_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.LASTMOVEMENT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTMOVEMENT_DATENull() { this[this.tableDPDEPTMASTER.LASTMOVEMENT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNBOOK_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.PRNBOOK_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNBOOK_STATUSNull() { this[this.tableDPDEPTMASTER.PRNBOOK_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTAXSPCRATE_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.TAXSPCRATE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTAXSPCRATE_STATUSNull() { this[this.tableDPDEPTMASTER.TAXSPCRATE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSEQUEST_RESONNull() { return this.IsNull(this.tableDPDEPTMASTER.SEQUEST_RESONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSEQUEST_RESONNull() { this[this.tableDPDEPTMASTER.SEQUEST_RESONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTINT_REMAINNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTINT_REMAINColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTINT_REMAINNull() { this[this.tableDPDEPTMASTER.DEPTINT_REMAINColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBOOK_BALANCENull() { return this.IsNull(this.tableDPDEPTMASTER.BOOK_BALANCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBOOK_BALANCENull() { this[this.tableDPDEPTMASTER.BOOK_BALANCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPTACCOUNT_ENAMENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPTACCOUNT_ENAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPTACCOUNT_ENAMENull() { this[this.tableDPDEPTMASTER.DEPTACCOUNT_ENAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPANY_IDNull() { return this.IsNull(this.tableDPDEPTMASTER.COMPANY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPANY_IDNull() { this[this.tableDPDEPTMASTER.COMPANY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONFIRM_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.CONFIRM_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONFIRM_STATUSNull() { this[this.tableDPDEPTMASTER.CONFIRM_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANK_BRANCHNull() { return this.IsNull(this.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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 IsDEPT_TRANACC_NAMENull() { return this.IsNull(this.tableDPDEPTMASTER.DEPT_TRANACC_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPT_TRANACC_NAMENull() { this[this.tableDPDEPTMASTER.DEPT_TRANACC_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_CODENull() { return this.IsNull(this.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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 IsDEPT_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.DEPT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPT_AMTNull() { this[this.tableDPDEPTMASTER.DEPT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWITH_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.WITH_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWITH_AMTNull() { this[this.tableDPDEPTMASTER.WITH_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBOOKNORM_FLAGNull() { return this.IsNull(this.tableDPDEPTMASTER.BOOKNORM_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBOOKNORM_FLAGNull() { this[this.tableDPDEPTMASTER.BOOKNORM_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDUE_MNull() { return this.IsNull(this.tableDPDEPTMASTER.DUE_MColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDUE_MNull() { this[this.tableDPDEPTMASTER.DUE_MColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDUE_YNull() { return this.IsNull(this.tableDPDEPTMASTER.DUE_YColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDUE_YNull() { this[this.tableDPDEPTMASTER.DUE_YColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDUE_M_FLAGNull() { return this.IsNull(this.tableDPDEPTMASTER.DUE_M_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDUE_M_FLAGNull() { this[this.tableDPDEPTMASTER.DUE_M_FLAGColumn] = 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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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_ACCNONull() { return this.IsNull(this.tableDPDEPTMASTER.EXPENSE_ACCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_ACCNONull() { this[this.tableDPDEPTMASTER.EXPENSE_ACCNOColumn] = 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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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_AMOUNTNull() { return this.IsNull(this.tableDPDEPTMASTER.EXPENSE_AMOUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_AMOUNTNull() { this[this.tableDPDEPTMASTER.EXPENSE_AMOUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTARTKEEP_DATENull() { return this.IsNull(this.tableDPDEPTMASTER.STARTKEEP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTARTKEEP_DATENull() { this[this.tableDPDEPTMASTER.STARTKEEP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBOOKCONFIRM_STATUSNull() { return this.IsNull(this.tableDPDEPTMASTER.BOOKCONFIRM_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBOOKCONFIRM_STATUSNull() { this[this.tableDPDEPTMASTER.BOOKCONFIRM_STATUSColumn] = 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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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 IsATMCARD_IDNull() { return this.IsNull(this.tableDPDEPTMASTER.ATMCARD_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetATMCARD_IDNull() { this[this.tableDPDEPTMASTER.ATMCARD_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLIMITPRNBAL_FLAGNull() { return this.IsNull(this.tableDPDEPTMASTER.LIMITPRNBAL_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLIMITPRNBAL_FLAGNull() { this[this.tableDPDEPTMASTER.LIMITPRNBAL_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLIMITPRNBAL_AMTNull() { return this.IsNull(this.tableDPDEPTMASTER.LIMITPRNBAL_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLIMITPRNBAL_AMTNull() { this[this.tableDPDEPTMASTER.LIMITPRNBAL_AMTColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DataTable1Row : global::System.Data.DataRow { private DataTable1DataTable tableDataTable1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1Row(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDataTable1 = ((DataTable1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SDATE { get { try { return ((global::System.DateTime)(this[this.tableDataTable1.SDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SDATE\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.SDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime EDATE { get { try { return ((global::System.DateTime)(this[this.tableDataTable1.EDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EDATE\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.EDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SGROUP { get { try { return ((string)(this[this.tableDataTable1.SGROUPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SGROUP\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.SGROUPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EGROUP { get { try { return ((string)(this[this.tableDataTable1.EGROUPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EGROUP\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.EGROUPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_NO { get { try { return ((string)(this[this.tableDataTable1.MEMB_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NO\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.MEMB_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE { get { try { return ((string)(this[this.tableDataTable1.TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE { get { try { return ((string)(this[this.tableDataTable1.LOANTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.LOANTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DEPT_NO { get { try { return ((string)(this[this.tableDataTable1.DEPT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DEPT_NO\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.DEPT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSDATENull() { return this.IsNull(this.tableDataTable1.SDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSDATENull() { this[this.tableDataTable1.SDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEDATENull() { return this.IsNull(this.tableDataTable1.EDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEDATENull() { this[this.tableDataTable1.EDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSGROUPNull() { return this.IsNull(this.tableDataTable1.SGROUPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSGROUPNull() { this[this.tableDataTable1.SGROUPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEGROUPNull() { return this.IsNull(this.tableDataTable1.EGROUPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEGROUPNull() { this[this.tableDataTable1.EGROUPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_NONull() { return this.IsNull(this.tableDataTable1.MEMB_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_NONull() { this[this.tableDataTable1.MEMB_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPENull() { return this.IsNull(this.tableDataTable1.TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPENull() { this[this.tableDataTable1.TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPENull() { return this.IsNull(this.tableDataTable1.LOANTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPENull() { this[this.tableDataTable1.LOANTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDEPT_NONull() { return this.IsNull(this.tableDataTable1.DEPT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDEPT_NONull() { this[this.tableDataTable1.DEPT_NOColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class DPDEPTMASTERRowChangeEvent : global::System.EventArgs { private DPDEPTMASTERRow 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 DPDEPTMASTERRowChangeEvent(DPDEPTMASTERRow 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 DPDEPTMASTERRow 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 DataTable1RowChangeEvent : global::System.EventArgs { private DataTable1Row 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 DataTable1RowChangeEvent(DataTable1Row 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 DataTable1Row 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.shrlon.ws_sl_printdept_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 DPDEPTMASTERTableAdapter : 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 DPDEPTMASTERTableAdapter() { 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 = "DPDEPTMASTER"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("DEPTACCOUNT_NO", "DEPTACCOUNT_NO"); tableMapping.ColumnMappings.Add("DEPTTYPE_CODE", "DEPTTYPE_CODE"); tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("DEPTOPEN_DATE", "DEPTOPEN_DATE"); tableMapping.ColumnMappings.Add("DEPTCLOSE_STATUS", "DEPTCLOSE_STATUS"); tableMapping.ColumnMappings.Add("DEPTCLOSE_DATE", "DEPTCLOSE_DATE"); tableMapping.ColumnMappings.Add("DEPTACCOUNT_NAME", "DEPTACCOUNT_NAME"); tableMapping.ColumnMappings.Add("DEPT_OBJECTIVE", "DEPT_OBJECTIVE"); tableMapping.ColumnMappings.Add("CHECK_DIGIT", "CHECK_DIGIT"); tableMapping.ColumnMappings.Add("DEPTPASSBOOK_NO", "DEPTPASSBOOK_NO"); tableMapping.ColumnMappings.Add("CONDFORWITHDRAW", "CONDFORWITHDRAW"); tableMapping.ColumnMappings.Add("CONTACT_ADDRESS", "CONTACT_ADDRESS"); tableMapping.ColumnMappings.Add("F_TAX_RATE", "F_TAX_RATE"); tableMapping.ColumnMappings.Add("TAXPERSONAL_ID", "TAXPERSONAL_ID"); tableMapping.ColumnMappings.Add("DEPTMONTH_STATUS", "DEPTMONTH_STATUS"); tableMapping.ColumnMappings.Add("DEPTMONTH_AMT", "DEPTMONTH_AMT"); tableMapping.ColumnMappings.Add("DEPTMONTH_AMT_OLD", "DEPTMONTH_AMT_OLD"); tableMapping.ColumnMappings.Add("DEPTMONTCHG_DATE", "DEPTMONTCHG_DATE"); tableMapping.ColumnMappings.Add("MONTHINT_STATUS", "MONTHINT_STATUS"); tableMapping.ColumnMappings.Add("MONTHINTPAY_METH", "MONTHINTPAY_METH"); tableMapping.ColumnMappings.Add("TRAN_DEPTACC_COOP_ID", "TRAN_DEPTACC_COOP_ID"); tableMapping.ColumnMappings.Add("TRAN_DEPTACC_NO", "TRAN_DEPTACC_NO"); tableMapping.ColumnMappings.Add("TRAN_BANKACC_NO", "TRAN_BANKACC_NO"); tableMapping.ColumnMappings.Add("SPCINT_RATE_STATUS", "SPCINT_RATE_STATUS"); tableMapping.ColumnMappings.Add("SPCINT_RATE", "SPCINT_RATE"); tableMapping.ColumnMappings.Add("BEGINBAL", "BEGINBAL"); tableMapping.ColumnMappings.Add("PRNCBAL", "PRNCBAL"); tableMapping.ColumnMappings.Add("CHECKPEND_AMT", "CHECKPEND_AMT"); tableMapping.ColumnMappings.Add("SEQUEST_DATE", "SEQUEST_DATE"); tableMapping.ColumnMappings.Add("LOANGARANTEE_AMT", "LOANGARANTEE_AMT"); tableMapping.ColumnMappings.Add("SEQUEST_AMOUNT", "SEQUEST_AMOUNT"); tableMapping.ColumnMappings.Add("SEQUEST_STATUS", "SEQUEST_STATUS"); tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT"); tableMapping.ColumnMappings.Add("LASTCALINT_DATE", "LASTCALINT_DATE"); tableMapping.ColumnMappings.Add("ACCUINT_AMT", "ACCUINT_AMT"); tableMapping.ColumnMappings.Add("INTARREAR_AMT", "INTARREAR_AMT"); tableMapping.ColumnMappings.Add("ACCUINTPAY_AMT", "ACCUINTPAY_AMT"); tableMapping.ColumnMappings.Add("ACCUTAXPAY_AMT", "ACCUTAXPAY_AMT"); tableMapping.ColumnMappings.Add("WITHDRAW_COUNT", "WITHDRAW_COUNT"); tableMapping.ColumnMappings.Add("RESET_COUNT_DATE", "RESET_COUNT_DATE"); tableMapping.ColumnMappings.Add("LASTSTMSEQ_NO", "LASTSTMSEQ_NO"); tableMapping.ColumnMappings.Add("LASTREC_NO_PB", "LASTREC_NO_PB"); tableMapping.ColumnMappings.Add("LASTPAGE_NO_PB", "LASTPAGE_NO_PB"); tableMapping.ColumnMappings.Add("LASTLINE_NO_PB", "LASTLINE_NO_PB"); tableMapping.ColumnMappings.Add("CHECKBOOK_CODE_PB", "CHECKBOOK_CODE_PB"); tableMapping.ColumnMappings.Add("LASTREC_NO_CARD", "LASTREC_NO_CARD"); tableMapping.ColumnMappings.Add("LASTPAGE_NO_CARD", "LASTPAGE_NO_CARD"); tableMapping.ColumnMappings.Add("LASTLINE_NO_CARD", "LASTLINE_NO_CARD"); tableMapping.ColumnMappings.Add("CLOSEMONTH_NO", "CLOSEMONTH_NO"); tableMapping.ColumnMappings.Add("DOPERATE_BAL", "DOPERATE_BAL"); tableMapping.ColumnMappings.Add("LASTACCESS_DATE", "LASTACCESS_DATE"); tableMapping.ColumnMappings.Add("PRNC_NO", "PRNC_NO"); tableMapping.ColumnMappings.Add("LAST_PROCESS_DATE", "LAST_PROCESS_DATE"); tableMapping.ColumnMappings.Add("MBEGINBAL", "MBEGINBAL"); tableMapping.ColumnMappings.Add("ACCCONT_TYPE", "ACCCONT_TYPE"); tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("LASTMOVEMENT_DATE", "LASTMOVEMENT_DATE"); tableMapping.ColumnMappings.Add("PRNBOOK_STATUS", "PRNBOOK_STATUS"); tableMapping.ColumnMappings.Add("TAXSPCRATE_STATUS", "TAXSPCRATE_STATUS"); tableMapping.ColumnMappings.Add("SEQUEST_RESON", "SEQUEST_RESON"); tableMapping.ColumnMappings.Add("DEPTINT_REMAIN", "DEPTINT_REMAIN"); tableMapping.ColumnMappings.Add("BOOK_BALANCE", "BOOK_BALANCE"); tableMapping.ColumnMappings.Add("DEPTACCOUNT_ENAME", "DEPTACCOUNT_ENAME"); tableMapping.ColumnMappings.Add("COMPANY_ID", "COMPANY_ID"); tableMapping.ColumnMappings.Add("CONFIRM_STATUS", "CONFIRM_STATUS"); tableMapping.ColumnMappings.Add("BANK_BRANCH", "BANK_BRANCH"); tableMapping.ColumnMappings.Add("DEPT_TRANACC_NAME", "DEPT_TRANACC_NAME"); tableMapping.ColumnMappings.Add("BANK_CODE", "BANK_CODE"); tableMapping.ColumnMappings.Add("DEPT_AMT", "DEPT_AMT"); tableMapping.ColumnMappings.Add("WITH_AMT", "WITH_AMT"); tableMapping.ColumnMappings.Add("BOOKNORM_FLAG", "BOOKNORM_FLAG"); tableMapping.ColumnMappings.Add("DUE_M", "DUE_M"); tableMapping.ColumnMappings.Add("DUE_Y", "DUE_Y"); tableMapping.ColumnMappings.Add("DUE_M_FLAG", "DUE_M_FLAG"); tableMapping.ColumnMappings.Add("EXPENSE_CODE", "EXPENSE_CODE"); tableMapping.ColumnMappings.Add("EXPENSE_ACCNO", "EXPENSE_ACCNO"); tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH"); tableMapping.ColumnMappings.Add("EXPENSE_AMOUNT", "EXPENSE_AMOUNT"); tableMapping.ColumnMappings.Add("STARTKEEP_DATE", "STARTKEEP_DATE"); tableMapping.ColumnMappings.Add("BOOKCONFIRM_STATUS", "BOOKCONFIRM_STATUS"); tableMapping.ColumnMappings.Add("UPDATE_BYENTRYID", "UPDATE_BYENTRYID"); tableMapping.ColumnMappings.Add("UPDATE_BYENTRYIP", "UPDATE_BYENTRYIP"); tableMapping.ColumnMappings.Add("ATMCARD_ID", "ATMCARD_ID"); tableMapping.ColumnMappings.Add("LIMITPRNBAL_FLAG", "LIMITPRNBAL_FLAG"); tableMapping.ColumnMappings.Add("LIMITPRNBAL_AMT", "LIMITPRNBAL_AMT"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"DPDEPTMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"DEPTACCOU" + "NT_NO\" = :Original_DEPTACCOUNT_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_DEPTACCOUNT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = "INSERT INTO \"DPDEPTMASTER\" (\"COOP_ID\", \"DEPTACCOUNT_NO\", \"DEPTTYPE_CODE\", \"MEMCOO" + "P_ID\", \"MEMBER_NO\", \"DEPTOPEN_DATE\", \"DEPTCLOSE_STATUS\", \"DEPTCLOSE_DATE\", \"DEPT" + "ACCOUNT_NAME\", \"DEPT_OBJECTIVE\", \"CHECK_DIGIT\", \"DEPTPASSBOOK_NO\", \"CONDFORWITHD" + "RAW\", \"CONTACT_ADDRESS\", \"F_TAX_RATE\", \"TAXPERSONAL_ID\", \"DEPTMONTH_STATUS\", \"DE" + "PTMONTH_AMT\", \"DEPTMONTH_AMT_OLD\", \"DEPTMONTCHG_DATE\", \"MONTHINT_STATUS\", \"MONTH" + "INTPAY_METH\", \"TRAN_DEPTACC_COOP_ID\", \"TRAN_DEPTACC_NO\", \"TRAN_BANKACC_NO\", \"SPC" + "INT_RATE_STATUS\", \"SPCINT_RATE\", \"BEGINBAL\", \"PRNCBAL\", \"CHECKPEND_AMT\", \"SEQUES" + "T_DATE\", \"LOANGARANTEE_AMT\", \"SEQUEST_AMOUNT\", \"SEQUEST_STATUS\", \"WITHDRAWABLE_A" + "MT\", \"LASTCALINT_DATE\", \"ACCUINT_AMT\", \"INTARREAR_AMT\", \"ACCUINTPAY_AMT\", \"ACCUT" + "AXPAY_AMT\", \"WITHDRAW_COUNT\", \"RESET_COUNT_DATE\", \"LASTSTMSEQ_NO\", \"LASTREC_NO_P" + "B\", \"LASTPAGE_NO_PB\", \"LASTLINE_NO_PB\", \"CHECKBOOK_CODE_PB\", \"LASTREC_NO_CARD\", " + "\"LASTPAGE_NO_CARD\", \"LASTLINE_NO_CARD\", \"CLOSEMONTH_NO\", \"DOPERATE_BAL\", \"LASTAC" + "CESS_DATE\", \"PRNC_NO\", \"LAST_PROCESS_DATE\", \"MBEGINBAL\", \"ACCCONT_TYPE\", \"MEMBGR" + "OUP_CODE\", \"REMARK\", \"LASTMOVEMENT_DATE\", \"PRNBOOK_STATUS\", \"TAXSPCRATE_STATUS\"," + " \"SEQUEST_RESON\", \"DEPTINT_REMAIN\", \"BOOK_BALANCE\", \"DEPTACCOUNT_ENAME\", \"COMPAN" + "Y_ID\", \"CONFIRM_STATUS\", \"BANK_BRANCH\", \"DEPT_TRANACC_NAME\", \"BANK_CODE\", \"DEPT_" + "AMT\", \"WITH_AMT\", \"BOOKNORM_FLAG\", \"DUE_M\", \"DUE_Y\", \"DUE_M_FLAG\", \"EXPENSE_CODE" + "\", \"EXPENSE_ACCNO\", \"EXPENSE_BRANCH\", \"EXPENSE_AMOUNT\", \"STARTKEEP_DATE\", \"BOOKC" + "ONFIRM_STATUS\", \"UPDATE_BYENTRYID\", \"UPDATE_BYENTRYIP\", \"ATMCARD_ID\", \"LIMITPRNB" + "AL_FLAG\", \"LIMITPRNBAL_AMT\") VALUES (:COOP_ID, :DEPTACCOUNT_NO, :DEPTTYPE_CODE, " + ":MEMCOOP_ID, :MEMBER_NO, :DEPTOPEN_DATE, :DEPTCLOSE_STATUS, :DEPTCLOSE_DATE, :DE" + "PTACCOUNT_NAME, :DEPT_OBJECTIVE, :CHECK_DIGIT, :DEPTPASSBOOK_NO, :CONDFORWITHDRA" + "W, :CONTACT_ADDRESS, :F_TAX_RATE, :TAXPERSONAL_ID, :DEPTMONTH_STATUS, :DEPTMONTH" + "_AMT, :DEPTMONTH_AMT_OLD, :DEPTMONTCHG_DATE, :MONTHINT_STATUS, :MONTHINTPAY_METH" + ", :TRAN_DEPTACC_COOP_ID, :TRAN_DEPTACC_NO, :TRAN_BANKACC_NO, :SPCINT_RATE_STATUS" + ", :SPCINT_RATE, :BEGINBAL, :PRNCBAL, :CHECKPEND_AMT, :SEQUEST_DATE, :LOANGARANTE" + "E_AMT, :SEQUEST_AMOUNT, :SEQUEST_STATUS, :WITHDRAWABLE_AMT, :LASTCALINT_DATE, :A" + "CCUINT_AMT, :INTARREAR_AMT, :ACCUINTPAY_AMT, :ACCUTAXPAY_AMT, :WITHDRAW_COUNT, :" + "RESET_COUNT_DATE, :LASTSTMSEQ_NO, :LASTREC_NO_PB, :LASTPAGE_NO_PB, :LASTLINE_NO_" + "PB, :CHECKBOOK_CODE_PB, :LASTREC_NO_CARD, :LASTPAGE_NO_CARD, :LASTLINE_NO_CARD, " + ":CLOSEMONTH_NO, :DOPERATE_BAL, :LASTACCESS_DATE, :PRNC_NO, :LAST_PROCESS_DATE, :" + "MBEGINBAL, :ACCCONT_TYPE, :MEMBGROUP_CODE, :REMARK, :LASTMOVEMENT_DATE, :PRNBOOK" + "_STATUS, :TAXSPCRATE_STATUS, :SEQUEST_RESON, :DEPTINT_REMAIN, :BOOK_BALANCE, :DE" + "PTACCOUNT_ENAME, :COMPANY_ID, :CONFIRM_STATUS, :BANK_BRANCH, :DEPT_TRANACC_NAME," + " :BANK_CODE, :DEPT_AMT, :WITH_AMT, :BOOKNORM_FLAG, :DUE_M, :DUE_Y, :DUE_M_FLAG, " + ":EXPENSE_CODE, :EXPENSE_ACCNO, :EXPENSE_BRANCH, :EXPENSE_AMOUNT, :STARTKEEP_DATE" + ", :BOOKCONFIRM_STATUS, :UPDATE_BYENTRYID, :UPDATE_BYENTRYIP, :ATMCARD_ID, :LIMIT" + "PRNBAL_FLAG, :LIMITPRNBAL_AMT)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTACCOUNT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTOPEN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEPTOPEN_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTCLOSE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTCLOSE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTCLOSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEPTCLOSE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTACCOUNT_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPT_OBJECTIVE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPT_OBJECTIVE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHECK_DIGIT", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHECK_DIGIT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDFORWITHDRAW", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDFORWITHDRAW", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTACT_ADDRESS", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONTACT_ADDRESS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("F_TAX_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "F_TAX_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXPERSONAL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAXPERSONAL_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTH_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTH_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTH_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTH_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTH_AMT_OLD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTH_AMT_OLD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTCHG_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTCHG_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONTHINT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MONTHINT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONTHINTPAY_METH", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MONTHINTPAY_METH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRAN_DEPTACC_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRAN_DEPTACC_COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRAN_DEPTACC_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRAN_DEPTACC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRAN_BANKACC_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRAN_BANKACC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SPCINT_RATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SPCINT_RATE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SPCINT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SPCINT_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BEGINBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BEGINBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHECKPEND_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHECKPEND_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANGARANTEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANGARANTEE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_AMOUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITHDRAWABLE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITHDRAWABLE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUINTPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUINTPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUTAXPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUTAXPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITHDRAW_COUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITHDRAW_COUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESET_COUNT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESET_COUNT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTSTMSEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTSTMSEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHECKBOOK_CODE_PB", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHECKBOOK_CODE_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CLOSEMONTH_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CLOSEMONTH_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOPERATE_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DOPERATE_BAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTACCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTACCESS_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LAST_PROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MBEGINBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MBEGINBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCCONT_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ACCCONT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTMOVEMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTMOVEMENT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNBOOK_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNBOOK_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXSPCRATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXSPCRATE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_RESON", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_RESON", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTINT_REMAIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTINT_REMAIN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BOOK_BALANCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTACCOUNT_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_ENAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPANY_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPANY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONFIRM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONFIRM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPT_TRANACC_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPT_TRANACC_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITH_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITH_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOKNORM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BOOKNORM_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DUE_M", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DUE_M", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DUE_Y", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DUE_Y", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DUE_M_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DUE_M_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_AMOUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOKCONFIRM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BOOKCONFIRM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ATMCARD_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ATMCARD_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LIMITPRNBAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LIMITPRNBAL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LIMITPRNBAL_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LIMITPRNBAL_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = "UPDATE \"DPDEPTMASTER\" SET \"COOP_ID\" = :COOP_ID, \"DEPTACCOUNT_NO\" = :DEPTACCOUNT_N" + "O, \"DEPTTYPE_CODE\" = :DEPTTYPE_CODE, \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :" + "MEMBER_NO, \"DEPTOPEN_DATE\" = :DEPTOPEN_DATE, \"DEPTCLOSE_STATUS\" = :DEPTCLOSE_STA" + "TUS, \"DEPTCLOSE_DATE\" = :DEPTCLOSE_DATE, \"DEPTACCOUNT_NAME\" = :DEPTACCOUNT_NAME," + " \"DEPT_OBJECTIVE\" = :DEPT_OBJECTIVE, \"CHECK_DIGIT\" = :CHECK_DIGIT, \"DEPTPASSBOOK" + "_NO\" = :DEPTPASSBOOK_NO, \"CONDFORWITHDRAW\" = :CONDFORWITHDRAW, \"CONTACT_ADDRESS\"" + " = :CONTACT_ADDRESS, \"F_TAX_RATE\" = :F_TAX_RATE, \"TAXPERSONAL_ID\" = :TAXPERSONAL" + "_ID, \"DEPTMONTH_STATUS\" = :DEPTMONTH_STATUS, \"DEPTMONTH_AMT\" = :DEPTMONTH_AMT, \"" + "DEPTMONTH_AMT_OLD\" = :DEPTMONTH_AMT_OLD, \"DEPTMONTCHG_DATE\" = :DEPTMONTCHG_DATE," + " \"MONTHINT_STATUS\" = :MONTHINT_STATUS, \"MONTHINTPAY_METH\" = :MONTHINTPAY_METH, \"" + "TRAN_DEPTACC_COOP_ID\" = :TRAN_DEPTACC_COOP_ID, \"TRAN_DEPTACC_NO\" = :TRAN_DEPTACC" + "_NO, \"TRAN_BANKACC_NO\" = :TRAN_BANKACC_NO, \"SPCINT_RATE_STATUS\" = :SPCINT_RATE_S" + "TATUS, \"SPCINT_RATE\" = :SPCINT_RATE, \"BEGINBAL\" = :BEGINBAL, \"PRNCBAL\" = :PRNCBA" + "L, \"CHECKPEND_AMT\" = :CHECKPEND_AMT, \"SEQUEST_DATE\" = :SEQUEST_DATE, \"LOANGARANT" + "EE_AMT\" = :LOANGARANTEE_AMT, \"SEQUEST_AMOUNT\" = :SEQUEST_AMOUNT, \"SEQUEST_STATUS" + "\" = :SEQUEST_STATUS, \"WITHDRAWABLE_AMT\" = :WITHDRAWABLE_AMT, \"LASTCALINT_DATE\" =" + " :LASTCALINT_DATE, \"ACCUINT_AMT\" = :ACCUINT_AMT, \"INTARREAR_AMT\" = :INTARREAR_AM" + "T, \"ACCUINTPAY_AMT\" = :ACCUINTPAY_AMT, \"ACCUTAXPAY_AMT\" = :ACCUTAXPAY_AMT, \"WITH" + "DRAW_COUNT\" = :WITHDRAW_COUNT, \"RESET_COUNT_DATE\" = :RESET_COUNT_DATE, \"LASTSTMS" + "EQ_NO\" = :LASTSTMSEQ_NO, \"LASTREC_NO_PB\" = :LASTREC_NO_PB, \"LASTPAGE_NO_PB\" = :L" + "ASTPAGE_NO_PB, \"LASTLINE_NO_PB\" = :LASTLINE_NO_PB, \"CHECKBOOK_CODE_PB\" = :CHECKB" + "OOK_CODE_PB, \"LASTREC_NO_CARD\" = :LASTREC_NO_CARD, \"LASTPAGE_NO_CARD\" = :LASTPAG" + "E_NO_CARD, \"LASTLINE_NO_CARD\" = :LASTLINE_NO_CARD, \"CLOSEMONTH_NO\" = :CLOSEMONTH" + "_NO, \"DOPERATE_BAL\" = :DOPERATE_BAL, \"LASTACCESS_DATE\" = :LASTACCESS_DATE, \"PRNC" + "_NO\" = :PRNC_NO, \"LAST_PROCESS_DATE\" = :LAST_PROCESS_DATE, \"MBEGINBAL\" = :MBEGIN" + "BAL, \"ACCCONT_TYPE\" = :ACCCONT_TYPE, \"MEMBGROUP_CODE\" = :MEMBGROUP_CODE, \"REMARK" + "\" = :REMARK, \"LASTMOVEMENT_DATE\" = :LASTMOVEMENT_DATE, \"PRNBOOK_STATUS\" = :PRNBO" + "OK_STATUS, \"TAXSPCRATE_STATUS\" = :TAXSPCRATE_STATUS, \"SEQUEST_RESON\" = :SEQUEST_" + "RESON, \"DEPTINT_REMAIN\" = :DEPTINT_REMAIN, \"BOOK_BALANCE\" = :BOOK_BALANCE, \"DEPT" + "ACCOUNT_ENAME\" = :DEPTACCOUNT_ENAME, \"COMPANY_ID\" = :COMPANY_ID, \"CONFIRM_STATUS" + "\" = :CONFIRM_STATUS, \"BANK_BRANCH\" = :BANK_BRANCH, \"DEPT_TRANACC_NAME\" = :DEPT_T" + "RANACC_NAME, \"BANK_CODE\" = :BANK_CODE, \"DEPT_AMT\" = :DEPT_AMT, \"WITH_AMT\" = :WIT" + "H_AMT, \"BOOKNORM_FLAG\" = :BOOKNORM_FLAG, \"DUE_M\" = :DUE_M, \"DUE_Y\" = :DUE_Y, \"DU" + "E_M_FLAG\" = :DUE_M_FLAG, \"EXPENSE_CODE\" = :EXPENSE_CODE, \"EXPENSE_ACCNO\" = :EXPE" + "NSE_ACCNO, \"EXPENSE_BRANCH\" = :EXPENSE_BRANCH, \"EXPENSE_AMOUNT\" = :EXPENSE_AMOUN" + "T, \"STARTKEEP_DATE\" = :STARTKEEP_DATE, \"BOOKCONFIRM_STATUS\" = :BOOKCONFIRM_STATU" + "S, \"UPDATE_BYENTRYID\" = :UPDATE_BYENTRYID, \"UPDATE_BYENTRYIP\" = :UPDATE_BYENTRYI" + "P, \"ATMCARD_ID\" = :ATMCARD_ID, \"LIMITPRNBAL_FLAG\" = :LIMITPRNBAL_FLAG, \"LIMITPRN" + "BAL_AMT\" = :LIMITPRNBAL_AMT WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"DEPTACC" + "OUNT_NO\" = :Original_DEPTACCOUNT_NO))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTACCOUNT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTOPEN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEPTOPEN_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTCLOSE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTCLOSE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTCLOSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEPTCLOSE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTACCOUNT_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPT_OBJECTIVE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPT_OBJECTIVE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHECK_DIGIT", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHECK_DIGIT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDFORWITHDRAW", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDFORWITHDRAW", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTACT_ADDRESS", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONTACT_ADDRESS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("F_TAX_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "F_TAX_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXPERSONAL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAXPERSONAL_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTH_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTH_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTH_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTH_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTH_AMT_OLD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTH_AMT_OLD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTMONTCHG_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEPTMONTCHG_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONTHINT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MONTHINT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONTHINTPAY_METH", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MONTHINTPAY_METH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRAN_DEPTACC_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRAN_DEPTACC_COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRAN_DEPTACC_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRAN_DEPTACC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRAN_BANKACC_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRAN_BANKACC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SPCINT_RATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SPCINT_RATE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SPCINT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SPCINT_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BEGINBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BEGINBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHECKPEND_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CHECKPEND_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANGARANTEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANGARANTEE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_AMOUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITHDRAWABLE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITHDRAWABLE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUINTPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUINTPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUTAXPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUTAXPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITHDRAW_COUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITHDRAW_COUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESET_COUNT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESET_COUNT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTSTMSEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTSTMSEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CHECKBOOK_CODE_PB", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CHECKBOOK_CODE_PB", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CLOSEMONTH_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CLOSEMONTH_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOPERATE_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DOPERATE_BAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTACCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTACCESS_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LAST_PROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MBEGINBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MBEGINBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCCONT_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ACCCONT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTMOVEMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTMOVEMENT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNBOOK_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNBOOK_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXSPCRATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXSPCRATE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_RESON", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_RESON", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTINT_REMAIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPTINT_REMAIN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BOOK_BALANCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPTACCOUNT_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_ENAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPANY_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPANY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONFIRM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONFIRM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPT_TRANACC_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DEPT_TRANACC_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANK_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BANK_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEPT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITH_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITH_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOKNORM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BOOKNORM_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DUE_M", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DUE_M", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DUE_Y", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DUE_Y", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DUE_M_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DUE_M_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_AMOUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOKCONFIRM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BOOKCONFIRM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ATMCARD_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ATMCARD_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LIMITPRNBAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LIMITPRNBAL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LIMITPRNBAL_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LIMITPRNBAL_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_DEPTACCOUNT_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPTACCOUNT_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString1"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "select * from dpdeptmaster"; 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.DPDEPTMASTERDataTable 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.DPDEPTMASTERDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.DPDEPTMASTERDataTable dataTable = new DataSet1.DPDEPTMASTERDataTable(); this.Adapter.Fill(dataTable); return dataTable; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1.DPDEPTMASTERDataTable dataTable) { return this.Adapter.Update(dataTable); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(DataSet1 dataSet) { return this.Adapter.Update(dataSet, "DPDEPTMASTER"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete(string Original_COOP_ID, string Original_DEPTACCOUNT_NO) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_DEPTACCOUNT_NO == null)) { throw new global::System.ArgumentNullException("Original_DEPTACCOUNT_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_DEPTACCOUNT_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COOP_ID, string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string MEMCOOP_ID, string MEMBER_NO, global::System.Nullable DEPTOPEN_DATE, global::System.Nullable DEPTCLOSE_STATUS, global::System.Nullable DEPTCLOSE_DATE, string DEPTACCOUNT_NAME, string DEPT_OBJECTIVE, string CHECK_DIGIT, string DEPTPASSBOOK_NO, string CONDFORWITHDRAW, string CONTACT_ADDRESS, global::System.Nullable F_TAX_RATE, string TAXPERSONAL_ID, global::System.Nullable DEPTMONTH_STATUS, global::System.Nullable DEPTMONTH_AMT, global::System.Nullable DEPTMONTH_AMT_OLD, global::System.Nullable DEPTMONTCHG_DATE, global::System.Nullable MONTHINT_STATUS, global::System.Nullable MONTHINTPAY_METH, string TRAN_DEPTACC_COOP_ID, string TRAN_DEPTACC_NO, string TRAN_BANKACC_NO, global::System.Nullable SPCINT_RATE_STATUS, global::System.Nullable SPCINT_RATE, global::System.Nullable BEGINBAL, global::System.Nullable PRNCBAL, global::System.Nullable CHECKPEND_AMT, global::System.Nullable SEQUEST_DATE, global::System.Nullable LOANGARANTEE_AMT, global::System.Nullable SEQUEST_AMOUNT, global::System.Nullable SEQUEST_STATUS, global::System.Nullable WITHDRAWABLE_AMT, global::System.Nullable LASTCALINT_DATE, global::System.Nullable ACCUINT_AMT, global::System.Nullable INTARREAR_AMT, global::System.Nullable ACCUINTPAY_AMT, global::System.Nullable ACCUTAXPAY_AMT, global::System.Nullable WITHDRAW_COUNT, global::System.Nullable RESET_COUNT_DATE, global::System.Nullable LASTSTMSEQ_NO, global::System.Nullable LASTREC_NO_PB, global::System.Nullable LASTPAGE_NO_PB, global::System.Nullable LASTLINE_NO_PB, string CHECKBOOK_CODE_PB, global::System.Nullable LASTREC_NO_CARD, global::System.Nullable LASTPAGE_NO_CARD, global::System.Nullable LASTLINE_NO_CARD, global::System.Nullable CLOSEMONTH_NO, global::System.Nullable DOPERATE_BAL, global::System.Nullable LASTACCESS_DATE, global::System.Nullable PRNC_NO, global::System.Nullable LAST_PROCESS_DATE, global::System.Nullable MBEGINBAL, string ACCCONT_TYPE, string MEMBGROUP_CODE, string REMARK, global::System.Nullable LASTMOVEMENT_DATE, global::System.Nullable PRNBOOK_STATUS, global::System.Nullable TAXSPCRATE_STATUS, string SEQUEST_RESON, global::System.Nullable DEPTINT_REMAIN, global::System.Nullable BOOK_BALANCE, string DEPTACCOUNT_ENAME, string COMPANY_ID, global::System.Nullable CONFIRM_STATUS, string BANK_BRANCH, string DEPT_TRANACC_NAME, string BANK_CODE, global::System.Nullable DEPT_AMT, global::System.Nullable WITH_AMT, global::System.Nullable BOOKNORM_FLAG, global::System.Nullable DUE_M, global::System.Nullable DUE_Y, global::System.Nullable DUE_M_FLAG, string EXPENSE_CODE, string EXPENSE_ACCNO, string EXPENSE_BRANCH, global::System.Nullable EXPENSE_AMOUNT, global::System.Nullable STARTKEEP_DATE, global::System.Nullable BOOKCONFIRM_STATUS, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, string ATMCARD_ID, global::System.Nullable LIMITPRNBAL_FLAG, global::System.Nullable LIMITPRNBAL_AMT) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((DEPTACCOUNT_NO == null)) { throw new global::System.ArgumentNullException("DEPTACCOUNT_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(DEPTACCOUNT_NO)); } if ((DEPTTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(DEPTTYPE_CODE)); } if ((MEMCOOP_ID == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMCOOP_ID)); } if ((MEMBER_NO == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(MEMBER_NO)); } if ((DEPTOPEN_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(DEPTOPEN_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((DEPTCLOSE_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(DEPTCLOSE_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((DEPTCLOSE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((System.DateTime)(DEPTCLOSE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((DEPTACCOUNT_NAME == null)) { throw new global::System.ArgumentNullException("DEPTACCOUNT_NAME"); } else { this.Adapter.InsertCommand.Parameters[8].Value = ((string)(DEPTACCOUNT_NAME)); } if ((DEPT_OBJECTIVE == null)) { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[9].Value = ((string)(DEPT_OBJECTIVE)); } if ((CHECK_DIGIT == null)) { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[10].Value = ((string)(CHECK_DIGIT)); } if ((DEPTPASSBOOK_NO == null)) { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[11].Value = ((string)(DEPTPASSBOOK_NO)); } if ((CONDFORWITHDRAW == null)) { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[12].Value = ((string)(CONDFORWITHDRAW)); } if ((CONTACT_ADDRESS == null)) { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[13].Value = ((string)(CONTACT_ADDRESS)); } if ((F_TAX_RATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(F_TAX_RATE.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((TAXPERSONAL_ID == null)) { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[15].Value = ((string)(TAXPERSONAL_ID)); } if ((DEPTMONTH_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(DEPTMONTH_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((DEPTMONTH_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(DEPTMONTH_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((DEPTMONTH_AMT_OLD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(DEPTMONTH_AMT_OLD.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((DEPTMONTCHG_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((System.DateTime)(DEPTMONTCHG_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((MONTHINT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(MONTHINT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((MONTHINTPAY_METH.HasValue == true)) { this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(MONTHINTPAY_METH.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((TRAN_DEPTACC_COOP_ID == null)) { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[22].Value = ((string)(TRAN_DEPTACC_COOP_ID)); } if ((TRAN_DEPTACC_NO == null)) { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[23].Value = ((string)(TRAN_DEPTACC_NO)); } if ((TRAN_BANKACC_NO == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(TRAN_BANKACC_NO)); } if ((SPCINT_RATE_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[25].Value = ((decimal)(SPCINT_RATE_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((SPCINT_RATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(SPCINT_RATE.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((BEGINBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(BEGINBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((PRNCBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(PRNCBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((CHECKPEND_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(CHECKPEND_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((SEQUEST_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((System.DateTime)(SEQUEST_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((LOANGARANTEE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(LOANGARANTEE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((SEQUEST_AMOUNT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(SEQUEST_AMOUNT.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((SEQUEST_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(SEQUEST_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((WITHDRAWABLE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(WITHDRAWABLE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((LASTCALINT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[35].Value = ((System.DateTime)(LASTCALINT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((ACCUINT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(ACCUINT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((INTARREAR_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(INTARREAR_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((ACCUINTPAY_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(ACCUINTPAY_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((ACCUTAXPAY_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(ACCUTAXPAY_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((WITHDRAW_COUNT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(WITHDRAW_COUNT.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((RESET_COUNT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[41].Value = ((System.DateTime)(RESET_COUNT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((LASTSTMSEQ_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(LASTSTMSEQ_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((LASTREC_NO_PB.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(LASTREC_NO_PB.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((LASTPAGE_NO_PB.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(LASTPAGE_NO_PB.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((LASTLINE_NO_PB.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(LASTLINE_NO_PB.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((CHECKBOOK_CODE_PB == null)) { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[46].Value = ((string)(CHECKBOOK_CODE_PB)); } if ((LASTREC_NO_CARD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(LASTREC_NO_CARD.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((LASTPAGE_NO_CARD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(LASTPAGE_NO_CARD.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((LASTLINE_NO_CARD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((decimal)(LASTLINE_NO_CARD.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((CLOSEMONTH_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(CLOSEMONTH_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((DOPERATE_BAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(DOPERATE_BAL.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((LASTACCESS_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((System.DateTime)(LASTACCESS_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((PRNC_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(PRNC_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((LAST_PROCESS_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[54].Value = ((System.DateTime)(LAST_PROCESS_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((MBEGINBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(MBEGINBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((ACCCONT_TYPE == null)) { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[56].Value = ((string)(ACCCONT_TYPE)); } if ((MEMBGROUP_CODE == null)) { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[57].Value = ((string)(MEMBGROUP_CODE)); } if ((REMARK == null)) { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[58].Value = ((string)(REMARK)); } if ((LASTMOVEMENT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[59].Value = ((System.DateTime)(LASTMOVEMENT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((PRNBOOK_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(PRNBOOK_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((TAXSPCRATE_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[61].Value = ((decimal)(TAXSPCRATE_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } if ((SEQUEST_RESON == null)) { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[62].Value = ((string)(SEQUEST_RESON)); } if ((DEPTINT_REMAIN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[63].Value = ((decimal)(DEPTINT_REMAIN.Value)); } else { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } if ((BOOK_BALANCE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[64].Value = ((decimal)(BOOK_BALANCE.Value)); } else { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } if ((DEPTACCOUNT_ENAME == null)) { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[65].Value = ((string)(DEPTACCOUNT_ENAME)); } if ((COMPANY_ID == null)) { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[66].Value = ((string)(COMPANY_ID)); } if ((CONFIRM_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[67].Value = ((decimal)(CONFIRM_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((BANK_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[68].Value = ((string)(BANK_BRANCH)); } if ((DEPT_TRANACC_NAME == null)) { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[69].Value = ((string)(DEPT_TRANACC_NAME)); } if ((BANK_CODE == null)) { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[70].Value = ((string)(BANK_CODE)); } if ((DEPT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[71].Value = ((decimal)(DEPT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } if ((WITH_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[72].Value = ((decimal)(WITH_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } if ((BOOKNORM_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[73].Value = ((decimal)(BOOKNORM_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } if ((DUE_M.HasValue == true)) { this.Adapter.InsertCommand.Parameters[74].Value = ((System.DateTime)(DUE_M.Value)); } else { this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } if ((DUE_Y.HasValue == true)) { this.Adapter.InsertCommand.Parameters[75].Value = ((System.DateTime)(DUE_Y.Value)); } else { this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((DUE_M_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(DUE_M_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((EXPENSE_CODE == null)) { this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[77].Value = ((string)(EXPENSE_CODE)); } if ((EXPENSE_ACCNO == null)) { this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[78].Value = ((string)(EXPENSE_ACCNO)); } if ((EXPENSE_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[79].Value = ((string)(EXPENSE_BRANCH)); } if ((EXPENSE_AMOUNT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(EXPENSE_AMOUNT.Value)); } else { this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((STARTKEEP_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[81].Value = ((System.DateTime)(STARTKEEP_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((BOOKCONFIRM_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(BOOKCONFIRM_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((UPDATE_BYENTRYID == null)) { this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[83].Value = ((string)(UPDATE_BYENTRYID)); } if ((UPDATE_BYENTRYIP == null)) { this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[84].Value = ((string)(UPDATE_BYENTRYIP)); } if ((ATMCARD_ID == null)) { this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[85].Value = ((string)(ATMCARD_ID)); } if ((LIMITPRNBAL_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(LIMITPRNBAL_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((LIMITPRNBAL_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[87].Value = ((decimal)(LIMITPRNBAL_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string COOP_ID, string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string MEMCOOP_ID, string MEMBER_NO, global::System.Nullable DEPTOPEN_DATE, global::System.Nullable DEPTCLOSE_STATUS, global::System.Nullable DEPTCLOSE_DATE, string DEPTACCOUNT_NAME, string DEPT_OBJECTIVE, string CHECK_DIGIT, string DEPTPASSBOOK_NO, string CONDFORWITHDRAW, string CONTACT_ADDRESS, global::System.Nullable F_TAX_RATE, string TAXPERSONAL_ID, global::System.Nullable DEPTMONTH_STATUS, global::System.Nullable DEPTMONTH_AMT, global::System.Nullable DEPTMONTH_AMT_OLD, global::System.Nullable DEPTMONTCHG_DATE, global::System.Nullable MONTHINT_STATUS, global::System.Nullable MONTHINTPAY_METH, string TRAN_DEPTACC_COOP_ID, string TRAN_DEPTACC_NO, string TRAN_BANKACC_NO, global::System.Nullable SPCINT_RATE_STATUS, global::System.Nullable SPCINT_RATE, global::System.Nullable BEGINBAL, global::System.Nullable PRNCBAL, global::System.Nullable CHECKPEND_AMT, global::System.Nullable SEQUEST_DATE, global::System.Nullable LOANGARANTEE_AMT, global::System.Nullable SEQUEST_AMOUNT, global::System.Nullable SEQUEST_STATUS, global::System.Nullable WITHDRAWABLE_AMT, global::System.Nullable LASTCALINT_DATE, global::System.Nullable ACCUINT_AMT, global::System.Nullable INTARREAR_AMT, global::System.Nullable ACCUINTPAY_AMT, global::System.Nullable ACCUTAXPAY_AMT, global::System.Nullable WITHDRAW_COUNT, global::System.Nullable RESET_COUNT_DATE, global::System.Nullable LASTSTMSEQ_NO, global::System.Nullable LASTREC_NO_PB, global::System.Nullable LASTPAGE_NO_PB, global::System.Nullable LASTLINE_NO_PB, string CHECKBOOK_CODE_PB, global::System.Nullable LASTREC_NO_CARD, global::System.Nullable LASTPAGE_NO_CARD, global::System.Nullable LASTLINE_NO_CARD, global::System.Nullable CLOSEMONTH_NO, global::System.Nullable DOPERATE_BAL, global::System.Nullable LASTACCESS_DATE, global::System.Nullable PRNC_NO, global::System.Nullable LAST_PROCESS_DATE, global::System.Nullable MBEGINBAL, string ACCCONT_TYPE, string MEMBGROUP_CODE, string REMARK, global::System.Nullable LASTMOVEMENT_DATE, global::System.Nullable PRNBOOK_STATUS, global::System.Nullable TAXSPCRATE_STATUS, string SEQUEST_RESON, global::System.Nullable DEPTINT_REMAIN, global::System.Nullable BOOK_BALANCE, string DEPTACCOUNT_ENAME, string COMPANY_ID, global::System.Nullable CONFIRM_STATUS, string BANK_BRANCH, string DEPT_TRANACC_NAME, string BANK_CODE, global::System.Nullable DEPT_AMT, global::System.Nullable WITH_AMT, global::System.Nullable BOOKNORM_FLAG, global::System.Nullable DUE_M, global::System.Nullable DUE_Y, global::System.Nullable DUE_M_FLAG, string EXPENSE_CODE, string EXPENSE_ACCNO, string EXPENSE_BRANCH, global::System.Nullable EXPENSE_AMOUNT, global::System.Nullable STARTKEEP_DATE, global::System.Nullable BOOKCONFIRM_STATUS, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, string ATMCARD_ID, global::System.Nullable LIMITPRNBAL_FLAG, global::System.Nullable LIMITPRNBAL_AMT, string Original_COOP_ID, string Original_DEPTACCOUNT_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((DEPTACCOUNT_NO == null)) { throw new global::System.ArgumentNullException("DEPTACCOUNT_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(DEPTACCOUNT_NO)); } if ((DEPTTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(DEPTTYPE_CODE)); } if ((MEMCOOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMCOOP_ID)); } if ((MEMBER_NO == null)) { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(MEMBER_NO)); } if ((DEPTOPEN_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[5].Value = ((System.DateTime)(DEPTOPEN_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((DEPTCLOSE_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(DEPTCLOSE_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((DEPTCLOSE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[7].Value = ((System.DateTime)(DEPTCLOSE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((DEPTACCOUNT_NAME == null)) { throw new global::System.ArgumentNullException("DEPTACCOUNT_NAME"); } else { this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(DEPTACCOUNT_NAME)); } if ((DEPT_OBJECTIVE == null)) { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(DEPT_OBJECTIVE)); } if ((CHECK_DIGIT == null)) { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(CHECK_DIGIT)); } if ((DEPTPASSBOOK_NO == null)) { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(DEPTPASSBOOK_NO)); } if ((CONDFORWITHDRAW == null)) { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(CONDFORWITHDRAW)); } if ((CONTACT_ADDRESS == null)) { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(CONTACT_ADDRESS)); } if ((F_TAX_RATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(F_TAX_RATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((TAXPERSONAL_ID == null)) { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(TAXPERSONAL_ID)); } if ((DEPTMONTH_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(DEPTMONTH_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((DEPTMONTH_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(DEPTMONTH_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((DEPTMONTH_AMT_OLD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(DEPTMONTH_AMT_OLD.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((DEPTMONTCHG_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(DEPTMONTCHG_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((MONTHINT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(MONTHINT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((MONTHINTPAY_METH.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(MONTHINTPAY_METH.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((TRAN_DEPTACC_COOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(TRAN_DEPTACC_COOP_ID)); } if ((TRAN_DEPTACC_NO == null)) { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(TRAN_DEPTACC_NO)); } if ((TRAN_BANKACC_NO == null)) { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(TRAN_BANKACC_NO)); } if ((SPCINT_RATE_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[25].Value = ((decimal)(SPCINT_RATE_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((SPCINT_RATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[26].Value = ((decimal)(SPCINT_RATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((BEGINBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[27].Value = ((decimal)(BEGINBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((PRNCBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(PRNCBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((CHECKPEND_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(CHECKPEND_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((SEQUEST_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[30].Value = ((System.DateTime)(SEQUEST_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((LOANGARANTEE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(LOANGARANTEE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((SEQUEST_AMOUNT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(SEQUEST_AMOUNT.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((SEQUEST_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(SEQUEST_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((WITHDRAWABLE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(WITHDRAWABLE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((LASTCALINT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[35].Value = ((System.DateTime)(LASTCALINT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((ACCUINT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(ACCUINT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((INTARREAR_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(INTARREAR_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((ACCUINTPAY_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(ACCUINTPAY_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((ACCUTAXPAY_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(ACCUTAXPAY_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((WITHDRAW_COUNT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(WITHDRAW_COUNT.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((RESET_COUNT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[41].Value = ((System.DateTime)(RESET_COUNT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((LASTSTMSEQ_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(LASTSTMSEQ_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((LASTREC_NO_PB.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(LASTREC_NO_PB.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((LASTPAGE_NO_PB.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(LASTPAGE_NO_PB.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((LASTLINE_NO_PB.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(LASTLINE_NO_PB.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((CHECKBOOK_CODE_PB == null)) { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(CHECKBOOK_CODE_PB)); } if ((LASTREC_NO_CARD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(LASTREC_NO_CARD.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((LASTPAGE_NO_CARD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(LASTPAGE_NO_CARD.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((LASTLINE_NO_CARD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[49].Value = ((decimal)(LASTLINE_NO_CARD.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((CLOSEMONTH_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[50].Value = ((decimal)(CLOSEMONTH_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((DOPERATE_BAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(DOPERATE_BAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((LASTACCESS_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[52].Value = ((System.DateTime)(LASTACCESS_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((PRNC_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(PRNC_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((LAST_PROCESS_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[54].Value = ((System.DateTime)(LAST_PROCESS_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((MBEGINBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(MBEGINBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((ACCCONT_TYPE == null)) { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(ACCCONT_TYPE)); } if ((MEMBGROUP_CODE == null)) { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(MEMBGROUP_CODE)); } if ((REMARK == null)) { this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(REMARK)); } if ((LASTMOVEMENT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[59].Value = ((System.DateTime)(LASTMOVEMENT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((PRNBOOK_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(PRNBOOK_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((TAXSPCRATE_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[61].Value = ((decimal)(TAXSPCRATE_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } if ((SEQUEST_RESON == null)) { this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[62].Value = ((string)(SEQUEST_RESON)); } if ((DEPTINT_REMAIN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[63].Value = ((decimal)(DEPTINT_REMAIN.Value)); } else { this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } if ((BOOK_BALANCE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[64].Value = ((decimal)(BOOK_BALANCE.Value)); } else { this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } if ((DEPTACCOUNT_ENAME == null)) { this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[65].Value = ((string)(DEPTACCOUNT_ENAME)); } if ((COMPANY_ID == null)) { this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(COMPANY_ID)); } if ((CONFIRM_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[67].Value = ((decimal)(CONFIRM_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((BANK_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[68].Value = ((string)(BANK_BRANCH)); } if ((DEPT_TRANACC_NAME == null)) { this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[69].Value = ((string)(DEPT_TRANACC_NAME)); } if ((BANK_CODE == null)) { this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[70].Value = ((string)(BANK_CODE)); } if ((DEPT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[71].Value = ((decimal)(DEPT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } if ((WITH_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[72].Value = ((decimal)(WITH_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } if ((BOOKNORM_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[73].Value = ((decimal)(BOOKNORM_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } if ((DUE_M.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[74].Value = ((System.DateTime)(DUE_M.Value)); } else { this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } if ((DUE_Y.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[75].Value = ((System.DateTime)(DUE_Y.Value)); } else { this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((DUE_M_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[76].Value = ((decimal)(DUE_M_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((EXPENSE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(EXPENSE_CODE)); } if ((EXPENSE_ACCNO == null)) { this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(EXPENSE_ACCNO)); } if ((EXPENSE_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[79].Value = ((string)(EXPENSE_BRANCH)); } if ((EXPENSE_AMOUNT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[80].Value = ((decimal)(EXPENSE_AMOUNT.Value)); } else { this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((STARTKEEP_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[81].Value = ((System.DateTime)(STARTKEEP_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((BOOKCONFIRM_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[82].Value = ((decimal)(BOOKCONFIRM_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((UPDATE_BYENTRYID == null)) { this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[83].Value = ((string)(UPDATE_BYENTRYID)); } if ((UPDATE_BYENTRYIP == null)) { this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[84].Value = ((string)(UPDATE_BYENTRYIP)); } if ((ATMCARD_ID == null)) { this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(ATMCARD_ID)); } if ((LIMITPRNBAL_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[86].Value = ((decimal)(LIMITPRNBAL_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((LIMITPRNBAL_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[87].Value = ((decimal)(LIMITPRNBAL_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[88].Value = ((string)(Original_COOP_ID)); } if ((Original_DEPTACCOUNT_NO == null)) { throw new global::System.ArgumentNullException("Original_DEPTACCOUNT_NO"); } else { this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(Original_DEPTACCOUNT_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string DEPTTYPE_CODE, string MEMCOOP_ID, string MEMBER_NO, global::System.Nullable DEPTOPEN_DATE, global::System.Nullable DEPTCLOSE_STATUS, global::System.Nullable DEPTCLOSE_DATE, string DEPTACCOUNT_NAME, string DEPT_OBJECTIVE, string CHECK_DIGIT, string DEPTPASSBOOK_NO, string CONDFORWITHDRAW, string CONTACT_ADDRESS, global::System.Nullable F_TAX_RATE, string TAXPERSONAL_ID, global::System.Nullable DEPTMONTH_STATUS, global::System.Nullable DEPTMONTH_AMT, global::System.Nullable DEPTMONTH_AMT_OLD, global::System.Nullable DEPTMONTCHG_DATE, global::System.Nullable MONTHINT_STATUS, global::System.Nullable MONTHINTPAY_METH, string TRAN_DEPTACC_COOP_ID, string TRAN_DEPTACC_NO, string TRAN_BANKACC_NO, global::System.Nullable SPCINT_RATE_STATUS, global::System.Nullable SPCINT_RATE, global::System.Nullable BEGINBAL, global::System.Nullable PRNCBAL, global::System.Nullable CHECKPEND_AMT, global::System.Nullable SEQUEST_DATE, global::System.Nullable LOANGARANTEE_AMT, global::System.Nullable SEQUEST_AMOUNT, global::System.Nullable SEQUEST_STATUS, global::System.Nullable WITHDRAWABLE_AMT, global::System.Nullable LASTCALINT_DATE, global::System.Nullable ACCUINT_AMT, global::System.Nullable INTARREAR_AMT, global::System.Nullable ACCUINTPAY_AMT, global::System.Nullable ACCUTAXPAY_AMT, global::System.Nullable WITHDRAW_COUNT, global::System.Nullable RESET_COUNT_DATE, global::System.Nullable LASTSTMSEQ_NO, global::System.Nullable LASTREC_NO_PB, global::System.Nullable LASTPAGE_NO_PB, global::System.Nullable LASTLINE_NO_PB, string CHECKBOOK_CODE_PB, global::System.Nullable LASTREC_NO_CARD, global::System.Nullable LASTPAGE_NO_CARD, global::System.Nullable LASTLINE_NO_CARD, global::System.Nullable CLOSEMONTH_NO, global::System.Nullable DOPERATE_BAL, global::System.Nullable LASTACCESS_DATE, global::System.Nullable PRNC_NO, global::System.Nullable LAST_PROCESS_DATE, global::System.Nullable MBEGINBAL, string ACCCONT_TYPE, string MEMBGROUP_CODE, string REMARK, global::System.Nullable LASTMOVEMENT_DATE, global::System.Nullable PRNBOOK_STATUS, global::System.Nullable TAXSPCRATE_STATUS, string SEQUEST_RESON, global::System.Nullable DEPTINT_REMAIN, global::System.Nullable BOOK_BALANCE, string DEPTACCOUNT_ENAME, string COMPANY_ID, global::System.Nullable CONFIRM_STATUS, string BANK_BRANCH, string DEPT_TRANACC_NAME, string BANK_CODE, global::System.Nullable DEPT_AMT, global::System.Nullable WITH_AMT, global::System.Nullable BOOKNORM_FLAG, global::System.Nullable DUE_M, global::System.Nullable DUE_Y, global::System.Nullable DUE_M_FLAG, string EXPENSE_CODE, string EXPENSE_ACCNO, string EXPENSE_BRANCH, global::System.Nullable EXPENSE_AMOUNT, global::System.Nullable STARTKEEP_DATE, global::System.Nullable BOOKCONFIRM_STATUS, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, string ATMCARD_ID, global::System.Nullable LIMITPRNBAL_FLAG, global::System.Nullable LIMITPRNBAL_AMT, string Original_COOP_ID, string Original_DEPTACCOUNT_NO) { return this.Update(Original_COOP_ID, Original_DEPTACCOUNT_NO, DEPTTYPE_CODE, MEMCOOP_ID, MEMBER_NO, DEPTOPEN_DATE, DEPTCLOSE_STATUS, DEPTCLOSE_DATE, DEPTACCOUNT_NAME, DEPT_OBJECTIVE, CHECK_DIGIT, DEPTPASSBOOK_NO, CONDFORWITHDRAW, CONTACT_ADDRESS, F_TAX_RATE, TAXPERSONAL_ID, DEPTMONTH_STATUS, DEPTMONTH_AMT, DEPTMONTH_AMT_OLD, DEPTMONTCHG_DATE, MONTHINT_STATUS, MONTHINTPAY_METH, TRAN_DEPTACC_COOP_ID, TRAN_DEPTACC_NO, TRAN_BANKACC_NO, SPCINT_RATE_STATUS, SPCINT_RATE, BEGINBAL, PRNCBAL, CHECKPEND_AMT, SEQUEST_DATE, LOANGARANTEE_AMT, SEQUEST_AMOUNT, SEQUEST_STATUS, WITHDRAWABLE_AMT, LASTCALINT_DATE, ACCUINT_AMT, INTARREAR_AMT, ACCUINTPAY_AMT, ACCUTAXPAY_AMT, WITHDRAW_COUNT, RESET_COUNT_DATE, LASTSTMSEQ_NO, LASTREC_NO_PB, LASTPAGE_NO_PB, LASTLINE_NO_PB, CHECKBOOK_CODE_PB, LASTREC_NO_CARD, LASTPAGE_NO_CARD, LASTLINE_NO_CARD, CLOSEMONTH_NO, DOPERATE_BAL, LASTACCESS_DATE, PRNC_NO, LAST_PROCESS_DATE, MBEGINBAL, ACCCONT_TYPE, MEMBGROUP_CODE, REMARK, LASTMOVEMENT_DATE, PRNBOOK_STATUS, TAXSPCRATE_STATUS, SEQUEST_RESON, DEPTINT_REMAIN, BOOK_BALANCE, DEPTACCOUNT_ENAME, COMPANY_ID, CONFIRM_STATUS, BANK_BRANCH, DEPT_TRANACC_NAME, BANK_CODE, DEPT_AMT, WITH_AMT, BOOKNORM_FLAG, DUE_M, DUE_Y, DUE_M_FLAG, EXPENSE_CODE, EXPENSE_ACCNO, EXPENSE_BRANCH, EXPENSE_AMOUNT, STARTKEEP_DATE, BOOKCONFIRM_STATUS, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, ATMCARD_ID, LIMITPRNBAL_FLAG, LIMITPRNBAL_AMT, Original_COOP_ID, Original_DEPTACCOUNT_NO); } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private DPDEPTMASTERTableAdapter _dPDEPTMASTERTableAdapter; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public UpdateOrderOption UpdateOrder { get { return this._updateOrder; } set { this._updateOrder = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] public DPDEPTMASTERTableAdapter DPDEPTMASTERTableAdapter { get { return this._dPDEPTMASTERTableAdapter; } set { this._dPDEPTMASTERTableAdapter = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool BackupDataSetBeforeUpdate { get { return this._backupDataSetBeforeUpdate; } set { this._backupDataSetBeforeUpdate = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { if ((this._connection != null)) { return this._connection; } if (((this._dPDEPTMASTERTableAdapter != null) && (this._dPDEPTMASTERTableAdapter.Connection != null))) { return this._dPDEPTMASTERTableAdapter.Connection; } return null; } set { this._connection = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; if ((this._dPDEPTMASTERTableAdapter != null)) { count = (count + 1); } return count; } } /// ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._dPDEPTMASTERTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.DPDEPTMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._dPDEPTMASTERTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } return result; } /// ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._dPDEPTMASTERTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.DPDEPTMASTER.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._dPDEPTMASTERTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } return result; } /// ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; if ((this._dPDEPTMASTERTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.DPDEPTMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._dPDEPTMASTERTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } return result; } /// ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { return updatedRows; } if (((allAddedRows == null) || (allAddedRows.Count < 1))) { return updatedRows; } global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List(); for (int i = 0; (i < updatedRows.Length); i = (i + 1)) { global::System.Data.DataRow row = updatedRows[i]; if ((allAddedRows.Contains(row) == false)) { realUpdatedRows.Add(row); } } return realUpdatedRows.ToArray(); } /// ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual int UpdateAll(DataSet1 dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); } if ((dataSet.HasChanges() == false)) { return 0; } if (((this._dPDEPTMASTERTableAdapter != null) && (this.MatchTableAdapterConnection(this._dPDEPTMASTERTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + "ger TableAdapter property to a valid TableAdapter instance."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) == global::System.Data.ConnectionState.Broken)) { workConnection.Close(); } if ((workConnection.State == global::System.Data.ConnectionState.Closed)) { workConnection.Open(); workConnOpened = true; } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" + "ctions or the current state is not allowing the transaction to begin."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // if ((this._dPDEPTMASTERTableAdapter != null)) { revertConnections.Add(this._dPDEPTMASTERTableAdapter, this._dPDEPTMASTERTableAdapter.Connection); this._dPDEPTMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._dPDEPTMASTERTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._dPDEPTMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._dPDEPTMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._dPDEPTMASTERTableAdapter.Adapter); } } // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((this._dPDEPTMASTERTableAdapter != null)) { this._dPDEPTMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._dPDEPTMASTERTableAdapter])); this._dPDEPTMASTERTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591