//------------------------------------------------------------------------------ // // 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.dlg.w_dlg_receive_2 { /// ///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 SLSLIPPAYOUT1DataTable tableSLSLIPPAYOUT1; private SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET; private LNCONTMASTERDataTable tableLNCONTMASTER; private SLSLIPPAYOUTDataTable tableSLSLIPPAYOUT; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); this.InitExpressions(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) { this.InitExpressions(); } return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["SLSLIPPAYOUT1"] != null)) { base.Tables.Add(new SLSLIPPAYOUT1DataTable(ds.Tables["SLSLIPPAYOUT1"])); } if ((ds.Tables["SLSLIPPAYINDET"] != null)) { base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"])); } if ((ds.Tables["LNCONTMASTER"] != null)) { base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"])); } if ((ds.Tables["SLSLIPPAYOUT"] != null)) { base.Tables.Add(new SLSLIPPAYOUTDataTable(ds.Tables["SLSLIPPAYOUT"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); this.InitExpressions(); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public SLSLIPPAYOUT1DataTable SLSLIPPAYOUT1 { get { return this.tableSLSLIPPAYOUT1; } } [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 SLSLIPPAYINDETDataTable SLSLIPPAYINDET { get { return this.tableSLSLIPPAYINDET; } } [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 LNCONTMASTERDataTable LNCONTMASTER { get { return this.tableLNCONTMASTER; } } [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 SLSLIPPAYOUTDataTable SLSLIPPAYOUT { get { return this.tableSLSLIPPAYOUT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.InitExpressions(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["SLSLIPPAYOUT1"] != null)) { base.Tables.Add(new SLSLIPPAYOUT1DataTable(ds.Tables["SLSLIPPAYOUT1"])); } if ((ds.Tables["SLSLIPPAYINDET"] != null)) { base.Tables.Add(new SLSLIPPAYINDETDataTable(ds.Tables["SLSLIPPAYINDET"])); } if ((ds.Tables["LNCONTMASTER"] != null)) { base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"])); } if ((ds.Tables["SLSLIPPAYOUT"] != null)) { base.Tables.Add(new SLSLIPPAYOUTDataTable(ds.Tables["SLSLIPPAYOUT"])); } 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.tableSLSLIPPAYOUT1 = ((SLSLIPPAYOUT1DataTable)(base.Tables["SLSLIPPAYOUT1"])); if ((initTable == true)) { if ((this.tableSLSLIPPAYOUT1 != null)) { this.tableSLSLIPPAYOUT1.InitVars(); } } this.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(base.Tables["SLSLIPPAYINDET"])); if ((initTable == true)) { if ((this.tableSLSLIPPAYINDET != null)) { this.tableSLSLIPPAYINDET.InitVars(); } } this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(base.Tables["LNCONTMASTER"])); if ((initTable == true)) { if ((this.tableLNCONTMASTER != null)) { this.tableLNCONTMASTER.InitVars(); } } this.tableSLSLIPPAYOUT = ((SLSLIPPAYOUTDataTable)(base.Tables["SLSLIPPAYOUT"])); if ((initTable == true)) { if ((this.tableSLSLIPPAYOUT != null)) { this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT1 = new SLSLIPPAYOUT1DataTable(); base.Tables.Add(this.tableSLSLIPPAYOUT1); this.tableSLSLIPPAYINDET = new SLSLIPPAYINDETDataTable(); base.Tables.Add(this.tableSLSLIPPAYINDET); this.tableLNCONTMASTER = new LNCONTMASTERDataTable(); base.Tables.Add(this.tableLNCONTMASTER); this.tableSLSLIPPAYOUT = new SLSLIPPAYOUTDataTable(false); base.Tables.Add(this.tableSLSLIPPAYOUT); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSLSLIPPAYOUT1() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSLSLIPPAYINDET() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCONTMASTER() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeSLSLIPPAYOUT() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.SLSLIPPAYOUT.NAMEColumn.Expression = " prename_desc + memb_name +\' \'+ memb_surname "; this.SLSLIPPAYOUT.MEMBGROUPColumn.Expression = " trim( membgroup_code )+\' \'+ membgroup_desc "; this.SLSLIPPAYOUT.PERIOD_INSTALLPAYColumn.Expression = "PERIOD_PAYAMT +\' x \'+PERIOD_PAYMENT"; this.SLSLIPPAYOUT.COMPUTE_1Column.Expression = "IIF(MEMBER_TYPE = 1 , \'ปกติ\' , \'สมทบ\' )"; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void SLSLIPPAYOUT1RowChangeEventHandler(object sender, SLSLIPPAYOUT1RowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void SLSLIPPAYINDETRowChangeEventHandler(object sender, SLSLIPPAYINDETRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCONTMASTERRowChangeEventHandler(object sender, LNCONTMASTERRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void SLSLIPPAYOUTRowChangeEventHandler(object sender, SLSLIPPAYOUTRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class SLSLIPPAYOUT1DataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnMEM_NAME; private global::System.Data.DataColumn columnLOANTYPE_DESC; private global::System.Data.DataColumn columnMEMBGROUP_DESC; private global::System.Data.DataColumn columnSUBGROUP_DESC; private global::System.Data.DataColumn columnMEMBER_TYPE; private global::System.Data.DataColumn columnPAYMENT_STATUS; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnPAYOUTSLIP_NO; private global::System.Data.DataColumn columnMEMCOOP_ID; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnDOCUMENT_NO; private global::System.Data.DataColumn columnSLIPTYPE_CODE; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnOPERATE_DATE; private global::System.Data.DataColumn columnSHRLONTYPE_CODE; private global::System.Data.DataColumn columnPAYOUTORDER_NO; private global::System.Data.DataColumn columnRCVFROMREQCONT_CODE; private global::System.Data.DataColumn columnLOANREQUEST_DOCNO; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnRCV_PERIOD; private global::System.Data.DataColumn columnRCVPERIOD_FLAG; private global::System.Data.DataColumn columnPAYOUT_AMT; private global::System.Data.DataColumn columnPAYOUTCLR_AMT; private global::System.Data.DataColumn columnPAYOUTNET_AMT; private global::System.Data.DataColumn columnBFPERIOD; private global::System.Data.DataColumn columnBFLOANAPPROVE_AMT; private global::System.Data.DataColumn columnBFSHRCONT_BALAMT; private global::System.Data.DataColumn columnBFWITHDRAW_AMT; private global::System.Data.DataColumn columnBFINTEREST_ARREAR; private global::System.Data.DataColumn columnBFLASTCALINT_DATE; private global::System.Data.DataColumn columnBFLASTRECEIVE_DATE; private global::System.Data.DataColumn columnBFLASTPROC_DATE; private global::System.Data.DataColumn columnBFCONTLAW_STATUS; private global::System.Data.DataColumn columnBFPAYMENT_STATUS; private global::System.Data.DataColumn columnBFCONTINT_TYPE; private global::System.Data.DataColumn columnPRNCALINT_AMT; private global::System.Data.DataColumn columnCALINT_FROM; private global::System.Data.DataColumn columnCALINT_TO; private global::System.Data.DataColumn columnINTEREST_PERIOD; private global::System.Data.DataColumn columnMONEYTYPE_CODE; private global::System.Data.DataColumn columnEXPENSE_BANK; private global::System.Data.DataColumn columnEXPENSE_BRANCH; private global::System.Data.DataColumn columnEXPENSE_ACCID; private global::System.Data.DataColumn columnBANKFEE_AMT; private global::System.Data.DataColumn columnBANKSRV_AMT; private global::System.Data.DataColumn columnBANKVAT_AMT; private global::System.Data.DataColumn columnTOFROM_ACCID; private global::System.Data.DataColumn columnSLIP_STATUS; private global::System.Data.DataColumn columnSLIPCLEAR_NO; private global::System.Data.DataColumn columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnSUBGROUP_CODE; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnENTRY_BYCOOPID; private global::System.Data.DataColumn columnPERIOD_INSTALLMENT; private global::System.Data.DataColumn columnPERIOD_PAYMENT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUT1DataTable() { this.TableName = "SLSLIPPAYOUT1"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SLSLIPPAYOUT1DataTable(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 SLSLIPPAYOUT1DataTable(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 MEM_NAMEColumn { get { return this.columnMEM_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANTYPE_DESCColumn { get { return this.columnLOANTYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUP_DESCColumn { get { return this.columnMEMBGROUP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUBGROUP_DESCColumn { get { return this.columnSUBGROUP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_TYPEColumn { get { return this.columnMEMBER_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYMENT_STATUSColumn { get { return this.columnPAYMENT_STATUS; } } [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 PAYOUTSLIP_NOColumn { get { return this.columnPAYOUTSLIP_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMCOOP_IDColumn { get { return this.columnMEMCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_NOColumn { get { return this.columnMEMBER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DOCUMENT_NOColumn { get { return this.columnDOCUMENT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPTYPE_CODEColumn { get { return this.columnSLIPTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_DATEColumn { get { return this.columnSLIP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OPERATE_DATEColumn { get { return this.columnOPERATE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHRLONTYPE_CODEColumn { get { return this.columnSHRLONTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTORDER_NOColumn { get { return this.columnPAYOUTORDER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RCVFROMREQCONT_CODEColumn { get { return this.columnRCVFROMREQCONT_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANREQUEST_DOCNOColumn { get { return this.columnLOANREQUEST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RCV_PERIODColumn { get { return this.columnRCV_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RCVPERIOD_FLAGColumn { get { return this.columnRCVPERIOD_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUT_AMTColumn { get { return this.columnPAYOUT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTCLR_AMTColumn { get { return this.columnPAYOUTCLR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTNET_AMTColumn { get { return this.columnPAYOUTNET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPERIODColumn { get { return this.columnBFPERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLOANAPPROVE_AMTColumn { get { return this.columnBFLOANAPPROVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn { get { return this.columnBFSHRCONT_BALAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFWITHDRAW_AMTColumn { get { return this.columnBFWITHDRAW_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTEREST_ARREARColumn { get { return this.columnBFINTEREST_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTCALINT_DATEColumn { get { return this.columnBFLASTCALINT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTRECEIVE_DATEColumn { get { return this.columnBFLASTRECEIVE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTPROC_DATEColumn { get { return this.columnBFLASTPROC_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCONTLAW_STATUSColumn { get { return this.columnBFCONTLAW_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPAYMENT_STATUSColumn { get { return this.columnBFPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCONTINT_TYPEColumn { get { return this.columnBFCONTINT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNCALINT_AMTColumn { get { return this.columnPRNCALINT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_FROMColumn { get { return this.columnCALINT_FROM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_TOColumn { get { return this.columnCALINT_TO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PERIODColumn { get { return this.columnINTEREST_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONEYTYPE_CODEColumn { get { return this.columnMONEYTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_BANKColumn { get { return this.columnEXPENSE_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_BRANCHColumn { get { return this.columnEXPENSE_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_ACCIDColumn { get { return this.columnEXPENSE_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKFEE_AMTColumn { get { return this.columnBANKFEE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKSRV_AMTColumn { get { return this.columnBANKSRV_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKVAT_AMTColumn { get { return this.columnBANKVAT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TOFROM_ACCIDColumn { get { return this.columnTOFROM_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_STATUSColumn { get { return this.columnSLIP_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPCLEAR_NOColumn { get { return this.columnSLIPCLEAR_NO; } } [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 SUBGROUP_CODEColumn { get { return this.columnSUBGROUP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn { get { return this.columnENTRY_BYCOOPID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_INSTALLMENTColumn { get { return this.columnPERIOD_INSTALLMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYMENTColumn { get { return this.columnPERIOD_PAYMENT; } } [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 SLSLIPPAYOUT1Row this[int index] { get { return ((SLSLIPPAYOUT1Row)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUT1RowChangeEventHandler SLSLIPPAYOUT1RowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSLSLIPPAYOUT1Row(SLSLIPPAYOUT1Row row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUT1Row AddSLSLIPPAYOUT1Row( string MEM_NAME, string LOANTYPE_DESC, string MEMBGROUP_DESC, string SUBGROUP_DESC, decimal MEMBER_TYPE, decimal PAYMENT_STATUS, string COOP_ID, string PAYOUTSLIP_NO, string MEMCOOP_ID, string MEMBER_NO, string DOCUMENT_NO, string SLIPTYPE_CODE, System.DateTime SLIP_DATE, System.DateTime OPERATE_DATE, string SHRLONTYPE_CODE, string PAYOUTORDER_NO, string RCVFROMREQCONT_CODE, string LOANREQUEST_DOCNO, string LOANCONTRACT_NO, decimal RCV_PERIOD, decimal RCVPERIOD_FLAG, decimal PAYOUT_AMT, decimal PAYOUTCLR_AMT, decimal PAYOUTNET_AMT, decimal BFPERIOD, decimal BFLOANAPPROVE_AMT, decimal BFSHRCONT_BALAMT, decimal BFWITHDRAW_AMT, decimal BFINTEREST_ARREAR, System.DateTime BFLASTCALINT_DATE, System.DateTime BFLASTRECEIVE_DATE, System.DateTime BFLASTPROC_DATE, decimal BFCONTLAW_STATUS, decimal BFPAYMENT_STATUS, decimal BFCONTINT_TYPE, decimal PRNCALINT_AMT, System.DateTime CALINT_FROM, System.DateTime CALINT_TO, decimal INTEREST_PERIOD, string MONEYTYPE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, decimal BANKFEE_AMT, decimal BANKSRV_AMT, decimal BANKVAT_AMT, string TOFROM_ACCID, decimal SLIP_STATUS, string SLIPCLEAR_NO, string MEMBGROUP_CODE, string SUBGROUP_CODE, string ENTRY_ID, System.DateTime ENTRY_DATE, string ENTRY_BYCOOPID, string PERIOD_INSTALLMENT, string PERIOD_PAYMENT) { SLSLIPPAYOUT1Row rowSLSLIPPAYOUT1Row = ((SLSLIPPAYOUT1Row)(this.NewRow())); object[] columnValuesArray = new object[] { MEM_NAME, LOANTYPE_DESC, MEMBGROUP_DESC, SUBGROUP_DESC, MEMBER_TYPE, PAYMENT_STATUS, COOP_ID, PAYOUTSLIP_NO, MEMCOOP_ID, MEMBER_NO, DOCUMENT_NO, SLIPTYPE_CODE, SLIP_DATE, OPERATE_DATE, SHRLONTYPE_CODE, PAYOUTORDER_NO, RCVFROMREQCONT_CODE, LOANREQUEST_DOCNO, LOANCONTRACT_NO, RCV_PERIOD, RCVPERIOD_FLAG, PAYOUT_AMT, PAYOUTCLR_AMT, PAYOUTNET_AMT, BFPERIOD, BFLOANAPPROVE_AMT, BFSHRCONT_BALAMT, BFWITHDRAW_AMT, BFINTEREST_ARREAR, BFLASTCALINT_DATE, BFLASTRECEIVE_DATE, BFLASTPROC_DATE, BFCONTLAW_STATUS, BFPAYMENT_STATUS, BFCONTINT_TYPE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, MONEYTYPE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BANKFEE_AMT, BANKSRV_AMT, BANKVAT_AMT, TOFROM_ACCID, SLIP_STATUS, SLIPCLEAR_NO, MEMBGROUP_CODE, SUBGROUP_CODE, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, PERIOD_INSTALLMENT, PERIOD_PAYMENT}; rowSLSLIPPAYOUT1Row.ItemArray = columnValuesArray; this.Rows.Add(rowSLSLIPPAYOUT1Row); return rowSLSLIPPAYOUT1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUT1Row FindByCOOP_IDPAYOUTSLIP_NO(string COOP_ID, string PAYOUTSLIP_NO) { return ((SLSLIPPAYOUT1Row)(this.Rows.Find(new object[] { COOP_ID, PAYOUTSLIP_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() { SLSLIPPAYOUT1DataTable cln = ((SLSLIPPAYOUT1DataTable)(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 SLSLIPPAYOUT1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnMEM_NAME = base.Columns["MEM_NAME"]; this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"]; this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"]; this.columnSUBGROUP_DESC = base.Columns["SUBGROUP_DESC"]; this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"]; this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnPAYOUTSLIP_NO = base.Columns["PAYOUTSLIP_NO"]; this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"]; this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"]; this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"]; this.columnPAYOUTORDER_NO = base.Columns["PAYOUTORDER_NO"]; this.columnRCVFROMREQCONT_CODE = base.Columns["RCVFROMREQCONT_CODE"]; this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"]; this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; this.columnRCV_PERIOD = base.Columns["RCV_PERIOD"]; this.columnRCVPERIOD_FLAG = base.Columns["RCVPERIOD_FLAG"]; this.columnPAYOUT_AMT = base.Columns["PAYOUT_AMT"]; this.columnPAYOUTCLR_AMT = base.Columns["PAYOUTCLR_AMT"]; this.columnPAYOUTNET_AMT = base.Columns["PAYOUTNET_AMT"]; this.columnBFPERIOD = base.Columns["BFPERIOD"]; this.columnBFLOANAPPROVE_AMT = base.Columns["BFLOANAPPROVE_AMT"]; this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"]; this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"]; this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"]; this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"]; this.columnBFLASTRECEIVE_DATE = base.Columns["BFLASTRECEIVE_DATE"]; this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"]; this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"]; this.columnBFPAYMENT_STATUS = base.Columns["BFPAYMENT_STATUS"]; this.columnBFCONTINT_TYPE = base.Columns["BFCONTINT_TYPE"]; this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"]; this.columnCALINT_FROM = base.Columns["CALINT_FROM"]; this.columnCALINT_TO = base.Columns["CALINT_TO"]; this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"]; this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"]; this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"]; this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"]; this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"]; this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"]; this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"]; this.columnBANKVAT_AMT = base.Columns["BANKVAT_AMT"]; this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"]; this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"]; this.columnSLIPCLEAR_NO = base.Columns["SLIPCLEAR_NO"]; this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnSUBGROUP_CODE = base.Columns["SUBGROUP_CODE"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"]; this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"]; this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnMEM_NAME = new global::System.Data.DataColumn("MEM_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEM_NAME); this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_DESC); this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_DESC); this.columnSUBGROUP_DESC = new global::System.Data.DataColumn("SUBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBGROUP_DESC); this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_TYPE); this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_STATUS); 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.columnPAYOUTSLIP_NO = new global::System.Data.DataColumn("PAYOUTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTSLIP_NO); this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCOOP_ID); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOCUMENT_NO); this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPTYPE_CODE); this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_DATE); this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_DATE); this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRLONTYPE_CODE); this.columnPAYOUTORDER_NO = new global::System.Data.DataColumn("PAYOUTORDER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTORDER_NO); this.columnRCVFROMREQCONT_CODE = new global::System.Data.DataColumn("RCVFROMREQCONT_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRCVFROMREQCONT_CODE); this.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_DOCNO); this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.columnRCV_PERIOD = new global::System.Data.DataColumn("RCV_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRCV_PERIOD); this.columnRCVPERIOD_FLAG = new global::System.Data.DataColumn("RCVPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRCVPERIOD_FLAG); this.columnPAYOUT_AMT = new global::System.Data.DataColumn("PAYOUT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUT_AMT); this.columnPAYOUTCLR_AMT = new global::System.Data.DataColumn("PAYOUTCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTCLR_AMT); this.columnPAYOUTNET_AMT = new global::System.Data.DataColumn("PAYOUTNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTNET_AMT); this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPERIOD); this.columnBFLOANAPPROVE_AMT = new global::System.Data.DataColumn("BFLOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLOANAPPROVE_AMT); this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHRCONT_BALAMT); this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFWITHDRAW_AMT); this.columnBFINTEREST_ARREAR = new global::System.Data.DataColumn("BFINTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTEREST_ARREAR); this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTCALINT_DATE); this.columnBFLASTRECEIVE_DATE = new global::System.Data.DataColumn("BFLASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTRECEIVE_DATE); this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTPROC_DATE); this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCONTLAW_STATUS); this.columnBFPAYMENT_STATUS = new global::System.Data.DataColumn("BFPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPAYMENT_STATUS); this.columnBFCONTINT_TYPE = new global::System.Data.DataColumn("BFCONTINT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCONTINT_TYPE); this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNCALINT_AMT); this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_FROM); this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_TO); this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PERIOD); this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEYTYPE_CODE); this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_BANK); this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_BRANCH); this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_ACCID); this.columnBANKFEE_AMT = new global::System.Data.DataColumn("BANKFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKFEE_AMT); this.columnBANKSRV_AMT = new global::System.Data.DataColumn("BANKSRV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKSRV_AMT); this.columnBANKVAT_AMT = new global::System.Data.DataColumn("BANKVAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKVAT_AMT); this.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTOFROM_ACCID); this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_STATUS); this.columnSLIPCLEAR_NO = new global::System.Data.DataColumn("SLIPCLEAR_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPCLEAR_NO); 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.columnSUBGROUP_CODE = new global::System.Data.DataColumn("SUBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBGROUP_CODE); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_BYCOOPID); this.columnPERIOD_INSTALLMENT = new global::System.Data.DataColumn("PERIOD_INSTALLMENT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_INSTALLMENT); this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYMENT); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnPAYOUTSLIP_NO}, true)); this.columnMEM_NAME.MaxLength = 100; this.columnLOANTYPE_DESC.MaxLength = 100; this.columnMEMBGROUP_DESC.MaxLength = 100; this.columnSUBGROUP_DESC.MaxLength = 100; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnPAYOUTSLIP_NO.AllowDBNull = false; this.columnPAYOUTSLIP_NO.MaxLength = 10; this.columnMEMCOOP_ID.MaxLength = 6; this.columnMEMBER_NO.MaxLength = 8; this.columnDOCUMENT_NO.MaxLength = 15; this.columnSLIPTYPE_CODE.MaxLength = 3; this.columnSHRLONTYPE_CODE.MaxLength = 2; this.columnPAYOUTORDER_NO.MaxLength = 10; this.columnRCVFROMREQCONT_CODE.MaxLength = 3; this.columnLOANREQUEST_DOCNO.MaxLength = 15; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnMONEYTYPE_CODE.MaxLength = 3; this.columnEXPENSE_BANK.MaxLength = 3; this.columnEXPENSE_BRANCH.MaxLength = 4; this.columnEXPENSE_ACCID.MaxLength = 15; this.columnTOFROM_ACCID.MaxLength = 15; this.columnSLIPCLEAR_NO.MaxLength = 10; this.columnMEMBGROUP_CODE.MaxLength = 8; this.columnSUBGROUP_CODE.MaxLength = 3; this.columnENTRY_ID.MaxLength = 32; this.columnENTRY_BYCOOPID.MaxLength = 6; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUT1Row NewSLSLIPPAYOUT1Row() { return ((SLSLIPPAYOUT1Row)(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 SLSLIPPAYOUT1Row(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(SLSLIPPAYOUT1Row); } [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.SLSLIPPAYOUT1RowChanged != null)) { this.SLSLIPPAYOUT1RowChanged(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(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.SLSLIPPAYOUT1RowChanging != null)) { this.SLSLIPPAYOUT1RowChanging(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(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.SLSLIPPAYOUT1RowDeleted != null)) { this.SLSLIPPAYOUT1RowDeleted(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(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.SLSLIPPAYOUT1RowDeleting != null)) { this.SLSLIPPAYOUT1RowDeleting(this, new SLSLIPPAYOUT1RowChangeEvent(((SLSLIPPAYOUT1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSLSLIPPAYOUT1Row(SLSLIPPAYOUT1Row 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 = "SLSLIPPAYOUT1DataTable"; 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 SLSLIPPAYINDETDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnPAYINSLIP_NO; private global::System.Data.DataColumn columnSLIPITEMTYPE_CODE; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnOPERATE_FLAG; private global::System.Data.DataColumn columnSHRLONTYPE_CODE; private global::System.Data.DataColumn columnCONCOOP_ID; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnSLIPITEM_DESC; private global::System.Data.DataColumn columnPERIODCOUNT_FLAG; private global::System.Data.DataColumn columnPERIOD; private global::System.Data.DataColumn columnPRINCIPAL_PAYAMT; private global::System.Data.DataColumn columnINTEREST_PAYAMT; private global::System.Data.DataColumn columnINTARREAR_PAYAMT; private global::System.Data.DataColumn columnITEM_PAYAMT; private global::System.Data.DataColumn columnITEM_BALANCE; private global::System.Data.DataColumn columnPRNCALINT_AMT; private global::System.Data.DataColumn columnCALINT_FROM; private global::System.Data.DataColumn columnCALINT_TO; private global::System.Data.DataColumn columnINTEREST_PERIOD; private global::System.Data.DataColumn columnINTEREST_RETURN; private global::System.Data.DataColumn columnSTM_ITEMTYPE; private global::System.Data.DataColumn columnBFPERIOD; private global::System.Data.DataColumn columnBFINTARR_AMT; private global::System.Data.DataColumn columnBFINTARRSET_AMT; private global::System.Data.DataColumn columnBFLASTCALINT_DATE; private global::System.Data.DataColumn columnBFLASTPROC_DATE; private global::System.Data.DataColumn columnBFLASTPAY_DATE; private global::System.Data.DataColumn columnBFWITHDRAW_AMT; private global::System.Data.DataColumn columnBFPERIOD_PAYMENT; private global::System.Data.DataColumn columnBFSHRCONT_BALAMT; private global::System.Data.DataColumn columnBFSHRCONT_STATUS; private global::System.Data.DataColumn columnBFCONTLAW_STATUS; private global::System.Data.DataColumn columnBFCOUNTPAY_FLAG; private global::System.Data.DataColumn columnBFPAYSPEC_METHOD; private global::System.Data.DataColumn columnRKEEP_PRINCIPAL; private global::System.Data.DataColumn columnRKEEP_INTEREST; private global::System.Data.DataColumn columnNKEEP_INTEREST; private global::System.Data.DataColumn columnBFINTRETURN_FLAG; private global::System.Data.DataColumn columnBFPXAFTERMTHKEEP_TYPE; private global::System.Data.DataColumn columnBFINTRETURN_AMT; private global::System.Data.DataColumn columnREF_DOCNO; private global::System.Data.DataColumn columnFINEYEAR_ARREAR; private global::System.Data.DataColumn columnINYEAR_ARREAR; private global::System.Data.DataColumn columnBFFINE_ARREAR; private global::System.Data.DataColumn columnFINE_PERIOD; private global::System.Data.DataColumn columnINT_ARREAR; private global::System.Data.DataColumn columnFINE_ARREAR; private global::System.Data.DataColumn columnINTEREST_PAY; private global::System.Data.DataColumn columnINT_COMPENSATE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYINDETDataTable() { this.TableName = "SLSLIPPAYINDET"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SLSLIPPAYINDETDataTable(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 SLSLIPPAYINDETDataTable(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 PAYINSLIP_NOColumn { get { return this.columnPAYINSLIP_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPITEMTYPE_CODEColumn { get { return this.columnSLIPITEMTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OPERATE_FLAGColumn { get { return this.columnOPERATE_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHRLONTYPE_CODEColumn { get { return this.columnSHRLONTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONCOOP_IDColumn { get { return this.columnCONCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPITEM_DESCColumn { get { return this.columnSLIPITEM_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIODCOUNT_FLAGColumn { get { return this.columnPERIODCOUNT_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIODColumn { get { return this.columnPERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_PAYAMTColumn { get { return this.columnPRINCIPAL_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PAYAMTColumn { get { return this.columnINTEREST_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTARREAR_PAYAMTColumn { get { return this.columnINTARREAR_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_PAYAMTColumn { get { return this.columnITEM_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_BALANCEColumn { get { return this.columnITEM_BALANCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNCALINT_AMTColumn { get { return this.columnPRNCALINT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_FROMColumn { get { return this.columnCALINT_FROM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_TOColumn { get { return this.columnCALINT_TO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PERIODColumn { get { return this.columnINTEREST_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_RETURNColumn { get { return this.columnINTEREST_RETURN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STM_ITEMTYPEColumn { get { return this.columnSTM_ITEMTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPERIODColumn { get { return this.columnBFPERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTARR_AMTColumn { get { return this.columnBFINTARR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTARRSET_AMTColumn { get { return this.columnBFINTARRSET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTCALINT_DATEColumn { get { return this.columnBFLASTCALINT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTPROC_DATEColumn { get { return this.columnBFLASTPROC_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTPAY_DATEColumn { get { return this.columnBFLASTPAY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFWITHDRAW_AMTColumn { get { return this.columnBFWITHDRAW_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPERIOD_PAYMENTColumn { get { return this.columnBFPERIOD_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn { get { return this.columnBFSHRCONT_BALAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHRCONT_STATUSColumn { get { return this.columnBFSHRCONT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCONTLAW_STATUSColumn { get { return this.columnBFCONTLAW_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCOUNTPAY_FLAGColumn { get { return this.columnBFCOUNTPAY_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPAYSPEC_METHODColumn { get { return this.columnBFPAYSPEC_METHOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RKEEP_PRINCIPALColumn { get { return this.columnRKEEP_PRINCIPAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RKEEP_INTERESTColumn { get { return this.columnRKEEP_INTEREST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NKEEP_INTERESTColumn { get { return this.columnNKEEP_INTEREST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTRETURN_FLAGColumn { get { return this.columnBFINTRETURN_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPXAFTERMTHKEEP_TYPEColumn { get { return this.columnBFPXAFTERMTHKEEP_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTRETURN_AMTColumn { get { return this.columnBFINTRETURN_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_DOCNOColumn { get { return this.columnREF_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINEYEAR_ARREARColumn { get { return this.columnFINEYEAR_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INYEAR_ARREARColumn { get { return this.columnINYEAR_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFFINE_ARREARColumn { get { return this.columnBFFINE_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_PERIODColumn { get { return this.columnFINE_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_ARREARColumn { get { return this.columnINT_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_ARREARColumn { get { return this.columnFINE_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PAYColumn { get { return this.columnINTEREST_PAY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_COMPENSATEColumn { get { return this.columnINT_COMPENSATE; } } [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 SLSLIPPAYINDETRow this[int index] { get { return ((SLSLIPPAYINDETRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYINDETRowChangeEventHandler SLSLIPPAYINDETRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSLSLIPPAYINDETRow(SLSLIPPAYINDETRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYINDETRow AddSLSLIPPAYINDETRow( string COOP_ID, string PAYINSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO, decimal OPERATE_FLAG, string SHRLONTYPE_CODE, string CONCOOP_ID, string LOANCONTRACT_NO, string SLIPITEM_DESC, decimal PERIODCOUNT_FLAG, decimal PERIOD, decimal PRINCIPAL_PAYAMT, decimal INTEREST_PAYAMT, decimal INTARREAR_PAYAMT, decimal ITEM_PAYAMT, decimal ITEM_BALANCE, decimal PRNCALINT_AMT, System.DateTime CALINT_FROM, System.DateTime CALINT_TO, decimal INTEREST_PERIOD, decimal INTEREST_RETURN, string STM_ITEMTYPE, decimal BFPERIOD, decimal BFINTARR_AMT, decimal BFINTARRSET_AMT, System.DateTime BFLASTCALINT_DATE, System.DateTime BFLASTPROC_DATE, System.DateTime BFLASTPAY_DATE, decimal BFWITHDRAW_AMT, decimal BFPERIOD_PAYMENT, decimal BFSHRCONT_BALAMT, decimal BFSHRCONT_STATUS, decimal BFCONTLAW_STATUS, decimal BFCOUNTPAY_FLAG, decimal BFPAYSPEC_METHOD, decimal RKEEP_PRINCIPAL, decimal RKEEP_INTEREST, decimal NKEEP_INTEREST, decimal BFINTRETURN_FLAG, decimal BFPXAFTERMTHKEEP_TYPE, decimal BFINTRETURN_AMT, string REF_DOCNO, decimal FINEYEAR_ARREAR, decimal INYEAR_ARREAR, decimal BFFINE_ARREAR, decimal FINE_PERIOD, decimal INT_ARREAR, decimal FINE_ARREAR, decimal INTEREST_PAY, decimal INT_COMPENSATE) { SLSLIPPAYINDETRow rowSLSLIPPAYINDETRow = ((SLSLIPPAYINDETRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, PAYINSLIP_NO, SLIPITEMTYPE_CODE, SEQ_NO, OPERATE_FLAG, SHRLONTYPE_CODE, CONCOOP_ID, LOANCONTRACT_NO, SLIPITEM_DESC, PERIODCOUNT_FLAG, PERIOD, PRINCIPAL_PAYAMT, INTEREST_PAYAMT, INTARREAR_PAYAMT, ITEM_PAYAMT, ITEM_BALANCE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, INTEREST_RETURN, STM_ITEMTYPE, BFPERIOD, BFINTARR_AMT, BFINTARRSET_AMT, BFLASTCALINT_DATE, BFLASTPROC_DATE, BFLASTPAY_DATE, BFWITHDRAW_AMT, BFPERIOD_PAYMENT, BFSHRCONT_BALAMT, BFSHRCONT_STATUS, BFCONTLAW_STATUS, BFCOUNTPAY_FLAG, BFPAYSPEC_METHOD, RKEEP_PRINCIPAL, RKEEP_INTEREST, NKEEP_INTEREST, BFINTRETURN_FLAG, BFPXAFTERMTHKEEP_TYPE, BFINTRETURN_AMT, REF_DOCNO, FINEYEAR_ARREAR, INYEAR_ARREAR, BFFINE_ARREAR, FINE_PERIOD, INT_ARREAR, FINE_ARREAR, INTEREST_PAY, INT_COMPENSATE}; rowSLSLIPPAYINDETRow.ItemArray = columnValuesArray; this.Rows.Add(rowSLSLIPPAYINDETRow); return rowSLSLIPPAYINDETRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYINDETRow FindByCOOP_IDPAYINSLIP_NOSLIPITEMTYPE_CODESEQ_NO(string COOP_ID, string PAYINSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO) { return ((SLSLIPPAYINDETRow)(this.Rows.Find(new object[] { COOP_ID, PAYINSLIP_NO, SLIPITEMTYPE_CODE, SEQ_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { SLSLIPPAYINDETDataTable cln = ((SLSLIPPAYINDETDataTable)(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 SLSLIPPAYINDETDataTable(); } [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.columnPAYINSLIP_NO = base.Columns["PAYINSLIP_NO"]; this.columnSLIPITEMTYPE_CODE = base.Columns["SLIPITEMTYPE_CODE"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnOPERATE_FLAG = base.Columns["OPERATE_FLAG"]; this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"]; this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"]; this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; this.columnSLIPITEM_DESC = base.Columns["SLIPITEM_DESC"]; this.columnPERIODCOUNT_FLAG = base.Columns["PERIODCOUNT_FLAG"]; this.columnPERIOD = base.Columns["PERIOD"]; this.columnPRINCIPAL_PAYAMT = base.Columns["PRINCIPAL_PAYAMT"]; this.columnINTEREST_PAYAMT = base.Columns["INTEREST_PAYAMT"]; this.columnINTARREAR_PAYAMT = base.Columns["INTARREAR_PAYAMT"]; this.columnITEM_PAYAMT = base.Columns["ITEM_PAYAMT"]; this.columnITEM_BALANCE = base.Columns["ITEM_BALANCE"]; this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"]; this.columnCALINT_FROM = base.Columns["CALINT_FROM"]; this.columnCALINT_TO = base.Columns["CALINT_TO"]; this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"]; this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"]; this.columnSTM_ITEMTYPE = base.Columns["STM_ITEMTYPE"]; this.columnBFPERIOD = base.Columns["BFPERIOD"]; this.columnBFINTARR_AMT = base.Columns["BFINTARR_AMT"]; this.columnBFINTARRSET_AMT = base.Columns["BFINTARRSET_AMT"]; this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"]; this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"]; this.columnBFLASTPAY_DATE = base.Columns["BFLASTPAY_DATE"]; this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"]; this.columnBFPERIOD_PAYMENT = base.Columns["BFPERIOD_PAYMENT"]; this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"]; this.columnBFSHRCONT_STATUS = base.Columns["BFSHRCONT_STATUS"]; this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"]; this.columnBFCOUNTPAY_FLAG = base.Columns["BFCOUNTPAY_FLAG"]; this.columnBFPAYSPEC_METHOD = base.Columns["BFPAYSPEC_METHOD"]; this.columnRKEEP_PRINCIPAL = base.Columns["RKEEP_PRINCIPAL"]; this.columnRKEEP_INTEREST = base.Columns["RKEEP_INTEREST"]; this.columnNKEEP_INTEREST = base.Columns["NKEEP_INTEREST"]; this.columnBFINTRETURN_FLAG = base.Columns["BFINTRETURN_FLAG"]; this.columnBFPXAFTERMTHKEEP_TYPE = base.Columns["BFPXAFTERMTHKEEP_TYPE"]; this.columnBFINTRETURN_AMT = base.Columns["BFINTRETURN_AMT"]; this.columnREF_DOCNO = base.Columns["REF_DOCNO"]; this.columnFINEYEAR_ARREAR = base.Columns["FINEYEAR_ARREAR"]; this.columnINYEAR_ARREAR = base.Columns["INYEAR_ARREAR"]; this.columnBFFINE_ARREAR = base.Columns["BFFINE_ARREAR"]; this.columnFINE_PERIOD = base.Columns["FINE_PERIOD"]; this.columnINT_ARREAR = base.Columns["INT_ARREAR"]; this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"]; this.columnINTEREST_PAY = base.Columns["INTEREST_PAY"]; this.columnINT_COMPENSATE = base.Columns["INT_COMPENSATE"]; } [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.columnPAYINSLIP_NO = new global::System.Data.DataColumn("PAYINSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYINSLIP_NO); this.columnSLIPITEMTYPE_CODE = new global::System.Data.DataColumn("SLIPITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPITEMTYPE_CODE); this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnOPERATE_FLAG = new global::System.Data.DataColumn("OPERATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_FLAG); this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRLONTYPE_CODE); this.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONCOOP_ID); this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.columnSLIPITEM_DESC = new global::System.Data.DataColumn("SLIPITEM_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPITEM_DESC); this.columnPERIODCOUNT_FLAG = new global::System.Data.DataColumn("PERIODCOUNT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIODCOUNT_FLAG); this.columnPERIOD = new global::System.Data.DataColumn("PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD); this.columnPRINCIPAL_PAYAMT = new global::System.Data.DataColumn("PRINCIPAL_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_PAYAMT); this.columnINTEREST_PAYAMT = new global::System.Data.DataColumn("INTEREST_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PAYAMT); this.columnINTARREAR_PAYAMT = new global::System.Data.DataColumn("INTARREAR_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTARREAR_PAYAMT); this.columnITEM_PAYAMT = new global::System.Data.DataColumn("ITEM_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_PAYAMT); this.columnITEM_BALANCE = new global::System.Data.DataColumn("ITEM_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_BALANCE); this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNCALINT_AMT); this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_FROM); this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_TO); this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PERIOD); this.columnINTEREST_RETURN = new global::System.Data.DataColumn("INTEREST_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_RETURN); this.columnSTM_ITEMTYPE = new global::System.Data.DataColumn("STM_ITEMTYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTM_ITEMTYPE); this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPERIOD); this.columnBFINTARR_AMT = new global::System.Data.DataColumn("BFINTARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTARR_AMT); this.columnBFINTARRSET_AMT = new global::System.Data.DataColumn("BFINTARRSET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTARRSET_AMT); this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTCALINT_DATE); this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTPROC_DATE); this.columnBFLASTPAY_DATE = new global::System.Data.DataColumn("BFLASTPAY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTPAY_DATE); this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFWITHDRAW_AMT); this.columnBFPERIOD_PAYMENT = new global::System.Data.DataColumn("BFPERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPERIOD_PAYMENT); this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHRCONT_BALAMT); this.columnBFSHRCONT_STATUS = new global::System.Data.DataColumn("BFSHRCONT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHRCONT_STATUS); this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCONTLAW_STATUS); this.columnBFCOUNTPAY_FLAG = new global::System.Data.DataColumn("BFCOUNTPAY_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCOUNTPAY_FLAG); this.columnBFPAYSPEC_METHOD = new global::System.Data.DataColumn("BFPAYSPEC_METHOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPAYSPEC_METHOD); this.columnRKEEP_PRINCIPAL = new global::System.Data.DataColumn("RKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRKEEP_PRINCIPAL); this.columnRKEEP_INTEREST = new global::System.Data.DataColumn("RKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRKEEP_INTEREST); this.columnNKEEP_INTEREST = new global::System.Data.DataColumn("NKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNKEEP_INTEREST); this.columnBFINTRETURN_FLAG = new global::System.Data.DataColumn("BFINTRETURN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTRETURN_FLAG); this.columnBFPXAFTERMTHKEEP_TYPE = new global::System.Data.DataColumn("BFPXAFTERMTHKEEP_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPXAFTERMTHKEEP_TYPE); this.columnBFINTRETURN_AMT = new global::System.Data.DataColumn("BFINTRETURN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTRETURN_AMT); this.columnREF_DOCNO = new global::System.Data.DataColumn("REF_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_DOCNO); this.columnFINEYEAR_ARREAR = new global::System.Data.DataColumn("FINEYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINEYEAR_ARREAR); this.columnINYEAR_ARREAR = new global::System.Data.DataColumn("INYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINYEAR_ARREAR); this.columnBFFINE_ARREAR = new global::System.Data.DataColumn("BFFINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFFINE_ARREAR); this.columnFINE_PERIOD = new global::System.Data.DataColumn("FINE_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_PERIOD); this.columnINT_ARREAR = new global::System.Data.DataColumn("INT_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_ARREAR); this.columnFINE_ARREAR = new global::System.Data.DataColumn("FINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_ARREAR); this.columnINTEREST_PAY = new global::System.Data.DataColumn("INTEREST_PAY", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PAY); this.columnINT_COMPENSATE = new global::System.Data.DataColumn("INT_COMPENSATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_COMPENSATE); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnPAYINSLIP_NO, this.columnSLIPITEMTYPE_CODE, this.columnSEQ_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnPAYINSLIP_NO.AllowDBNull = false; this.columnPAYINSLIP_NO.MaxLength = 10; this.columnSLIPITEMTYPE_CODE.AllowDBNull = false; this.columnSLIPITEMTYPE_CODE.MaxLength = 3; this.columnSEQ_NO.AllowDBNull = false; this.columnSHRLONTYPE_CODE.DefaultValue = ((string)("01")); this.columnSHRLONTYPE_CODE.MaxLength = 2; this.columnCONCOOP_ID.MaxLength = 6; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnSLIPITEM_DESC.MaxLength = 100; this.columnSTM_ITEMTYPE.MaxLength = 3; this.columnBFSHRCONT_STATUS.DefaultValue = ((decimal)(1m)); this.columnREF_DOCNO.MaxLength = 15; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYINDETRow NewSLSLIPPAYINDETRow() { return ((SLSLIPPAYINDETRow)(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 SLSLIPPAYINDETRow(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(SLSLIPPAYINDETRow); } [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.SLSLIPPAYINDETRowChanged != null)) { this.SLSLIPPAYINDETRowChanged(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(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.SLSLIPPAYINDETRowChanging != null)) { this.SLSLIPPAYINDETRowChanging(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(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.SLSLIPPAYINDETRowDeleted != null)) { this.SLSLIPPAYINDETRowDeleted(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(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.SLSLIPPAYINDETRowDeleting != null)) { this.SLSLIPPAYINDETRowDeleting(this, new SLSLIPPAYINDETRowChangeEvent(((SLSLIPPAYINDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSLSLIPPAYINDETRow(SLSLIPPAYINDETRow 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 = "SLSLIPPAYINDETDataTable"; 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 LNCONTMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnMEMCOOP_ID; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnLOANTYPE_CODE; private global::System.Data.DataColumn columnLOANOBJECTIVE_CODE; private global::System.Data.DataColumn columnLOANREQUEST_DOCNO; private global::System.Data.DataColumn columnLOANREQUEST_AMT; private global::System.Data.DataColumn columnLOANAPPROVE_DATE; private global::System.Data.DataColumn columnLOANAPPROVE_AMT; private global::System.Data.DataColumn columnWITHDRAWABLE_AMT; private global::System.Data.DataColumn columnPRINCIPAL_BALANCE; private global::System.Data.DataColumn columnLOANPAYMENT_TYPE; private global::System.Data.DataColumn columnPERIOD_INSTALLMENT; private global::System.Data.DataColumn columnPERIOD_PAYMENT; private global::System.Data.DataColumn columnPERIOD_LASTPAYMENT; private global::System.Data.DataColumn columnPAYMENT_STATUS; private global::System.Data.DataColumn columnLAST_PERIODRCV; private global::System.Data.DataColumn columnLAST_PERIODPAY; private global::System.Data.DataColumn columnSTARTCONT_DATE; private global::System.Data.DataColumn columnSTARTKEEP_DATE; private global::System.Data.DataColumn columnSTARTKEEP_PERIOD; private global::System.Data.DataColumn columnLASTRECEIVE_DATE; private global::System.Data.DataColumn columnLASTPAYMENT_DATE; private global::System.Data.DataColumn columnLASTCALINT_DATE; private global::System.Data.DataColumn columnLASTKEEPING_DATE; private global::System.Data.DataColumn columnLASTPROCESS_DATE; private global::System.Data.DataColumn columnLASTACCESS_DATE; private global::System.Data.DataColumn columnCLOSECONT_DATE; private global::System.Data.DataColumn columnPRINCIPAL_ARREAR; private global::System.Data.DataColumn columnINTEREST_ARREAR; private global::System.Data.DataColumn columnINTYEAR_ARREAR; private global::System.Data.DataColumn columnINTEREST_ACCUM; private global::System.Data.DataColumn columnINTACCUM_LASTYEAR; private global::System.Data.DataColumn columnPRINCIPAL_RETURN; private global::System.Data.DataColumn columnINTEREST_RETURN; private global::System.Data.DataColumn columnPRNPAYMENT_AMT; private global::System.Data.DataColumn columnINTPAYMENT_AMT; private global::System.Data.DataColumn columnLAST_STM_NO; private global::System.Data.DataColumn columnTRANSFER_STATUS; private global::System.Data.DataColumn columnPRINCIPAL_TRANS; private global::System.Data.DataColumn columnTRNFROM_CONTNO; private global::System.Data.DataColumn columnTRNFROM_MEMNO; private global::System.Data.DataColumn columnNKEEP_PRINCIPAL; private global::System.Data.DataColumn columnNKEEP_INTEREST; private global::System.Data.DataColumn columnRKEEP_PRINCIPAL; private global::System.Data.DataColumn columnRKEEP_INTEREST; private global::System.Data.DataColumn columnCOMPOUND_STATUS; private global::System.Data.DataColumn columnCOMPOUND_INSTALLMENT; private global::System.Data.DataColumn columnCOMPOUND_DUEDATE; private global::System.Data.DataColumn columnCOMPOUND_PAYMENT; private global::System.Data.DataColumn columnCOMPOUND_PAYSTATUS; private global::System.Data.DataColumn columnMISSPAY_AMT; private global::System.Data.DataColumn columnOD_FLAG; private global::System.Data.DataColumn columnCONTLAW_STATUS; private global::System.Data.DataColumn columnCONTRACT_STATUS; private global::System.Data.DataColumn columnAPPROVE_ID; private global::System.Data.DataColumn columnAPPROVE_BYCOOPID; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnINT_CONTINTTYPE; private global::System.Data.DataColumn columnINT_CONTINTRATE; private global::System.Data.DataColumn columnINT_CONTINTTABCODE; private global::System.Data.DataColumn columnINT_CONTINTINCREASE; private global::System.Data.DataColumn columnINT_INTSTEPTYPE; private global::System.Data.DataColumn columnSTATUS_DESC; private global::System.Data.DataColumn columnPERIOD_PAYAMT; private global::System.Data.DataColumn columnPERIOD_PAYMENT_MAX; private global::System.Data.DataColumn columnINTMONTH_ARREAR; private global::System.Data.DataColumn columnLAST_TRANSCONT_NO; private global::System.Data.DataColumn columnCONTRACT_TIME; private global::System.Data.DataColumn columnEXPIRECONT_DATE; private global::System.Data.DataColumn columnEXPENSE_CODE; private global::System.Data.DataColumn columnEXPENSE_BANK; private global::System.Data.DataColumn columnEXPENSE_BRANCH; private global::System.Data.DataColumn columnEXPENSE_ACCID; private global::System.Data.DataColumn columnCOMPOUND_DATE; private global::System.Data.DataColumn columnCOMPOUND_PERIOD; private global::System.Data.DataColumn columnCOMPOUNDDUE_DATE; private global::System.Data.DataColumn columnBUYSHARE_AMT; private global::System.Data.DataColumn columnRECEIVEPERIOD_FLAG; private global::System.Data.DataColumn columnPRNCBALBEGIN_AMT; private global::System.Data.DataColumn columnCONTRACT_TYPE; private global::System.Data.DataColumn columnSUMINT_LASTYEAR; private global::System.Data.DataColumn columnLOAN_NO; private global::System.Data.DataColumn columnINSURANCE_AMT; private global::System.Data.DataColumn columnINSTYPE_CODE; private global::System.Data.DataColumn columnINTARREAR_TRANS; private global::System.Data.DataColumn columnCANCEL_ID; private global::System.Data.DataColumn columnCANCEL_DATE; private global::System.Data.DataColumn columnCANCEL_CAUSE; private global::System.Data.DataColumn columnCOMPOUND_PAYTYPE; private global::System.Data.DataColumn columnCOMPOUND_NMLDATE; private global::System.Data.DataColumn columnPRINCIPAL_TRANSBAL; private global::System.Data.DataColumn columnINTARREAR_TRANSBAL; private global::System.Data.DataColumn columnLOANPAYMENTCHG_DATE; private global::System.Data.DataColumn columnCOMPOUND_INTARRPAYMENT; private global::System.Data.DataColumn columnINSURECOLL_FLAG; private global::System.Data.DataColumn columnTRNLNTOCOLL_FLAG; private global::System.Data.DataColumn columnCOUNTPAY_FLAG; private global::System.Data.DataColumn columnPERIOD_PAYINTARR; private global::System.Data.DataColumn columnTRNFROM_PRNBAL; private global::System.Data.DataColumn columnTRNFROM_INTBAL; private global::System.Data.DataColumn columnPAYOUTORD_FLAG; private global::System.Data.DataColumn columnIDENTIFYCONT_INTRATE; private global::System.Data.DataColumn columnOBJINTWARRANT_CODE; private global::System.Data.DataColumn columnCANCEL_PRNBALAMT; private global::System.Data.DataColumn columnREQCOOP_ID; private global::System.Data.DataColumn columnINTCERTIFICATE_STATUS; private global::System.Data.DataColumn columnINTENDORSE_AMT; private global::System.Data.DataColumn columnLOANCREDIT_AMT; private global::System.Data.DataColumn columnINTSET_ARREAR; private global::System.Data.DataColumn columnLOANPAY_CODE; private global::System.Data.DataColumn columnLOANPAY_BANK; private global::System.Data.DataColumn columnLOANPAY_BRANCH; private global::System.Data.DataColumn columnLOANPAY_ACCID; private global::System.Data.DataColumn columnLOANPAYSPLIT_FLAG; private global::System.Data.DataColumn columnCONTCCLCAUSE_CODE; private global::System.Data.DataColumn columnINTCOMPOUND_ARREAR; private global::System.Data.DataColumn columnREFRAINAVG_FLAG; private global::System.Data.DataColumn columnUPDATE_BYENTRYID; private global::System.Data.DataColumn columnUPDATE_BYENTRYIP; private global::System.Data.DataColumn columnINTSETBEGIN_AMT; private global::System.Data.DataColumn columnSUBPERIOD_PERCENT; private global::System.Data.DataColumn columnSUBPERIOD_AMT; private global::System.Data.DataColumn columnSUBCOUNT_AMT; private global::System.Data.DataColumn columnSUBPERIOD_PAYMENT; private global::System.Data.DataColumn columnFINEYEAR_ARREAR; private global::System.Data.DataColumn columnFINE_ARREAR; private global::System.Data.DataColumn columnCURRENT_COOPID; private global::System.Data.DataColumn columnCONTCOUNT; private global::System.Data.DataColumn columnCONTCOUNT_END; private global::System.Data.DataColumn columnLASTREC_NO; private global::System.Data.DataColumn columnLASTLINE_NO; private global::System.Data.DataColumn columnLASTPAGE_NO; private global::System.Data.DataColumn columnLOANPASSBOOK_NO; private global::System.Data.DataColumn columnINTCOMPENSATE_FLAG; private global::System.Data.DataColumn columnLASTCALFINE_DATE; private global::System.Data.DataColumn columnCONTRACTINT_TYPE; private global::System.Data.DataColumn columnCONTINTEXPIRE_DATE; private global::System.Data.DataColumn columnCONTRACT_INTEREST; private global::System.Data.DataColumn columnBFFINEYEAR_ARREAR; private global::System.Data.DataColumn columnBFINTERESTYEAR_ARREAR; private global::System.Data.DataColumn columnPRTBOOK_FLAG; private global::System.Data.DataColumn columnPRTCARD_FLAG; private global::System.Data.DataColumn columnITEM_PAYAMT; private global::System.Data.DataColumn columnOPERATE_FLAG; private global::System.Data.DataColumn columnBFSHRCONT_BALAMT; private global::System.Data.DataColumn columnBFLASTCALINT_DATE; private global::System.Data.DataColumn columnINTEREST_PERIOD; private global::System.Data.DataColumn columnBFINTARR_AMT; private global::System.Data.DataColumn columnPRINCIPAL_PAYAMT; private global::System.Data.DataColumn columnINTEREST_PAYAMT; private global::System.Data.DataColumn columnITEM_BALANCE; private global::System.Data.DataColumn columnBFPXAFTERMTHKEEP_TYPE; private global::System.Data.DataColumn columnFINE_PERIOD; private global::System.Data.DataColumn columnFINE_PERIOD_AMT; private global::System.Data.DataColumn columnFINEYEAR_ARREAR_AMT; private global::System.Data.DataColumn columnCALINT_TO; private global::System.Data.DataColumn columnINT_ARREAR_AMT; private global::System.Data.DataColumn columnFINE_ARREAR_AMT; private global::System.Data.DataColumn columnINTYEAR_ARREAR_AMT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTMASTERDataTable() { this.TableName = "LNCONTMASTER"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCONTMASTERDataTable(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 LNCONTMASTERDataTable(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 LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 LOANTYPE_CODEColumn { get { return this.columnLOANTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANOBJECTIVE_CODEColumn { get { return this.columnLOANOBJECTIVE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANREQUEST_DOCNOColumn { get { return this.columnLOANREQUEST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANREQUEST_AMTColumn { get { return this.columnLOANREQUEST_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANAPPROVE_DATEColumn { get { return this.columnLOANAPPROVE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANAPPROVE_AMTColumn { get { return this.columnLOANAPPROVE_AMT; } } [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 PRINCIPAL_BALANCEColumn { get { return this.columnPRINCIPAL_BALANCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAYMENT_TYPEColumn { get { return this.columnLOANPAYMENT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_INSTALLMENTColumn { get { return this.columnPERIOD_INSTALLMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYMENTColumn { get { return this.columnPERIOD_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_LASTPAYMENTColumn { get { return this.columnPERIOD_LASTPAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYMENT_STATUSColumn { get { return this.columnPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAST_PERIODRCVColumn { get { return this.columnLAST_PERIODRCV; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAST_PERIODPAYColumn { get { return this.columnLAST_PERIODPAY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STARTCONT_DATEColumn { get { return this.columnSTARTCONT_DATE; } } [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 STARTKEEP_PERIODColumn { get { return this.columnSTARTKEEP_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTRECEIVE_DATEColumn { get { return this.columnLASTRECEIVE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTPAYMENT_DATEColumn { get { return this.columnLASTPAYMENT_DATE; } } [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 LASTKEEPING_DATEColumn { get { return this.columnLASTKEEPING_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTPROCESS_DATEColumn { get { return this.columnLASTPROCESS_DATE; } } [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 CLOSECONT_DATEColumn { get { return this.columnCLOSECONT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_ARREARColumn { get { return this.columnPRINCIPAL_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_ARREARColumn { get { return this.columnINTEREST_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTYEAR_ARREARColumn { get { return this.columnINTYEAR_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_ACCUMColumn { get { return this.columnINTEREST_ACCUM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTACCUM_LASTYEARColumn { get { return this.columnINTACCUM_LASTYEAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_RETURNColumn { get { return this.columnPRINCIPAL_RETURN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_RETURNColumn { get { return this.columnINTEREST_RETURN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNPAYMENT_AMTColumn { get { return this.columnPRNPAYMENT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTPAYMENT_AMTColumn { get { return this.columnINTPAYMENT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAST_STM_NOColumn { get { return this.columnLAST_STM_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRANSFER_STATUSColumn { get { return this.columnTRANSFER_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_TRANSColumn { get { return this.columnPRINCIPAL_TRANS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRNFROM_CONTNOColumn { get { return this.columnTRNFROM_CONTNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRNFROM_MEMNOColumn { get { return this.columnTRNFROM_MEMNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NKEEP_PRINCIPALColumn { get { return this.columnNKEEP_PRINCIPAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NKEEP_INTERESTColumn { get { return this.columnNKEEP_INTEREST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RKEEP_PRINCIPALColumn { get { return this.columnRKEEP_PRINCIPAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RKEEP_INTERESTColumn { get { return this.columnRKEEP_INTEREST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_STATUSColumn { get { return this.columnCOMPOUND_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_INSTALLMENTColumn { get { return this.columnCOMPOUND_INSTALLMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_DUEDATEColumn { get { return this.columnCOMPOUND_DUEDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_PAYMENTColumn { get { return this.columnCOMPOUND_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_PAYSTATUSColumn { get { return this.columnCOMPOUND_PAYSTATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MISSPAY_AMTColumn { get { return this.columnMISSPAY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OD_FLAGColumn { get { return this.columnOD_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTLAW_STATUSColumn { get { return this.columnCONTLAW_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTRACT_STATUSColumn { get { return this.columnCONTRACT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn APPROVE_IDColumn { get { return this.columnAPPROVE_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn APPROVE_BYCOOPIDColumn { get { return this.columnAPPROVE_BYCOOPID; } } [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 INT_CONTINTTYPEColumn { get { return this.columnINT_CONTINTTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTRATEColumn { get { return this.columnINT_CONTINTRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTTABCODEColumn { get { return this.columnINT_CONTINTTABCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTINCREASEColumn { get { return this.columnINT_CONTINTINCREASE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_INTSTEPTYPEColumn { get { return this.columnINT_INTSTEPTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn STATUS_DESCColumn { get { return this.columnSTATUS_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYAMTColumn { get { return this.columnPERIOD_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYMENT_MAXColumn { get { return this.columnPERIOD_PAYMENT_MAX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTMONTH_ARREARColumn { get { return this.columnINTMONTH_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAST_TRANSCONT_NOColumn { get { return this.columnLAST_TRANSCONT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTRACT_TIMEColumn { get { return this.columnCONTRACT_TIME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPIRECONT_DATEColumn { get { return this.columnEXPIRECONT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_CODEColumn { get { return this.columnEXPENSE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_BANKColumn { get { return this.columnEXPENSE_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_BRANCHColumn { get { return this.columnEXPENSE_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_ACCIDColumn { get { return this.columnEXPENSE_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_DATEColumn { get { return this.columnCOMPOUND_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_PERIODColumn { get { return this.columnCOMPOUND_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUNDDUE_DATEColumn { get { return this.columnCOMPOUNDDUE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BUYSHARE_AMTColumn { get { return this.columnBUYSHARE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECEIVEPERIOD_FLAGColumn { get { return this.columnRECEIVEPERIOD_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNCBALBEGIN_AMTColumn { get { return this.columnPRNCBALBEGIN_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTRACT_TYPEColumn { get { return this.columnCONTRACT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUMINT_LASTYEARColumn { get { return this.columnSUMINT_LASTYEAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOAN_NOColumn { get { return this.columnLOAN_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INSURANCE_AMTColumn { get { return this.columnINSURANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INSTYPE_CODEColumn { get { return this.columnINSTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTARREAR_TRANSColumn { get { return this.columnINTARREAR_TRANS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_IDColumn { get { return this.columnCANCEL_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_DATEColumn { get { return this.columnCANCEL_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_CAUSEColumn { get { return this.columnCANCEL_CAUSE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_PAYTYPEColumn { get { return this.columnCOMPOUND_PAYTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_NMLDATEColumn { get { return this.columnCOMPOUND_NMLDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_TRANSBALColumn { get { return this.columnPRINCIPAL_TRANSBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTARREAR_TRANSBALColumn { get { return this.columnINTARREAR_TRANSBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAYMENTCHG_DATEColumn { get { return this.columnLOANPAYMENTCHG_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPOUND_INTARRPAYMENTColumn { get { return this.columnCOMPOUND_INTARRPAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INSURECOLL_FLAGColumn { get { return this.columnINSURECOLL_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRNLNTOCOLL_FLAGColumn { get { return this.columnTRNLNTOCOLL_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COUNTPAY_FLAGColumn { get { return this.columnCOUNTPAY_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYINTARRColumn { get { return this.columnPERIOD_PAYINTARR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRNFROM_PRNBALColumn { get { return this.columnTRNFROM_PRNBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TRNFROM_INTBALColumn { get { return this.columnTRNFROM_INTBAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTORD_FLAGColumn { get { return this.columnPAYOUTORD_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn IDENTIFYCONT_INTRATEColumn { get { return this.columnIDENTIFYCONT_INTRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OBJINTWARRANT_CODEColumn { get { return this.columnOBJINTWARRANT_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_PRNBALAMTColumn { get { return this.columnCANCEL_PRNBALAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REQCOOP_IDColumn { get { return this.columnREQCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTCERTIFICATE_STATUSColumn { get { return this.columnINTCERTIFICATE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTENDORSE_AMTColumn { get { return this.columnINTENDORSE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCREDIT_AMTColumn { get { return this.columnLOANCREDIT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTSET_ARREARColumn { get { return this.columnINTSET_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_CODEColumn { get { return this.columnLOANPAY_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_BANKColumn { get { return this.columnLOANPAY_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_BRANCHColumn { get { return this.columnLOANPAY_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_ACCIDColumn { get { return this.columnLOANPAY_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAYSPLIT_FLAGColumn { get { return this.columnLOANPAYSPLIT_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTCCLCAUSE_CODEColumn { get { return this.columnCONTCCLCAUSE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTCOMPOUND_ARREARColumn { get { return this.columnINTCOMPOUND_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFRAINAVG_FLAGColumn { get { return this.columnREFRAINAVG_FLAG; } } [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 INTSETBEGIN_AMTColumn { get { return this.columnINTSETBEGIN_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUBPERIOD_PERCENTColumn { get { return this.columnSUBPERIOD_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUBPERIOD_AMTColumn { get { return this.columnSUBPERIOD_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUBCOUNT_AMTColumn { get { return this.columnSUBCOUNT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUBPERIOD_PAYMENTColumn { get { return this.columnSUBPERIOD_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINEYEAR_ARREARColumn { get { return this.columnFINEYEAR_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_ARREARColumn { get { return this.columnFINE_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CURRENT_COOPIDColumn { get { return this.columnCURRENT_COOPID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTCOUNTColumn { get { return this.columnCONTCOUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTCOUNT_ENDColumn { get { return this.columnCONTCOUNT_END; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTREC_NOColumn { get { return this.columnLASTREC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTLINE_NOColumn { get { return this.columnLASTLINE_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTPAGE_NOColumn { get { return this.columnLASTPAGE_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPASSBOOK_NOColumn { get { return this.columnLOANPASSBOOK_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTCOMPENSATE_FLAGColumn { get { return this.columnINTCOMPENSATE_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LASTCALFINE_DATEColumn { get { return this.columnLASTCALFINE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTRACTINT_TYPEColumn { get { return this.columnCONTRACTINT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTINTEXPIRE_DATEColumn { get { return this.columnCONTINTEXPIRE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTRACT_INTERESTColumn { get { return this.columnCONTRACT_INTEREST; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFFINEYEAR_ARREARColumn { get { return this.columnBFFINEYEAR_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTERESTYEAR_ARREARColumn { get { return this.columnBFINTERESTYEAR_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRTBOOK_FLAGColumn { get { return this.columnPRTBOOK_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRTCARD_FLAGColumn { get { return this.columnPRTCARD_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_PAYAMTColumn { get { return this.columnITEM_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OPERATE_FLAGColumn { get { return this.columnOPERATE_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn { get { return this.columnBFSHRCONT_BALAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTCALINT_DATEColumn { get { return this.columnBFLASTCALINT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PERIODColumn { get { return this.columnINTEREST_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTARR_AMTColumn { get { return this.columnBFINTARR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_PAYAMTColumn { get { return this.columnPRINCIPAL_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PAYAMTColumn { get { return this.columnINTEREST_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ITEM_BALANCEColumn { get { return this.columnITEM_BALANCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPXAFTERMTHKEEP_TYPEColumn { get { return this.columnBFPXAFTERMTHKEEP_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_PERIODColumn { get { return this.columnFINE_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_PERIOD_AMTColumn { get { return this.columnFINE_PERIOD_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINEYEAR_ARREAR_AMTColumn { get { return this.columnFINEYEAR_ARREAR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_TOColumn { get { return this.columnCALINT_TO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_ARREAR_AMTColumn { get { return this.columnINT_ARREAR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_ARREAR_AMTColumn { get { return this.columnFINE_ARREAR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTYEAR_ARREAR_AMTColumn { get { return this.columnINTYEAR_ARREAR_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 LNCONTMASTERRow this[int index] { get { return ((LNCONTMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCONTMASTERRow(LNCONTMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTMASTERRow AddLNCONTMASTERRow( string COOP_ID, string LOANCONTRACT_NO, string MEMCOOP_ID, string MEMBER_NO, string LOANTYPE_CODE, string LOANOBJECTIVE_CODE, string LOANREQUEST_DOCNO, decimal LOANREQUEST_AMT, System.DateTime LOANAPPROVE_DATE, decimal LOANAPPROVE_AMT, decimal WITHDRAWABLE_AMT, decimal PRINCIPAL_BALANCE, decimal LOANPAYMENT_TYPE, decimal PERIOD_INSTALLMENT, decimal PERIOD_PAYMENT, decimal PERIOD_LASTPAYMENT, decimal PAYMENT_STATUS, decimal LAST_PERIODRCV, decimal LAST_PERIODPAY, System.DateTime STARTCONT_DATE, System.DateTime STARTKEEP_DATE, string STARTKEEP_PERIOD, System.DateTime LASTRECEIVE_DATE, System.DateTime LASTPAYMENT_DATE, System.DateTime LASTCALINT_DATE, System.DateTime LASTKEEPING_DATE, System.DateTime LASTPROCESS_DATE, System.DateTime LASTACCESS_DATE, System.DateTime CLOSECONT_DATE, decimal PRINCIPAL_ARREAR, decimal INTEREST_ARREAR, decimal INTYEAR_ARREAR, decimal INTEREST_ACCUM, decimal INTACCUM_LASTYEAR, decimal PRINCIPAL_RETURN, decimal INTEREST_RETURN, decimal PRNPAYMENT_AMT, decimal INTPAYMENT_AMT, decimal LAST_STM_NO, decimal TRANSFER_STATUS, decimal PRINCIPAL_TRANS, string TRNFROM_CONTNO, string TRNFROM_MEMNO, decimal NKEEP_PRINCIPAL, decimal NKEEP_INTEREST, decimal RKEEP_PRINCIPAL, decimal RKEEP_INTEREST, decimal COMPOUND_STATUS, decimal COMPOUND_INSTALLMENT, System.DateTime COMPOUND_DUEDATE, decimal COMPOUND_PAYMENT, decimal COMPOUND_PAYSTATUS, decimal MISSPAY_AMT, decimal OD_FLAG, decimal CONTLAW_STATUS, decimal CONTRACT_STATUS, string APPROVE_ID, string APPROVE_BYCOOPID, string REMARK, decimal INT_CONTINTTYPE, decimal INT_CONTINTRATE, string INT_CONTINTTABCODE, decimal INT_CONTINTINCREASE, decimal INT_INTSTEPTYPE, string STATUS_DESC, decimal PERIOD_PAYAMT, decimal PERIOD_PAYMENT_MAX, decimal INTMONTH_ARREAR, decimal LAST_TRANSCONT_NO, decimal CONTRACT_TIME, System.DateTime EXPIRECONT_DATE, string EXPENSE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, System.DateTime COMPOUND_DATE, decimal COMPOUND_PERIOD, System.DateTime COMPOUNDDUE_DATE, decimal BUYSHARE_AMT, decimal RECEIVEPERIOD_FLAG, decimal PRNCBALBEGIN_AMT, decimal CONTRACT_TYPE, decimal SUMINT_LASTYEAR, string LOAN_NO, decimal INSURANCE_AMT, string INSTYPE_CODE, decimal INTARREAR_TRANS, string CANCEL_ID, System.DateTime CANCEL_DATE, string CANCEL_CAUSE, decimal COMPOUND_PAYTYPE, System.DateTime COMPOUND_NMLDATE, decimal PRINCIPAL_TRANSBAL, decimal INTARREAR_TRANSBAL, System.DateTime LOANPAYMENTCHG_DATE, decimal COMPOUND_INTARRPAYMENT, decimal INSURECOLL_FLAG, decimal TRNLNTOCOLL_FLAG, decimal COUNTPAY_FLAG, decimal PERIOD_PAYINTARR, decimal TRNFROM_PRNBAL, decimal TRNFROM_INTBAL, decimal PAYOUTORD_FLAG, decimal IDENTIFYCONT_INTRATE, string OBJINTWARRANT_CODE, decimal CANCEL_PRNBALAMT, string REQCOOP_ID, decimal INTCERTIFICATE_STATUS, decimal INTENDORSE_AMT, decimal LOANCREDIT_AMT, decimal INTSET_ARREAR, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, decimal LOANPAYSPLIT_FLAG, string CONTCCLCAUSE_CODE, decimal INTCOMPOUND_ARREAR, decimal REFRAINAVG_FLAG, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, decimal INTSETBEGIN_AMT, decimal SUBPERIOD_PERCENT, decimal SUBPERIOD_AMT, decimal SUBCOUNT_AMT, decimal SUBPERIOD_PAYMENT, decimal FINEYEAR_ARREAR, decimal FINE_ARREAR, string CURRENT_COOPID, decimal CONTCOUNT, decimal CONTCOUNT_END, decimal LASTREC_NO, decimal LASTLINE_NO, decimal LASTPAGE_NO, string LOANPASSBOOK_NO, decimal INTCOMPENSATE_FLAG, System.DateTime LASTCALFINE_DATE, string CONTRACTINT_TYPE, System.DateTime CONTINTEXPIRE_DATE, decimal CONTRACT_INTEREST, decimal BFFINEYEAR_ARREAR, decimal BFINTERESTYEAR_ARREAR, decimal PRTBOOK_FLAG, decimal PRTCARD_FLAG, decimal ITEM_PAYAMT, decimal OPERATE_FLAG, decimal BFSHRCONT_BALAMT, System.DateTime BFLASTCALINT_DATE, decimal INTEREST_PERIOD, decimal BFINTARR_AMT, decimal PRINCIPAL_PAYAMT, decimal INTEREST_PAYAMT, decimal ITEM_BALANCE, decimal BFPXAFTERMTHKEEP_TYPE, decimal FINE_PERIOD, decimal FINE_PERIOD_AMT, decimal FINEYEAR_ARREAR_AMT, System.DateTime CALINT_TO, decimal INT_ARREAR_AMT, decimal FINE_ARREAR_AMT, decimal INTYEAR_ARREAR_AMT) { LNCONTMASTERRow rowLNCONTMASTERRow = ((LNCONTMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, LOANCONTRACT_NO, MEMCOOP_ID, MEMBER_NO, LOANTYPE_CODE, LOANOBJECTIVE_CODE, LOANREQUEST_DOCNO, LOANREQUEST_AMT, LOANAPPROVE_DATE, LOANAPPROVE_AMT, WITHDRAWABLE_AMT, PRINCIPAL_BALANCE, LOANPAYMENT_TYPE, PERIOD_INSTALLMENT, PERIOD_PAYMENT, PERIOD_LASTPAYMENT, PAYMENT_STATUS, LAST_PERIODRCV, LAST_PERIODPAY, STARTCONT_DATE, STARTKEEP_DATE, STARTKEEP_PERIOD, LASTRECEIVE_DATE, LASTPAYMENT_DATE, LASTCALINT_DATE, LASTKEEPING_DATE, LASTPROCESS_DATE, LASTACCESS_DATE, CLOSECONT_DATE, PRINCIPAL_ARREAR, INTEREST_ARREAR, INTYEAR_ARREAR, INTEREST_ACCUM, INTACCUM_LASTYEAR, PRINCIPAL_RETURN, INTEREST_RETURN, PRNPAYMENT_AMT, INTPAYMENT_AMT, LAST_STM_NO, TRANSFER_STATUS, PRINCIPAL_TRANS, TRNFROM_CONTNO, TRNFROM_MEMNO, NKEEP_PRINCIPAL, NKEEP_INTEREST, RKEEP_PRINCIPAL, RKEEP_INTEREST, COMPOUND_STATUS, COMPOUND_INSTALLMENT, COMPOUND_DUEDATE, COMPOUND_PAYMENT, COMPOUND_PAYSTATUS, MISSPAY_AMT, OD_FLAG, CONTLAW_STATUS, CONTRACT_STATUS, APPROVE_ID, APPROVE_BYCOOPID, REMARK, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTINTINCREASE, INT_INTSTEPTYPE, STATUS_DESC, PERIOD_PAYAMT, PERIOD_PAYMENT_MAX, INTMONTH_ARREAR, LAST_TRANSCONT_NO, CONTRACT_TIME, EXPIRECONT_DATE, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, COMPOUND_DATE, COMPOUND_PERIOD, COMPOUNDDUE_DATE, BUYSHARE_AMT, RECEIVEPERIOD_FLAG, PRNCBALBEGIN_AMT, CONTRACT_TYPE, SUMINT_LASTYEAR, LOAN_NO, INSURANCE_AMT, INSTYPE_CODE, INTARREAR_TRANS, CANCEL_ID, CANCEL_DATE, CANCEL_CAUSE, COMPOUND_PAYTYPE, COMPOUND_NMLDATE, PRINCIPAL_TRANSBAL, INTARREAR_TRANSBAL, LOANPAYMENTCHG_DATE, COMPOUND_INTARRPAYMENT, INSURECOLL_FLAG, TRNLNTOCOLL_FLAG, COUNTPAY_FLAG, PERIOD_PAYINTARR, TRNFROM_PRNBAL, TRNFROM_INTBAL, PAYOUTORD_FLAG, IDENTIFYCONT_INTRATE, OBJINTWARRANT_CODE, CANCEL_PRNBALAMT, REQCOOP_ID, INTCERTIFICATE_STATUS, INTENDORSE_AMT, LOANCREDIT_AMT, INTSET_ARREAR, LOANPAY_CODE, LOANPAY_BANK, LOANPAY_BRANCH, LOANPAY_ACCID, LOANPAYSPLIT_FLAG, CONTCCLCAUSE_CODE, INTCOMPOUND_ARREAR, REFRAINAVG_FLAG, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, INTSETBEGIN_AMT, SUBPERIOD_PERCENT, SUBPERIOD_AMT, SUBCOUNT_AMT, SUBPERIOD_PAYMENT, FINEYEAR_ARREAR, FINE_ARREAR, CURRENT_COOPID, CONTCOUNT, CONTCOUNT_END, LASTREC_NO, LASTLINE_NO, LASTPAGE_NO, LOANPASSBOOK_NO, INTCOMPENSATE_FLAG, LASTCALFINE_DATE, CONTRACTINT_TYPE, CONTINTEXPIRE_DATE, CONTRACT_INTEREST, BFFINEYEAR_ARREAR, BFINTERESTYEAR_ARREAR, PRTBOOK_FLAG, PRTCARD_FLAG, ITEM_PAYAMT, OPERATE_FLAG, BFSHRCONT_BALAMT, BFLASTCALINT_DATE, INTEREST_PERIOD, BFINTARR_AMT, PRINCIPAL_PAYAMT, INTEREST_PAYAMT, ITEM_BALANCE, BFPXAFTERMTHKEEP_TYPE, FINE_PERIOD, FINE_PERIOD_AMT, FINEYEAR_ARREAR_AMT, CALINT_TO, INT_ARREAR_AMT, FINE_ARREAR_AMT, INTYEAR_ARREAR_AMT}; rowLNCONTMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCONTMASTERRow); return rowLNCONTMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTMASTERRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) { return ((LNCONTMASTERRow)(this.Rows.Find(new object[] { COOP_ID, LOANCONTRACT_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() { LNCONTMASTERDataTable cln = ((LNCONTMASTERDataTable)(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 LNCONTMASTERDataTable(); } [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.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"]; this.columnLOANOBJECTIVE_CODE = base.Columns["LOANOBJECTIVE_CODE"]; this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"]; this.columnLOANREQUEST_AMT = base.Columns["LOANREQUEST_AMT"]; this.columnLOANAPPROVE_DATE = base.Columns["LOANAPPROVE_DATE"]; this.columnLOANAPPROVE_AMT = base.Columns["LOANAPPROVE_AMT"]; this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"]; this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"]; this.columnLOANPAYMENT_TYPE = base.Columns["LOANPAYMENT_TYPE"]; this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"]; this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"]; this.columnPERIOD_LASTPAYMENT = base.Columns["PERIOD_LASTPAYMENT"]; this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"]; this.columnLAST_PERIODRCV = base.Columns["LAST_PERIODRCV"]; this.columnLAST_PERIODPAY = base.Columns["LAST_PERIODPAY"]; this.columnSTARTCONT_DATE = base.Columns["STARTCONT_DATE"]; this.columnSTARTKEEP_DATE = base.Columns["STARTKEEP_DATE"]; this.columnSTARTKEEP_PERIOD = base.Columns["STARTKEEP_PERIOD"]; this.columnLASTRECEIVE_DATE = base.Columns["LASTRECEIVE_DATE"]; this.columnLASTPAYMENT_DATE = base.Columns["LASTPAYMENT_DATE"]; this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_DATE"]; this.columnLASTKEEPING_DATE = base.Columns["LASTKEEPING_DATE"]; this.columnLASTPROCESS_DATE = base.Columns["LASTPROCESS_DATE"]; this.columnLASTACCESS_DATE = base.Columns["LASTACCESS_DATE"]; this.columnCLOSECONT_DATE = base.Columns["CLOSECONT_DATE"]; this.columnPRINCIPAL_ARREAR = base.Columns["PRINCIPAL_ARREAR"]; this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"]; this.columnINTYEAR_ARREAR = base.Columns["INTYEAR_ARREAR"]; this.columnINTEREST_ACCUM = base.Columns["INTEREST_ACCUM"]; this.columnINTACCUM_LASTYEAR = base.Columns["INTACCUM_LASTYEAR"]; this.columnPRINCIPAL_RETURN = base.Columns["PRINCIPAL_RETURN"]; this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"]; this.columnPRNPAYMENT_AMT = base.Columns["PRNPAYMENT_AMT"]; this.columnINTPAYMENT_AMT = base.Columns["INTPAYMENT_AMT"]; this.columnLAST_STM_NO = base.Columns["LAST_STM_NO"]; this.columnTRANSFER_STATUS = base.Columns["TRANSFER_STATUS"]; this.columnPRINCIPAL_TRANS = base.Columns["PRINCIPAL_TRANS"]; this.columnTRNFROM_CONTNO = base.Columns["TRNFROM_CONTNO"]; this.columnTRNFROM_MEMNO = base.Columns["TRNFROM_MEMNO"]; this.columnNKEEP_PRINCIPAL = base.Columns["NKEEP_PRINCIPAL"]; this.columnNKEEP_INTEREST = base.Columns["NKEEP_INTEREST"]; this.columnRKEEP_PRINCIPAL = base.Columns["RKEEP_PRINCIPAL"]; this.columnRKEEP_INTEREST = base.Columns["RKEEP_INTEREST"]; this.columnCOMPOUND_STATUS = base.Columns["COMPOUND_STATUS"]; this.columnCOMPOUND_INSTALLMENT = base.Columns["COMPOUND_INSTALLMENT"]; this.columnCOMPOUND_DUEDATE = base.Columns["COMPOUND_DUEDATE"]; this.columnCOMPOUND_PAYMENT = base.Columns["COMPOUND_PAYMENT"]; this.columnCOMPOUND_PAYSTATUS = base.Columns["COMPOUND_PAYSTATUS"]; this.columnMISSPAY_AMT = base.Columns["MISSPAY_AMT"]; this.columnOD_FLAG = base.Columns["OD_FLAG"]; this.columnCONTLAW_STATUS = base.Columns["CONTLAW_STATUS"]; this.columnCONTRACT_STATUS = base.Columns["CONTRACT_STATUS"]; this.columnAPPROVE_ID = base.Columns["APPROVE_ID"]; this.columnAPPROVE_BYCOOPID = base.Columns["APPROVE_BYCOOPID"]; this.columnREMARK = base.Columns["REMARK"]; this.columnINT_CONTINTTYPE = base.Columns["INT_CONTINTTYPE"]; this.columnINT_CONTINTRATE = base.Columns["INT_CONTINTRATE"]; this.columnINT_CONTINTTABCODE = base.Columns["INT_CONTINTTABCODE"]; this.columnINT_CONTINTINCREASE = base.Columns["INT_CONTINTINCREASE"]; this.columnINT_INTSTEPTYPE = base.Columns["INT_INTSTEPTYPE"]; this.columnSTATUS_DESC = base.Columns["STATUS_DESC"]; this.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"]; this.columnPERIOD_PAYMENT_MAX = base.Columns["PERIOD_PAYMENT_MAX"]; this.columnINTMONTH_ARREAR = base.Columns["INTMONTH_ARREAR"]; this.columnLAST_TRANSCONT_NO = base.Columns["LAST_TRANSCONT_NO"]; this.columnCONTRACT_TIME = base.Columns["CONTRACT_TIME"]; this.columnEXPIRECONT_DATE = base.Columns["EXPIRECONT_DATE"]; this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"]; this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"]; this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"]; this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"]; this.columnCOMPOUND_DATE = base.Columns["COMPOUND_DATE"]; this.columnCOMPOUND_PERIOD = base.Columns["COMPOUND_PERIOD"]; this.columnCOMPOUNDDUE_DATE = base.Columns["COMPOUNDDUE_DATE"]; this.columnBUYSHARE_AMT = base.Columns["BUYSHARE_AMT"]; this.columnRECEIVEPERIOD_FLAG = base.Columns["RECEIVEPERIOD_FLAG"]; this.columnPRNCBALBEGIN_AMT = base.Columns["PRNCBALBEGIN_AMT"]; this.columnCONTRACT_TYPE = base.Columns["CONTRACT_TYPE"]; this.columnSUMINT_LASTYEAR = base.Columns["SUMINT_LASTYEAR"]; this.columnLOAN_NO = base.Columns["LOAN_NO"]; this.columnINSURANCE_AMT = base.Columns["INSURANCE_AMT"]; this.columnINSTYPE_CODE = base.Columns["INSTYPE_CODE"]; this.columnINTARREAR_TRANS = base.Columns["INTARREAR_TRANS"]; this.columnCANCEL_ID = base.Columns["CANCEL_ID"]; this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"]; this.columnCANCEL_CAUSE = base.Columns["CANCEL_CAUSE"]; this.columnCOMPOUND_PAYTYPE = base.Columns["COMPOUND_PAYTYPE"]; this.columnCOMPOUND_NMLDATE = base.Columns["COMPOUND_NMLDATE"]; this.columnPRINCIPAL_TRANSBAL = base.Columns["PRINCIPAL_TRANSBAL"]; this.columnINTARREAR_TRANSBAL = base.Columns["INTARREAR_TRANSBAL"]; this.columnLOANPAYMENTCHG_DATE = base.Columns["LOANPAYMENTCHG_DATE"]; this.columnCOMPOUND_INTARRPAYMENT = base.Columns["COMPOUND_INTARRPAYMENT"]; this.columnINSURECOLL_FLAG = base.Columns["INSURECOLL_FLAG"]; this.columnTRNLNTOCOLL_FLAG = base.Columns["TRNLNTOCOLL_FLAG"]; this.columnCOUNTPAY_FLAG = base.Columns["COUNTPAY_FLAG"]; this.columnPERIOD_PAYINTARR = base.Columns["PERIOD_PAYINTARR"]; this.columnTRNFROM_PRNBAL = base.Columns["TRNFROM_PRNBAL"]; this.columnTRNFROM_INTBAL = base.Columns["TRNFROM_INTBAL"]; this.columnPAYOUTORD_FLAG = base.Columns["PAYOUTORD_FLAG"]; this.columnIDENTIFYCONT_INTRATE = base.Columns["IDENTIFYCONT_INTRATE"]; this.columnOBJINTWARRANT_CODE = base.Columns["OBJINTWARRANT_CODE"]; this.columnCANCEL_PRNBALAMT = base.Columns["CANCEL_PRNBALAMT"]; this.columnREQCOOP_ID = base.Columns["REQCOOP_ID"]; this.columnINTCERTIFICATE_STATUS = base.Columns["INTCERTIFICATE_STATUS"]; this.columnINTENDORSE_AMT = base.Columns["INTENDORSE_AMT"]; this.columnLOANCREDIT_AMT = base.Columns["LOANCREDIT_AMT"]; this.columnINTSET_ARREAR = base.Columns["INTSET_ARREAR"]; this.columnLOANPAY_CODE = base.Columns["LOANPAY_CODE"]; this.columnLOANPAY_BANK = base.Columns["LOANPAY_BANK"]; this.columnLOANPAY_BRANCH = base.Columns["LOANPAY_BRANCH"]; this.columnLOANPAY_ACCID = base.Columns["LOANPAY_ACCID"]; this.columnLOANPAYSPLIT_FLAG = base.Columns["LOANPAYSPLIT_FLAG"]; this.columnCONTCCLCAUSE_CODE = base.Columns["CONTCCLCAUSE_CODE"]; this.columnINTCOMPOUND_ARREAR = base.Columns["INTCOMPOUND_ARREAR"]; this.columnREFRAINAVG_FLAG = base.Columns["REFRAINAVG_FLAG"]; this.columnUPDATE_BYENTRYID = base.Columns["UPDATE_BYENTRYID"]; this.columnUPDATE_BYENTRYIP = base.Columns["UPDATE_BYENTRYIP"]; this.columnINTSETBEGIN_AMT = base.Columns["INTSETBEGIN_AMT"]; this.columnSUBPERIOD_PERCENT = base.Columns["SUBPERIOD_PERCENT"]; this.columnSUBPERIOD_AMT = base.Columns["SUBPERIOD_AMT"]; this.columnSUBCOUNT_AMT = base.Columns["SUBCOUNT_AMT"]; this.columnSUBPERIOD_PAYMENT = base.Columns["SUBPERIOD_PAYMENT"]; this.columnFINEYEAR_ARREAR = base.Columns["FINEYEAR_ARREAR"]; this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"]; this.columnCURRENT_COOPID = base.Columns["CURRENT_COOPID"]; this.columnCONTCOUNT = base.Columns["CONTCOUNT"]; this.columnCONTCOUNT_END = base.Columns["CONTCOUNT_END"]; this.columnLASTREC_NO = base.Columns["LASTREC_NO"]; this.columnLASTLINE_NO = base.Columns["LASTLINE_NO"]; this.columnLASTPAGE_NO = base.Columns["LASTPAGE_NO"]; this.columnLOANPASSBOOK_NO = base.Columns["LOANPASSBOOK_NO"]; this.columnINTCOMPENSATE_FLAG = base.Columns["INTCOMPENSATE_FLAG"]; this.columnLASTCALFINE_DATE = base.Columns["LASTCALFINE_DATE"]; this.columnCONTRACTINT_TYPE = base.Columns["CONTRACTINT_TYPE"]; this.columnCONTINTEXPIRE_DATE = base.Columns["CONTINTEXPIRE_DATE"]; this.columnCONTRACT_INTEREST = base.Columns["CONTRACT_INTEREST"]; this.columnBFFINEYEAR_ARREAR = base.Columns["BFFINEYEAR_ARREAR"]; this.columnBFINTERESTYEAR_ARREAR = base.Columns["BFINTERESTYEAR_ARREAR"]; this.columnPRTBOOK_FLAG = base.Columns["PRTBOOK_FLAG"]; this.columnPRTCARD_FLAG = base.Columns["PRTCARD_FLAG"]; this.columnITEM_PAYAMT = base.Columns["ITEM_PAYAMT"]; this.columnOPERATE_FLAG = base.Columns["OPERATE_FLAG"]; this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"]; this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"]; this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"]; this.columnBFINTARR_AMT = base.Columns["BFINTARR_AMT"]; this.columnPRINCIPAL_PAYAMT = base.Columns["PRINCIPAL_PAYAMT"]; this.columnINTEREST_PAYAMT = base.Columns["INTEREST_PAYAMT"]; this.columnITEM_BALANCE = base.Columns["ITEM_BALANCE"]; this.columnBFPXAFTERMTHKEEP_TYPE = base.Columns["BFPXAFTERMTHKEEP_TYPE"]; this.columnFINE_PERIOD = base.Columns["FINE_PERIOD"]; this.columnFINE_PERIOD_AMT = base.Columns["FINE_PERIOD_AMT"]; this.columnFINEYEAR_ARREAR_AMT = base.Columns["FINEYEAR_ARREAR_AMT"]; this.columnCALINT_TO = base.Columns["CALINT_TO"]; this.columnINT_ARREAR_AMT = base.Columns["INT_ARREAR_AMT"]; this.columnFINE_ARREAR_AMT = base.Columns["FINE_ARREAR_AMT"]; this.columnINTYEAR_ARREAR_AMT = base.Columns["INTYEAR_ARREAR_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.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCOOP_ID); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_CODE); this.columnLOANOBJECTIVE_CODE = new global::System.Data.DataColumn("LOANOBJECTIVE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANOBJECTIVE_CODE); this.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_DOCNO); this.columnLOANREQUEST_AMT = new global::System.Data.DataColumn("LOANREQUEST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_AMT); this.columnLOANAPPROVE_DATE = new global::System.Data.DataColumn("LOANAPPROVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANAPPROVE_DATE); this.columnLOANAPPROVE_AMT = new global::System.Data.DataColumn("LOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANAPPROVE_AMT); 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.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_BALANCE); this.columnLOANPAYMENT_TYPE = new global::System.Data.DataColumn("LOANPAYMENT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAYMENT_TYPE); this.columnPERIOD_INSTALLMENT = new global::System.Data.DataColumn("PERIOD_INSTALLMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_INSTALLMENT); this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYMENT); this.columnPERIOD_LASTPAYMENT = new global::System.Data.DataColumn("PERIOD_LASTPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_LASTPAYMENT); this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_STATUS); this.columnLAST_PERIODRCV = new global::System.Data.DataColumn("LAST_PERIODRCV", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAST_PERIODRCV); this.columnLAST_PERIODPAY = new global::System.Data.DataColumn("LAST_PERIODPAY", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAST_PERIODPAY); this.columnSTARTCONT_DATE = new global::System.Data.DataColumn("STARTCONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTARTCONT_DATE); 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.columnSTARTKEEP_PERIOD = new global::System.Data.DataColumn("STARTKEEP_PERIOD", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTARTKEEP_PERIOD); this.columnLASTRECEIVE_DATE = new global::System.Data.DataColumn("LASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTRECEIVE_DATE); this.columnLASTPAYMENT_DATE = new global::System.Data.DataColumn("LASTPAYMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTPAYMENT_DATE); 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.columnLASTKEEPING_DATE = new global::System.Data.DataColumn("LASTKEEPING_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTKEEPING_DATE); this.columnLASTPROCESS_DATE = new global::System.Data.DataColumn("LASTPROCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTPROCESS_DATE); 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.columnCLOSECONT_DATE = new global::System.Data.DataColumn("CLOSECONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCLOSECONT_DATE); this.columnPRINCIPAL_ARREAR = new global::System.Data.DataColumn("PRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_ARREAR); this.columnINTEREST_ARREAR = new global::System.Data.DataColumn("INTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_ARREAR); this.columnINTYEAR_ARREAR = new global::System.Data.DataColumn("INTYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTYEAR_ARREAR); this.columnINTEREST_ACCUM = new global::System.Data.DataColumn("INTEREST_ACCUM", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_ACCUM); this.columnINTACCUM_LASTYEAR = new global::System.Data.DataColumn("INTACCUM_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTACCUM_LASTYEAR); this.columnPRINCIPAL_RETURN = new global::System.Data.DataColumn("PRINCIPAL_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_RETURN); this.columnINTEREST_RETURN = new global::System.Data.DataColumn("INTEREST_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_RETURN); this.columnPRNPAYMENT_AMT = new global::System.Data.DataColumn("PRNPAYMENT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNPAYMENT_AMT); this.columnINTPAYMENT_AMT = new global::System.Data.DataColumn("INTPAYMENT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTPAYMENT_AMT); this.columnLAST_STM_NO = new global::System.Data.DataColumn("LAST_STM_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAST_STM_NO); this.columnTRANSFER_STATUS = new global::System.Data.DataColumn("TRANSFER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRANSFER_STATUS); this.columnPRINCIPAL_TRANS = new global::System.Data.DataColumn("PRINCIPAL_TRANS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_TRANS); this.columnTRNFROM_CONTNO = new global::System.Data.DataColumn("TRNFROM_CONTNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRNFROM_CONTNO); this.columnTRNFROM_MEMNO = new global::System.Data.DataColumn("TRNFROM_MEMNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRNFROM_MEMNO); this.columnNKEEP_PRINCIPAL = new global::System.Data.DataColumn("NKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNKEEP_PRINCIPAL); this.columnNKEEP_INTEREST = new global::System.Data.DataColumn("NKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNKEEP_INTEREST); this.columnRKEEP_PRINCIPAL = new global::System.Data.DataColumn("RKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRKEEP_PRINCIPAL); this.columnRKEEP_INTEREST = new global::System.Data.DataColumn("RKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRKEEP_INTEREST); this.columnCOMPOUND_STATUS = new global::System.Data.DataColumn("COMPOUND_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_STATUS); this.columnCOMPOUND_INSTALLMENT = new global::System.Data.DataColumn("COMPOUND_INSTALLMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_INSTALLMENT); this.columnCOMPOUND_DUEDATE = new global::System.Data.DataColumn("COMPOUND_DUEDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_DUEDATE); this.columnCOMPOUND_PAYMENT = new global::System.Data.DataColumn("COMPOUND_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_PAYMENT); this.columnCOMPOUND_PAYSTATUS = new global::System.Data.DataColumn("COMPOUND_PAYSTATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_PAYSTATUS); this.columnMISSPAY_AMT = new global::System.Data.DataColumn("MISSPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMISSPAY_AMT); this.columnOD_FLAG = new global::System.Data.DataColumn("OD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOD_FLAG); this.columnCONTLAW_STATUS = new global::System.Data.DataColumn("CONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTLAW_STATUS); this.columnCONTRACT_STATUS = new global::System.Data.DataColumn("CONTRACT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTRACT_STATUS); this.columnAPPROVE_ID = new global::System.Data.DataColumn("APPROVE_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAPPROVE_ID); this.columnAPPROVE_BYCOOPID = new global::System.Data.DataColumn("APPROVE_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAPPROVE_BYCOOPID); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnINT_CONTINTTYPE = new global::System.Data.DataColumn("INT_CONTINTTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTTYPE); this.columnINT_CONTINTRATE = new global::System.Data.DataColumn("INT_CONTINTRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTRATE); this.columnINT_CONTINTTABCODE = new global::System.Data.DataColumn("INT_CONTINTTABCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTTABCODE); this.columnINT_CONTINTINCREASE = new global::System.Data.DataColumn("INT_CONTINTINCREASE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTINCREASE); this.columnINT_INTSTEPTYPE = new global::System.Data.DataColumn("INT_INTSTEPTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_INTSTEPTYPE); this.columnSTATUS_DESC = new global::System.Data.DataColumn("STATUS_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSTATUS_DESC); this.columnPERIOD_PAYAMT = new global::System.Data.DataColumn("PERIOD_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYAMT); this.columnPERIOD_PAYMENT_MAX = new global::System.Data.DataColumn("PERIOD_PAYMENT_MAX", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYMENT_MAX); this.columnINTMONTH_ARREAR = new global::System.Data.DataColumn("INTMONTH_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTMONTH_ARREAR); this.columnLAST_TRANSCONT_NO = new global::System.Data.DataColumn("LAST_TRANSCONT_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAST_TRANSCONT_NO); this.columnCONTRACT_TIME = new global::System.Data.DataColumn("CONTRACT_TIME", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTRACT_TIME); this.columnEXPIRECONT_DATE = new global::System.Data.DataColumn("EXPIRECONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPIRECONT_DATE); this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_CODE); this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_BANK); this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_BRANCH); this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_ACCID); this.columnCOMPOUND_DATE = new global::System.Data.DataColumn("COMPOUND_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_DATE); this.columnCOMPOUND_PERIOD = new global::System.Data.DataColumn("COMPOUND_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_PERIOD); this.columnCOMPOUNDDUE_DATE = new global::System.Data.DataColumn("COMPOUNDDUE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUNDDUE_DATE); this.columnBUYSHARE_AMT = new global::System.Data.DataColumn("BUYSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBUYSHARE_AMT); this.columnRECEIVEPERIOD_FLAG = new global::System.Data.DataColumn("RECEIVEPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECEIVEPERIOD_FLAG); this.columnPRNCBALBEGIN_AMT = new global::System.Data.DataColumn("PRNCBALBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNCBALBEGIN_AMT); this.columnCONTRACT_TYPE = new global::System.Data.DataColumn("CONTRACT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTRACT_TYPE); this.columnSUMINT_LASTYEAR = new global::System.Data.DataColumn("SUMINT_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUMINT_LASTYEAR); this.columnLOAN_NO = new global::System.Data.DataColumn("LOAN_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOAN_NO); this.columnINSURANCE_AMT = new global::System.Data.DataColumn("INSURANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINSURANCE_AMT); this.columnINSTYPE_CODE = new global::System.Data.DataColumn("INSTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINSTYPE_CODE); this.columnINTARREAR_TRANS = new global::System.Data.DataColumn("INTARREAR_TRANS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTARREAR_TRANS); this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_ID); this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_DATE); this.columnCANCEL_CAUSE = new global::System.Data.DataColumn("CANCEL_CAUSE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_CAUSE); this.columnCOMPOUND_PAYTYPE = new global::System.Data.DataColumn("COMPOUND_PAYTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_PAYTYPE); this.columnCOMPOUND_NMLDATE = new global::System.Data.DataColumn("COMPOUND_NMLDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_NMLDATE); this.columnPRINCIPAL_TRANSBAL = new global::System.Data.DataColumn("PRINCIPAL_TRANSBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_TRANSBAL); this.columnINTARREAR_TRANSBAL = new global::System.Data.DataColumn("INTARREAR_TRANSBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTARREAR_TRANSBAL); this.columnLOANPAYMENTCHG_DATE = new global::System.Data.DataColumn("LOANPAYMENTCHG_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAYMENTCHG_DATE); this.columnCOMPOUND_INTARRPAYMENT = new global::System.Data.DataColumn("COMPOUND_INTARRPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPOUND_INTARRPAYMENT); this.columnINSURECOLL_FLAG = new global::System.Data.DataColumn("INSURECOLL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINSURECOLL_FLAG); this.columnTRNLNTOCOLL_FLAG = new global::System.Data.DataColumn("TRNLNTOCOLL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRNLNTOCOLL_FLAG); this.columnCOUNTPAY_FLAG = new global::System.Data.DataColumn("COUNTPAY_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOUNTPAY_FLAG); this.columnPERIOD_PAYINTARR = new global::System.Data.DataColumn("PERIOD_PAYINTARR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYINTARR); this.columnTRNFROM_PRNBAL = new global::System.Data.DataColumn("TRNFROM_PRNBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRNFROM_PRNBAL); this.columnTRNFROM_INTBAL = new global::System.Data.DataColumn("TRNFROM_INTBAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTRNFROM_INTBAL); this.columnPAYOUTORD_FLAG = new global::System.Data.DataColumn("PAYOUTORD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTORD_FLAG); this.columnIDENTIFYCONT_INTRATE = new global::System.Data.DataColumn("IDENTIFYCONT_INTRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnIDENTIFYCONT_INTRATE); this.columnOBJINTWARRANT_CODE = new global::System.Data.DataColumn("OBJINTWARRANT_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOBJINTWARRANT_CODE); this.columnCANCEL_PRNBALAMT = new global::System.Data.DataColumn("CANCEL_PRNBALAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_PRNBALAMT); this.columnREQCOOP_ID = new global::System.Data.DataColumn("REQCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREQCOOP_ID); this.columnINTCERTIFICATE_STATUS = new global::System.Data.DataColumn("INTCERTIFICATE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTCERTIFICATE_STATUS); this.columnINTENDORSE_AMT = new global::System.Data.DataColumn("INTENDORSE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTENDORSE_AMT); this.columnLOANCREDIT_AMT = new global::System.Data.DataColumn("LOANCREDIT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCREDIT_AMT); this.columnINTSET_ARREAR = new global::System.Data.DataColumn("INTSET_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTSET_ARREAR); this.columnLOANPAY_CODE = new global::System.Data.DataColumn("LOANPAY_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_CODE); this.columnLOANPAY_BANK = new global::System.Data.DataColumn("LOANPAY_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_BANK); this.columnLOANPAY_BRANCH = new global::System.Data.DataColumn("LOANPAY_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_BRANCH); this.columnLOANPAY_ACCID = new global::System.Data.DataColumn("LOANPAY_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_ACCID); this.columnLOANPAYSPLIT_FLAG = new global::System.Data.DataColumn("LOANPAYSPLIT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAYSPLIT_FLAG); this.columnCONTCCLCAUSE_CODE = new global::System.Data.DataColumn("CONTCCLCAUSE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTCCLCAUSE_CODE); this.columnINTCOMPOUND_ARREAR = new global::System.Data.DataColumn("INTCOMPOUND_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTCOMPOUND_ARREAR); this.columnREFRAINAVG_FLAG = new global::System.Data.DataColumn("REFRAINAVG_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFRAINAVG_FLAG); 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.columnINTSETBEGIN_AMT = new global::System.Data.DataColumn("INTSETBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTSETBEGIN_AMT); this.columnSUBPERIOD_PERCENT = new global::System.Data.DataColumn("SUBPERIOD_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBPERIOD_PERCENT); this.columnSUBPERIOD_AMT = new global::System.Data.DataColumn("SUBPERIOD_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBPERIOD_AMT); this.columnSUBCOUNT_AMT = new global::System.Data.DataColumn("SUBCOUNT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBCOUNT_AMT); this.columnSUBPERIOD_PAYMENT = new global::System.Data.DataColumn("SUBPERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBPERIOD_PAYMENT); this.columnFINEYEAR_ARREAR = new global::System.Data.DataColumn("FINEYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINEYEAR_ARREAR); this.columnFINE_ARREAR = new global::System.Data.DataColumn("FINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_ARREAR); this.columnCURRENT_COOPID = new global::System.Data.DataColumn("CURRENT_COOPID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCURRENT_COOPID); this.columnCONTCOUNT = new global::System.Data.DataColumn("CONTCOUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTCOUNT); this.columnCONTCOUNT_END = new global::System.Data.DataColumn("CONTCOUNT_END", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTCOUNT_END); this.columnLASTREC_NO = new global::System.Data.DataColumn("LASTREC_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTREC_NO); this.columnLASTLINE_NO = new global::System.Data.DataColumn("LASTLINE_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTLINE_NO); this.columnLASTPAGE_NO = new global::System.Data.DataColumn("LASTPAGE_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTPAGE_NO); this.columnLOANPASSBOOK_NO = new global::System.Data.DataColumn("LOANPASSBOOK_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPASSBOOK_NO); this.columnINTCOMPENSATE_FLAG = new global::System.Data.DataColumn("INTCOMPENSATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTCOMPENSATE_FLAG); this.columnLASTCALFINE_DATE = new global::System.Data.DataColumn("LASTCALFINE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLASTCALFINE_DATE); this.columnCONTRACTINT_TYPE = new global::System.Data.DataColumn("CONTRACTINT_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTRACTINT_TYPE); this.columnCONTINTEXPIRE_DATE = new global::System.Data.DataColumn("CONTINTEXPIRE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTINTEXPIRE_DATE); this.columnCONTRACT_INTEREST = new global::System.Data.DataColumn("CONTRACT_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTRACT_INTEREST); this.columnBFFINEYEAR_ARREAR = new global::System.Data.DataColumn("BFFINEYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFFINEYEAR_ARREAR); this.columnBFINTERESTYEAR_ARREAR = new global::System.Data.DataColumn("BFINTERESTYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTERESTYEAR_ARREAR); this.columnPRTBOOK_FLAG = new global::System.Data.DataColumn("PRTBOOK_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRTBOOK_FLAG); this.columnPRTCARD_FLAG = new global::System.Data.DataColumn("PRTCARD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRTCARD_FLAG); this.columnITEM_PAYAMT = new global::System.Data.DataColumn("ITEM_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_PAYAMT); this.columnOPERATE_FLAG = new global::System.Data.DataColumn("OPERATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_FLAG); this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHRCONT_BALAMT); this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTCALINT_DATE); this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PERIOD); this.columnBFINTARR_AMT = new global::System.Data.DataColumn("BFINTARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTARR_AMT); this.columnPRINCIPAL_PAYAMT = new global::System.Data.DataColumn("PRINCIPAL_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_PAYAMT); this.columnINTEREST_PAYAMT = new global::System.Data.DataColumn("INTEREST_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PAYAMT); this.columnITEM_BALANCE = new global::System.Data.DataColumn("ITEM_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_BALANCE); this.columnBFPXAFTERMTHKEEP_TYPE = new global::System.Data.DataColumn("BFPXAFTERMTHKEEP_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPXAFTERMTHKEEP_TYPE); this.columnFINE_PERIOD = new global::System.Data.DataColumn("FINE_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_PERIOD); this.columnFINE_PERIOD_AMT = new global::System.Data.DataColumn("FINE_PERIOD_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_PERIOD_AMT); this.columnFINEYEAR_ARREAR_AMT = new global::System.Data.DataColumn("FINEYEAR_ARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINEYEAR_ARREAR_AMT); this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_TO); this.columnINT_ARREAR_AMT = new global::System.Data.DataColumn("INT_ARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_ARREAR_AMT); this.columnFINE_ARREAR_AMT = new global::System.Data.DataColumn("FINE_ARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_ARREAR_AMT); this.columnINTYEAR_ARREAR_AMT = new global::System.Data.DataColumn("INTYEAR_ARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTYEAR_ARREAR_AMT); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnLOANCONTRACT_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnLOANCONTRACT_NO.AllowDBNull = false; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnMEMCOOP_ID.MaxLength = 6; this.columnMEMBER_NO.MaxLength = 8; this.columnLOANTYPE_CODE.MaxLength = 2; this.columnLOANOBJECTIVE_CODE.MaxLength = 6; this.columnLOANREQUEST_DOCNO.MaxLength = 15; this.columnSTARTKEEP_PERIOD.MaxLength = 8; this.columnTRNFROM_CONTNO.MaxLength = 15; this.columnTRNFROM_MEMNO.MaxLength = 8; this.columnAPPROVE_ID.MaxLength = 32; this.columnAPPROVE_BYCOOPID.MaxLength = 6; this.columnREMARK.MaxLength = 1000; this.columnINT_CONTINTTABCODE.MaxLength = 5; this.columnSTATUS_DESC.MaxLength = 6; this.columnEXPENSE_CODE.MaxLength = 3; this.columnEXPENSE_BANK.MaxLength = 3; this.columnEXPENSE_BRANCH.MaxLength = 4; this.columnEXPENSE_ACCID.MaxLength = 15; this.columnLOAN_NO.MaxLength = 9; this.columnINSTYPE_CODE.MaxLength = 2; this.columnCANCEL_ID.MaxLength = 32; this.columnCANCEL_CAUSE.MaxLength = 100; this.columnOBJINTWARRANT_CODE.MaxLength = 3; this.columnREQCOOP_ID.MaxLength = 6; this.columnLOANPAY_CODE.MaxLength = 3; this.columnLOANPAY_BANK.MaxLength = 3; this.columnLOANPAY_BRANCH.MaxLength = 4; this.columnLOANPAY_ACCID.MaxLength = 15; this.columnCONTCCLCAUSE_CODE.MaxLength = 3; this.columnUPDATE_BYENTRYID.MaxLength = 32; this.columnUPDATE_BYENTRYIP.MaxLength = 15; this.columnCURRENT_COOPID.MaxLength = 6; this.columnLOANPASSBOOK_NO.MaxLength = 10; this.columnCONTRACTINT_TYPE.MaxLength = 3; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTMASTERRow NewLNCONTMASTERRow() { return ((LNCONTMASTERRow)(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 LNCONTMASTERRow(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(LNCONTMASTERRow); } [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.LNCONTMASTERRowChanged != null)) { this.LNCONTMASTERRowChanged(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowChanging != null)) { this.LNCONTMASTERRowChanging(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowDeleted != null)) { this.LNCONTMASTERRowDeleted(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(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.LNCONTMASTERRowDeleting != null)) { this.LNCONTMASTERRowDeleting(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCONTMASTERRow(LNCONTMASTERRow 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 = "LNCONTMASTERDataTable"; 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 SLSLIPPAYOUTDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnSLIP_TDATE; private global::System.Data.DataColumn columnOPERATE_TDATE; private global::System.Data.DataColumn columnPRENAME_DESC; private global::System.Data.DataColumn columnMEMB_NAME; private global::System.Data.DataColumn columnMEMB_SURNAME; private global::System.Data.DataColumn columnMEMBGROUP_DESC; private global::System.Data.DataColumn columnPAYOUTSLIP_NO; private global::System.Data.DataColumn columnMEMCOOP_ID; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnDOCUMENT_NO; private global::System.Data.DataColumn columnSLIPTYPE_CODE; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnOPERATE_DATE; private global::System.Data.DataColumn columnSHRLONTYPE_CODE; private global::System.Data.DataColumn columnPAYOUTORDER_NO; private global::System.Data.DataColumn columnRCVFROMREQCONT_CODE; private global::System.Data.DataColumn columnLOANREQUEST_DOCNO; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnRCV_PERIOD; private global::System.Data.DataColumn columnRCVPERIOD_FLAG; private global::System.Data.DataColumn columnPAYOUT_AMT; private global::System.Data.DataColumn columnPAYOUTCLR_AMT; private global::System.Data.DataColumn columnPAYOUTNET_AMT; private global::System.Data.DataColumn columnBFPERIOD; private global::System.Data.DataColumn columnBFLOANAPPROVE_AMT; private global::System.Data.DataColumn columnBFSHRCONT_BALAMT; private global::System.Data.DataColumn columnBFWITHDRAW_AMT; private global::System.Data.DataColumn columnBFINTEREST_ARREAR; private global::System.Data.DataColumn columnBFLASTCALINT_DATE; private global::System.Data.DataColumn columnBFLASTRECEIVE_DATE; private global::System.Data.DataColumn columnBFLASTPROC_DATE; private global::System.Data.DataColumn columnBFCONTLAW_STATUS; private global::System.Data.DataColumn columnBFPAYMENT_STATUS; private global::System.Data.DataColumn columnBFCONTINT_TYPE; private global::System.Data.DataColumn columnPRNCALINT_AMT; private global::System.Data.DataColumn columnCALINT_FROM; private global::System.Data.DataColumn columnCALINT_TO; private global::System.Data.DataColumn columnINTEREST_PERIOD; private global::System.Data.DataColumn columnSETSHRARR_FLAG; private global::System.Data.DataColumn columnSETSHRARR_AMT; private global::System.Data.DataColumn columnBFSHAREBEGIN_AMT; private global::System.Data.DataColumn columnBFSHAREATRETRY_AMT; private global::System.Data.DataColumn columnBFSHARE_STATUS; private global::System.Data.DataColumn columnSHARE_STATUS; private global::System.Data.DataColumn columnSHRWTDPENDING_AMT; private global::System.Data.DataColumn columnGAIN_FLAG; private global::System.Data.DataColumn columnGAIN_ID; private global::System.Data.DataColumn columnINTACCUM_AMT; private global::System.Data.DataColumn columnMONEYTYPE_CODE; private global::System.Data.DataColumn columnCONFIRMCASH_AMT; private global::System.Data.DataColumn columnEXPENSE_BANK; private global::System.Data.DataColumn columnEXPENSE_BRANCH; private global::System.Data.DataColumn columnEXPENSE_ACCID; private global::System.Data.DataColumn columnBANKFEE_AMT; private global::System.Data.DataColumn columnBANKSRV_AMT; private global::System.Data.DataColumn columnBANKVAT_AMT; private global::System.Data.DataColumn columnACCID_FLAG; private global::System.Data.DataColumn columnBANKONLINE_FLAG; private global::System.Data.DataColumn columnTOFROM_ACCID; private global::System.Data.DataColumn columnSLIP_STATUS; private global::System.Data.DataColumn columnSLIPCLEAR_NO; private global::System.Data.DataColumn columnMEMBGROUP_CODE; private global::System.Data.DataColumn columnSUBGROUP_CODE; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnCANCEL_ID; private global::System.Data.DataColumn columnCANCEL_DATE; private global::System.Data.DataColumn columnPOSTTOVC_FLAG; private global::System.Data.DataColumn columnVOUCHER_NO; private global::System.Data.DataColumn columnCANCELTOVC_FLAG; private global::System.Data.DataColumn columnCANCELVC_NO; private global::System.Data.DataColumn columnNAME; private global::System.Data.DataColumn columnMEMBGROUP; private global::System.Data.DataColumn columnLOANTYPE_CODE; private global::System.Data.DataColumn columnMONEYTYPE_DESC; private global::System.Data.DataColumn columnLOANTYPE_DESC; private global::System.Data.DataColumn columnBANK_CODE; private global::System.Data.DataColumn columnBRANCH_ID; private global::System.Data.DataColumn columnPAYMENT_STATUS; private global::System.Data.DataColumn columnINTERST_BFINTARR; private global::System.Data.DataColumn columnPERIOD_INSTALLPAY; private global::System.Data.DataColumn columnPERIOD_INSTALLMENT; private global::System.Data.DataColumn columnPERIOD_PAYMENT; private global::System.Data.DataColumn columnMEMBER_TYPE; private global::System.Data.DataColumn columnPRINT; private global::System.Data.DataColumn columnCOMPUTE_1; private global::System.Data.DataColumn columnPERIOD_PAYAMT; private global::System.Data.DataColumn columnCONCOOP_ID; private global::System.Data.DataColumn columnLNPAYMENT_STATUS; private global::System.Data.DataColumn columnRETURNETC_AMT; private global::System.Data.DataColumn columncp_lastdate; private global::System.Data.DataColumn columncp_activedate; private global::System.Data.DataColumn columntxt_branch_name; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUTDataTable() : this(false) { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUTDataTable(bool initExpressions) { this.TableName = "SLSLIPPAYOUT"; this.BeginInit(); this.InitClass(); if ((initExpressions == true)) { this.InitExpressions(); } this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SLSLIPPAYOUTDataTable(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 SLSLIPPAYOUTDataTable(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 SLIP_TDATEColumn { get { return this.columnSLIP_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OPERATE_TDATEColumn { get { return this.columnOPERATE_TDATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRENAME_DESCColumn { get { return this.columnPRENAME_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_NAMEColumn { get { return this.columnMEMB_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_SURNAMEColumn { get { return this.columnMEMB_SURNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUP_DESCColumn { get { return this.columnMEMBGROUP_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTSLIP_NOColumn { get { return this.columnPAYOUTSLIP_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMCOOP_IDColumn { get { return this.columnMEMCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_NOColumn { get { return this.columnMEMBER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DOCUMENT_NOColumn { get { return this.columnDOCUMENT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPTYPE_CODEColumn { get { return this.columnSLIPTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_DATEColumn { get { return this.columnSLIP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OPERATE_DATEColumn { get { return this.columnOPERATE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHRLONTYPE_CODEColumn { get { return this.columnSHRLONTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTORDER_NOColumn { get { return this.columnPAYOUTORDER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RCVFROMREQCONT_CODEColumn { get { return this.columnRCVFROMREQCONT_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANREQUEST_DOCNOColumn { get { return this.columnLOANREQUEST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RCV_PERIODColumn { get { return this.columnRCV_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RCVPERIOD_FLAGColumn { get { return this.columnRCVPERIOD_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUT_AMTColumn { get { return this.columnPAYOUT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTCLR_AMTColumn { get { return this.columnPAYOUTCLR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYOUTNET_AMTColumn { get { return this.columnPAYOUTNET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPERIODColumn { get { return this.columnBFPERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLOANAPPROVE_AMTColumn { get { return this.columnBFLOANAPPROVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHRCONT_BALAMTColumn { get { return this.columnBFSHRCONT_BALAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFWITHDRAW_AMTColumn { get { return this.columnBFWITHDRAW_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTEREST_ARREARColumn { get { return this.columnBFINTEREST_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTCALINT_DATEColumn { get { return this.columnBFLASTCALINT_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTRECEIVE_DATEColumn { get { return this.columnBFLASTRECEIVE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFLASTPROC_DATEColumn { get { return this.columnBFLASTPROC_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCONTLAW_STATUSColumn { get { return this.columnBFCONTLAW_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPAYMENT_STATUSColumn { get { return this.columnBFPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCONTINT_TYPEColumn { get { return this.columnBFCONTINT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRNCALINT_AMTColumn { get { return this.columnPRNCALINT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_FROMColumn { get { return this.columnCALINT_FROM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALINT_TOColumn { get { return this.columnCALINT_TO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PERIODColumn { get { return this.columnINTEREST_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SETSHRARR_FLAGColumn { get { return this.columnSETSHRARR_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SETSHRARR_AMTColumn { get { return this.columnSETSHRARR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHAREBEGIN_AMTColumn { get { return this.columnBFSHAREBEGIN_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHAREATRETRY_AMTColumn { get { return this.columnBFSHAREATRETRY_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFSHARE_STATUSColumn { get { return this.columnBFSHARE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHARE_STATUSColumn { get { return this.columnSHARE_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SHRWTDPENDING_AMTColumn { get { return this.columnSHRWTDPENDING_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn GAIN_FLAGColumn { get { return this.columnGAIN_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn GAIN_IDColumn { get { return this.columnGAIN_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTACCUM_AMTColumn { get { return this.columnINTACCUM_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONEYTYPE_CODEColumn { get { return this.columnMONEYTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONFIRMCASH_AMTColumn { get { return this.columnCONFIRMCASH_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_BANKColumn { get { return this.columnEXPENSE_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_BRANCHColumn { get { return this.columnEXPENSE_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPENSE_ACCIDColumn { get { return this.columnEXPENSE_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKFEE_AMTColumn { get { return this.columnBANKFEE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKSRV_AMTColumn { get { return this.columnBANKSRV_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKVAT_AMTColumn { get { return this.columnBANKVAT_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ACCID_FLAGColumn { get { return this.columnACCID_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BANKONLINE_FLAGColumn { get { return this.columnBANKONLINE_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TOFROM_ACCIDColumn { get { return this.columnTOFROM_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIP_STATUSColumn { get { return this.columnSLIP_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SLIPCLEAR_NOColumn { get { return this.columnSLIPCLEAR_NO; } } [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 SUBGROUP_CODEColumn { get { return this.columnSUBGROUP_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_IDColumn { get { return this.columnCANCEL_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCEL_DATEColumn { get { return this.columnCANCEL_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POSTTOVC_FLAGColumn { get { return this.columnPOSTTOVC_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VOUCHER_NOColumn { get { return this.columnVOUCHER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCELTOVC_FLAGColumn { get { return this.columnCANCELTOVC_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CANCELVC_NOColumn { get { return this.columnCANCELVC_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NAMEColumn { get { return this.columnNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBGROUPColumn { get { return this.columnMEMBGROUP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANTYPE_CODEColumn { get { return this.columnLOANTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONEYTYPE_DESCColumn { get { return this.columnMONEYTYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANTYPE_DESCColumn { get { return this.columnLOANTYPE_DESC; } } [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 BRANCH_IDColumn { get { return this.columnBRANCH_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYMENT_STATUSColumn { get { return this.columnPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTERST_BFINTARRColumn { get { return this.columnINTERST_BFINTARR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_INSTALLPAYColumn { get { return this.columnPERIOD_INSTALLPAY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_INSTALLMENTColumn { get { return this.columnPERIOD_INSTALLMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYMENTColumn { get { return this.columnPERIOD_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_TYPEColumn { get { return this.columnMEMBER_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINTColumn { get { return this.columnPRINT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COMPUTE_1Column { get { return this.columnCOMPUTE_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYAMTColumn { get { return this.columnPERIOD_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONCOOP_IDColumn { get { return this.columnCONCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LNPAYMENT_STATUSColumn { get { return this.columnLNPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RETURNETC_AMTColumn { get { return this.columnRETURNETC_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_lastdateColumn { get { return this.columncp_lastdate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_activedateColumn { get { return this.columncp_activedate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn txt_branch_nameColumn { get { return this.columntxt_branch_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUTRow this[int index] { get { return ((SLSLIPPAYOUTRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event SLSLIPPAYOUTRowChangeEventHandler SLSLIPPAYOUTRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddSLSLIPPAYOUTRow(SLSLIPPAYOUTRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUTRow AddSLSLIPPAYOUTRow( string COOP_ID, System.DateTime SLIP_TDATE, string OPERATE_TDATE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string MEMBGROUP_DESC, string PAYOUTSLIP_NO, string MEMCOOP_ID, string MEMBER_NO, string DOCUMENT_NO, string SLIPTYPE_CODE, System.DateTime SLIP_DATE, System.DateTime OPERATE_DATE, string SHRLONTYPE_CODE, string PAYOUTORDER_NO, string RCVFROMREQCONT_CODE, string LOANREQUEST_DOCNO, string LOANCONTRACT_NO, decimal RCV_PERIOD, decimal RCVPERIOD_FLAG, decimal PAYOUT_AMT, decimal PAYOUTCLR_AMT, decimal PAYOUTNET_AMT, decimal BFPERIOD, decimal BFLOANAPPROVE_AMT, decimal BFSHRCONT_BALAMT, decimal BFWITHDRAW_AMT, decimal BFINTEREST_ARREAR, System.DateTime BFLASTCALINT_DATE, System.DateTime BFLASTRECEIVE_DATE, System.DateTime BFLASTPROC_DATE, decimal BFCONTLAW_STATUS, decimal BFPAYMENT_STATUS, decimal BFCONTINT_TYPE, decimal PRNCALINT_AMT, System.DateTime CALINT_FROM, System.DateTime CALINT_TO, decimal INTEREST_PERIOD, decimal SETSHRARR_FLAG, decimal SETSHRARR_AMT, decimal BFSHAREBEGIN_AMT, decimal BFSHAREATRETRY_AMT, decimal BFSHARE_STATUS, decimal SHARE_STATUS, decimal SHRWTDPENDING_AMT, decimal GAIN_FLAG, string GAIN_ID, decimal INTACCUM_AMT, string MONEYTYPE_CODE, decimal CONFIRMCASH_AMT, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, decimal BANKFEE_AMT, decimal BANKSRV_AMT, decimal BANKVAT_AMT, decimal ACCID_FLAG, decimal BANKONLINE_FLAG, string TOFROM_ACCID, decimal SLIP_STATUS, string SLIPCLEAR_NO, string MEMBGROUP_CODE, string SUBGROUP_CODE, string ENTRY_ID, System.DateTime ENTRY_DATE, string CANCEL_ID, System.DateTime CANCEL_DATE, decimal POSTTOVC_FLAG, string VOUCHER_NO, decimal CANCELTOVC_FLAG, string CANCELVC_NO, string NAME, string MEMBGROUP, string LOANTYPE_CODE, string MONEYTYPE_DESC, string LOANTYPE_DESC, string BANK_CODE, string BRANCH_ID, string PAYMENT_STATUS, string INTERST_BFINTARR, string PERIOD_INSTALLPAY, decimal PERIOD_INSTALLMENT, decimal PERIOD_PAYMENT, decimal MEMBER_TYPE, decimal PRINT, string COMPUTE_1, string PERIOD_PAYAMT, string CONCOOP_ID, decimal LNPAYMENT_STATUS, decimal RETURNETC_AMT, System.DateTime cp_lastdate, System.DateTime cp_activedate, string txt_branch_name) { SLSLIPPAYOUTRow rowSLSLIPPAYOUTRow = ((SLSLIPPAYOUTRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, SLIP_TDATE, OPERATE_TDATE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, MEMBGROUP_DESC, PAYOUTSLIP_NO, MEMCOOP_ID, MEMBER_NO, DOCUMENT_NO, SLIPTYPE_CODE, SLIP_DATE, OPERATE_DATE, SHRLONTYPE_CODE, PAYOUTORDER_NO, RCVFROMREQCONT_CODE, LOANREQUEST_DOCNO, LOANCONTRACT_NO, RCV_PERIOD, RCVPERIOD_FLAG, PAYOUT_AMT, PAYOUTCLR_AMT, PAYOUTNET_AMT, BFPERIOD, BFLOANAPPROVE_AMT, BFSHRCONT_BALAMT, BFWITHDRAW_AMT, BFINTEREST_ARREAR, BFLASTCALINT_DATE, BFLASTRECEIVE_DATE, BFLASTPROC_DATE, BFCONTLAW_STATUS, BFPAYMENT_STATUS, BFCONTINT_TYPE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, SETSHRARR_FLAG, SETSHRARR_AMT, BFSHAREBEGIN_AMT, BFSHAREATRETRY_AMT, BFSHARE_STATUS, SHARE_STATUS, SHRWTDPENDING_AMT, GAIN_FLAG, GAIN_ID, INTACCUM_AMT, MONEYTYPE_CODE, CONFIRMCASH_AMT, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BANKFEE_AMT, BANKSRV_AMT, BANKVAT_AMT, ACCID_FLAG, BANKONLINE_FLAG, TOFROM_ACCID, SLIP_STATUS, SLIPCLEAR_NO, MEMBGROUP_CODE, SUBGROUP_CODE, ENTRY_ID, ENTRY_DATE, CANCEL_ID, CANCEL_DATE, POSTTOVC_FLAG, VOUCHER_NO, CANCELTOVC_FLAG, CANCELVC_NO, NAME, MEMBGROUP, LOANTYPE_CODE, MONEYTYPE_DESC, LOANTYPE_DESC, BANK_CODE, BRANCH_ID, PAYMENT_STATUS, INTERST_BFINTARR, PERIOD_INSTALLPAY, PERIOD_INSTALLMENT, PERIOD_PAYMENT, MEMBER_TYPE, PRINT, COMPUTE_1, PERIOD_PAYAMT, CONCOOP_ID, LNPAYMENT_STATUS, RETURNETC_AMT, cp_lastdate, cp_activedate, txt_branch_name}; rowSLSLIPPAYOUTRow.ItemArray = columnValuesArray; this.Rows.Add(rowSLSLIPPAYOUTRow); return rowSLSLIPPAYOUTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUTRow AddSLSLIPPAYOUTRow( string COOP_ID, System.DateTime SLIP_TDATE, string OPERATE_TDATE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string MEMBGROUP_DESC, string PAYOUTSLIP_NO, string MEMCOOP_ID, string MEMBER_NO, string DOCUMENT_NO, string SLIPTYPE_CODE, System.DateTime SLIP_DATE, System.DateTime OPERATE_DATE, string SHRLONTYPE_CODE, string PAYOUTORDER_NO, string RCVFROMREQCONT_CODE, string LOANREQUEST_DOCNO, string LOANCONTRACT_NO, decimal RCV_PERIOD, decimal RCVPERIOD_FLAG, decimal PAYOUT_AMT, decimal PAYOUTCLR_AMT, decimal PAYOUTNET_AMT, decimal BFPERIOD, decimal BFLOANAPPROVE_AMT, decimal BFSHRCONT_BALAMT, decimal BFWITHDRAW_AMT, decimal BFINTEREST_ARREAR, System.DateTime BFLASTCALINT_DATE, System.DateTime BFLASTRECEIVE_DATE, System.DateTime BFLASTPROC_DATE, decimal BFCONTLAW_STATUS, decimal BFPAYMENT_STATUS, decimal BFCONTINT_TYPE, decimal PRNCALINT_AMT, System.DateTime CALINT_FROM, System.DateTime CALINT_TO, decimal INTEREST_PERIOD, decimal SETSHRARR_FLAG, decimal SETSHRARR_AMT, decimal BFSHAREBEGIN_AMT, decimal BFSHAREATRETRY_AMT, decimal BFSHARE_STATUS, decimal SHARE_STATUS, decimal SHRWTDPENDING_AMT, decimal GAIN_FLAG, string GAIN_ID, decimal INTACCUM_AMT, string MONEYTYPE_CODE, decimal CONFIRMCASH_AMT, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, decimal BANKFEE_AMT, decimal BANKSRV_AMT, decimal BANKVAT_AMT, decimal ACCID_FLAG, decimal BANKONLINE_FLAG, string TOFROM_ACCID, decimal SLIP_STATUS, string SLIPCLEAR_NO, string MEMBGROUP_CODE, string SUBGROUP_CODE, string ENTRY_ID, System.DateTime ENTRY_DATE, string CANCEL_ID, System.DateTime CANCEL_DATE, decimal POSTTOVC_FLAG, string VOUCHER_NO, decimal CANCELTOVC_FLAG, string CANCELVC_NO, string LOANTYPE_CODE, string MONEYTYPE_DESC, string LOANTYPE_DESC, string BANK_CODE, string BRANCH_ID, string PAYMENT_STATUS, string INTERST_BFINTARR, decimal PERIOD_INSTALLMENT, decimal PERIOD_PAYMENT, decimal MEMBER_TYPE, decimal PRINT, string PERIOD_PAYAMT, string CONCOOP_ID, decimal LNPAYMENT_STATUS, decimal RETURNETC_AMT, System.DateTime cp_lastdate, System.DateTime cp_activedate, string txt_branch_name) { SLSLIPPAYOUTRow rowSLSLIPPAYOUTRow = ((SLSLIPPAYOUTRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, SLIP_TDATE, OPERATE_TDATE, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, MEMBGROUP_DESC, PAYOUTSLIP_NO, MEMCOOP_ID, MEMBER_NO, DOCUMENT_NO, SLIPTYPE_CODE, SLIP_DATE, OPERATE_DATE, SHRLONTYPE_CODE, PAYOUTORDER_NO, RCVFROMREQCONT_CODE, LOANREQUEST_DOCNO, LOANCONTRACT_NO, RCV_PERIOD, RCVPERIOD_FLAG, PAYOUT_AMT, PAYOUTCLR_AMT, PAYOUTNET_AMT, BFPERIOD, BFLOANAPPROVE_AMT, BFSHRCONT_BALAMT, BFWITHDRAW_AMT, BFINTEREST_ARREAR, BFLASTCALINT_DATE, BFLASTRECEIVE_DATE, BFLASTPROC_DATE, BFCONTLAW_STATUS, BFPAYMENT_STATUS, BFCONTINT_TYPE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, SETSHRARR_FLAG, SETSHRARR_AMT, BFSHAREBEGIN_AMT, BFSHAREATRETRY_AMT, BFSHARE_STATUS, SHARE_STATUS, SHRWTDPENDING_AMT, GAIN_FLAG, GAIN_ID, INTACCUM_AMT, MONEYTYPE_CODE, CONFIRMCASH_AMT, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BANKFEE_AMT, BANKSRV_AMT, BANKVAT_AMT, ACCID_FLAG, BANKONLINE_FLAG, TOFROM_ACCID, SLIP_STATUS, SLIPCLEAR_NO, MEMBGROUP_CODE, SUBGROUP_CODE, ENTRY_ID, ENTRY_DATE, CANCEL_ID, CANCEL_DATE, POSTTOVC_FLAG, VOUCHER_NO, CANCELTOVC_FLAG, CANCELVC_NO, null, null, LOANTYPE_CODE, MONEYTYPE_DESC, LOANTYPE_DESC, BANK_CODE, BRANCH_ID, PAYMENT_STATUS, INTERST_BFINTARR, null, PERIOD_INSTALLMENT, PERIOD_PAYMENT, MEMBER_TYPE, PRINT, null, PERIOD_PAYAMT, CONCOOP_ID, LNPAYMENT_STATUS, RETURNETC_AMT, cp_lastdate, cp_activedate, txt_branch_name}; rowSLSLIPPAYOUTRow.ItemArray = columnValuesArray; this.Rows.Add(rowSLSLIPPAYOUTRow); return rowSLSLIPPAYOUTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { SLSLIPPAYOUTDataTable cln = ((SLSLIPPAYOUTDataTable)(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 SLSLIPPAYOUTDataTable(); } [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.columnSLIP_TDATE = base.Columns["SLIP_TDATE"]; this.columnOPERATE_TDATE = base.Columns["OPERATE_TDATE"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"]; this.columnPAYOUTSLIP_NO = base.Columns["PAYOUTSLIP_NO"]; this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnDOCUMENT_NO = base.Columns["DOCUMENT_NO"]; this.columnSLIPTYPE_CODE = base.Columns["SLIPTYPE_CODE"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"]; this.columnSHRLONTYPE_CODE = base.Columns["SHRLONTYPE_CODE"]; this.columnPAYOUTORDER_NO = base.Columns["PAYOUTORDER_NO"]; this.columnRCVFROMREQCONT_CODE = base.Columns["RCVFROMREQCONT_CODE"]; this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"]; this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; this.columnRCV_PERIOD = base.Columns["RCV_PERIOD"]; this.columnRCVPERIOD_FLAG = base.Columns["RCVPERIOD_FLAG"]; this.columnPAYOUT_AMT = base.Columns["PAYOUT_AMT"]; this.columnPAYOUTCLR_AMT = base.Columns["PAYOUTCLR_AMT"]; this.columnPAYOUTNET_AMT = base.Columns["PAYOUTNET_AMT"]; this.columnBFPERIOD = base.Columns["BFPERIOD"]; this.columnBFLOANAPPROVE_AMT = base.Columns["BFLOANAPPROVE_AMT"]; this.columnBFSHRCONT_BALAMT = base.Columns["BFSHRCONT_BALAMT"]; this.columnBFWITHDRAW_AMT = base.Columns["BFWITHDRAW_AMT"]; this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"]; this.columnBFLASTCALINT_DATE = base.Columns["BFLASTCALINT_DATE"]; this.columnBFLASTRECEIVE_DATE = base.Columns["BFLASTRECEIVE_DATE"]; this.columnBFLASTPROC_DATE = base.Columns["BFLASTPROC_DATE"]; this.columnBFCONTLAW_STATUS = base.Columns["BFCONTLAW_STATUS"]; this.columnBFPAYMENT_STATUS = base.Columns["BFPAYMENT_STATUS"]; this.columnBFCONTINT_TYPE = base.Columns["BFCONTINT_TYPE"]; this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"]; this.columnCALINT_FROM = base.Columns["CALINT_FROM"]; this.columnCALINT_TO = base.Columns["CALINT_TO"]; this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"]; this.columnSETSHRARR_FLAG = base.Columns["SETSHRARR_FLAG"]; this.columnSETSHRARR_AMT = base.Columns["SETSHRARR_AMT"]; this.columnBFSHAREBEGIN_AMT = base.Columns["BFSHAREBEGIN_AMT"]; this.columnBFSHAREATRETRY_AMT = base.Columns["BFSHAREATRETRY_AMT"]; this.columnBFSHARE_STATUS = base.Columns["BFSHARE_STATUS"]; this.columnSHARE_STATUS = base.Columns["SHARE_STATUS"]; this.columnSHRWTDPENDING_AMT = base.Columns["SHRWTDPENDING_AMT"]; this.columnGAIN_FLAG = base.Columns["GAIN_FLAG"]; this.columnGAIN_ID = base.Columns["GAIN_ID"]; this.columnINTACCUM_AMT = base.Columns["INTACCUM_AMT"]; this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"]; this.columnCONFIRMCASH_AMT = base.Columns["CONFIRMCASH_AMT"]; this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"]; this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"]; this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"]; this.columnBANKFEE_AMT = base.Columns["BANKFEE_AMT"]; this.columnBANKSRV_AMT = base.Columns["BANKSRV_AMT"]; this.columnBANKVAT_AMT = base.Columns["BANKVAT_AMT"]; this.columnACCID_FLAG = base.Columns["ACCID_FLAG"]; this.columnBANKONLINE_FLAG = base.Columns["BANKONLINE_FLAG"]; this.columnTOFROM_ACCID = base.Columns["TOFROM_ACCID"]; this.columnSLIP_STATUS = base.Columns["SLIP_STATUS"]; this.columnSLIPCLEAR_NO = base.Columns["SLIPCLEAR_NO"]; this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"]; this.columnSUBGROUP_CODE = base.Columns["SUBGROUP_CODE"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnCANCEL_ID = base.Columns["CANCEL_ID"]; this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"]; this.columnPOSTTOVC_FLAG = base.Columns["POSTTOVC_FLAG"]; this.columnVOUCHER_NO = base.Columns["VOUCHER_NO"]; this.columnCANCELTOVC_FLAG = base.Columns["CANCELTOVC_FLAG"]; this.columnCANCELVC_NO = base.Columns["CANCELVC_NO"]; this.columnNAME = base.Columns["NAME"]; this.columnMEMBGROUP = base.Columns["MEMBGROUP"]; this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"]; this.columnMONEYTYPE_DESC = base.Columns["MONEYTYPE_DESC"]; this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"]; this.columnBANK_CODE = base.Columns["BANK_CODE"]; this.columnBRANCH_ID = base.Columns["BRANCH_ID"]; this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"]; this.columnINTERST_BFINTARR = base.Columns["INTERST_BFINTARR"]; this.columnPERIOD_INSTALLPAY = base.Columns["PERIOD_INSTALLPAY"]; this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"]; this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"]; this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"]; this.columnPRINT = base.Columns["PRINT"]; this.columnCOMPUTE_1 = base.Columns["COMPUTE_1"]; this.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"]; this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"]; this.columnLNPAYMENT_STATUS = base.Columns["LNPAYMENT_STATUS"]; this.columnRETURNETC_AMT = base.Columns["RETURNETC_AMT"]; this.columncp_lastdate = base.Columns["cp_lastdate"]; this.columncp_activedate = base.Columns["cp_activedate"]; this.columntxt_branch_name = base.Columns["txt_branch_name"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnSLIP_TDATE = new global::System.Data.DataColumn("SLIP_TDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_TDATE); this.columnOPERATE_TDATE = new global::System.Data.DataColumn("OPERATE_TDATE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_TDATE); this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRENAME_DESC); this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_NAME); this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_SURNAME); this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP_DESC); this.columnPAYOUTSLIP_NO = new global::System.Data.DataColumn("PAYOUTSLIP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTSLIP_NO); this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCOOP_ID); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnDOCUMENT_NO = new global::System.Data.DataColumn("DOCUMENT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOCUMENT_NO); this.columnSLIPTYPE_CODE = new global::System.Data.DataColumn("SLIPTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPTYPE_CODE); this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_DATE); this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOPERATE_DATE); this.columnSHRLONTYPE_CODE = new global::System.Data.DataColumn("SHRLONTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRLONTYPE_CODE); this.columnPAYOUTORDER_NO = new global::System.Data.DataColumn("PAYOUTORDER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTORDER_NO); this.columnRCVFROMREQCONT_CODE = new global::System.Data.DataColumn("RCVFROMREQCONT_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRCVFROMREQCONT_CODE); this.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_DOCNO); this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.columnRCV_PERIOD = new global::System.Data.DataColumn("RCV_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRCV_PERIOD); this.columnRCVPERIOD_FLAG = new global::System.Data.DataColumn("RCVPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRCVPERIOD_FLAG); this.columnPAYOUT_AMT = new global::System.Data.DataColumn("PAYOUT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUT_AMT); this.columnPAYOUTCLR_AMT = new global::System.Data.DataColumn("PAYOUTCLR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTCLR_AMT); this.columnPAYOUTNET_AMT = new global::System.Data.DataColumn("PAYOUTNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYOUTNET_AMT); this.columnBFPERIOD = new global::System.Data.DataColumn("BFPERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPERIOD); this.columnBFLOANAPPROVE_AMT = new global::System.Data.DataColumn("BFLOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLOANAPPROVE_AMT); this.columnBFSHRCONT_BALAMT = new global::System.Data.DataColumn("BFSHRCONT_BALAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHRCONT_BALAMT); this.columnBFWITHDRAW_AMT = new global::System.Data.DataColumn("BFWITHDRAW_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFWITHDRAW_AMT); this.columnBFINTEREST_ARREAR = new global::System.Data.DataColumn("BFINTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTEREST_ARREAR); this.columnBFLASTCALINT_DATE = new global::System.Data.DataColumn("BFLASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTCALINT_DATE); this.columnBFLASTRECEIVE_DATE = new global::System.Data.DataColumn("BFLASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTRECEIVE_DATE); this.columnBFLASTPROC_DATE = new global::System.Data.DataColumn("BFLASTPROC_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFLASTPROC_DATE); this.columnBFCONTLAW_STATUS = new global::System.Data.DataColumn("BFCONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCONTLAW_STATUS); this.columnBFPAYMENT_STATUS = new global::System.Data.DataColumn("BFPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPAYMENT_STATUS); this.columnBFCONTINT_TYPE = new global::System.Data.DataColumn("BFCONTINT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCONTINT_TYPE); this.columnPRNCALINT_AMT = new global::System.Data.DataColumn("PRNCALINT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRNCALINT_AMT); this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_FROM); this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALINT_TO); this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PERIOD); this.columnSETSHRARR_FLAG = new global::System.Data.DataColumn("SETSHRARR_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSETSHRARR_FLAG); this.columnSETSHRARR_AMT = new global::System.Data.DataColumn("SETSHRARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSETSHRARR_AMT); this.columnBFSHAREBEGIN_AMT = new global::System.Data.DataColumn("BFSHAREBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHAREBEGIN_AMT); this.columnBFSHAREATRETRY_AMT = new global::System.Data.DataColumn("BFSHAREATRETRY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHAREATRETRY_AMT); this.columnBFSHARE_STATUS = new global::System.Data.DataColumn("BFSHARE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFSHARE_STATUS); this.columnSHARE_STATUS = new global::System.Data.DataColumn("SHARE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHARE_STATUS); this.columnSHRWTDPENDING_AMT = new global::System.Data.DataColumn("SHRWTDPENDING_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSHRWTDPENDING_AMT); this.columnGAIN_FLAG = new global::System.Data.DataColumn("GAIN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGAIN_FLAG); this.columnGAIN_ID = new global::System.Data.DataColumn("GAIN_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGAIN_ID); this.columnINTACCUM_AMT = new global::System.Data.DataColumn("INTACCUM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTACCUM_AMT); this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEYTYPE_CODE); this.columnCONFIRMCASH_AMT = new global::System.Data.DataColumn("CONFIRMCASH_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONFIRMCASH_AMT); this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_BANK); this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_BRANCH); this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPENSE_ACCID); this.columnBANKFEE_AMT = new global::System.Data.DataColumn("BANKFEE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKFEE_AMT); this.columnBANKSRV_AMT = new global::System.Data.DataColumn("BANKSRV_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKSRV_AMT); this.columnBANKVAT_AMT = new global::System.Data.DataColumn("BANKVAT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKVAT_AMT); this.columnACCID_FLAG = new global::System.Data.DataColumn("ACCID_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCID_FLAG); this.columnBANKONLINE_FLAG = new global::System.Data.DataColumn("BANKONLINE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBANKONLINE_FLAG); this.columnTOFROM_ACCID = new global::System.Data.DataColumn("TOFROM_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTOFROM_ACCID); this.columnSLIP_STATUS = new global::System.Data.DataColumn("SLIP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIP_STATUS); this.columnSLIPCLEAR_NO = new global::System.Data.DataColumn("SLIPCLEAR_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSLIPCLEAR_NO); 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.columnSUBGROUP_CODE = new global::System.Data.DataColumn("SUBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUBGROUP_CODE); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_ID); this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCEL_DATE); this.columnPOSTTOVC_FLAG = new global::System.Data.DataColumn("POSTTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOSTTOVC_FLAG); this.columnVOUCHER_NO = new global::System.Data.DataColumn("VOUCHER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVOUCHER_NO); this.columnCANCELTOVC_FLAG = new global::System.Data.DataColumn("CANCELTOVC_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCELTOVC_FLAG); this.columnCANCELVC_NO = new global::System.Data.DataColumn("CANCELVC_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCANCELVC_NO); this.columnNAME = new global::System.Data.DataColumn("NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNAME); this.columnMEMBGROUP = new global::System.Data.DataColumn("MEMBGROUP", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBGROUP); this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_CODE); this.columnMONEYTYPE_DESC = new global::System.Data.DataColumn("MONEYTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEYTYPE_DESC); this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_DESC); 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.columnBRANCH_ID = new global::System.Data.DataColumn("BRANCH_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBRANCH_ID); this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_STATUS); this.columnINTERST_BFINTARR = new global::System.Data.DataColumn("INTERST_BFINTARR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTERST_BFINTARR); this.columnPERIOD_INSTALLPAY = new global::System.Data.DataColumn("PERIOD_INSTALLPAY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_INSTALLPAY); this.columnPERIOD_INSTALLMENT = new global::System.Data.DataColumn("PERIOD_INSTALLMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_INSTALLMENT); this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYMENT); this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_TYPE); this.columnPRINT = new global::System.Data.DataColumn("PRINT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINT); this.columnCOMPUTE_1 = new global::System.Data.DataColumn("COMPUTE_1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOMPUTE_1); this.columnPERIOD_PAYAMT = new global::System.Data.DataColumn("PERIOD_PAYAMT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYAMT); this.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONCOOP_ID); this.columnLNPAYMENT_STATUS = new global::System.Data.DataColumn("LNPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLNPAYMENT_STATUS); this.columnRETURNETC_AMT = new global::System.Data.DataColumn("RETURNETC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRETURNETC_AMT); this.columncp_lastdate = new global::System.Data.DataColumn("cp_lastdate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_lastdate); this.columncp_activedate = new global::System.Data.DataColumn("cp_activedate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_activedate); this.columntxt_branch_name = new global::System.Data.DataColumn("txt_branch_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columntxt_branch_name); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnOPERATE_TDATE.MaxLength = 8; this.columnPRENAME_DESC.MaxLength = 30; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columnMEMBGROUP_DESC.MaxLength = 100; this.columnPAYOUTSLIP_NO.AllowDBNull = false; this.columnPAYOUTSLIP_NO.MaxLength = 10; this.columnMEMCOOP_ID.MaxLength = 6; this.columnMEMBER_NO.MaxLength = 8; this.columnDOCUMENT_NO.MaxLength = 15; this.columnSLIPTYPE_CODE.MaxLength = 3; this.columnSHRLONTYPE_CODE.MaxLength = 2; this.columnPAYOUTORDER_NO.MaxLength = 10; this.columnRCVFROMREQCONT_CODE.MaxLength = 3; this.columnLOANREQUEST_DOCNO.MaxLength = 15; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnGAIN_ID.MaxLength = 10; this.columnMONEYTYPE_CODE.MaxLength = 3; this.columnEXPENSE_BANK.MaxLength = 3; this.columnEXPENSE_BRANCH.MaxLength = 4; this.columnEXPENSE_ACCID.MaxLength = 15; this.columnTOFROM_ACCID.MaxLength = 15; this.columnSLIPCLEAR_NO.MaxLength = 10; this.columnMEMBGROUP_CODE.MaxLength = 8; this.columnSUBGROUP_CODE.MaxLength = 3; this.columnENTRY_ID.MaxLength = 32; this.columnCANCEL_ID.MaxLength = 32; this.columnVOUCHER_NO.MaxLength = 15; this.columnCANCELVC_NO.MaxLength = 15; this.columnNAME.ReadOnly = true; this.columnMEMBGROUP.ReadOnly = true; this.columnPERIOD_INSTALLPAY.ReadOnly = true; this.columnMEMBER_TYPE.ReadOnly = true; this.columnPRINT.DefaultValue = ((decimal)(1m)); this.columnCOMPUTE_1.ReadOnly = true; this.columncp_lastdate.ReadOnly = true; this.columncp_activedate.ReadOnly = true; this.columntxt_branch_name.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public SLSLIPPAYOUTRow NewSLSLIPPAYOUTRow() { return ((SLSLIPPAYOUTRow)(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 SLSLIPPAYOUTRow(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(SLSLIPPAYOUTRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitExpressions() { this.NAMEColumn.Expression = " prename_desc + memb_name +\' \'+ memb_surname "; this.MEMBGROUPColumn.Expression = " trim( membgroup_code )+\' \'+ membgroup_desc "; this.PERIOD_INSTALLPAYColumn.Expression = "PERIOD_PAYAMT +\' x \'+PERIOD_PAYMENT"; this.COMPUTE_1Column.Expression = "IIF(MEMBER_TYPE = 1 , \'ปกติ\' , \'สมทบ\' )"; } [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.SLSLIPPAYOUTRowChanged != null)) { this.SLSLIPPAYOUTRowChanged(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(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.SLSLIPPAYOUTRowChanging != null)) { this.SLSLIPPAYOUTRowChanging(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(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.SLSLIPPAYOUTRowDeleted != null)) { this.SLSLIPPAYOUTRowDeleted(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(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.SLSLIPPAYOUTRowDeleting != null)) { this.SLSLIPPAYOUTRowDeleting(this, new SLSLIPPAYOUTRowChangeEvent(((SLSLIPPAYOUTRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveSLSLIPPAYOUTRow(SLSLIPPAYOUTRow 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 = "SLSLIPPAYOUTDataTable"; 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 SLSLIPPAYOUT1Row : global::System.Data.DataRow { private SLSLIPPAYOUT1DataTable tableSLSLIPPAYOUT1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SLSLIPPAYOUT1Row(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSLSLIPPAYOUT1 = ((SLSLIPPAYOUT1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEM_NAME { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.MEM_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEM_NAME\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.MEM_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.MEMBGROUP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.MEMBGROUP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SUBGROUP_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_DESC\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_TYPE { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYMENT_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableSLSLIPPAYOUT1.COOP_IDColumn])); } set { this[this.tableSLSLIPPAYOUT1.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYOUTSLIP_NO { get { return ((string)(this[this.tableSLSLIPPAYOUT1.PAYOUTSLIP_NOColumn])); } set { this[this.tableSLSLIPPAYOUT1.PAYOUTSLIP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCOOP_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.MEMCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DOCUMENT_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SLIP_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SLIP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime OPERATE_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SHRLONTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYOUTORDER_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORDER_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RCVFROMREQCONT_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RCVFROMREQCONT_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANREQUEST_DOCNO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCONTRACT_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.LOANCONTRACT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RCV_PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.RCV_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RCV_PERIOD\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.RCV_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RCVPERIOD_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RCVPERIOD_FLAG\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUT_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUTCLR_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTCLR_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUTNET_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTNET_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFPERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFPERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFLOANAPPROVE_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLOANAPPROVE_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHRCONT_BALAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFWITHDRAW_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTEREST_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTCALINT_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTRECEIVE_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTRECEIVE_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTPROC_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFCONTLAW_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPAYMENT_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPAYMENT_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFCONTINT_TYPE { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCONTINT_TYPE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNCALINT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_FROM { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.CALINT_FROMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.CALINT_FROMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_TO { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.CALINT_TOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.CALINT_TOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEYTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.MONEYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.MONEYTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_BANK { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.EXPENSE_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.EXPENSE_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_BRANCH { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.EXPENSE_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.EXPENSE_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_ACCID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.EXPENSE_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.EXPENSE_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKFEE_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BANKFEE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BANKFEE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKSRV_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BANKSRV_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BANKSRV_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKVAT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKVAT_AMT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TOFROM_ACCID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SLIP_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPCLEAR_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPCLEAR_NO\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT1.MEMBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.MEMBGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SUBGROUP_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_CODE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT1.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_BYCOOPID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PERIOD_INSTALLMENT { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PERIOD_PAYMENT { get { try { return ((string)(this[this.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'SLSLIPPAYOUT1\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEM_NAMENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.MEM_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEM_NAMENull() { this[this.tableSLSLIPPAYOUT1.MEM_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_DESCNull() { this[this.tableSLSLIPPAYOUT1.LOANTYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUP_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.MEMBGROUP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUP_DESCNull() { this[this.tableSLSLIPPAYOUT1.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUBGROUP_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBGROUP_DESCNull() { this[this.tableSLSLIPPAYOUT1.SUBGROUP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_TYPENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_TYPENull() { this[this.tableSLSLIPPAYOUT1.MEMBER_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYMENT_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYMENT_STATUSNull() { this[this.tableSLSLIPPAYOUT1.PAYMENT_STATUSColumn] = 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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsDOCUMENT_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDOCUMENT_NONull() { this[this.tableSLSLIPPAYOUT1.DOCUMENT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPTYPE_CODENull() { this[this.tableSLSLIPPAYOUT1.SLIPTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SLIP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_DATENull() { this[this.tableSLSLIPPAYOUT1.SLIP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOPERATE_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOPERATE_DATENull() { this[this.tableSLSLIPPAYOUT1.OPERATE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHRLONTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRLONTYPE_CODENull() { this[this.tableSLSLIPPAYOUT1.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTORDER_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTORDER_NONull() { this[this.tableSLSLIPPAYOUT1.PAYOUTORDER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRCVFROMREQCONT_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRCVFROMREQCONT_CODENull() { this[this.tableSLSLIPPAYOUT1.RCVFROMREQCONT_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANREQUEST_DOCNONull() { return this.IsNull(this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANREQUEST_DOCNONull() { this[this.tableSLSLIPPAYOUT1.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCONTRACT_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT1.LOANCONTRACT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCONTRACT_NONull() { this[this.tableSLSLIPPAYOUT1.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRCV_PERIODNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.RCV_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRCV_PERIODNull() { this[this.tableSLSLIPPAYOUT1.RCV_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRCVPERIOD_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRCVPERIOD_FLAGNull() { this[this.tableSLSLIPPAYOUT1.RCVPERIOD_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUT_AMTNull() { this[this.tableSLSLIPPAYOUT1.PAYOUT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTCLR_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTCLR_AMTNull() { this[this.tableSLSLIPPAYOUT1.PAYOUTCLR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTNET_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTNET_AMTNull() { this[this.tableSLSLIPPAYOUT1.PAYOUTNET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPERIODNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFPERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPERIODNull() { this[this.tableSLSLIPPAYOUT1.BFPERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLOANAPPROVE_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLOANAPPROVE_AMTNull() { this[this.tableSLSLIPPAYOUT1.BFLOANAPPROVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHRCONT_BALAMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHRCONT_BALAMTNull() { this[this.tableSLSLIPPAYOUT1.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFWITHDRAW_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFWITHDRAW_AMTNull() { this[this.tableSLSLIPPAYOUT1.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTEREST_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTEREST_ARREARNull() { this[this.tableSLSLIPPAYOUT1.BFINTEREST_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTCALINT_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTCALINT_DATENull() { this[this.tableSLSLIPPAYOUT1.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTRECEIVE_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTRECEIVE_DATENull() { this[this.tableSLSLIPPAYOUT1.BFLASTRECEIVE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTPROC_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTPROC_DATENull() { this[this.tableSLSLIPPAYOUT1.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFCONTLAW_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCONTLAW_STATUSNull() { this[this.tableSLSLIPPAYOUT1.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPAYMENT_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPAYMENT_STATUSNull() { this[this.tableSLSLIPPAYOUT1.BFPAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFCONTINT_TYPENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCONTINT_TYPENull() { this[this.tableSLSLIPPAYOUT1.BFCONTINT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNCALINT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNCALINT_AMTNull() { this[this.tableSLSLIPPAYOUT1.PRNCALINT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_FROMNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.CALINT_FROMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_FROMNull() { this[this.tableSLSLIPPAYOUT1.CALINT_FROMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_TONull() { return this.IsNull(this.tableSLSLIPPAYOUT1.CALINT_TOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_TONull() { this[this.tableSLSLIPPAYOUT1.CALINT_TOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PERIODNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PERIODNull() { this[this.tableSLSLIPPAYOUT1.INTEREST_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEYTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.MONEYTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEYTYPE_CODENull() { this[this.tableSLSLIPPAYOUT1.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_BANKNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.EXPENSE_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_BANKNull() { this[this.tableSLSLIPPAYOUT1.EXPENSE_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_BRANCHNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_ACCIDNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.EXPENSE_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_ACCIDNull() { this[this.tableSLSLIPPAYOUT1.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKFEE_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BANKFEE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKFEE_AMTNull() { this[this.tableSLSLIPPAYOUT1.BANKFEE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKSRV_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BANKSRV_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKSRV_AMTNull() { this[this.tableSLSLIPPAYOUT1.BANKSRV_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKVAT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKVAT_AMTNull() { this[this.tableSLSLIPPAYOUT1.BANKVAT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTOFROM_ACCIDNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTOFROM_ACCIDNull() { this[this.tableSLSLIPPAYOUT1.TOFROM_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_STATUSNull() { this[this.tableSLSLIPPAYOUT1.SLIP_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPCLEAR_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPCLEAR_NONull() { this[this.tableSLSLIPPAYOUT1.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT1.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.tableSLSLIPPAYOUT1.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 IsSUBGROUP_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBGROUP_CODENull() { this[this.tableSLSLIPPAYOUT1.SUBGROUP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableSLSLIPPAYOUT1.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT1.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableSLSLIPPAYOUT1.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_BYCOOPIDNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_BYCOOPIDNull() { this[this.tableSLSLIPPAYOUT1.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_INSTALLMENTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_INSTALLMENTNull() { this[this.tableSLSLIPPAYOUT1.PERIOD_INSTALLMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYMENTNull() { return this.IsNull(this.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYMENTNull() { this[this.tableSLSLIPPAYOUT1.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class SLSLIPPAYINDETRow : global::System.Data.DataRow { private SLSLIPPAYINDETDataTable tableSLSLIPPAYINDET; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SLSLIPPAYINDETRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSLSLIPPAYINDET = ((SLSLIPPAYINDETDataTable)(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.tableSLSLIPPAYINDET.COOP_IDColumn])); } set { this[this.tableSLSLIPPAYINDET.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYINSLIP_NO { get { return ((string)(this[this.tableSLSLIPPAYINDET.PAYINSLIP_NOColumn])); } set { this[this.tableSLSLIPPAYINDET.PAYINSLIP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPITEMTYPE_CODE { get { return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEMTYPE_CODEColumn])); } set { this[this.tableSLSLIPPAYINDET.SLIPITEMTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { return ((decimal)(this[this.tableSLSLIPPAYINDET.SEQ_NOColumn])); } set { this[this.tableSLSLIPPAYINDET.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OPERATE_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SHRLONTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONCOOP_ID { get { try { return ((string)(this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCONTRACT_NO { get { try { return ((string)(this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPITEM_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPITEM_DESC\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIODCOUNT_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIODCOUNT_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_PAYAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PAYAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTARREAR_PAYAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_PAYAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_PAYAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_BALANCE { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_BALANCE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNCALINT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_FROM { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_TO { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.CALINT_TOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.CALINT_TOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_RETURN { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STM_ITEMTYPE { get { try { return ((string)(this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STM_ITEMTYPE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFPERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTARR_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTARR_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTARRSET_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTARRSET_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTCALINT_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTPROC_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTPAY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPAY_DATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFWITHDRAW_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPERIOD_PAYMENT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD_PAYMENT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHRCONT_BALAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHRCONT_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFCONTLAW_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFCOUNTPAY_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCOUNTPAY_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPAYSPEC_METHOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPAYSPEC_METHOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RKEEP_PRINCIPAL { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_PRINCIPAL\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RKEEP_INTEREST { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_INTEREST\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal NKEEP_INTEREST { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_INTEREST\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTRETURN_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_FLAG\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPXAFTERMTHKEEP_TYPE { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPXAFTERMTHKEEP_TYPE\' in table \'SLSLIPPAYINDET\' is DBNull." + "", e); } } set { this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTRETURN_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_AMT\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_DOCNO { get { try { return ((string)(this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINEYEAR_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INYEAR_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INYEAR_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFFINE_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFFINE_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.FINE_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_PERIOD\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.FINE_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INT_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INT_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.FINE_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.FINE_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PAY { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INTEREST_PAYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAY\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INTEREST_PAYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_COMPENSATE { get { try { return ((decimal)(this[this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_COMPENSATE\' in table \'SLSLIPPAYINDET\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOPERATE_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOPERATE_FLAGNull() { this[this.tableSLSLIPPAYINDET.OPERATE_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHRLONTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRLONTYPE_CODENull() { this[this.tableSLSLIPPAYINDET.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONCOOP_IDNull() { return this.IsNull(this.tableSLSLIPPAYINDET.CONCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONCOOP_IDNull() { this[this.tableSLSLIPPAYINDET.CONCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCONTRACT_NONull() { return this.IsNull(this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCONTRACT_NONull() { this[this.tableSLSLIPPAYINDET.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPITEM_DESCNull() { return this.IsNull(this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPITEM_DESCNull() { this[this.tableSLSLIPPAYINDET.SLIPITEM_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIODCOUNT_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIODCOUNT_FLAGNull() { this[this.tableSLSLIPPAYINDET.PERIODCOUNT_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIODNull() { return this.IsNull(this.tableSLSLIPPAYINDET.PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIODNull() { this[this.tableSLSLIPPAYINDET.PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_PAYAMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_PAYAMTNull() { this[this.tableSLSLIPPAYINDET.PRINCIPAL_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PAYAMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PAYAMTNull() { this[this.tableSLSLIPPAYINDET.INTEREST_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTARREAR_PAYAMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTARREAR_PAYAMTNull() { this[this.tableSLSLIPPAYINDET.INTARREAR_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_PAYAMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_PAYAMTNull() { this[this.tableSLSLIPPAYINDET.ITEM_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_BALANCENull() { return this.IsNull(this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_BALANCENull() { this[this.tableSLSLIPPAYINDET.ITEM_BALANCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNCALINT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNCALINT_AMTNull() { this[this.tableSLSLIPPAYINDET.PRNCALINT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_FROMNull() { return this.IsNull(this.tableSLSLIPPAYINDET.CALINT_FROMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_FROMNull() { this[this.tableSLSLIPPAYINDET.CALINT_FROMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_TONull() { return this.IsNull(this.tableSLSLIPPAYINDET.CALINT_TOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_TONull() { this[this.tableSLSLIPPAYINDET.CALINT_TOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PERIODNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PERIODNull() { this[this.tableSLSLIPPAYINDET.INTEREST_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_RETURNNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_RETURNNull() { this[this.tableSLSLIPPAYINDET.INTEREST_RETURNColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTM_ITEMTYPENull() { return this.IsNull(this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTM_ITEMTYPENull() { this[this.tableSLSLIPPAYINDET.STM_ITEMTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPERIODNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFPERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPERIODNull() { this[this.tableSLSLIPPAYINDET.BFPERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTARR_AMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTARR_AMTNull() { this[this.tableSLSLIPPAYINDET.BFINTARR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTARRSET_AMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTARRSET_AMTNull() { this[this.tableSLSLIPPAYINDET.BFINTARRSET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTCALINT_DATENull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTCALINT_DATENull() { this[this.tableSLSLIPPAYINDET.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTPROC_DATENull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTPROC_DATENull() { this[this.tableSLSLIPPAYINDET.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTPAY_DATENull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTPAY_DATENull() { this[this.tableSLSLIPPAYINDET.BFLASTPAY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFWITHDRAW_AMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFWITHDRAW_AMTNull() { this[this.tableSLSLIPPAYINDET.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPERIOD_PAYMENTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPERIOD_PAYMENTNull() { this[this.tableSLSLIPPAYINDET.BFPERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHRCONT_BALAMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHRCONT_BALAMTNull() { this[this.tableSLSLIPPAYINDET.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHRCONT_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHRCONT_STATUSNull() { this[this.tableSLSLIPPAYINDET.BFSHRCONT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFCONTLAW_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCONTLAW_STATUSNull() { this[this.tableSLSLIPPAYINDET.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFCOUNTPAY_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCOUNTPAY_FLAGNull() { this[this.tableSLSLIPPAYINDET.BFCOUNTPAY_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPAYSPEC_METHODNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPAYSPEC_METHODNull() { this[this.tableSLSLIPPAYINDET.BFPAYSPEC_METHODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRKEEP_PRINCIPALNull() { return this.IsNull(this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRKEEP_PRINCIPALNull() { this[this.tableSLSLIPPAYINDET.RKEEP_PRINCIPALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRKEEP_INTERESTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRKEEP_INTERESTNull() { this[this.tableSLSLIPPAYINDET.RKEEP_INTERESTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNKEEP_INTERESTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNKEEP_INTERESTNull() { this[this.tableSLSLIPPAYINDET.NKEEP_INTERESTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTRETURN_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTRETURN_FLAGNull() { this[this.tableSLSLIPPAYINDET.BFINTRETURN_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPXAFTERMTHKEEP_TYPENull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPXAFTERMTHKEEP_TYPENull() { this[this.tableSLSLIPPAYINDET.BFPXAFTERMTHKEEP_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTRETURN_AMTNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTRETURN_AMTNull() { this[this.tableSLSLIPPAYINDET.BFINTRETURN_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_DOCNONull() { return this.IsNull(this.tableSLSLIPPAYINDET.REF_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_DOCNONull() { this[this.tableSLSLIPPAYINDET.REF_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINEYEAR_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINEYEAR_ARREARNull() { this[this.tableSLSLIPPAYINDET.FINEYEAR_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINYEAR_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINYEAR_ARREARNull() { this[this.tableSLSLIPPAYINDET.INYEAR_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFFINE_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFFINE_ARREARNull() { this[this.tableSLSLIPPAYINDET.BFFINE_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_PERIODNull() { return this.IsNull(this.tableSLSLIPPAYINDET.FINE_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_PERIODNull() { this[this.tableSLSLIPPAYINDET.FINE_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INT_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_ARREARNull() { this[this.tableSLSLIPPAYINDET.INT_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYINDET.FINE_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_ARREARNull() { this[this.tableSLSLIPPAYINDET.FINE_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PAYNull() { return this.IsNull(this.tableSLSLIPPAYINDET.INTEREST_PAYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PAYNull() { this[this.tableSLSLIPPAYINDET.INTEREST_PAYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_COMPENSATENull() { return this.IsNull(this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_COMPENSATENull() { this[this.tableSLSLIPPAYINDET.INT_COMPENSATEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNCONTMASTERRow : global::System.Data.DataRow { private LNCONTMASTERDataTable tableLNCONTMASTER; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCONTMASTERRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(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.tableLNCONTMASTER.COOP_IDColumn])); } set { this[this.tableLNCONTMASTER.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCONTRACT_NO { get { return ((string)(this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn])); } set { this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCOOP_ID { get { try { return ((string)(this[this.tableLNCONTMASTER.MEMCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.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.tableLNCONTMASTER.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_CODE { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANOBJECTIVE_CODE { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJECTIVE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANREQUEST_DOCNO { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANREQUEST_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LOANREQUEST_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANREQUEST_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LOANAPPROVE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANAPPROVE_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn] = 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.tableLNCONTMASTER.WITHDRAWABLE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.WITHDRAWABLE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_BALANCE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANPAYMENT_TYPE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENT_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_INSTALLMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_LASTPAYMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_LASTPAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYMENT_STATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LAST_PERIODRCV { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODRCV\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LAST_PERIODPAY { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODPAY\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime STARTCONT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.STARTCONT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STARTCONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.STARTCONT_DATEColumn] = 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.tableLNCONTMASTER.STARTKEEP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STARTKEEP_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.STARTKEEP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STARTKEEP_PERIOD { get { try { return ((string)(this[this.tableLNCONTMASTER.STARTKEEP_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STARTKEEP_PERIOD\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.STARTKEEP_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTRECEIVE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTRECEIVE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTPAYMENT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTPAYMENT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = 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.tableLNCONTMASTER.LASTCALINT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTCALINT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTKEEPING_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTKEEPING_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTPROCESS_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTPROCESS_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn] = 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.tableLNCONTMASTER.LASTACCESS_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTACCESS_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTACCESS_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CLOSECONT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CLOSECONT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CLOSECONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CLOSECONT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTYEAR_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_ACCUM { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTACCUM_LASTYEAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_LASTYEAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_RETURN { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_RETURN\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_RETURN { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_RETURNColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTEREST_RETURNColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNPAYMENT_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNPAYMENT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTPAYMENT_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTPAYMENT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LAST_STM_NO { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LAST_STM_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAST_STM_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LAST_STM_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TRANSFER_STATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.TRANSFER_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRANSFER_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.TRANSFER_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_TRANS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_TRANS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRNFROM_CONTNO { get { try { return ((string)(this[this.tableLNCONTMASTER.TRNFROM_CONTNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_CONTNO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.TRNFROM_CONTNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TRNFROM_MEMNO { get { try { return ((string)(this[this.tableLNCONTMASTER.TRNFROM_MEMNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_MEMNO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.TRNFROM_MEMNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal NKEEP_PRINCIPAL { get { try { return ((decimal)(this[this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_PRINCIPAL\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal NKEEP_INTEREST { get { try { return ((decimal)(this[this.tableLNCONTMASTER.NKEEP_INTERESTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_INTEREST\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.NKEEP_INTERESTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RKEEP_PRINCIPAL { get { try { return ((decimal)(this[this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_PRINCIPAL\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RKEEP_INTEREST { get { try { return ((decimal)(this[this.tableLNCONTMASTER.RKEEP_INTERESTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_INTEREST\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.RKEEP_INTERESTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_STATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_INSTALLMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_INSTALLMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime COMPOUND_DUEDATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_DUEDATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_PAYSTATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYSTATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MISSPAY_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.MISSPAY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MISSPAY_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.MISSPAY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OD_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.OD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.OD_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTLAW_STATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTLAW_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTLAW_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTLAW_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTRACT_STATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTRACT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string APPROVE_ID { get { try { return ((string)(this[this.tableLNCONTMASTER.APPROVE_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_ID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.APPROVE_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string APPROVE_BYCOOPID { get { try { return ((string)(this[this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_BYCOOPID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn] = 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.tableLNCONTMASTER.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTTYPE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INT_CONTINTTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INT_CONTINTTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTRATE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INT_CONTINTRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTRATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INT_CONTINTRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INT_CONTINTTABCODE { get { try { return ((string)(this[this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTABCODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTINCREASE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTINCREASE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_INTSTEPTYPE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_INTSTEPTYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string STATUS_DESC { get { try { return ((string)(this[this.tableLNCONTMASTER.STATUS_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'STATUS_DESC\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.STATUS_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYAMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PERIOD_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYMENT_MAX { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT_MAX\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTMONTH_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTMONTH_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LAST_TRANSCONT_NO { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAST_TRANSCONT_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTRACT_TIME { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_TIME\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime EXPIRECONT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPIRECONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn] = 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.tableLNCONTMASTER.EXPENSE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.EXPENSE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_BANK { get { try { return ((string)(this[this.tableLNCONTMASTER.EXPENSE_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.EXPENSE_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_BRANCH { get { try { return ((string)(this[this.tableLNCONTMASTER.EXPENSE_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.EXPENSE_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_ACCID { get { try { return ((string)(this[this.tableLNCONTMASTER.EXPENSE_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.EXPENSE_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime COMPOUND_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUND_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_PERIOD { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PERIOD\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime COMPOUNDDUE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDDUE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BUYSHARE_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.BUYSHARE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BUYSHARE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BUYSHARE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECEIVEPERIOD_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECEIVEPERIOD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNCBALBEGIN_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCBALBEGIN_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTRACT_TYPE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTRACT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUMINT_LASTYEAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.SUMINT_LASTYEARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUMINT_LASTYEAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.SUMINT_LASTYEARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOAN_NO { get { try { return ((string)(this[this.tableLNCONTMASTER.LOAN_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOAN_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOAN_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INSURANCE_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INSURANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INSURANCE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INSURANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INSTYPE_CODE { get { try { return ((string)(this[this.tableLNCONTMASTER.INSTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INSTYPE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INSTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTARREAR_TRANS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTARREAR_TRANSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_TRANS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTARREAR_TRANSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CANCEL_ID { get { try { return ((string)(this[this.tableLNCONTMASTER.CANCEL_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CANCEL_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CANCEL_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CANCEL_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CANCEL_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CANCEL_CAUSE { get { try { return ((string)(this[this.tableLNCONTMASTER.CANCEL_CAUSEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_CAUSE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CANCEL_CAUSEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_PAYTYPE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYTYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime COMPOUND_NMLDATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_NMLDATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_TRANSBAL { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_TRANSBAL\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTARREAR_TRANSBAL { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_TRANSBAL\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LOANPAYMENTCHG_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENTCHG_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COMPOUND_INTARRPAYMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_INTARRPAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INSURECOLL_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INSURECOLL_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INSURECOLL_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INSURECOLL_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TRNLNTOCOLL_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRNLNTOCOLL_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COUNTPAY_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.COUNTPAY_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COUNTPAY_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.COUNTPAY_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYINTARR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYINTARR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TRNFROM_PRNBAL { get { try { return ((decimal)(this[this.tableLNCONTMASTER.TRNFROM_PRNBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_PRNBAL\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.TRNFROM_PRNBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TRNFROM_INTBAL { get { try { return ((decimal)(this[this.tableLNCONTMASTER.TRNFROM_INTBALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_INTBAL\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.TRNFROM_INTBALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUTORD_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal IDENTIFYCONT_INTRATE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'IDENTIFYCONT_INTRATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OBJINTWARRANT_CODE { get { try { return ((string)(this[this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OBJINTWARRANT_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CANCEL_PRNBALAMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_PRNBALAMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REQCOOP_ID { get { try { return ((string)(this[this.tableLNCONTMASTER.REQCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REQCOOP_ID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.REQCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTCERTIFICATE_STATUS { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTCERTIFICATE_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTENDORSE_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTENDORSE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTENDORSE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTENDORSE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANCREDIT_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LOANCREDIT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCREDIT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANCREDIT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTSET_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTSET_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTSET_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTSET_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_CODE { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANPAY_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAY_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_BANK { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANPAY_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BANK\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAY_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_BRANCH { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANPAY_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BRANCH\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAY_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_ACCID { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANPAY_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_ACCID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAY_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANPAYSPLIT_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYSPLIT_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTCCLCAUSE_CODE { get { try { return ((string)(this[this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTCCLCAUSE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTCOMPOUND_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTCOMPOUND_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal REFRAINAVG_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFRAINAVG_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn] = 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.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.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.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYIP\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTSETBEGIN_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTSETBEGIN_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUBPERIOD_PERCENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBPERIOD_PERCENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUBPERIOD_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.SUBPERIOD_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBPERIOD_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.SUBPERIOD_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUBCOUNT_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.SUBCOUNT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBCOUNT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.SUBCOUNT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUBPERIOD_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBPERIOD_PAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINEYEAR_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.FINEYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.FINEYEAR_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.FINE_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.FINE_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CURRENT_COOPID { get { try { return ((string)(this[this.tableLNCONTMASTER.CURRENT_COOPIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CURRENT_COOPID\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CURRENT_COOPIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTCOUNT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTCOUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTCOUNT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTCOUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTCOUNT_END { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTCOUNT_ENDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTCOUNT_END\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTCOUNT_ENDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTREC_NO { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LASTREC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTREC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTLINE_NO { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LASTLINE_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTLINE_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LASTPAGE_NO { get { try { return ((decimal)(this[this.tableLNCONTMASTER.LASTPAGE_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTPAGE_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPASSBOOK_NO { get { try { return ((string)(this[this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPASSBOOK_NO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTCOMPENSATE_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTCOMPENSATE_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime LASTCALFINE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTCALFINE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LASTCALFINE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.LASTCALFINE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTRACTINT_TYPE { get { try { return ((string)(this[this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTRACTINT_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CONTINTEXPIRE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTINTEXPIRE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTRACT_INTEREST { get { try { return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_INTERESTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_INTEREST\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CONTRACT_INTERESTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFFINEYEAR_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFFINEYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTERESTYEAR_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTERESTYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRTBOOK_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRTBOOK_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRTBOOK_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRTBOOK_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRTCARD_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRTCARD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRTCARD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRTCARD_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_PAYAMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.ITEM_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_PAYAMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.ITEM_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OPERATE_FLAG { get { try { return ((decimal)(this[this.tableLNCONTMASTER.OPERATE_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.OPERATE_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHRCONT_BALAMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.BFSHRCONT_BALAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BFSHRCONT_BALAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTCALINT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.BFLASTCALINT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BFLASTCALINT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PERIOD { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTEREST_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTARR_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.BFINTARR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTARR_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BFINTARR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_PAYAMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYAMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.PRINCIPAL_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PAYAMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYAMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTEREST_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_BALANCE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.ITEM_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_BALANCE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.ITEM_BALANCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPXAFTERMTHKEEP_TYPE { get { try { return ((decimal)(this[this.tableLNCONTMASTER.BFPXAFTERMTHKEEP_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPXAFTERMTHKEEP_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.BFPXAFTERMTHKEEP_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_PERIOD { get { try { return ((decimal)(this[this.tableLNCONTMASTER.FINE_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_PERIOD\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.FINE_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_PERIOD_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.FINE_PERIOD_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_PERIOD_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.FINE_PERIOD_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINEYEAR_ARREAR_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.FINEYEAR_ARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.FINEYEAR_ARREAR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_TO { get { try { return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CALINT_TOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.CALINT_TOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_ARREAR_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INT_ARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_ARREAR_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INT_ARREAR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_ARREAR_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.FINE_ARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.FINE_ARREAR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTYEAR_ARREAR_AMT { get { try { return ((decimal)(this[this.tableLNCONTMASTER.INTYEAR_ARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTYEAR_ARREAR_AMT\' in table \'LNCONTMASTER\' is DBNull.", e); } } set { this[this.tableLNCONTMASTER.INTYEAR_ARREAR_AMTColumn] = value; } } [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.tableLNCONTMASTER.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.tableLNCONTMASTER.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.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsLOANTYPE_CODENull() { return this.IsNull(this.tableLNCONTMASTER.LOANTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_CODENull() { this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANOBJECTIVE_CODENull() { return this.IsNull(this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANOBJECTIVE_CODENull() { this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANREQUEST_DOCNONull() { return this.IsNull(this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANREQUEST_DOCNONull() { this[this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANREQUEST_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.LOANREQUEST_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANREQUEST_AMTNull() { this[this.tableLNCONTMASTER.LOANREQUEST_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANAPPROVE_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANAPPROVE_DATENull() { this[this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANAPPROVE_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANAPPROVE_AMTNull() { this[this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn] = 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.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsPRINCIPAL_BALANCENull() { return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_BALANCENull() { this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAYMENT_TYPENull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAYMENT_TYPENull() { this[this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_INSTALLMENTNull() { return this.IsNull(this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_INSTALLMENTNull() { this[this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYMENTNull() { return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYMENTNull() { this[this.tableLNCONTMASTER.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_LASTPAYMENTNull() { return this.IsNull(this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_LASTPAYMENTNull() { this[this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYMENT_STATUSNull() { return this.IsNull(this.tableLNCONTMASTER.PAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYMENT_STATUSNull() { this[this.tableLNCONTMASTER.PAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAST_PERIODRCVNull() { return this.IsNull(this.tableLNCONTMASTER.LAST_PERIODRCVColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAST_PERIODRCVNull() { this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAST_PERIODPAYNull() { return this.IsNull(this.tableLNCONTMASTER.LAST_PERIODPAYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAST_PERIODPAYNull() { this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTARTCONT_DATENull() { return this.IsNull(this.tableLNCONTMASTER.STARTCONT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTARTCONT_DATENull() { this[this.tableLNCONTMASTER.STARTCONT_DATEColumn] = 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.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsSTARTKEEP_PERIODNull() { return this.IsNull(this.tableLNCONTMASTER.STARTKEEP_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTARTKEEP_PERIODNull() { this[this.tableLNCONTMASTER.STARTKEEP_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTRECEIVE_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTRECEIVE_DATENull() { this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTPAYMENT_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTPAYMENT_DATENull() { this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = 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.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsLASTKEEPING_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LASTKEEPING_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTKEEPING_DATENull() { this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTPROCESS_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LASTPROCESS_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTPROCESS_DATENull() { this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn] = 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.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsCLOSECONT_DATENull() { return this.IsNull(this.tableLNCONTMASTER.CLOSECONT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCLOSECONT_DATENull() { this[this.tableLNCONTMASTER.CLOSECONT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_ARREARNull() { this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.INTEREST_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_ARREARNull() { this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTYEAR_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.INTYEAR_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTYEAR_ARREARNull() { this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_ACCUMNull() { return this.IsNull(this.tableLNCONTMASTER.INTEREST_ACCUMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_ACCUMNull() { this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTACCUM_LASTYEARNull() { return this.IsNull(this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTACCUM_LASTYEARNull() { this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_RETURNNull() { return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_RETURNNull() { this[this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_RETURNNull() { return this.IsNull(this.tableLNCONTMASTER.INTEREST_RETURNColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_RETURNNull() { this[this.tableLNCONTMASTER.INTEREST_RETURNColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNPAYMENT_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNPAYMENT_AMTNull() { this[this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTPAYMENT_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.INTPAYMENT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTPAYMENT_AMTNull() { this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAST_STM_NONull() { return this.IsNull(this.tableLNCONTMASTER.LAST_STM_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAST_STM_NONull() { this[this.tableLNCONTMASTER.LAST_STM_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRANSFER_STATUSNull() { return this.IsNull(this.tableLNCONTMASTER.TRANSFER_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRANSFER_STATUSNull() { this[this.tableLNCONTMASTER.TRANSFER_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_TRANSNull() { return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_TRANSNull() { this[this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRNFROM_CONTNONull() { return this.IsNull(this.tableLNCONTMASTER.TRNFROM_CONTNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRNFROM_CONTNONull() { this[this.tableLNCONTMASTER.TRNFROM_CONTNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRNFROM_MEMNONull() { return this.IsNull(this.tableLNCONTMASTER.TRNFROM_MEMNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRNFROM_MEMNONull() { this[this.tableLNCONTMASTER.TRNFROM_MEMNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNKEEP_PRINCIPALNull() { return this.IsNull(this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNKEEP_PRINCIPALNull() { this[this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNKEEP_INTERESTNull() { return this.IsNull(this.tableLNCONTMASTER.NKEEP_INTERESTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNKEEP_INTERESTNull() { this[this.tableLNCONTMASTER.NKEEP_INTERESTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRKEEP_PRINCIPALNull() { return this.IsNull(this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRKEEP_PRINCIPALNull() { this[this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRKEEP_INTERESTNull() { return this.IsNull(this.tableLNCONTMASTER.RKEEP_INTERESTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRKEEP_INTERESTNull() { this[this.tableLNCONTMASTER.RKEEP_INTERESTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_STATUSNull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_STATUSNull() { this[this.tableLNCONTMASTER.COMPOUND_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_INSTALLMENTNull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_INSTALLMENTNull() { this[this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_DUEDATENull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_DUEDATENull() { this[this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_PAYMENTNull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_PAYMENTNull() { this[this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_PAYSTATUSNull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_PAYSTATUSNull() { this[this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMISSPAY_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.MISSPAY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMISSPAY_AMTNull() { this[this.tableLNCONTMASTER.MISSPAY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOD_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.OD_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOD_FLAGNull() { this[this.tableLNCONTMASTER.OD_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTLAW_STATUSNull() { return this.IsNull(this.tableLNCONTMASTER.CONTLAW_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTLAW_STATUSNull() { this[this.tableLNCONTMASTER.CONTLAW_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTRACT_STATUSNull() { return this.IsNull(this.tableLNCONTMASTER.CONTRACT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTRACT_STATUSNull() { this[this.tableLNCONTMASTER.CONTRACT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAPPROVE_IDNull() { return this.IsNull(this.tableLNCONTMASTER.APPROVE_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAPPROVE_IDNull() { this[this.tableLNCONTMASTER.APPROVE_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAPPROVE_BYCOOPIDNull() { return this.IsNull(this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAPPROVE_BYCOOPIDNull() { this[this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn] = 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.tableLNCONTMASTER.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableLNCONTMASTER.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTTYPENull() { return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTTYPENull() { this[this.tableLNCONTMASTER.INT_CONTINTTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTRATENull() { return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTRATENull() { this[this.tableLNCONTMASTER.INT_CONTINTRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTTABCODENull() { return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTTABCODENull() { this[this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTINCREASENull() { return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTINCREASENull() { this[this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_INTSTEPTYPENull() { return this.IsNull(this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_INTSTEPTYPENull() { this[this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSTATUS_DESCNull() { return this.IsNull(this.tableLNCONTMASTER.STATUS_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSTATUS_DESCNull() { this[this.tableLNCONTMASTER.STATUS_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYAMTNull() { return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYAMTNull() { this[this.tableLNCONTMASTER.PERIOD_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYMENT_MAXNull() { return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYMENT_MAXNull() { this[this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTMONTH_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.INTMONTH_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTMONTH_ARREARNull() { this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAST_TRANSCONT_NONull() { return this.IsNull(this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAST_TRANSCONT_NONull() { this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTRACT_TIMENull() { return this.IsNull(this.tableLNCONTMASTER.CONTRACT_TIMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTRACT_TIMENull() { this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPIRECONT_DATENull() { return this.IsNull(this.tableLNCONTMASTER.EXPIRECONT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPIRECONT_DATENull() { this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn] = 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.tableLNCONTMASTER.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.tableLNCONTMASTER.EXPENSE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_BANKNull() { return this.IsNull(this.tableLNCONTMASTER.EXPENSE_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_BANKNull() { this[this.tableLNCONTMASTER.EXPENSE_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_BRANCHNull() { return this.IsNull(this.tableLNCONTMASTER.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.tableLNCONTMASTER.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_ACCIDNull() { return this.IsNull(this.tableLNCONTMASTER.EXPENSE_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_ACCIDNull() { this[this.tableLNCONTMASTER.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_DATENull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_DATENull() { this[this.tableLNCONTMASTER.COMPOUND_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_PERIODNull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_PERIODNull() { this[this.tableLNCONTMASTER.COMPOUND_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUNDDUE_DATENull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUNDDUE_DATENull() { this[this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBUYSHARE_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.BUYSHARE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBUYSHARE_AMTNull() { this[this.tableLNCONTMASTER.BUYSHARE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECEIVEPERIOD_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECEIVEPERIOD_FLAGNull() { this[this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNCBALBEGIN_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNCBALBEGIN_AMTNull() { this[this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTRACT_TYPENull() { return this.IsNull(this.tableLNCONTMASTER.CONTRACT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTRACT_TYPENull() { this[this.tableLNCONTMASTER.CONTRACT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUMINT_LASTYEARNull() { return this.IsNull(this.tableLNCONTMASTER.SUMINT_LASTYEARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUMINT_LASTYEARNull() { this[this.tableLNCONTMASTER.SUMINT_LASTYEARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOAN_NONull() { return this.IsNull(this.tableLNCONTMASTER.LOAN_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOAN_NONull() { this[this.tableLNCONTMASTER.LOAN_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINSURANCE_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.INSURANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINSURANCE_AMTNull() { this[this.tableLNCONTMASTER.INSURANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINSTYPE_CODENull() { return this.IsNull(this.tableLNCONTMASTER.INSTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINSTYPE_CODENull() { this[this.tableLNCONTMASTER.INSTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTARREAR_TRANSNull() { return this.IsNull(this.tableLNCONTMASTER.INTARREAR_TRANSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTARREAR_TRANSNull() { this[this.tableLNCONTMASTER.INTARREAR_TRANSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_IDNull() { return this.IsNull(this.tableLNCONTMASTER.CANCEL_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_IDNull() { this[this.tableLNCONTMASTER.CANCEL_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_DATENull() { return this.IsNull(this.tableLNCONTMASTER.CANCEL_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_DATENull() { this[this.tableLNCONTMASTER.CANCEL_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_CAUSENull() { return this.IsNull(this.tableLNCONTMASTER.CANCEL_CAUSEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_CAUSENull() { this[this.tableLNCONTMASTER.CANCEL_CAUSEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_PAYTYPENull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_PAYTYPENull() { this[this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_NMLDATENull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_NMLDATENull() { this[this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_TRANSBALNull() { return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_TRANSBALNull() { this[this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTARREAR_TRANSBALNull() { return this.IsNull(this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTARREAR_TRANSBALNull() { this[this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAYMENTCHG_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAYMENTCHG_DATENull() { this[this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPOUND_INTARRPAYMENTNull() { return this.IsNull(this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPOUND_INTARRPAYMENTNull() { this[this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINSURECOLL_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.INSURECOLL_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINSURECOLL_FLAGNull() { this[this.tableLNCONTMASTER.INSURECOLL_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRNLNTOCOLL_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRNLNTOCOLL_FLAGNull() { this[this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOUNTPAY_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.COUNTPAY_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOUNTPAY_FLAGNull() { this[this.tableLNCONTMASTER.COUNTPAY_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYINTARRNull() { return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYINTARRNull() { this[this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRNFROM_PRNBALNull() { return this.IsNull(this.tableLNCONTMASTER.TRNFROM_PRNBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRNFROM_PRNBALNull() { this[this.tableLNCONTMASTER.TRNFROM_PRNBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTRNFROM_INTBALNull() { return this.IsNull(this.tableLNCONTMASTER.TRNFROM_INTBALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTRNFROM_INTBALNull() { this[this.tableLNCONTMASTER.TRNFROM_INTBALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTORD_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTORD_FLAGNull() { this[this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsIDENTIFYCONT_INTRATENull() { return this.IsNull(this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetIDENTIFYCONT_INTRATENull() { this[this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOBJINTWARRANT_CODENull() { return this.IsNull(this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOBJINTWARRANT_CODENull() { this[this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_PRNBALAMTNull() { return this.IsNull(this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_PRNBALAMTNull() { this[this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREQCOOP_IDNull() { return this.IsNull(this.tableLNCONTMASTER.REQCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREQCOOP_IDNull() { this[this.tableLNCONTMASTER.REQCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTCERTIFICATE_STATUSNull() { return this.IsNull(this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTCERTIFICATE_STATUSNull() { this[this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTENDORSE_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.INTENDORSE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTENDORSE_AMTNull() { this[this.tableLNCONTMASTER.INTENDORSE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCREDIT_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.LOANCREDIT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCREDIT_AMTNull() { this[this.tableLNCONTMASTER.LOANCREDIT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTSET_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.INTSET_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTSET_ARREARNull() { this[this.tableLNCONTMASTER.INTSET_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_CODENull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAY_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_CODENull() { this[this.tableLNCONTMASTER.LOANPAY_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_BANKNull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAY_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_BANKNull() { this[this.tableLNCONTMASTER.LOANPAY_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_BRANCHNull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAY_BRANCHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_BRANCHNull() { this[this.tableLNCONTMASTER.LOANPAY_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_ACCIDNull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAY_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_ACCIDNull() { this[this.tableLNCONTMASTER.LOANPAY_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAYSPLIT_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAYSPLIT_FLAGNull() { this[this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTCCLCAUSE_CODENull() { return this.IsNull(this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTCCLCAUSE_CODENull() { this[this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTCOMPOUND_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTCOMPOUND_ARREARNull() { this[this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFRAINAVG_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFRAINAVG_FLAGNull() { this[this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn] = 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.tableLNCONTMASTER.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.tableLNCONTMASTER.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.tableLNCONTMASTER.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.tableLNCONTMASTER.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 IsINTSETBEGIN_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTSETBEGIN_AMTNull() { this[this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUBPERIOD_PERCENTNull() { return this.IsNull(this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBPERIOD_PERCENTNull() { this[this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUBPERIOD_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.SUBPERIOD_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBPERIOD_AMTNull() { this[this.tableLNCONTMASTER.SUBPERIOD_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUBCOUNT_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.SUBCOUNT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBCOUNT_AMTNull() { this[this.tableLNCONTMASTER.SUBCOUNT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUBPERIOD_PAYMENTNull() { return this.IsNull(this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBPERIOD_PAYMENTNull() { this[this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINEYEAR_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.FINEYEAR_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINEYEAR_ARREARNull() { this[this.tableLNCONTMASTER.FINEYEAR_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.FINE_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_ARREARNull() { this[this.tableLNCONTMASTER.FINE_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCURRENT_COOPIDNull() { return this.IsNull(this.tableLNCONTMASTER.CURRENT_COOPIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCURRENT_COOPIDNull() { this[this.tableLNCONTMASTER.CURRENT_COOPIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTCOUNTNull() { return this.IsNull(this.tableLNCONTMASTER.CONTCOUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTCOUNTNull() { this[this.tableLNCONTMASTER.CONTCOUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTCOUNT_ENDNull() { return this.IsNull(this.tableLNCONTMASTER.CONTCOUNT_ENDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTCOUNT_ENDNull() { this[this.tableLNCONTMASTER.CONTCOUNT_ENDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTREC_NONull() { return this.IsNull(this.tableLNCONTMASTER.LASTREC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTREC_NONull() { this[this.tableLNCONTMASTER.LASTREC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTLINE_NONull() { return this.IsNull(this.tableLNCONTMASTER.LASTLINE_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTLINE_NONull() { this[this.tableLNCONTMASTER.LASTLINE_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTPAGE_NONull() { return this.IsNull(this.tableLNCONTMASTER.LASTPAGE_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTPAGE_NONull() { this[this.tableLNCONTMASTER.LASTPAGE_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPASSBOOK_NONull() { return this.IsNull(this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPASSBOOK_NONull() { this[this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTCOMPENSATE_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTCOMPENSATE_FLAGNull() { this[this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLASTCALFINE_DATENull() { return this.IsNull(this.tableLNCONTMASTER.LASTCALFINE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLASTCALFINE_DATENull() { this[this.tableLNCONTMASTER.LASTCALFINE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTRACTINT_TYPENull() { return this.IsNull(this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTRACTINT_TYPENull() { this[this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTINTEXPIRE_DATENull() { return this.IsNull(this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTINTEXPIRE_DATENull() { this[this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTRACT_INTERESTNull() { return this.IsNull(this.tableLNCONTMASTER.CONTRACT_INTERESTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTRACT_INTERESTNull() { this[this.tableLNCONTMASTER.CONTRACT_INTERESTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFFINEYEAR_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFFINEYEAR_ARREARNull() { this[this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTERESTYEAR_ARREARNull() { return this.IsNull(this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTERESTYEAR_ARREARNull() { this[this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRTBOOK_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.PRTBOOK_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRTBOOK_FLAGNull() { this[this.tableLNCONTMASTER.PRTBOOK_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRTCARD_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.PRTCARD_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRTCARD_FLAGNull() { this[this.tableLNCONTMASTER.PRTCARD_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_PAYAMTNull() { return this.IsNull(this.tableLNCONTMASTER.ITEM_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_PAYAMTNull() { this[this.tableLNCONTMASTER.ITEM_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOPERATE_FLAGNull() { return this.IsNull(this.tableLNCONTMASTER.OPERATE_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOPERATE_FLAGNull() { this[this.tableLNCONTMASTER.OPERATE_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHRCONT_BALAMTNull() { return this.IsNull(this.tableLNCONTMASTER.BFSHRCONT_BALAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHRCONT_BALAMTNull() { this[this.tableLNCONTMASTER.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTCALINT_DATENull() { return this.IsNull(this.tableLNCONTMASTER.BFLASTCALINT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTCALINT_DATENull() { this[this.tableLNCONTMASTER.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PERIODNull() { return this.IsNull(this.tableLNCONTMASTER.INTEREST_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PERIODNull() { this[this.tableLNCONTMASTER.INTEREST_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTARR_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.BFINTARR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTARR_AMTNull() { this[this.tableLNCONTMASTER.BFINTARR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_PAYAMTNull() { return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_PAYAMTNull() { this[this.tableLNCONTMASTER.PRINCIPAL_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PAYAMTNull() { return this.IsNull(this.tableLNCONTMASTER.INTEREST_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PAYAMTNull() { this[this.tableLNCONTMASTER.INTEREST_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsITEM_BALANCENull() { return this.IsNull(this.tableLNCONTMASTER.ITEM_BALANCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_BALANCENull() { this[this.tableLNCONTMASTER.ITEM_BALANCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPXAFTERMTHKEEP_TYPENull() { return this.IsNull(this.tableLNCONTMASTER.BFPXAFTERMTHKEEP_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPXAFTERMTHKEEP_TYPENull() { this[this.tableLNCONTMASTER.BFPXAFTERMTHKEEP_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_PERIODNull() { return this.IsNull(this.tableLNCONTMASTER.FINE_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_PERIODNull() { this[this.tableLNCONTMASTER.FINE_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_PERIOD_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.FINE_PERIOD_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_PERIOD_AMTNull() { this[this.tableLNCONTMASTER.FINE_PERIOD_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINEYEAR_ARREAR_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.FINEYEAR_ARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINEYEAR_ARREAR_AMTNull() { this[this.tableLNCONTMASTER.FINEYEAR_ARREAR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_TONull() { return this.IsNull(this.tableLNCONTMASTER.CALINT_TOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_TONull() { this[this.tableLNCONTMASTER.CALINT_TOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_ARREAR_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.INT_ARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_ARREAR_AMTNull() { this[this.tableLNCONTMASTER.INT_ARREAR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_ARREAR_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.FINE_ARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_ARREAR_AMTNull() { this[this.tableLNCONTMASTER.FINE_ARREAR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTYEAR_ARREAR_AMTNull() { return this.IsNull(this.tableLNCONTMASTER.INTYEAR_ARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTYEAR_ARREAR_AMTNull() { this[this.tableLNCONTMASTER.INTYEAR_ARREAR_AMTColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class SLSLIPPAYOUTRow : global::System.Data.DataRow { private SLSLIPPAYOUTDataTable tableSLSLIPPAYOUT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SLSLIPPAYOUTRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableSLSLIPPAYOUT = ((SLSLIPPAYOUTDataTable)(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.tableSLSLIPPAYOUT.COOP_IDColumn])); } set { this[this.tableSLSLIPPAYOUT.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SLIP_TDATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.SLIP_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_TDATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SLIP_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OPERATE_TDATE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_TDATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRENAME_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PRENAME_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_NAME { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMB_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_SURNAME { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MEMBGROUP_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMBGROUP_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYOUTSLIP_NO { get { return ((string)(this[this.tableSLSLIPPAYOUT.PAYOUTSLIP_NOColumn])); } set { this[this.tableSLSLIPPAYOUT.PAYOUTSLIP_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCOOP_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MEMCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DOCUMENT_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime SLIP_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SLIP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime OPERATE_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.OPERATE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.OPERATE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SHRLONTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRLONTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYOUTORDER_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORDER_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RCVFROMREQCONT_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RCVFROMREQCONT_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANREQUEST_DOCNO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCONTRACT_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.LOANCONTRACT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RCV_PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.RCV_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RCV_PERIOD\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.RCV_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RCVPERIOD_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RCVPERIOD_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUT_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUTCLR_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTCLR_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYOUTNET_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTNET_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFPERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFPERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFLOANAPPROVE_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLOANAPPROVE_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHRCONT_BALAMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHRCONT_BALAMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFWITHDRAW_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFWITHDRAW_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTEREST_ARREAR { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTCALINT_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTCALINT_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTRECEIVE_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTRECEIVE_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime BFLASTPROC_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFLASTPROC_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFCONTLAW_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCONTLAW_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPAYMENT_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPAYMENT_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFCONTINT_TYPE { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCONTINT_TYPE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRNCALINT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_FROM { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.CALINT_FROMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CALINT_FROMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CALINT_TO { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.CALINT_TOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CALINT_TOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PERIOD { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SETSHRARR_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SETSHRARR_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SETSHRARR_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SETSHRARR_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHAREBEGIN_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHAREBEGIN_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHAREATRETRY_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHAREATRETRY_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFSHARE_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFSHARE_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHARE_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.SHARE_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHARE_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SHARE_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SHRWTDPENDING_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SHRWTDPENDING_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal GAIN_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.GAIN_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'GAIN_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.GAIN_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string GAIN_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.GAIN_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'GAIN_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.GAIN_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTACCUM_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEYTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONFIRMCASH_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONFIRMCASH_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_BANK { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.EXPENSE_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.EXPENSE_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_BRANCH { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.EXPENSE_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.EXPENSE_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EXPENSE_ACCID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.EXPENSE_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.EXPENSE_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKFEE_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BANKFEE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKFEE_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BANKFEE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKSRV_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BANKSRV_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKSRV_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BANKSRV_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKVAT_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKVAT_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ACCID_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.ACCID_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCID_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.ACCID_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BANKONLINE_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANKONLINE_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TOFROM_ACCID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TOFROM_ACCID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SLIP_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.SLIP_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SLIP_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SLIPCLEAR_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIPCLEAR_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT.MEMBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMBGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SUBGROUP_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CANCEL_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.CANCEL_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CANCEL_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CANCEL_DATE { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.CANCEL_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CANCEL_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal POSTTOVC_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POSTTOVC_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string VOUCHER_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.VOUCHER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VOUCHER_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.VOUCHER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CANCELTOVC_FLAG { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCELTOVC_FLAG\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CANCELVC_NO { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.CANCELVC_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CANCELVC_NO\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CANCELVC_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NAME { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NAME\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBGROUP { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MEMBGROUPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMBGROUPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_CODE { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.LOANTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.LOANTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEYTYPE_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_DESC { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn] = 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.tableSLSLIPPAYOUT.BANK_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BANK_CODE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BANK_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BRANCH_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.BRANCH_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BRANCH_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.BRANCH_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAYMENT_STATUS { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INTERST_BFINTARR { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTERST_BFINTARR\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PERIOD_INSTALLPAY { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLPAY\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_INSTALLMENT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYMENT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_TYPE { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.PRINTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PRINTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COMPUTE_1 { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.COMPUTE_1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_1\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.COMPUTE_1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PERIOD_PAYAMT { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.PERIOD_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.PERIOD_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONCOOP_ID { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.CONCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.CONCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LNPAYMENT_STATUS { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LNPAYMENT_STATUS\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RETURNETC_AMT { get { try { return ((decimal)(this[this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RETURNETC_AMT\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime cp_lastdate { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.cp_lastdateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_lastdate\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.cp_lastdateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime cp_activedate { get { try { return ((global::System.DateTime)(this[this.tableSLSLIPPAYOUT.cp_activedateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_activedate\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.cp_activedateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string txt_branch_name { get { try { return ((string)(this[this.tableSLSLIPPAYOUT.txt_branch_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'txt_branch_name\' in table \'SLSLIPPAYOUT\' is DBNull.", e); } } set { this[this.tableSLSLIPPAYOUT.txt_branch_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_TDATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.SLIP_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_TDATENull() { this[this.tableSLSLIPPAYOUT.SLIP_TDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOPERATE_TDATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOPERATE_TDATENull() { this[this.tableSLSLIPPAYOUT.OPERATE_TDATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PRENAME_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRENAME_DESCNull() { this[this.tableSLSLIPPAYOUT.PRENAME_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_NAMENull() { return this.IsNull(this.tableSLSLIPPAYOUT.MEMB_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_NAMENull() { this[this.tableSLSLIPPAYOUT.MEMB_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_SURNAMENull() { return this.IsNull(this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_SURNAMENull() { this[this.tableSLSLIPPAYOUT.MEMB_SURNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUP_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT.MEMBGROUP_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUP_DESCNull() { this[this.tableSLSLIPPAYOUT.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMCOOP_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsDOCUMENT_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDOCUMENT_NONull() { this[this.tableSLSLIPPAYOUT.DOCUMENT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPTYPE_CODENull() { this[this.tableSLSLIPPAYOUT.SLIPTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.SLIP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_DATENull() { this[this.tableSLSLIPPAYOUT.SLIP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOPERATE_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.OPERATE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOPERATE_DATENull() { this[this.tableSLSLIPPAYOUT.OPERATE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHRLONTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRLONTYPE_CODENull() { this[this.tableSLSLIPPAYOUT.SHRLONTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTORDER_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTORDER_NONull() { this[this.tableSLSLIPPAYOUT.PAYOUTORDER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRCVFROMREQCONT_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRCVFROMREQCONT_CODENull() { this[this.tableSLSLIPPAYOUT.RCVFROMREQCONT_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANREQUEST_DOCNONull() { return this.IsNull(this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANREQUEST_DOCNONull() { this[this.tableSLSLIPPAYOUT.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCONTRACT_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT.LOANCONTRACT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCONTRACT_NONull() { this[this.tableSLSLIPPAYOUT.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRCV_PERIODNull() { return this.IsNull(this.tableSLSLIPPAYOUT.RCV_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRCV_PERIODNull() { this[this.tableSLSLIPPAYOUT.RCV_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRCVPERIOD_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRCVPERIOD_FLAGNull() { this[this.tableSLSLIPPAYOUT.RCVPERIOD_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUT_AMTNull() { this[this.tableSLSLIPPAYOUT.PAYOUT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTCLR_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTCLR_AMTNull() { this[this.tableSLSLIPPAYOUT.PAYOUTCLR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYOUTNET_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYOUTNET_AMTNull() { this[this.tableSLSLIPPAYOUT.PAYOUTNET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPERIODNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFPERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPERIODNull() { this[this.tableSLSLIPPAYOUT.BFPERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLOANAPPROVE_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLOANAPPROVE_AMTNull() { this[this.tableSLSLIPPAYOUT.BFLOANAPPROVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHRCONT_BALAMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHRCONT_BALAMTNull() { this[this.tableSLSLIPPAYOUT.BFSHRCONT_BALAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFWITHDRAW_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFWITHDRAW_AMTNull() { this[this.tableSLSLIPPAYOUT.BFWITHDRAW_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTEREST_ARREARNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTEREST_ARREARNull() { this[this.tableSLSLIPPAYOUT.BFINTEREST_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTCALINT_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTCALINT_DATENull() { this[this.tableSLSLIPPAYOUT.BFLASTCALINT_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTRECEIVE_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTRECEIVE_DATENull() { this[this.tableSLSLIPPAYOUT.BFLASTRECEIVE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFLASTPROC_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFLASTPROC_DATENull() { this[this.tableSLSLIPPAYOUT.BFLASTPROC_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFCONTLAW_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCONTLAW_STATUSNull() { this[this.tableSLSLIPPAYOUT.BFCONTLAW_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPAYMENT_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPAYMENT_STATUSNull() { this[this.tableSLSLIPPAYOUT.BFPAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFCONTINT_TYPENull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCONTINT_TYPENull() { this[this.tableSLSLIPPAYOUT.BFCONTINT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRNCALINT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRNCALINT_AMTNull() { this[this.tableSLSLIPPAYOUT.PRNCALINT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_FROMNull() { return this.IsNull(this.tableSLSLIPPAYOUT.CALINT_FROMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_FROMNull() { this[this.tableSLSLIPPAYOUT.CALINT_FROMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALINT_TONull() { return this.IsNull(this.tableSLSLIPPAYOUT.CALINT_TOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALINT_TONull() { this[this.tableSLSLIPPAYOUT.CALINT_TOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PERIODNull() { return this.IsNull(this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PERIODNull() { this[this.tableSLSLIPPAYOUT.INTEREST_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSETSHRARR_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSETSHRARR_FLAGNull() { this[this.tableSLSLIPPAYOUT.SETSHRARR_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSETSHRARR_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSETSHRARR_AMTNull() { this[this.tableSLSLIPPAYOUT.SETSHRARR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHAREBEGIN_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHAREBEGIN_AMTNull() { this[this.tableSLSLIPPAYOUT.BFSHAREBEGIN_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHAREATRETRY_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHAREATRETRY_AMTNull() { this[this.tableSLSLIPPAYOUT.BFSHAREATRETRY_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFSHARE_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFSHARE_STATUSNull() { this[this.tableSLSLIPPAYOUT.BFSHARE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHARE_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.SHARE_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHARE_STATUSNull() { this[this.tableSLSLIPPAYOUT.SHARE_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSHRWTDPENDING_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSHRWTDPENDING_AMTNull() { this[this.tableSLSLIPPAYOUT.SHRWTDPENDING_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsGAIN_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.GAIN_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetGAIN_FLAGNull() { this[this.tableSLSLIPPAYOUT.GAIN_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsGAIN_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.GAIN_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetGAIN_IDNull() { this[this.tableSLSLIPPAYOUT.GAIN_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTACCUM_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTACCUM_AMTNull() { this[this.tableSLSLIPPAYOUT.INTACCUM_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEYTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEYTYPE_CODENull() { this[this.tableSLSLIPPAYOUT.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONFIRMCASH_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONFIRMCASH_AMTNull() { this[this.tableSLSLIPPAYOUT.CONFIRMCASH_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_BANKNull() { return this.IsNull(this.tableSLSLIPPAYOUT.EXPENSE_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_BANKNull() { this[this.tableSLSLIPPAYOUT.EXPENSE_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_BRANCHNull() { return this.IsNull(this.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPENSE_ACCIDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.EXPENSE_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPENSE_ACCIDNull() { this[this.tableSLSLIPPAYOUT.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKFEE_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BANKFEE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKFEE_AMTNull() { this[this.tableSLSLIPPAYOUT.BANKFEE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKSRV_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BANKSRV_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKSRV_AMTNull() { this[this.tableSLSLIPPAYOUT.BANKSRV_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKVAT_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKVAT_AMTNull() { this[this.tableSLSLIPPAYOUT.BANKVAT_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsACCID_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.ACCID_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCID_FLAGNull() { this[this.tableSLSLIPPAYOUT.ACCID_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBANKONLINE_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBANKONLINE_FLAGNull() { this[this.tableSLSLIPPAYOUT.BANKONLINE_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTOFROM_ACCIDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTOFROM_ACCIDNull() { this[this.tableSLSLIPPAYOUT.TOFROM_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIP_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.SLIP_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIP_STATUSNull() { this[this.tableSLSLIPPAYOUT.SLIP_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSLIPCLEAR_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSLIPCLEAR_NONull() { this[this.tableSLSLIPPAYOUT.SLIPCLEAR_NOColumn] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsSUBGROUP_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUBGROUP_CODENull() { this[this.tableSLSLIPPAYOUT.SUBGROUP_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableSLSLIPPAYOUT.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableSLSLIPPAYOUT.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.CANCEL_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_IDNull() { this[this.tableSLSLIPPAYOUT.CANCEL_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCEL_DATENull() { return this.IsNull(this.tableSLSLIPPAYOUT.CANCEL_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCEL_DATENull() { this[this.tableSLSLIPPAYOUT.CANCEL_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOSTTOVC_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOSTTOVC_FLAGNull() { this[this.tableSLSLIPPAYOUT.POSTTOVC_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVOUCHER_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT.VOUCHER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVOUCHER_NONull() { this[this.tableSLSLIPPAYOUT.VOUCHER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCELTOVC_FLAGNull() { return this.IsNull(this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCELTOVC_FLAGNull() { this[this.tableSLSLIPPAYOUT.CANCELTOVC_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCANCELVC_NONull() { return this.IsNull(this.tableSLSLIPPAYOUT.CANCELVC_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCANCELVC_NONull() { this[this.tableSLSLIPPAYOUT.CANCELVC_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNAMENull() { return this.IsNull(this.tableSLSLIPPAYOUT.NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNAMENull() { this[this.tableSLSLIPPAYOUT.NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBGROUPNull() { return this.IsNull(this.tableSLSLIPPAYOUT.MEMBGROUPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBGROUPNull() { this[this.tableSLSLIPPAYOUT.MEMBGROUPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_CODENull() { return this.IsNull(this.tableSLSLIPPAYOUT.LOANTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_CODENull() { this[this.tableSLSLIPPAYOUT.LOANTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEYTYPE_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEYTYPE_DESCNull() { this[this.tableSLSLIPPAYOUT.MONEYTYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_DESCNull() { return this.IsNull(this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_DESCNull() { this[this.tableSLSLIPPAYOUT.LOANTYPE_DESCColumn] = 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.tableSLSLIPPAYOUT.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.tableSLSLIPPAYOUT.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 IsBRANCH_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.BRANCH_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBRANCH_IDNull() { this[this.tableSLSLIPPAYOUT.BRANCH_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYMENT_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYMENT_STATUSNull() { this[this.tableSLSLIPPAYOUT.PAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTERST_BFINTARRNull() { return this.IsNull(this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTERST_BFINTARRNull() { this[this.tableSLSLIPPAYOUT.INTERST_BFINTARRColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_INSTALLPAYNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_INSTALLPAYNull() { this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLPAYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_INSTALLMENTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_INSTALLMENTNull() { this[this.tableSLSLIPPAYOUT.PERIOD_INSTALLMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYMENTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYMENTNull() { this[this.tableSLSLIPPAYOUT.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_TYPENull() { return this.IsNull(this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_TYPENull() { this[this.tableSLSLIPPAYOUT.MEMBER_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PRINTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINTNull() { this[this.tableSLSLIPPAYOUT.PRINTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOMPUTE_1Null() { return this.IsNull(this.tableSLSLIPPAYOUT.COMPUTE_1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOMPUTE_1Null() { this[this.tableSLSLIPPAYOUT.COMPUTE_1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYAMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.PERIOD_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYAMTNull() { this[this.tableSLSLIPPAYOUT.PERIOD_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONCOOP_IDNull() { return this.IsNull(this.tableSLSLIPPAYOUT.CONCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONCOOP_IDNull() { this[this.tableSLSLIPPAYOUT.CONCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLNPAYMENT_STATUSNull() { return this.IsNull(this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLNPAYMENT_STATUSNull() { this[this.tableSLSLIPPAYOUT.LNPAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRETURNETC_AMTNull() { return this.IsNull(this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRETURNETC_AMTNull() { this[this.tableSLSLIPPAYOUT.RETURNETC_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_lastdateNull() { return this.IsNull(this.tableSLSLIPPAYOUT.cp_lastdateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_lastdateNull() { this[this.tableSLSLIPPAYOUT.cp_lastdateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_activedateNull() { return this.IsNull(this.tableSLSLIPPAYOUT.cp_activedateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_activedateNull() { this[this.tableSLSLIPPAYOUT.cp_activedateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Istxt_branch_nameNull() { return this.IsNull(this.tableSLSLIPPAYOUT.txt_branch_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Settxt_branch_nameNull() { this[this.tableSLSLIPPAYOUT.txt_branch_nameColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class SLSLIPPAYOUT1RowChangeEvent : global::System.EventArgs { private SLSLIPPAYOUT1Row 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 SLSLIPPAYOUT1RowChangeEvent(SLSLIPPAYOUT1Row 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 SLSLIPPAYOUT1Row 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 SLSLIPPAYINDETRowChangeEvent : global::System.EventArgs { private SLSLIPPAYINDETRow 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 SLSLIPPAYINDETRowChangeEvent(SLSLIPPAYINDETRow 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 SLSLIPPAYINDETRow 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 LNCONTMASTERRowChangeEvent : global::System.EventArgs { private LNCONTMASTERRow 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 LNCONTMASTERRowChangeEvent(LNCONTMASTERRow 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 LNCONTMASTERRow 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 SLSLIPPAYOUTRowChangeEvent : global::System.EventArgs { private SLSLIPPAYOUTRow 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 SLSLIPPAYOUTRowChangeEvent(SLSLIPPAYOUTRow 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 SLSLIPPAYOUTRow 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.dlg.w_dlg_receive_2.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 SLSLIPPAYOUT1TableAdapter : 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 SLSLIPPAYOUT1TableAdapter() { 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 = "SLSLIPPAYOUT1"; tableMapping.ColumnMappings.Add("MEM_NAME", "MEM_NAME"); tableMapping.ColumnMappings.Add("LOANTYPE_DESC", "LOANTYPE_DESC"); tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC"); tableMapping.ColumnMappings.Add("SUBGROUP_DESC", "SUBGROUP_DESC"); tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE"); tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS"); tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("PAYOUTSLIP_NO", "PAYOUTSLIP_NO"); tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("DOCUMENT_NO", "DOCUMENT_NO"); tableMapping.ColumnMappings.Add("SLIPTYPE_CODE", "SLIPTYPE_CODE"); tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE"); tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE"); tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE"); tableMapping.ColumnMappings.Add("PAYOUTORDER_NO", "PAYOUTORDER_NO"); tableMapping.ColumnMappings.Add("RCVFROMREQCONT_CODE", "RCVFROMREQCONT_CODE"); tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO"); tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO"); tableMapping.ColumnMappings.Add("RCV_PERIOD", "RCV_PERIOD"); tableMapping.ColumnMappings.Add("RCVPERIOD_FLAG", "RCVPERIOD_FLAG"); tableMapping.ColumnMappings.Add("PAYOUT_AMT", "PAYOUT_AMT"); tableMapping.ColumnMappings.Add("PAYOUTCLR_AMT", "PAYOUTCLR_AMT"); tableMapping.ColumnMappings.Add("PAYOUTNET_AMT", "PAYOUTNET_AMT"); tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD"); tableMapping.ColumnMappings.Add("BFLOANAPPROVE_AMT", "BFLOANAPPROVE_AMT"); tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT"); tableMapping.ColumnMappings.Add("BFWITHDRAW_AMT", "BFWITHDRAW_AMT"); tableMapping.ColumnMappings.Add("BFINTEREST_ARREAR", "BFINTEREST_ARREAR"); tableMapping.ColumnMappings.Add("BFLASTCALINT_DATE", "BFLASTCALINT_DATE"); tableMapping.ColumnMappings.Add("BFLASTRECEIVE_DATE", "BFLASTRECEIVE_DATE"); tableMapping.ColumnMappings.Add("BFLASTPROC_DATE", "BFLASTPROC_DATE"); tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS"); tableMapping.ColumnMappings.Add("BFPAYMENT_STATUS", "BFPAYMENT_STATUS"); tableMapping.ColumnMappings.Add("BFCONTINT_TYPE", "BFCONTINT_TYPE"); tableMapping.ColumnMappings.Add("PRNCALINT_AMT", "PRNCALINT_AMT"); tableMapping.ColumnMappings.Add("CALINT_FROM", "CALINT_FROM"); tableMapping.ColumnMappings.Add("CALINT_TO", "CALINT_TO"); tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD"); tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE"); tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK"); tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH"); tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID"); tableMapping.ColumnMappings.Add("BANKFEE_AMT", "BANKFEE_AMT"); tableMapping.ColumnMappings.Add("BANKSRV_AMT", "BANKSRV_AMT"); tableMapping.ColumnMappings.Add("BANKVAT_AMT", "BANKVAT_AMT"); tableMapping.ColumnMappings.Add("TOFROM_ACCID", "TOFROM_ACCID"); tableMapping.ColumnMappings.Add("SLIP_STATUS", "SLIP_STATUS"); tableMapping.ColumnMappings.Add("SLIPCLEAR_NO", "SLIPCLEAR_NO"); tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE"); tableMapping.ColumnMappings.Add("SUBGROUP_CODE", "SUBGROUP_CODE"); tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID"); tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE"); tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID"); 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 \"SLSLIPPAYOUT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"PAYOUTSLI" + "P_NO\" = :Original_PAYOUTSLIP_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_PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_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 \"SLSLIPPAYOUT\" (\"COOP_ID\", \"PAYOUTSLIP_NO\", \"MEMCOOP_ID\", \"MEMBER_NO\"" + ", \"DOCUMENT_NO\", \"SLIPTYPE_CODE\", \"SLIP_DATE\", \"OPERATE_DATE\", \"SHRLONTYPE_CODE\"" + ", \"PAYOUTORDER_NO\", \"RCVFROMREQCONT_CODE\", \"LOANREQUEST_DOCNO\", \"LOANCONTRACT_NO" + "\", \"RCV_PERIOD\", \"RCVPERIOD_FLAG\", \"PAYOUT_AMT\", \"PAYOUTCLR_AMT\", \"PAYOUTNET_AMT" + "\", \"BFPERIOD\", \"BFLOANAPPROVE_AMT\", \"BFSHRCONT_BALAMT\", \"BFWITHDRAW_AMT\", \"BFINT" + "EREST_ARREAR\", \"BFLASTCALINT_DATE\", \"BFLASTRECEIVE_DATE\", \"BFLASTPROC_DATE\", \"BF" + "CONTLAW_STATUS\", \"BFPAYMENT_STATUS\", \"BFCONTINT_TYPE\", \"PRNCALINT_AMT\", \"CALINT_" + "FROM\", \"CALINT_TO\", \"INTEREST_PERIOD\", \"MONEYTYPE_CODE\", \"EXPENSE_BANK\", \"EXPENS" + "E_BRANCH\", \"EXPENSE_ACCID\", \"BANKFEE_AMT\", \"BANKSRV_AMT\", \"BANKVAT_AMT\", \"TOFROM" + "_ACCID\", \"SLIP_STATUS\", \"SLIPCLEAR_NO\", \"MEMBGROUP_CODE\", \"SUBGROUP_CODE\", \"ENTR" + "Y_ID\", \"ENTRY_DATE\", \"ENTRY_BYCOOPID\") VALUES (:COOP_ID, :PAYOUTSLIP_NO, :MEMCOO" + "P_ID, :MEMBER_NO, :DOCUMENT_NO, :SLIPTYPE_CODE, :SLIP_DATE, :OPERATE_DATE, :SHRL" + "ONTYPE_CODE, :PAYOUTORDER_NO, :RCVFROMREQCONT_CODE, :LOANREQUEST_DOCNO, :LOANCON" + "TRACT_NO, :RCV_PERIOD, :RCVPERIOD_FLAG, :PAYOUT_AMT, :PAYOUTCLR_AMT, :PAYOUTNET_" + "AMT, :BFPERIOD, :BFLOANAPPROVE_AMT, :BFSHRCONT_BALAMT, :BFWITHDRAW_AMT, :BFINTER" + "EST_ARREAR, :BFLASTCALINT_DATE, :BFLASTRECEIVE_DATE, :BFLASTPROC_DATE, :BFCONTLA" + "W_STATUS, :BFPAYMENT_STATUS, :BFCONTINT_TYPE, :PRNCALINT_AMT, :CALINT_FROM, :CAL" + "INT_TO, :INTEREST_PERIOD, :MONEYTYPE_CODE, :EXPENSE_BANK, :EXPENSE_BRANCH, :EXPE" + "NSE_ACCID, :BANKFEE_AMT, :BANKSRV_AMT, :BANKVAT_AMT, :TOFROM_ACCID, :SLIP_STATUS" + ", :SLIPCLEAR_NO, :MEMBGROUP_CODE, :SUBGROUP_CODE, :ENTRY_ID, :ENTRY_DATE, :ENTRY" + "_BYCOOPID)"; 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("PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOCUMENT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DOCUMENT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORDER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORDER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVFROMREQCONT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RCVFROMREQCONT_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCV_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCV_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTCLR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTCLR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTNET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTNET_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFLOANAPPROVE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTINT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKFEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKFEE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKSRV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKSRV_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKVAT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKVAT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SLIP_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPCLEAR_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPCLEAR_NO", 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.Char, 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("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = "UPDATE \"SLSLIPPAYOUT\" SET \"COOP_ID\" = :COOP_ID, \"PAYOUTSLIP_NO\" = :PAYOUTSLIP_NO," + " \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"DOCUMENT_NO\" = :DOCUMENT" + "_NO, \"SLIPTYPE_CODE\" = :SLIPTYPE_CODE, \"SLIP_DATE\" = :SLIP_DATE, \"OPERATE_DATE\" " + "= :OPERATE_DATE, \"SHRLONTYPE_CODE\" = :SHRLONTYPE_CODE, \"PAYOUTORDER_NO\" = :PAYOU" + "TORDER_NO, \"RCVFROMREQCONT_CODE\" = :RCVFROMREQCONT_CODE, \"LOANREQUEST_DOCNO\" = :" + "LOANREQUEST_DOCNO, \"LOANCONTRACT_NO\" = :LOANCONTRACT_NO, \"RCV_PERIOD\" = :RCV_PER" + "IOD, \"RCVPERIOD_FLAG\" = :RCVPERIOD_FLAG, \"PAYOUT_AMT\" = :PAYOUT_AMT, \"PAYOUTCLR_" + "AMT\" = :PAYOUTCLR_AMT, \"PAYOUTNET_AMT\" = :PAYOUTNET_AMT, \"BFPERIOD\" = :BFPERIOD," + " \"BFLOANAPPROVE_AMT\" = :BFLOANAPPROVE_AMT, \"BFSHRCONT_BALAMT\" = :BFSHRCONT_BALAM" + "T, \"BFWITHDRAW_AMT\" = :BFWITHDRAW_AMT, \"BFINTEREST_ARREAR\" = :BFINTEREST_ARREAR," + " \"BFLASTCALINT_DATE\" = :BFLASTCALINT_DATE, \"BFLASTRECEIVE_DATE\" = :BFLASTRECEIVE" + "_DATE, \"BFLASTPROC_DATE\" = :BFLASTPROC_DATE, \"BFCONTLAW_STATUS\" = :BFCONTLAW_STA" + "TUS, \"BFPAYMENT_STATUS\" = :BFPAYMENT_STATUS, \"BFCONTINT_TYPE\" = :BFCONTINT_TYPE," + " \"PRNCALINT_AMT\" = :PRNCALINT_AMT, \"CALINT_FROM\" = :CALINT_FROM, \"CALINT_TO\" = :" + "CALINT_TO, \"INTEREST_PERIOD\" = :INTEREST_PERIOD, \"MONEYTYPE_CODE\" = :MONEYTYPE_C" + "ODE, \"EXPENSE_BANK\" = :EXPENSE_BANK, \"EXPENSE_BRANCH\" = :EXPENSE_BRANCH, \"EXPENS" + "E_ACCID\" = :EXPENSE_ACCID, \"BANKFEE_AMT\" = :BANKFEE_AMT, \"BANKSRV_AMT\" = :BANKSR" + "V_AMT, \"BANKVAT_AMT\" = :BANKVAT_AMT, \"TOFROM_ACCID\" = :TOFROM_ACCID, \"SLIP_STATU" + "S\" = :SLIP_STATUS, \"SLIPCLEAR_NO\" = :SLIPCLEAR_NO, \"MEMBGROUP_CODE\" = :MEMBGROUP" + "_CODE, \"SUBGROUP_CODE\" = :SUBGROUP_CODE, \"ENTRY_ID\" = :ENTRY_ID, \"ENTRY_DATE\" = " + ":ENTRY_DATE, \"ENTRY_BYCOOPID\" = :ENTRY_BYCOOPID WHERE ((\"COOP_ID\" = :Original_CO" + "OP_ID) AND (\"PAYOUTSLIP_NO\" = :Original_PAYOUTSLIP_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("PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOCUMENT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DOCUMENT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORDER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORDER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVFROMREQCONT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RCVFROMREQCONT_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCV_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCV_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RCVPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RCVPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTCLR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTCLR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTNET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTNET_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFLOANAPPROVE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTINT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKFEE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKFEE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKSRV_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKSRV_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BANKVAT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BANKVAT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOFROM_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TOFROM_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SLIP_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPCLEAR_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPCLEAR_NO", 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.Char, 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("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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_PAYOUTSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = " SELECT lpad(\' \',100,\' \') as mem_name, \r\n lpad(\' \',100,\' \') as loantyp" + "e_desc, \r\n lpad(\' \',100,\' \') as membgroup_desc, \r\n lpad(\' \'," + "100,\' \') as subgroup_desc, \r\n 1 as member_type, \r\n 1 as paym" + "ent_status, \r\n \"SLSLIPPAYOUT\".\"COOP_ID\", \r\n \"SLSLIPPAYOUT\".\"" + "PAYOUTSLIP_NO\", \r\n \"SLSLIPPAYOUT\".\"MEMCOOP_ID\", \r\n \"SLSLIPPA" + "YOUT\".\"MEMBER_NO\", \r\n \"SLSLIPPAYOUT\".\"DOCUMENT_NO\", \r\n \"SLSL" + "IPPAYOUT\".\"SLIPTYPE_CODE\", \r\n \"SLSLIPPAYOUT\".\"SLIP_DATE\", \r\n " + " \"SLSLIPPAYOUT\".\"OPERATE_DATE\", \r\n \"SLSLIPPAYOUT\".\"SHRLONTYPE_CODE\", " + " \r\n \"SLSLIPPAYOUT\".\"PAYOUTORDER_NO\", \r\n \"SLSLIPPAYOUT\".\"RCVFRO" + "MREQCONT_CODE\", \r\n \"SLSLIPPAYOUT\".\"LOANREQUEST_DOCNO\", \r\n \"S" + "LSLIPPAYOUT\".\"LOANCONTRACT_NO\", \r\n \"SLSLIPPAYOUT\".\"RCV_PERIOD\", \r\n " + " \"SLSLIPPAYOUT\".\"RCVPERIOD_FLAG\", \r\n \"SLSLIPPAYOUT\".\"PAYOUT_AMT\"" + ", \r\n \"SLSLIPPAYOUT\".\"PAYOUTCLR_AMT\", \r\n \"SLSLIPPAYOUT\".\"PAYO" + "UTNET_AMT\", \r\n \"SLSLIPPAYOUT\".\"BFPERIOD\", \r\n \"SLSLIPPAYOUT\"." + "\"BFLOANAPPROVE_AMT\", \r\n \"SLSLIPPAYOUT\".\"BFSHRCONT_BALAMT\", \r\n " + " \"SLSLIPPAYOUT\".\"BFWITHDRAW_AMT\", \r\n \"SLSLIPPAYOUT\".\"BFINTEREST_ARREA" + "R\", \r\n \"SLSLIPPAYOUT\".\"BFLASTCALINT_DATE\", \r\n \"SLSLIPPAYOUT\"" + ".\"BFLASTRECEIVE_DATE\", \r\n \"SLSLIPPAYOUT\".\"BFLASTPROC_DATE\", \r\n " + " \"SLSLIPPAYOUT\".\"BFCONTLAW_STATUS\", \r\n \"SLSLIPPAYOUT\".\"BFPAYMENT_STA" + "TUS\", \r\n \"SLSLIPPAYOUT\".\"BFCONTINT_TYPE\", \r\n \"SLSLIPPAYOUT\"." + "\"PRNCALINT_AMT\", \r\n \"SLSLIPPAYOUT\".\"CALINT_FROM\", \r\n \"SLSLIP" + "PAYOUT\".\"CALINT_TO\", \r\n \"SLSLIPPAYOUT\".\"INTEREST_PERIOD\", \r\n " + " \"SLSLIPPAYOUT\".\"MONEYTYPE_CODE\", \r\n \"SLSLIPPAYOUT\".\"EXPENSE_BANK\", " + "\r\n \"SLSLIPPAYOUT\".\"EXPENSE_BRANCH\", \r\n \"SLSLIPPAYOUT\".\"EXPENSE" + "_ACCID\", \r\n \"SLSLIPPAYOUT\".\"BANKFEE_AMT\", \r\n \"SLSLIPPAYOUT\"." + "\"BANKSRV_AMT\", \r\n \"SLSLIPPAYOUT\".\"BANKVAT_AMT\", \r\n \"SLSLIPPA" + "YOUT\".\"TOFROM_ACCID\", \r\n \"SLSLIPPAYOUT\".\"SLIP_STATUS\", \r\n \"S" + "LSLIPPAYOUT\".\"SLIPCLEAR_NO\", \r\n \"SLSLIPPAYOUT\".\"MEMBGROUP_CODE\", \r\n " + " \"SLSLIPPAYOUT\".\"SUBGROUP_CODE\", \r\n \"SLSLIPPAYOUT\".\"ENTRY_ID\", " + " \r\n \"SLSLIPPAYOUT\".\"ENTRY_DATE\", \r\n \"SLSLIPPAYOUT\".\"ENTRY_BYC" + "OOPID\" \r\n FROM \"SLSLIPPAYOUT\" \r\n WHERE ( slslippayout.coop_id = :as_coopi" + "d ) AND \r\n ( slslippayout.payoutslip_no = :as_slipno ) \r\n"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_slipno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "PAYOUTSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); } [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.SLSLIPPAYOUT1DataTable dataTable, string as_coopid, string as_slipno) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((as_coopid == null)) { throw new global::System.ArgumentNullException("as_coopid"); } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid)); } if ((as_slipno == null)) { throw new global::System.ArgumentNullException("as_slipno"); } else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno)); } 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.SLSLIPPAYOUT1DataTable GetData(string as_coopid, string as_slipno) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((as_coopid == null)) { throw new global::System.ArgumentNullException("as_coopid"); } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid)); } if ((as_slipno == null)) { throw new global::System.ArgumentNullException("as_slipno"); } else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno)); } DataSet1.SLSLIPPAYOUT1DataTable dataTable = new DataSet1.SLSLIPPAYOUT1DataTable(); 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.SLSLIPPAYOUT1DataTable 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, "SLSLIPPAYOUT1"); } [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_PAYOUTSLIP_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_PAYOUTSLIP_NO == null)) { throw new global::System.ArgumentNullException("Original_PAYOUTSLIP_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_PAYOUTSLIP_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 PAYOUTSLIP_NO, string MEMCOOP_ID, string MEMBER_NO, string DOCUMENT_NO, string SLIPTYPE_CODE, global::System.Nullable SLIP_DATE, global::System.Nullable OPERATE_DATE, string SHRLONTYPE_CODE, string PAYOUTORDER_NO, string RCVFROMREQCONT_CODE, string LOANREQUEST_DOCNO, string LOANCONTRACT_NO, global::System.Nullable RCV_PERIOD, global::System.Nullable RCVPERIOD_FLAG, global::System.Nullable PAYOUT_AMT, global::System.Nullable PAYOUTCLR_AMT, global::System.Nullable PAYOUTNET_AMT, global::System.Nullable BFPERIOD, global::System.Nullable BFLOANAPPROVE_AMT, global::System.Nullable BFSHRCONT_BALAMT, global::System.Nullable BFWITHDRAW_AMT, global::System.Nullable BFINTEREST_ARREAR, global::System.Nullable BFLASTCALINT_DATE, global::System.Nullable BFLASTRECEIVE_DATE, global::System.Nullable BFLASTPROC_DATE, global::System.Nullable BFCONTLAW_STATUS, global::System.Nullable BFPAYMENT_STATUS, global::System.Nullable BFCONTINT_TYPE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable INTEREST_PERIOD, string MONEYTYPE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, global::System.Nullable BANKFEE_AMT, global::System.Nullable BANKSRV_AMT, global::System.Nullable BANKVAT_AMT, string TOFROM_ACCID, global::System.Nullable SLIP_STATUS, string SLIPCLEAR_NO, string MEMBGROUP_CODE, string SUBGROUP_CODE, string ENTRY_ID, global::System.Nullable ENTRY_DATE, string ENTRY_BYCOOPID) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((PAYOUTSLIP_NO == null)) { throw new global::System.ArgumentNullException("PAYOUTSLIP_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(PAYOUTSLIP_NO)); } if ((MEMCOOP_ID == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMCOOP_ID)); } if ((MEMBER_NO == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMBER_NO)); } if ((DOCUMENT_NO == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(DOCUMENT_NO)); } if ((SLIPTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[5].Value = ((string)(SLIPTYPE_CODE)); } if ((SLIP_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((System.DateTime)(SLIP_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((OPERATE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((System.DateTime)(OPERATE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((SHRLONTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[8].Value = ((string)(SHRLONTYPE_CODE)); } if ((PAYOUTORDER_NO == null)) { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[9].Value = ((string)(PAYOUTORDER_NO)); } if ((RCVFROMREQCONT_CODE == null)) { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[10].Value = ((string)(RCVFROMREQCONT_CODE)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[11].Value = ((string)(LOANREQUEST_DOCNO)); } if ((LOANCONTRACT_NO == null)) { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[12].Value = ((string)(LOANCONTRACT_NO)); } if ((RCV_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(RCV_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((RCVPERIOD_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(RCVPERIOD_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((PAYOUT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(PAYOUT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((PAYOUTCLR_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PAYOUTCLR_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((PAYOUTNET_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(PAYOUTNET_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((BFPERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(BFPERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((BFLOANAPPROVE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(BFLOANAPPROVE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((BFSHRCONT_BALAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(BFSHRCONT_BALAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((BFWITHDRAW_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(BFWITHDRAW_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((BFINTEREST_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(BFINTEREST_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((BFLASTCALINT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[23].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((BFLASTRECEIVE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[24].Value = ((System.DateTime)(BFLASTRECEIVE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((BFLASTPROC_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(BFLASTPROC_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((BFCONTLAW_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(BFCONTLAW_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((BFPAYMENT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(BFPAYMENT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((BFCONTINT_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(BFCONTINT_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((PRNCALINT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(PRNCALINT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((CALINT_FROM.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((System.DateTime)(CALINT_FROM.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((CALINT_TO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((System.DateTime)(CALINT_TO.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((INTEREST_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(INTEREST_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((MONEYTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[33].Value = ((string)(MONEYTYPE_CODE)); } if ((EXPENSE_BANK == null)) { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[34].Value = ((string)(EXPENSE_BANK)); } if ((EXPENSE_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[35].Value = ((string)(EXPENSE_BRANCH)); } if ((EXPENSE_ACCID == null)) { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[36].Value = ((string)(EXPENSE_ACCID)); } if ((BANKFEE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(BANKFEE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((BANKSRV_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(BANKSRV_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((BANKVAT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(BANKVAT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((TOFROM_ACCID == null)) { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[40].Value = ((string)(TOFROM_ACCID)); } if ((SLIP_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(SLIP_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((SLIPCLEAR_NO == null)) { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[42].Value = ((string)(SLIPCLEAR_NO)); } if ((MEMBGROUP_CODE == null)) { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[43].Value = ((string)(MEMBGROUP_CODE)); } if ((SUBGROUP_CODE == null)) { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[44].Value = ((string)(SUBGROUP_CODE)); } if ((ENTRY_ID == null)) { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[45].Value = ((string)(ENTRY_ID)); } if ((ENTRY_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((System.DateTime)(ENTRY_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((ENTRY_BYCOOPID == null)) { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[47].Value = ((string)(ENTRY_BYCOOPID)); } 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 PAYOUTSLIP_NO, string MEMCOOP_ID, string MEMBER_NO, string DOCUMENT_NO, string SLIPTYPE_CODE, global::System.Nullable SLIP_DATE, global::System.Nullable OPERATE_DATE, string SHRLONTYPE_CODE, string PAYOUTORDER_NO, string RCVFROMREQCONT_CODE, string LOANREQUEST_DOCNO, string LOANCONTRACT_NO, global::System.Nullable RCV_PERIOD, global::System.Nullable RCVPERIOD_FLAG, global::System.Nullable PAYOUT_AMT, global::System.Nullable PAYOUTCLR_AMT, global::System.Nullable PAYOUTNET_AMT, global::System.Nullable BFPERIOD, global::System.Nullable BFLOANAPPROVE_AMT, global::System.Nullable BFSHRCONT_BALAMT, global::System.Nullable BFWITHDRAW_AMT, global::System.Nullable BFINTEREST_ARREAR, global::System.Nullable BFLASTCALINT_DATE, global::System.Nullable BFLASTRECEIVE_DATE, global::System.Nullable BFLASTPROC_DATE, global::System.Nullable BFCONTLAW_STATUS, global::System.Nullable BFPAYMENT_STATUS, global::System.Nullable BFCONTINT_TYPE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable INTEREST_PERIOD, string MONEYTYPE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, global::System.Nullable BANKFEE_AMT, global::System.Nullable BANKSRV_AMT, global::System.Nullable BANKVAT_AMT, string TOFROM_ACCID, global::System.Nullable SLIP_STATUS, string SLIPCLEAR_NO, string MEMBGROUP_CODE, string SUBGROUP_CODE, string ENTRY_ID, global::System.Nullable ENTRY_DATE, string ENTRY_BYCOOPID, string Original_COOP_ID, string Original_PAYOUTSLIP_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((PAYOUTSLIP_NO == null)) { throw new global::System.ArgumentNullException("PAYOUTSLIP_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(PAYOUTSLIP_NO)); } if ((MEMCOOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMCOOP_ID)); } if ((MEMBER_NO == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMBER_NO)); } if ((DOCUMENT_NO == null)) { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(DOCUMENT_NO)); } if ((SLIPTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(SLIPTYPE_CODE)); } if ((SLIP_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(SLIP_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((OPERATE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[7].Value = ((System.DateTime)(OPERATE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((SHRLONTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(SHRLONTYPE_CODE)); } if ((PAYOUTORDER_NO == null)) { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(PAYOUTORDER_NO)); } if ((RCVFROMREQCONT_CODE == null)) { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(RCVFROMREQCONT_CODE)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(LOANREQUEST_DOCNO)); } if ((LOANCONTRACT_NO == null)) { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(LOANCONTRACT_NO)); } if ((RCV_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(RCV_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((RCVPERIOD_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(RCVPERIOD_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((PAYOUT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(PAYOUT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((PAYOUTCLR_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PAYOUTCLR_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((PAYOUTNET_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(PAYOUTNET_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((BFPERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(BFPERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((BFLOANAPPROVE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(BFLOANAPPROVE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((BFSHRCONT_BALAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(BFSHRCONT_BALAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((BFWITHDRAW_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(BFWITHDRAW_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((BFINTEREST_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(BFINTEREST_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((BFLASTCALINT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[23].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((BFLASTRECEIVE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[24].Value = ((System.DateTime)(BFLASTRECEIVE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((BFLASTPROC_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(BFLASTPROC_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((BFCONTLAW_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[26].Value = ((decimal)(BFCONTLAW_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((BFPAYMENT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[27].Value = ((decimal)(BFPAYMENT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((BFCONTINT_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(BFCONTINT_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((PRNCALINT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(PRNCALINT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((CALINT_FROM.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[30].Value = ((System.DateTime)(CALINT_FROM.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((CALINT_TO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[31].Value = ((System.DateTime)(CALINT_TO.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((INTEREST_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(INTEREST_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((MONEYTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(MONEYTYPE_CODE)); } if ((EXPENSE_BANK == null)) { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(EXPENSE_BANK)); } if ((EXPENSE_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(EXPENSE_BRANCH)); } if ((EXPENSE_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(EXPENSE_ACCID)); } if ((BANKFEE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(BANKFEE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((BANKSRV_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(BANKSRV_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((BANKVAT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(BANKVAT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((TOFROM_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(TOFROM_ACCID)); } if ((SLIP_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(SLIP_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((SLIPCLEAR_NO == null)) { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(SLIPCLEAR_NO)); } if ((MEMBGROUP_CODE == null)) { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(MEMBGROUP_CODE)); } if ((SUBGROUP_CODE == null)) { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(SUBGROUP_CODE)); } if ((ENTRY_ID == null)) { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(ENTRY_ID)); } if ((ENTRY_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((System.DateTime)(ENTRY_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((ENTRY_BYCOOPID == null)) { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(ENTRY_BYCOOPID)); } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(Original_COOP_ID)); } if ((Original_PAYOUTSLIP_NO == null)) { throw new global::System.ArgumentNullException("Original_PAYOUTSLIP_NO"); } else { this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(Original_PAYOUTSLIP_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string MEMCOOP_ID, string MEMBER_NO, string DOCUMENT_NO, string SLIPTYPE_CODE, global::System.Nullable SLIP_DATE, global::System.Nullable OPERATE_DATE, string SHRLONTYPE_CODE, string PAYOUTORDER_NO, string RCVFROMREQCONT_CODE, string LOANREQUEST_DOCNO, string LOANCONTRACT_NO, global::System.Nullable RCV_PERIOD, global::System.Nullable RCVPERIOD_FLAG, global::System.Nullable PAYOUT_AMT, global::System.Nullable PAYOUTCLR_AMT, global::System.Nullable PAYOUTNET_AMT, global::System.Nullable BFPERIOD, global::System.Nullable BFLOANAPPROVE_AMT, global::System.Nullable BFSHRCONT_BALAMT, global::System.Nullable BFWITHDRAW_AMT, global::System.Nullable BFINTEREST_ARREAR, global::System.Nullable BFLASTCALINT_DATE, global::System.Nullable BFLASTRECEIVE_DATE, global::System.Nullable BFLASTPROC_DATE, global::System.Nullable BFCONTLAW_STATUS, global::System.Nullable BFPAYMENT_STATUS, global::System.Nullable BFCONTINT_TYPE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable INTEREST_PERIOD, string MONEYTYPE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, global::System.Nullable BANKFEE_AMT, global::System.Nullable BANKSRV_AMT, global::System.Nullable BANKVAT_AMT, string TOFROM_ACCID, global::System.Nullable SLIP_STATUS, string SLIPCLEAR_NO, string MEMBGROUP_CODE, string SUBGROUP_CODE, string ENTRY_ID, global::System.Nullable ENTRY_DATE, string ENTRY_BYCOOPID, string Original_COOP_ID, string Original_PAYOUTSLIP_NO) { return this.Update(Original_COOP_ID, Original_PAYOUTSLIP_NO, MEMCOOP_ID, MEMBER_NO, DOCUMENT_NO, SLIPTYPE_CODE, SLIP_DATE, OPERATE_DATE, SHRLONTYPE_CODE, PAYOUTORDER_NO, RCVFROMREQCONT_CODE, LOANREQUEST_DOCNO, LOANCONTRACT_NO, RCV_PERIOD, RCVPERIOD_FLAG, PAYOUT_AMT, PAYOUTCLR_AMT, PAYOUTNET_AMT, BFPERIOD, BFLOANAPPROVE_AMT, BFSHRCONT_BALAMT, BFWITHDRAW_AMT, BFINTEREST_ARREAR, BFLASTCALINT_DATE, BFLASTRECEIVE_DATE, BFLASTPROC_DATE, BFCONTLAW_STATUS, BFPAYMENT_STATUS, BFCONTINT_TYPE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, MONEYTYPE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, BANKFEE_AMT, BANKSRV_AMT, BANKVAT_AMT, TOFROM_ACCID, SLIP_STATUS, SLIPCLEAR_NO, MEMBGROUP_CODE, SUBGROUP_CODE, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, Original_COOP_ID, Original_PAYOUTSLIP_NO); } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class SLSLIPPAYINDETTableAdapter : 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 SLSLIPPAYINDETTableAdapter() { 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 = "SLSLIPPAYINDET"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("PAYINSLIP_NO", "PAYINSLIP_NO"); tableMapping.ColumnMappings.Add("SLIPITEMTYPE_CODE", "SLIPITEMTYPE_CODE"); tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO"); tableMapping.ColumnMappings.Add("OPERATE_FLAG", "OPERATE_FLAG"); tableMapping.ColumnMappings.Add("SHRLONTYPE_CODE", "SHRLONTYPE_CODE"); tableMapping.ColumnMappings.Add("CONCOOP_ID", "CONCOOP_ID"); tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO"); tableMapping.ColumnMappings.Add("SLIPITEM_DESC", "SLIPITEM_DESC"); tableMapping.ColumnMappings.Add("PERIODCOUNT_FLAG", "PERIODCOUNT_FLAG"); tableMapping.ColumnMappings.Add("PERIOD", "PERIOD"); tableMapping.ColumnMappings.Add("PRINCIPAL_PAYAMT", "PRINCIPAL_PAYAMT"); tableMapping.ColumnMappings.Add("INTEREST_PAYAMT", "INTEREST_PAYAMT"); tableMapping.ColumnMappings.Add("INTARREAR_PAYAMT", "INTARREAR_PAYAMT"); tableMapping.ColumnMappings.Add("ITEM_PAYAMT", "ITEM_PAYAMT"); tableMapping.ColumnMappings.Add("ITEM_BALANCE", "ITEM_BALANCE"); tableMapping.ColumnMappings.Add("PRNCALINT_AMT", "PRNCALINT_AMT"); tableMapping.ColumnMappings.Add("CALINT_FROM", "CALINT_FROM"); tableMapping.ColumnMappings.Add("CALINT_TO", "CALINT_TO"); tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD"); tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN"); tableMapping.ColumnMappings.Add("STM_ITEMTYPE", "STM_ITEMTYPE"); tableMapping.ColumnMappings.Add("BFPERIOD", "BFPERIOD"); tableMapping.ColumnMappings.Add("BFINTARR_AMT", "BFINTARR_AMT"); tableMapping.ColumnMappings.Add("BFINTARRSET_AMT", "BFINTARRSET_AMT"); tableMapping.ColumnMappings.Add("BFLASTCALINT_DATE", "BFLASTCALINT_DATE"); tableMapping.ColumnMappings.Add("BFLASTPROC_DATE", "BFLASTPROC_DATE"); tableMapping.ColumnMappings.Add("BFLASTPAY_DATE", "BFLASTPAY_DATE"); tableMapping.ColumnMappings.Add("BFWITHDRAW_AMT", "BFWITHDRAW_AMT"); tableMapping.ColumnMappings.Add("BFPERIOD_PAYMENT", "BFPERIOD_PAYMENT"); tableMapping.ColumnMappings.Add("BFSHRCONT_BALAMT", "BFSHRCONT_BALAMT"); tableMapping.ColumnMappings.Add("BFSHRCONT_STATUS", "BFSHRCONT_STATUS"); tableMapping.ColumnMappings.Add("BFCONTLAW_STATUS", "BFCONTLAW_STATUS"); tableMapping.ColumnMappings.Add("BFCOUNTPAY_FLAG", "BFCOUNTPAY_FLAG"); tableMapping.ColumnMappings.Add("BFPAYSPEC_METHOD", "BFPAYSPEC_METHOD"); tableMapping.ColumnMappings.Add("RKEEP_PRINCIPAL", "RKEEP_PRINCIPAL"); tableMapping.ColumnMappings.Add("RKEEP_INTEREST", "RKEEP_INTEREST"); tableMapping.ColumnMappings.Add("NKEEP_INTEREST", "NKEEP_INTEREST"); tableMapping.ColumnMappings.Add("BFINTRETURN_FLAG", "BFINTRETURN_FLAG"); tableMapping.ColumnMappings.Add("BFPXAFTERMTHKEEP_TYPE", "BFPXAFTERMTHKEEP_TYPE"); tableMapping.ColumnMappings.Add("BFINTRETURN_AMT", "BFINTRETURN_AMT"); tableMapping.ColumnMappings.Add("REF_DOCNO", "REF_DOCNO"); tableMapping.ColumnMappings.Add("FINEYEAR_ARREAR", "FINEYEAR_ARREAR"); tableMapping.ColumnMappings.Add("INYEAR_ARREAR", "INYEAR_ARREAR"); tableMapping.ColumnMappings.Add("BFFINE_ARREAR", "BFFINE_ARREAR"); tableMapping.ColumnMappings.Add("FINE_PERIOD", "FINE_PERIOD"); tableMapping.ColumnMappings.Add("INT_ARREAR", "INT_ARREAR"); tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR"); tableMapping.ColumnMappings.Add("INTEREST_PAY", "INTEREST_PAY"); tableMapping.ColumnMappings.Add("INT_COMPENSATE", "INT_COMPENSATE"); 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 \"SLSLIPPAYINDET\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"PAYINSL" + "IP_NO\" = :Original_PAYINSLIP_NO) AND (\"SLIPITEMTYPE_CODE\" = :Original_SLIPITEMTY" + "PE_CODE) AND (\"SEQ_NO\" = :Original_SEQ_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = "INSERT INTO \"SLSLIPPAYINDET\" (\"COOP_ID\", \"PAYINSLIP_NO\", \"SLIPITEMTYPE_CODE\", \"SE" + "Q_NO\", \"OPERATE_FLAG\", \"SHRLONTYPE_CODE\", \"CONCOOP_ID\", \"LOANCONTRACT_NO\", \"SLIP" + "ITEM_DESC\", \"PERIODCOUNT_FLAG\", \"PERIOD\", \"PRINCIPAL_PAYAMT\", \"INTEREST_PAYAMT\"," + " \"INTARREAR_PAYAMT\", \"ITEM_PAYAMT\", \"ITEM_BALANCE\", \"PRNCALINT_AMT\", \"CALINT_FRO" + "M\", \"CALINT_TO\", \"INTEREST_PERIOD\", \"INTEREST_RETURN\", \"STM_ITEMTYPE\", \"BFPERIOD" + "\", \"BFINTARR_AMT\", \"BFINTARRSET_AMT\", \"BFLASTCALINT_DATE\", \"BFLASTPROC_DATE\", \"B" + "FLASTPAY_DATE\", \"BFWITHDRAW_AMT\", \"BFPERIOD_PAYMENT\", \"BFSHRCONT_BALAMT\", \"BFSHR" + "CONT_STATUS\", \"BFCONTLAW_STATUS\", \"BFCOUNTPAY_FLAG\", \"BFPAYSPEC_METHOD\", \"RKEEP_" + "PRINCIPAL\", \"RKEEP_INTEREST\", \"NKEEP_INTEREST\", \"BFINTRETURN_FLAG\", \"BFINTRETURN" + "_AMT\", \"BFPXAFTERMTHKEEP_TYPE\", \"REF_DOCNO\", \"FINEYEAR_ARREAR\", \"INYEAR_ARREAR\"," + " \"BFFINE_ARREAR\", \"FINE_PERIOD\", \"INT_ARREAR\", \"FINE_ARREAR\", \"INTEREST_PAY\", \"I" + "NT_COMPENSATE\") VALUES (:COOP_ID, :PAYINSLIP_NO, :SLIPITEMTYPE_CODE, :SEQ_NO, :O" + "PERATE_FLAG, :SHRLONTYPE_CODE, :CONCOOP_ID, :LOANCONTRACT_NO, :SLIPITEM_DESC, :P" + "ERIODCOUNT_FLAG, :PERIOD, :PRINCIPAL_PAYAMT, :INTEREST_PAYAMT, :INTARREAR_PAYAMT" + ", :ITEM_PAYAMT, :ITEM_BALANCE, :PRNCALINT_AMT, :CALINT_FROM, :CALINT_TO, :INTERE" + "ST_PERIOD, :INTEREST_RETURN, :STM_ITEMTYPE, :BFPERIOD, :BFINTARR_AMT, :BFINTARRS" + "ET_AMT, :BFLASTCALINT_DATE, :BFLASTPROC_DATE, :BFLASTPAY_DATE, :BFWITHDRAW_AMT, " + ":BFPERIOD_PAYMENT, :BFSHRCONT_BALAMT, :BFSHRCONT_STATUS, :BFCONTLAW_STATUS, :BFC" + "OUNTPAY_FLAG, :BFPAYSPEC_METHOD, :RKEEP_PRINCIPAL, :RKEEP_INTEREST, :NKEEP_INTER" + "EST, :BFINTRETURN_FLAG, :BFINTRETURN_AMT, :BFPXAFTERMTHKEEP_TYPE, :REF_DOCNO, :F" + "INEYEAR_ARREAR, :INYEAR_ARREAR, :BFFINE_ARREAR, :FINE_PERIOD, :INT_ARREAR, :FINE" + "_ARREAR, :INTEREST_PAY, :INT_COMPENSATE)"; 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("PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OPERATE_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEM_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SLIPITEM_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODCOUNT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODCOUNT_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_BALANCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STM_ITEMTYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STM_ITEMTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARRSET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARRSET_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPAY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCOUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCOUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYSPEC_METHOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYSPEC_METHOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTRETURN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTRETURN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPXAFTERMTHKEEP_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPXAFTERMTHKEEP_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_COMPENSATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_COMPENSATE", 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 \"SLSLIPPAYINDET\" SET \"COOP_ID\" = :COOP_ID, \"PAYINSLIP_NO\" = :PAYINSLIP_NO," + " \"SLIPITEMTYPE_CODE\" = :SLIPITEMTYPE_CODE, \"SEQ_NO\" = :SEQ_NO, \"OPERATE_FLAG\" = " + ":OPERATE_FLAG, \"SHRLONTYPE_CODE\" = :SHRLONTYPE_CODE, \"CONCOOP_ID\" = :CONCOOP_ID," + " \"LOANCONTRACT_NO\" = :LOANCONTRACT_NO, \"SLIPITEM_DESC\" = :SLIPITEM_DESC, \"PERIOD" + "COUNT_FLAG\" = :PERIODCOUNT_FLAG, \"PERIOD\" = :PERIOD, \"PRINCIPAL_PAYAMT\" = :PRINC" + "IPAL_PAYAMT, \"INTEREST_PAYAMT\" = :INTEREST_PAYAMT, \"INTARREAR_PAYAMT\" = :INTARRE" + "AR_PAYAMT, \"ITEM_PAYAMT\" = :ITEM_PAYAMT, \"ITEM_BALANCE\" = :ITEM_BALANCE, \"PRNCAL" + "INT_AMT\" = :PRNCALINT_AMT, \"CALINT_FROM\" = :CALINT_FROM, \"CALINT_TO\" = :CALINT_T" + "O, \"INTEREST_PERIOD\" = :INTEREST_PERIOD, \"INTEREST_RETURN\" = :INTEREST_RETURN, \"" + "STM_ITEMTYPE\" = :STM_ITEMTYPE, \"BFPERIOD\" = :BFPERIOD, \"BFINTARR_AMT\" = :BFINTAR" + "R_AMT, \"BFINTARRSET_AMT\" = :BFINTARRSET_AMT, \"BFLASTCALINT_DATE\" = :BFLASTCALINT" + "_DATE, \"BFLASTPROC_DATE\" = :BFLASTPROC_DATE, \"BFLASTPAY_DATE\" = :BFLASTPAY_DATE," + " \"BFWITHDRAW_AMT\" = :BFWITHDRAW_AMT, \"BFPERIOD_PAYMENT\" = :BFPERIOD_PAYMENT, \"BF" + "SHRCONT_BALAMT\" = :BFSHRCONT_BALAMT, \"BFSHRCONT_STATUS\" = :BFSHRCONT_STATUS, \"BF" + "CONTLAW_STATUS\" = :BFCONTLAW_STATUS, \"BFCOUNTPAY_FLAG\" = :BFCOUNTPAY_FLAG, \"BFPA" + "YSPEC_METHOD\" = :BFPAYSPEC_METHOD, \"RKEEP_PRINCIPAL\" = :RKEEP_PRINCIPAL, \"RKEEP_" + "INTEREST\" = :RKEEP_INTEREST, \"NKEEP_INTEREST\" = :NKEEP_INTEREST, \"BFINTRETURN_FL" + "AG\" = :BFINTRETURN_FLAG, \"BFINTRETURN_AMT\" = :BFINTRETURN_AMT, \"BFPXAFTERMTHKEEP" + "_TYPE\" = :BFPXAFTERMTHKEEP_TYPE, \"REF_DOCNO\" = :REF_DOCNO, \"FINEYEAR_ARREAR\" = :" + "FINEYEAR_ARREAR, \"INYEAR_ARREAR\" = :INYEAR_ARREAR, \"BFFINE_ARREAR\" = :BFFINE_ARR" + "EAR, \"FINE_PERIOD\" = :FINE_PERIOD, \"INT_ARREAR\" = :INT_ARREAR, \"FINE_ARREAR\" = :" + "FINE_ARREAR, \"INTEREST_PAY\" = :INTEREST_PAY, \"INT_COMPENSATE\" = :INT_COMPENSATE " + "WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"PAYINSLIP_NO\" = :Original_PAYINSLIP" + "_NO) AND (\"SLIPITEMTYPE_CODE\" = :Original_SLIPITEMTYPE_CODE) AND (\"SEQ_NO\" = :Or" + "iginal_SEQ_NO))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OPERATE_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SHRLONTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SHRLONTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIPITEM_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SLIPITEM_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIODCOUNT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIODCOUNT_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_BALANCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCALINT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCALINT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STM_ITEMTYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STM_ITEMTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARRSET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARRSET_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPROC_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPROC_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFLASTPAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BFLASTPAY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFWITHDRAW_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFWITHDRAW_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_BALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_BALAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFSHRCONT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFSHRCONT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCOUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFCOUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPAYSPEC_METHOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPAYSPEC_METHOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTRETURN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTRETURN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPXAFTERMTHKEEP_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPXAFTERMTHKEEP_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_COMPENSATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_COMPENSATE", 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_PAYINSLIP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SLIPITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SLIPITEMTYPE_CODE", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["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 *\r\n FROM SLSLIPPAYINDET \r\n WHERE ( slslippayindet.coop_id = :as_coo" + "pid ) AND \r\n ( slslippayindet.payinslip_no = :as_slipno ) "; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_slipno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "PAYINSLIP_NO", global::System.Data.DataRowVersion.Current, false, null)); } [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.SLSLIPPAYINDETDataTable dataTable, string as_coopid, string as_slipno) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((as_coopid == null)) { throw new global::System.ArgumentNullException("as_coopid"); } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid)); } if ((as_slipno == null)) { throw new global::System.ArgumentNullException("as_slipno"); } else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno)); } 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.SLSLIPPAYINDETDataTable GetData(string as_coopid, string as_slipno) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((as_coopid == null)) { throw new global::System.ArgumentNullException("as_coopid"); } else { this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid)); } if ((as_slipno == null)) { throw new global::System.ArgumentNullException("as_slipno"); } else { this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_slipno)); } DataSet1.SLSLIPPAYINDETDataTable dataTable = new DataSet1.SLSLIPPAYINDETDataTable(); 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.SLSLIPPAYINDETDataTable 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, "SLSLIPPAYINDET"); } [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_PAYINSLIP_NO, string Original_SLIPITEMTYPE_CODE, decimal Original_SEQ_NO) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_PAYINSLIP_NO == null)) { throw new global::System.ArgumentNullException("Original_PAYINSLIP_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_PAYINSLIP_NO)); } if ((Original_SLIPITEMTYPE_CODE == null)) { throw new global::System.ArgumentNullException("Original_SLIPITEMTYPE_CODE"); } else { this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_SLIPITEMTYPE_CODE)); } this.Adapter.DeleteCommand.Parameters[3].Value = ((decimal)(Original_SEQ_NO)); global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COOP_ID, string PAYINSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO, global::System.Nullable OPERATE_FLAG, string SHRLONTYPE_CODE, string CONCOOP_ID, string LOANCONTRACT_NO, string SLIPITEM_DESC, global::System.Nullable PERIODCOUNT_FLAG, global::System.Nullable PERIOD, global::System.Nullable PRINCIPAL_PAYAMT, global::System.Nullable INTEREST_PAYAMT, global::System.Nullable INTARREAR_PAYAMT, global::System.Nullable ITEM_PAYAMT, global::System.Nullable ITEM_BALANCE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable INTEREST_PERIOD, global::System.Nullable INTEREST_RETURN, string STM_ITEMTYPE, global::System.Nullable BFPERIOD, global::System.Nullable BFINTARR_AMT, global::System.Nullable BFINTARRSET_AMT, global::System.Nullable BFLASTCALINT_DATE, global::System.Nullable BFLASTPROC_DATE, global::System.Nullable BFLASTPAY_DATE, global::System.Nullable BFWITHDRAW_AMT, global::System.Nullable BFPERIOD_PAYMENT, global::System.Nullable BFSHRCONT_BALAMT, global::System.Nullable BFSHRCONT_STATUS, global::System.Nullable BFCONTLAW_STATUS, global::System.Nullable BFCOUNTPAY_FLAG, global::System.Nullable BFPAYSPEC_METHOD, global::System.Nullable RKEEP_PRINCIPAL, global::System.Nullable RKEEP_INTEREST, global::System.Nullable NKEEP_INTEREST, global::System.Nullable BFINTRETURN_FLAG, global::System.Nullable BFINTRETURN_AMT, global::System.Nullable BFPXAFTERMTHKEEP_TYPE, string REF_DOCNO, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable INYEAR_ARREAR, global::System.Nullable BFFINE_ARREAR, global::System.Nullable FINE_PERIOD, global::System.Nullable INT_ARREAR, global::System.Nullable FINE_ARREAR, global::System.Nullable INTEREST_PAY, global::System.Nullable INT_COMPENSATE) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((PAYINSLIP_NO == null)) { throw new global::System.ArgumentNullException("PAYINSLIP_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(PAYINSLIP_NO)); } if ((SLIPITEMTYPE_CODE == null)) { throw new global::System.ArgumentNullException("SLIPITEMTYPE_CODE"); } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(SLIPITEMTYPE_CODE)); } this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(SEQ_NO)); if ((OPERATE_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(OPERATE_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((SHRLONTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[5].Value = ((string)(SHRLONTYPE_CODE)); } if ((CONCOOP_ID == null)) { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[6].Value = ((string)(CONCOOP_ID)); } if ((LOANCONTRACT_NO == null)) { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[7].Value = ((string)(LOANCONTRACT_NO)); } if ((SLIPITEM_DESC == null)) { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[8].Value = ((string)(SLIPITEM_DESC)); } if ((PERIODCOUNT_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(PERIODCOUNT_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((PRINCIPAL_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((INTEREST_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(INTEREST_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((INTARREAR_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(INTARREAR_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((ITEM_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(ITEM_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((ITEM_BALANCE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(ITEM_BALANCE.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((PRNCALINT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PRNCALINT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((CALINT_FROM.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((System.DateTime)(CALINT_FROM.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((CALINT_TO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((System.DateTime)(CALINT_TO.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((INTEREST_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(INTEREST_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((INTEREST_RETURN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(INTEREST_RETURN.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((STM_ITEMTYPE == null)) { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[21].Value = ((string)(STM_ITEMTYPE)); } if ((BFPERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(BFPERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((BFINTARR_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(BFINTARR_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((BFINTARRSET_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(BFINTARRSET_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((BFLASTCALINT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((BFLASTPROC_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(BFLASTPROC_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((BFLASTPAY_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(BFLASTPAY_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((BFWITHDRAW_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(BFWITHDRAW_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((BFPERIOD_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(BFPERIOD_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((BFSHRCONT_BALAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(BFSHRCONT_BALAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((BFSHRCONT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(BFSHRCONT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((BFCONTLAW_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(BFCONTLAW_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((BFCOUNTPAY_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(BFCOUNTPAY_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((BFPAYSPEC_METHOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(BFPAYSPEC_METHOD.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((RKEEP_PRINCIPAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(RKEEP_PRINCIPAL.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((RKEEP_INTEREST.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(RKEEP_INTEREST.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((NKEEP_INTEREST.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(NKEEP_INTEREST.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((BFINTRETURN_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(BFINTRETURN_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((BFINTRETURN_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(BFINTRETURN_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((BFPXAFTERMTHKEEP_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(BFPXAFTERMTHKEEP_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((REF_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[41].Value = ((string)(REF_DOCNO)); } if ((FINEYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(FINEYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((INYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(INYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((BFFINE_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(BFFINE_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((FINE_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(FINE_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((INT_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(INT_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((FINE_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(FINE_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((INTEREST_PAY.HasValue == true)) { this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(INTEREST_PAY.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((INT_COMPENSATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((decimal)(INT_COMPENSATE.Value)); } else { this.Adapter.InsertCommand.Parameters[49].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 PAYINSLIP_NO, string SLIPITEMTYPE_CODE, decimal SEQ_NO, global::System.Nullable OPERATE_FLAG, string SHRLONTYPE_CODE, string CONCOOP_ID, string LOANCONTRACT_NO, string SLIPITEM_DESC, global::System.Nullable PERIODCOUNT_FLAG, global::System.Nullable PERIOD, global::System.Nullable PRINCIPAL_PAYAMT, global::System.Nullable INTEREST_PAYAMT, global::System.Nullable INTARREAR_PAYAMT, global::System.Nullable ITEM_PAYAMT, global::System.Nullable ITEM_BALANCE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable INTEREST_PERIOD, global::System.Nullable INTEREST_RETURN, string STM_ITEMTYPE, global::System.Nullable BFPERIOD, global::System.Nullable BFINTARR_AMT, global::System.Nullable BFINTARRSET_AMT, global::System.Nullable BFLASTCALINT_DATE, global::System.Nullable BFLASTPROC_DATE, global::System.Nullable BFLASTPAY_DATE, global::System.Nullable BFWITHDRAW_AMT, global::System.Nullable BFPERIOD_PAYMENT, global::System.Nullable BFSHRCONT_BALAMT, global::System.Nullable BFSHRCONT_STATUS, global::System.Nullable BFCONTLAW_STATUS, global::System.Nullable BFCOUNTPAY_FLAG, global::System.Nullable BFPAYSPEC_METHOD, global::System.Nullable RKEEP_PRINCIPAL, global::System.Nullable RKEEP_INTEREST, global::System.Nullable NKEEP_INTEREST, global::System.Nullable BFINTRETURN_FLAG, global::System.Nullable BFINTRETURN_AMT, global::System.Nullable BFPXAFTERMTHKEEP_TYPE, string REF_DOCNO, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable INYEAR_ARREAR, global::System.Nullable BFFINE_ARREAR, global::System.Nullable FINE_PERIOD, global::System.Nullable INT_ARREAR, global::System.Nullable FINE_ARREAR, global::System.Nullable INTEREST_PAY, global::System.Nullable INT_COMPENSATE, string Original_COOP_ID, string Original_PAYINSLIP_NO, string Original_SLIPITEMTYPE_CODE, decimal Original_SEQ_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((PAYINSLIP_NO == null)) { throw new global::System.ArgumentNullException("PAYINSLIP_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(PAYINSLIP_NO)); } if ((SLIPITEMTYPE_CODE == null)) { throw new global::System.ArgumentNullException("SLIPITEMTYPE_CODE"); } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(SLIPITEMTYPE_CODE)); } this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(SEQ_NO)); if ((OPERATE_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(OPERATE_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((SHRLONTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(SHRLONTYPE_CODE)); } if ((CONCOOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(CONCOOP_ID)); } if ((LOANCONTRACT_NO == null)) { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(LOANCONTRACT_NO)); } if ((SLIPITEM_DESC == null)) { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(SLIPITEM_DESC)); } if ((PERIODCOUNT_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(PERIODCOUNT_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((PRINCIPAL_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((INTEREST_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(INTEREST_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((INTARREAR_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(INTARREAR_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((ITEM_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(ITEM_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((ITEM_BALANCE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(ITEM_BALANCE.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((PRNCALINT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PRNCALINT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((CALINT_FROM.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(CALINT_FROM.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((CALINT_TO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[18].Value = ((System.DateTime)(CALINT_TO.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((INTEREST_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(INTEREST_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((INTEREST_RETURN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(INTEREST_RETURN.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((STM_ITEMTYPE == null)) { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(STM_ITEMTYPE)); } if ((BFPERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(BFPERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((BFINTARR_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(BFINTARR_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((BFINTARRSET_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(BFINTARRSET_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((BFLASTCALINT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(BFLASTCALINT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((BFLASTPROC_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(BFLASTPROC_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((BFLASTPAY_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(BFLASTPAY_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((BFWITHDRAW_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(BFWITHDRAW_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((BFPERIOD_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(BFPERIOD_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((BFSHRCONT_BALAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(BFSHRCONT_BALAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((BFSHRCONT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(BFSHRCONT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((BFCONTLAW_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(BFCONTLAW_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((BFCOUNTPAY_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(BFCOUNTPAY_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((BFPAYSPEC_METHOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(BFPAYSPEC_METHOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((RKEEP_PRINCIPAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(RKEEP_PRINCIPAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((RKEEP_INTEREST.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(RKEEP_INTEREST.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((NKEEP_INTEREST.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(NKEEP_INTEREST.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((BFINTRETURN_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(BFINTRETURN_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((BFINTRETURN_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(BFINTRETURN_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((BFPXAFTERMTHKEEP_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(BFPXAFTERMTHKEEP_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((REF_DOCNO == null)) { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(REF_DOCNO)); } if ((FINEYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(FINEYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((INYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(INYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((BFFINE_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(BFFINE_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((FINE_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(FINE_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((INT_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(INT_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((FINE_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(FINE_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((INTEREST_PAY.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(INTEREST_PAY.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((INT_COMPENSATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[49].Value = ((decimal)(INT_COMPENSATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(Original_COOP_ID)); } if ((Original_PAYINSLIP_NO == null)) { throw new global::System.ArgumentNullException("Original_PAYINSLIP_NO"); } else { this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(Original_PAYINSLIP_NO)); } if ((Original_SLIPITEMTYPE_CODE == null)) { throw new global::System.ArgumentNullException("Original_SLIPITEMTYPE_CODE"); } else { this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(Original_SLIPITEMTYPE_CODE)); } this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(Original_SEQ_NO)); global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( global::System.Nullable OPERATE_FLAG, string SHRLONTYPE_CODE, string CONCOOP_ID, string LOANCONTRACT_NO, string SLIPITEM_DESC, global::System.Nullable PERIODCOUNT_FLAG, global::System.Nullable PERIOD, global::System.Nullable PRINCIPAL_PAYAMT, global::System.Nullable INTEREST_PAYAMT, global::System.Nullable INTARREAR_PAYAMT, global::System.Nullable ITEM_PAYAMT, global::System.Nullable ITEM_BALANCE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable INTEREST_PERIOD, global::System.Nullable INTEREST_RETURN, string STM_ITEMTYPE, global::System.Nullable BFPERIOD, global::System.Nullable BFINTARR_AMT, global::System.Nullable BFINTARRSET_AMT, global::System.Nullable BFLASTCALINT_DATE, global::System.Nullable BFLASTPROC_DATE, global::System.Nullable BFLASTPAY_DATE, global::System.Nullable BFWITHDRAW_AMT, global::System.Nullable BFPERIOD_PAYMENT, global::System.Nullable BFSHRCONT_BALAMT, global::System.Nullable BFSHRCONT_STATUS, global::System.Nullable BFCONTLAW_STATUS, global::System.Nullable BFCOUNTPAY_FLAG, global::System.Nullable BFPAYSPEC_METHOD, global::System.Nullable RKEEP_PRINCIPAL, global::System.Nullable RKEEP_INTEREST, global::System.Nullable NKEEP_INTEREST, global::System.Nullable BFINTRETURN_FLAG, global::System.Nullable BFINTRETURN_AMT, global::System.Nullable BFPXAFTERMTHKEEP_TYPE, string REF_DOCNO, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable INYEAR_ARREAR, global::System.Nullable BFFINE_ARREAR, global::System.Nullable FINE_PERIOD, global::System.Nullable INT_ARREAR, global::System.Nullable FINE_ARREAR, global::System.Nullable INTEREST_PAY, global::System.Nullable INT_COMPENSATE, string Original_COOP_ID, string Original_PAYINSLIP_NO, string Original_SLIPITEMTYPE_CODE, decimal Original_SEQ_NO) { return this.Update(Original_COOP_ID, Original_PAYINSLIP_NO, Original_SLIPITEMTYPE_CODE, Original_SEQ_NO, OPERATE_FLAG, SHRLONTYPE_CODE, CONCOOP_ID, LOANCONTRACT_NO, SLIPITEM_DESC, PERIODCOUNT_FLAG, PERIOD, PRINCIPAL_PAYAMT, INTEREST_PAYAMT, INTARREAR_PAYAMT, ITEM_PAYAMT, ITEM_BALANCE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, INTEREST_PERIOD, INTEREST_RETURN, STM_ITEMTYPE, BFPERIOD, BFINTARR_AMT, BFINTARRSET_AMT, BFLASTCALINT_DATE, BFLASTPROC_DATE, BFLASTPAY_DATE, BFWITHDRAW_AMT, BFPERIOD_PAYMENT, BFSHRCONT_BALAMT, BFSHRCONT_STATUS, BFCONTLAW_STATUS, BFCOUNTPAY_FLAG, BFPAYSPEC_METHOD, RKEEP_PRINCIPAL, RKEEP_INTEREST, NKEEP_INTEREST, BFINTRETURN_FLAG, BFINTRETURN_AMT, BFPXAFTERMTHKEEP_TYPE, REF_DOCNO, FINEYEAR_ARREAR, INYEAR_ARREAR, BFFINE_ARREAR, FINE_PERIOD, INT_ARREAR, FINE_ARREAR, INTEREST_PAY, INT_COMPENSATE, Original_COOP_ID, Original_PAYINSLIP_NO, Original_SLIPITEMTYPE_CODE, Original_SEQ_NO); } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class LNCONTMASTERTableAdapter : 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 LNCONTMASTERTableAdapter() { 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 = "LNCONTMASTER"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO"); tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE"); tableMapping.ColumnMappings.Add("LOANOBJECTIVE_CODE", "LOANOBJECTIVE_CODE"); tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO"); tableMapping.ColumnMappings.Add("LOANREQUEST_AMT", "LOANREQUEST_AMT"); tableMapping.ColumnMappings.Add("LOANAPPROVE_DATE", "LOANAPPROVE_DATE"); tableMapping.ColumnMappings.Add("LOANAPPROVE_AMT", "LOANAPPROVE_AMT"); tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT"); tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE"); tableMapping.ColumnMappings.Add("LOANPAYMENT_TYPE", "LOANPAYMENT_TYPE"); tableMapping.ColumnMappings.Add("PERIOD_INSTALLMENT", "PERIOD_INSTALLMENT"); tableMapping.ColumnMappings.Add("PERIOD_PAYMENT", "PERIOD_PAYMENT"); tableMapping.ColumnMappings.Add("PERIOD_LASTPAYMENT", "PERIOD_LASTPAYMENT"); tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS"); tableMapping.ColumnMappings.Add("LAST_PERIODRCV", "LAST_PERIODRCV"); tableMapping.ColumnMappings.Add("LAST_PERIODPAY", "LAST_PERIODPAY"); tableMapping.ColumnMappings.Add("STARTCONT_DATE", "STARTCONT_DATE"); tableMapping.ColumnMappings.Add("STARTKEEP_DATE", "STARTKEEP_DATE"); tableMapping.ColumnMappings.Add("STARTKEEP_PERIOD", "STARTKEEP_PERIOD"); tableMapping.ColumnMappings.Add("LASTRECEIVE_DATE", "LASTRECEIVE_DATE"); tableMapping.ColumnMappings.Add("LASTPAYMENT_DATE", "LASTPAYMENT_DATE"); tableMapping.ColumnMappings.Add("LASTCALINT_DATE", "LASTCALINT_DATE"); tableMapping.ColumnMappings.Add("LASTKEEPING_DATE", "LASTKEEPING_DATE"); tableMapping.ColumnMappings.Add("LASTPROCESS_DATE", "LASTPROCESS_DATE"); tableMapping.ColumnMappings.Add("LASTACCESS_DATE", "LASTACCESS_DATE"); tableMapping.ColumnMappings.Add("CLOSECONT_DATE", "CLOSECONT_DATE"); tableMapping.ColumnMappings.Add("PRINCIPAL_ARREAR", "PRINCIPAL_ARREAR"); tableMapping.ColumnMappings.Add("INTEREST_ARREAR", "INTEREST_ARREAR"); tableMapping.ColumnMappings.Add("INTYEAR_ARREAR", "INTYEAR_ARREAR"); tableMapping.ColumnMappings.Add("INTEREST_ACCUM", "INTEREST_ACCUM"); tableMapping.ColumnMappings.Add("INTACCUM_LASTYEAR", "INTACCUM_LASTYEAR"); tableMapping.ColumnMappings.Add("PRINCIPAL_RETURN", "PRINCIPAL_RETURN"); tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN"); tableMapping.ColumnMappings.Add("PRNPAYMENT_AMT", "PRNPAYMENT_AMT"); tableMapping.ColumnMappings.Add("INTPAYMENT_AMT", "INTPAYMENT_AMT"); tableMapping.ColumnMappings.Add("LAST_STM_NO", "LAST_STM_NO"); tableMapping.ColumnMappings.Add("TRANSFER_STATUS", "TRANSFER_STATUS"); tableMapping.ColumnMappings.Add("PRINCIPAL_TRANS", "PRINCIPAL_TRANS"); tableMapping.ColumnMappings.Add("TRNFROM_CONTNO", "TRNFROM_CONTNO"); tableMapping.ColumnMappings.Add("TRNFROM_MEMNO", "TRNFROM_MEMNO"); tableMapping.ColumnMappings.Add("NKEEP_PRINCIPAL", "NKEEP_PRINCIPAL"); tableMapping.ColumnMappings.Add("NKEEP_INTEREST", "NKEEP_INTEREST"); tableMapping.ColumnMappings.Add("RKEEP_PRINCIPAL", "RKEEP_PRINCIPAL"); tableMapping.ColumnMappings.Add("RKEEP_INTEREST", "RKEEP_INTEREST"); tableMapping.ColumnMappings.Add("COMPOUND_STATUS", "COMPOUND_STATUS"); tableMapping.ColumnMappings.Add("COMPOUND_INSTALLMENT", "COMPOUND_INSTALLMENT"); tableMapping.ColumnMappings.Add("COMPOUND_DUEDATE", "COMPOUND_DUEDATE"); tableMapping.ColumnMappings.Add("COMPOUND_PAYMENT", "COMPOUND_PAYMENT"); tableMapping.ColumnMappings.Add("COMPOUND_PAYSTATUS", "COMPOUND_PAYSTATUS"); tableMapping.ColumnMappings.Add("MISSPAY_AMT", "MISSPAY_AMT"); tableMapping.ColumnMappings.Add("OD_FLAG", "OD_FLAG"); tableMapping.ColumnMappings.Add("CONTLAW_STATUS", "CONTLAW_STATUS"); tableMapping.ColumnMappings.Add("CONTRACT_STATUS", "CONTRACT_STATUS"); tableMapping.ColumnMappings.Add("APPROVE_ID", "APPROVE_ID"); tableMapping.ColumnMappings.Add("APPROVE_BYCOOPID", "APPROVE_BYCOOPID"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("INT_CONTINTTYPE", "INT_CONTINTTYPE"); tableMapping.ColumnMappings.Add("INT_CONTINTRATE", "INT_CONTINTRATE"); tableMapping.ColumnMappings.Add("INT_CONTINTTABCODE", "INT_CONTINTTABCODE"); tableMapping.ColumnMappings.Add("INT_CONTINTINCREASE", "INT_CONTINTINCREASE"); tableMapping.ColumnMappings.Add("INT_INTSTEPTYPE", "INT_INTSTEPTYPE"); tableMapping.ColumnMappings.Add("STATUS_DESC", "STATUS_DESC"); tableMapping.ColumnMappings.Add("PERIOD_PAYAMT", "PERIOD_PAYAMT"); tableMapping.ColumnMappings.Add("PERIOD_PAYMENT_MAX", "PERIOD_PAYMENT_MAX"); tableMapping.ColumnMappings.Add("INTMONTH_ARREAR", "INTMONTH_ARREAR"); tableMapping.ColumnMappings.Add("LAST_TRANSCONT_NO", "LAST_TRANSCONT_NO"); tableMapping.ColumnMappings.Add("CONTRACT_TIME", "CONTRACT_TIME"); tableMapping.ColumnMappings.Add("EXPIRECONT_DATE", "EXPIRECONT_DATE"); tableMapping.ColumnMappings.Add("EXPENSE_CODE", "EXPENSE_CODE"); tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK"); tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH"); tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID"); tableMapping.ColumnMappings.Add("COMPOUND_DATE", "COMPOUND_DATE"); tableMapping.ColumnMappings.Add("COMPOUND_PERIOD", "COMPOUND_PERIOD"); tableMapping.ColumnMappings.Add("COMPOUNDDUE_DATE", "COMPOUNDDUE_DATE"); tableMapping.ColumnMappings.Add("BUYSHARE_AMT", "BUYSHARE_AMT"); tableMapping.ColumnMappings.Add("RECEIVEPERIOD_FLAG", "RECEIVEPERIOD_FLAG"); tableMapping.ColumnMappings.Add("PRNCBALBEGIN_AMT", "PRNCBALBEGIN_AMT"); tableMapping.ColumnMappings.Add("CONTRACT_TYPE", "CONTRACT_TYPE"); tableMapping.ColumnMappings.Add("SUMINT_LASTYEAR", "SUMINT_LASTYEAR"); tableMapping.ColumnMappings.Add("LOAN_NO", "LOAN_NO"); tableMapping.ColumnMappings.Add("INSURANCE_AMT", "INSURANCE_AMT"); tableMapping.ColumnMappings.Add("INSTYPE_CODE", "INSTYPE_CODE"); tableMapping.ColumnMappings.Add("INTARREAR_TRANS", "INTARREAR_TRANS"); tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID"); tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE"); tableMapping.ColumnMappings.Add("CANCEL_CAUSE", "CANCEL_CAUSE"); tableMapping.ColumnMappings.Add("COMPOUND_PAYTYPE", "COMPOUND_PAYTYPE"); tableMapping.ColumnMappings.Add("COMPOUND_NMLDATE", "COMPOUND_NMLDATE"); tableMapping.ColumnMappings.Add("PRINCIPAL_TRANSBAL", "PRINCIPAL_TRANSBAL"); tableMapping.ColumnMappings.Add("INTARREAR_TRANSBAL", "INTARREAR_TRANSBAL"); tableMapping.ColumnMappings.Add("LOANPAYMENTCHG_DATE", "LOANPAYMENTCHG_DATE"); tableMapping.ColumnMappings.Add("COMPOUND_INTARRPAYMENT", "COMPOUND_INTARRPAYMENT"); tableMapping.ColumnMappings.Add("INSURECOLL_FLAG", "INSURECOLL_FLAG"); tableMapping.ColumnMappings.Add("TRNLNTOCOLL_FLAG", "TRNLNTOCOLL_FLAG"); tableMapping.ColumnMappings.Add("COUNTPAY_FLAG", "COUNTPAY_FLAG"); tableMapping.ColumnMappings.Add("PERIOD_PAYINTARR", "PERIOD_PAYINTARR"); tableMapping.ColumnMappings.Add("TRNFROM_PRNBAL", "TRNFROM_PRNBAL"); tableMapping.ColumnMappings.Add("TRNFROM_INTBAL", "TRNFROM_INTBAL"); tableMapping.ColumnMappings.Add("PAYOUTORD_FLAG", "PAYOUTORD_FLAG"); tableMapping.ColumnMappings.Add("IDENTIFYCONT_INTRATE", "IDENTIFYCONT_INTRATE"); tableMapping.ColumnMappings.Add("OBJINTWARRANT_CODE", "OBJINTWARRANT_CODE"); tableMapping.ColumnMappings.Add("CANCEL_PRNBALAMT", "CANCEL_PRNBALAMT"); tableMapping.ColumnMappings.Add("REQCOOP_ID", "REQCOOP_ID"); tableMapping.ColumnMappings.Add("INTCERTIFICATE_STATUS", "INTCERTIFICATE_STATUS"); tableMapping.ColumnMappings.Add("INTENDORSE_AMT", "INTENDORSE_AMT"); tableMapping.ColumnMappings.Add("LOANCREDIT_AMT", "LOANCREDIT_AMT"); tableMapping.ColumnMappings.Add("INTSET_ARREAR", "INTSET_ARREAR"); tableMapping.ColumnMappings.Add("LOANPAY_CODE", "LOANPAY_CODE"); tableMapping.ColumnMappings.Add("LOANPAY_BANK", "LOANPAY_BANK"); tableMapping.ColumnMappings.Add("LOANPAY_BRANCH", "LOANPAY_BRANCH"); tableMapping.ColumnMappings.Add("LOANPAY_ACCID", "LOANPAY_ACCID"); tableMapping.ColumnMappings.Add("LOANPAYSPLIT_FLAG", "LOANPAYSPLIT_FLAG"); tableMapping.ColumnMappings.Add("CONTCCLCAUSE_CODE", "CONTCCLCAUSE_CODE"); tableMapping.ColumnMappings.Add("INTCOMPOUND_ARREAR", "INTCOMPOUND_ARREAR"); tableMapping.ColumnMappings.Add("REFRAINAVG_FLAG", "REFRAINAVG_FLAG"); tableMapping.ColumnMappings.Add("UPDATE_BYENTRYID", "UPDATE_BYENTRYID"); tableMapping.ColumnMappings.Add("UPDATE_BYENTRYIP", "UPDATE_BYENTRYIP"); tableMapping.ColumnMappings.Add("INTSETBEGIN_AMT", "INTSETBEGIN_AMT"); tableMapping.ColumnMappings.Add("SUBPERIOD_PERCENT", "SUBPERIOD_PERCENT"); tableMapping.ColumnMappings.Add("SUBPERIOD_AMT", "SUBPERIOD_AMT"); tableMapping.ColumnMappings.Add("SUBCOUNT_AMT", "SUBCOUNT_AMT"); tableMapping.ColumnMappings.Add("SUBPERIOD_PAYMENT", "SUBPERIOD_PAYMENT"); tableMapping.ColumnMappings.Add("FINEYEAR_ARREAR", "FINEYEAR_ARREAR"); tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR"); tableMapping.ColumnMappings.Add("CURRENT_COOPID", "CURRENT_COOPID"); tableMapping.ColumnMappings.Add("CONTCOUNT", "CONTCOUNT"); tableMapping.ColumnMappings.Add("CONTCOUNT_END", "CONTCOUNT_END"); tableMapping.ColumnMappings.Add("LASTREC_NO", "LASTREC_NO"); tableMapping.ColumnMappings.Add("LASTLINE_NO", "LASTLINE_NO"); tableMapping.ColumnMappings.Add("LASTPAGE_NO", "LASTPAGE_NO"); tableMapping.ColumnMappings.Add("LOANPASSBOOK_NO", "LOANPASSBOOK_NO"); tableMapping.ColumnMappings.Add("INTCOMPENSATE_FLAG", "INTCOMPENSATE_FLAG"); tableMapping.ColumnMappings.Add("LASTCALFINE_DATE", "LASTCALFINE_DATE"); tableMapping.ColumnMappings.Add("CONTRACTINT_TYPE", "CONTRACTINT_TYPE"); tableMapping.ColumnMappings.Add("CONTINTEXPIRE_DATE", "CONTINTEXPIRE_DATE"); tableMapping.ColumnMappings.Add("CONTRACT_INTEREST", "CONTRACT_INTEREST"); tableMapping.ColumnMappings.Add("BFFINEYEAR_ARREAR", "BFFINEYEAR_ARREAR"); tableMapping.ColumnMappings.Add("BFINTERESTYEAR_ARREAR", "BFINTERESTYEAR_ARREAR"); tableMapping.ColumnMappings.Add("PRTBOOK_FLAG", "PRTBOOK_FLAG"); tableMapping.ColumnMappings.Add("PRTCARD_FLAG", "PRTCARD_FLAG"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNCONTMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTR" + "ACT_NO\" = :Original_LOANCONTRACT_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_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_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 \"LNCONTMASTER\" (\"COOP_ID\", \"LOANCONTRACT_NO\", \"MEMCOOP_ID\", \"MEMBER_N" + "O\", \"LOANTYPE_CODE\", \"LOANOBJECTIVE_CODE\", \"LOANREQUEST_DOCNO\", \"LOANREQUEST_AMT" + "\", \"LOANAPPROVE_DATE\", \"LOANAPPROVE_AMT\", \"WITHDRAWABLE_AMT\", \"PRINCIPAL_BALANCE" + "\", \"LOANPAYMENT_TYPE\", \"PERIOD_INSTALLMENT\", \"PERIOD_PAYMENT\", \"PERIOD_LASTPAYME" + "NT\", \"PAYMENT_STATUS\", \"LAST_PERIODRCV\", \"LAST_PERIODPAY\", \"STARTCONT_DATE\", \"ST" + "ARTKEEP_DATE\", \"STARTKEEP_PERIOD\", \"LASTRECEIVE_DATE\", \"LASTPAYMENT_DATE\", \"LAST" + "CALINT_DATE\", \"LASTKEEPING_DATE\", \"LASTPROCESS_DATE\", \"LASTACCESS_DATE\", \"CLOSEC" + "ONT_DATE\", \"PRINCIPAL_ARREAR\", \"INTEREST_ARREAR\", \"INTYEAR_ARREAR\", \"INTEREST_AC" + "CUM\", \"INTACCUM_LASTYEAR\", \"PRINCIPAL_RETURN\", \"INTEREST_RETURN\", \"PRNPAYMENT_AM" + "T\", \"INTPAYMENT_AMT\", \"LAST_STM_NO\", \"TRANSFER_STATUS\", \"PRINCIPAL_TRANS\", \"TRNF" + "ROM_CONTNO\", \"TRNFROM_MEMNO\", \"NKEEP_PRINCIPAL\", \"NKEEP_INTEREST\", \"RKEEP_PRINCI" + "PAL\", \"RKEEP_INTEREST\", \"COMPOUND_STATUS\", \"COMPOUND_INSTALLMENT\", \"COMPOUND_DUE" + "DATE\", \"COMPOUND_PAYMENT\", \"COMPOUND_PAYSTATUS\", \"MISSPAY_AMT\", \"OD_FLAG\", \"CONT" + "LAW_STATUS\", \"CONTRACT_STATUS\", \"APPROVE_ID\", \"APPROVE_BYCOOPID\", \"REMARK\", \"INT" + "_CONTINTTYPE\", \"INT_CONTINTRATE\", \"INT_CONTINTTABCODE\", \"INT_CONTINTINCREASE\", \"" + "INT_INTSTEPTYPE\", \"STATUS_DESC\", \"PERIOD_PAYAMT\", \"PERIOD_PAYMENT_MAX\", \"INTMONT" + "H_ARREAR\", \"LAST_TRANSCONT_NO\", \"CONTRACT_TIME\", \"EXPIRECONT_DATE\", \"EXPENSE_COD" + "E\", \"EXPENSE_BANK\", \"EXPENSE_BRANCH\", \"EXPENSE_ACCID\", \"COMPOUND_DATE\", \"COMPOUN" + "D_PERIOD\", \"COMPOUNDDUE_DATE\", \"BUYSHARE_AMT\", \"RECEIVEPERIOD_FLAG\", \"PRNCBALBEG" + "IN_AMT\", \"CONTRACT_TYPE\", \"SUMINT_LASTYEAR\", \"LOAN_NO\", \"INSURANCE_AMT\", \"INSTYP" + "E_CODE\", \"INTARREAR_TRANS\", \"CANCEL_ID\", \"CANCEL_DATE\", \"CANCEL_CAUSE\", \"COMPOUN" + "D_PAYTYPE\", \"COMPOUND_NMLDATE\", \"PRINCIPAL_TRANSBAL\", \"INTARREAR_TRANSBAL\", \"LOA" + "NPAYMENTCHG_DATE\", \"COMPOUND_INTARRPAYMENT\", \"INSURECOLL_FLAG\", \"TRNLNTOCOLL_FLA" + "G\", \"COUNTPAY_FLAG\", \"PERIOD_PAYINTARR\", \"TRNFROM_PRNBAL\", \"TRNFROM_INTBAL\", \"PA" + "YOUTORD_FLAG\", \"IDENTIFYCONT_INTRATE\", \"OBJINTWARRANT_CODE\", \"CANCEL_PRNBALAMT\"," + " \"REQCOOP_ID\", \"INTCERTIFICATE_STATUS\", \"INTENDORSE_AMT\", \"LOANCREDIT_AMT\", \"INT" + "SET_ARREAR\", \"LOANPAY_CODE\", \"LOANPAY_BANK\", \"LOANPAY_BRANCH\", \"LOANPAY_ACCID\", " + "\"LOANPAYSPLIT_FLAG\", \"CONTCCLCAUSE_CODE\", \"INTCOMPOUND_ARREAR\", \"REFRAINAVG_FLAG" + "\", \"UPDATE_BYENTRYID\", \"UPDATE_BYENTRYIP\", \"INTSETBEGIN_AMT\", \"SUBPERIOD_PERCENT" + "\", \"SUBPERIOD_AMT\", \"SUBCOUNT_AMT\", \"SUBPERIOD_PAYMENT\", \"FINEYEAR_ARREAR\", \"FIN" + "E_ARREAR\", \"CURRENT_COOPID\", \"CONTCOUNT\", \"CONTCOUNT_END\", \"LASTREC_NO\", \"LASTLI" + "NE_NO\", \"LASTPAGE_NO\", \"LOANPASSBOOK_NO\", \"INTCOMPENSATE_FLAG\", \"LASTCALFINE_DAT" + "E\", \"CONTRACTINT_TYPE\", \"CONTINTEXPIRE_DATE\", \"CONTRACT_INTEREST\", \"BFFINEYEAR_A" + "RREAR\", \"BFINTERESTYEAR_ARREAR\", \"PRTBOOK_FLAG\", \"PRTCARD_FLAG\") VALUES (:COOP_I" + "D, :LOANCONTRACT_NO, :MEMCOOP_ID, :MEMBER_NO, :LOANTYPE_CODE, :LOANOBJECTIVE_COD" + "E, :LOANREQUEST_DOCNO, :LOANREQUEST_AMT, :LOANAPPROVE_DATE, :LOANAPPROVE_AMT, :W" + "ITHDRAWABLE_AMT, :PRINCIPAL_BALANCE, :LOANPAYMENT_TYPE, :PERIOD_INSTALLMENT, :PE" + "RIOD_PAYMENT, :PERIOD_LASTPAYMENT, :PAYMENT_STATUS, :LAST_PERIODRCV, :LAST_PERIO" + "DPAY, :STARTCONT_DATE, :STARTKEEP_DATE, :STARTKEEP_PERIOD, :LASTRECEIVE_DATE, :L" + "ASTPAYMENT_DATE, :LASTCALINT_DATE, :LASTKEEPING_DATE, :LASTPROCESS_DATE, :LASTAC" + "CESS_DATE, :CLOSECONT_DATE, :PRINCIPAL_ARREAR, :INTEREST_ARREAR, :INTYEAR_ARREAR" + ", :INTEREST_ACCUM, :INTACCUM_LASTYEAR, :PRINCIPAL_RETURN, :INTEREST_RETURN, :PRN" + "PAYMENT_AMT, :INTPAYMENT_AMT, :LAST_STM_NO, :TRANSFER_STATUS, :PRINCIPAL_TRANS, " + ":TRNFROM_CONTNO, :TRNFROM_MEMNO, :NKEEP_PRINCIPAL, :NKEEP_INTEREST, :RKEEP_PRINC" + "IPAL, :RKEEP_INTEREST, :COMPOUND_STATUS, :COMPOUND_INSTALLMENT, :COMPOUND_DUEDAT" + "E, :COMPOUND_PAYMENT, :COMPOUND_PAYSTATUS, :MISSPAY_AMT, :OD_FLAG, :CONTLAW_STAT" + "US, :CONTRACT_STATUS, :APPROVE_ID, :APPROVE_BYCOOPID, :REMARK, :INT_CONTINTTYPE," + " :INT_CONTINTRATE, :INT_CONTINTTABCODE, :INT_CONTINTINCREASE, :INT_INTSTEPTYPE, " + ":STATUS_DESC, :PERIOD_PAYAMT, :PERIOD_PAYMENT_MAX, :INTMONTH_ARREAR, :LAST_TRANS" + "CONT_NO, :CONTRACT_TIME, :EXPIRECONT_DATE, :EXPENSE_CODE, :EXPENSE_BANK, :EXPENS" + "E_BRANCH, :EXPENSE_ACCID, :COMPOUND_DATE, :COMPOUND_PERIOD, :COMPOUNDDUE_DATE, :" + "BUYSHARE_AMT, :RECEIVEPERIOD_FLAG, :PRNCBALBEGIN_AMT, :CONTRACT_TYPE, :SUMINT_LA" + "STYEAR, :LOAN_NO, :INSURANCE_AMT, :INSTYPE_CODE, :INTARREAR_TRANS, :CANCEL_ID, :" + "CANCEL_DATE, :CANCEL_CAUSE, :COMPOUND_PAYTYPE, :COMPOUND_NMLDATE, :PRINCIPAL_TRA" + "NSBAL, :INTARREAR_TRANSBAL, :LOANPAYMENTCHG_DATE, :p1, :INSURECOLL_FLAG, :TRNLNT" + "OCOLL_FLAG, :COUNTPAY_FLAG, :PERIOD_PAYINTARR, :TRNFROM_PRNBAL, :TRNFROM_INTBAL," + " :PAYOUTORD_FLAG, :IDENTIFYCONT_INTRATE, :OBJINTWARRANT_CODE, :CANCEL_PRNBALAMT," + " :REQCOOP_ID, :INTCERTIFICATE_STATUS, :INTENDORSE_AMT, :LOANCREDIT_AMT, :INTSET_" + "ARREAR, :LOANPAY_CODE, :LOANPAY_BANK, :LOANPAY_BRANCH, :LOANPAY_ACCID, :LOANPAYS" + "PLIT_FLAG, :CONTCCLCAUSE_CODE, :INTCOMPOUND_ARREAR, :REFRAINAVG_FLAG, :UPDATE_BY" + "ENTRYID, :UPDATE_BYENTRYIP, :INTSETBEGIN_AMT, :SUBPERIOD_PERCENT, :SUBPERIOD_AMT" + ", :SUBCOUNT_AMT, :SUBPERIOD_PAYMENT, :FINEYEAR_ARREAR, :FINE_ARREAR, :CURRENT_CO" + "OPID, :CONTCOUNT, :CONTCOUNT_END, :LASTREC_NO, :LASTLINE_NO, :LASTPAGE_NO, :LOAN" + "PASSBOOK_NO, :INTCOMPENSATE_FLAG, :LASTCALFINE_DATE, :CONTRACTINT_TYPE, :CONTINT" + "EXPIRE_DATE, :CONTRACT_INTEREST, :BFFINEYEAR_ARREAR, :BFINTERESTYEAR_ARREAR, :PR" + "TBOOK_FLAG, :PRTCARD_FLAG)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("LOANTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANOBJECTIVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANOBJECTIVE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_AMT", 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("PRINCIPAL_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_BALANCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_LASTPAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_LASTPAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODRCV", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODPAY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTCONT_DATE", 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("STARTKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", 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("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", 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("CLOSECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSECONT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_RETURN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSFER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSFER_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_CONTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_CONTNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_MEMNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_MEMNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DUEDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYSTATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPROVE_BYCOOPID", 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("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT_MAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT_MAX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_TRANSCONT_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_TRANSCONT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TIME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRECONT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDDUE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDDUE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BUYSHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BUYSHARE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVEPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVEPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCBALBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCBALBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOAN_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOAN_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INSTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_CAUSE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_CAUSE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_NMLDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENTCHG_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENTCHG_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INTARRPAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURECOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURECOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNLNTOCOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNLNTOCOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYINTARR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYINTARR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_PRNBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_PRNBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_INTBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_INTBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IDENTIFYCONT_INTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "IDENTIFYCONT_INTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OBJINTWARRANT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OBJINTWARRANT_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_PRNBALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CANCEL_PRNBALAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REQCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REQCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCERTIFICATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCERTIFICATE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTENDORSE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTENDORSE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCREDIT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANCREDIT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTSET_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSET_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYSPLIT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYSPLIT_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCCLCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTCCLCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPOUND_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPOUND_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFRAINAVG_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REFRAINAVG_FLAG", 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("INTSETBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSETBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBCOUNT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBCOUNT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRENT_COOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRENT_COOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT_END", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT_END", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPENSATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPENSATE_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALFINE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALFINE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACTINT_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTRACTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTINTEXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CONTINTEXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTERESTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTERESTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTBOOK_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTBOOK_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTCARD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTCARD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = "UPDATE \"LNCONTMASTER\" SET \"COOP_ID\" = :COOP_ID, \"LOANCONTRACT_NO\" = :LOANCONTRACT" + "_NO, \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"LOANTYPE_CODE\" = :LO" + "ANTYPE_CODE, \"LOANOBJECTIVE_CODE\" = :LOANOBJECTIVE_CODE, \"LOANREQUEST_DOCNO\" = :" + "LOANREQUEST_DOCNO, \"LOANREQUEST_AMT\" = :LOANREQUEST_AMT, \"LOANAPPROVE_DATE\" = :L" + "OANAPPROVE_DATE, \"LOANAPPROVE_AMT\" = :LOANAPPROVE_AMT, \"WITHDRAWABLE_AMT\" = :WIT" + "HDRAWABLE_AMT, \"PRINCIPAL_BALANCE\" = :PRINCIPAL_BALANCE, \"LOANPAYMENT_TYPE\" = :L" + "OANPAYMENT_TYPE, \"PERIOD_INSTALLMENT\" = :PERIOD_INSTALLMENT, \"PERIOD_PAYMENT\" = " + ":PERIOD_PAYMENT, \"PERIOD_LASTPAYMENT\" = :PERIOD_LASTPAYMENT, \"PAYMENT_STATUS\" = " + ":PAYMENT_STATUS, \"LAST_PERIODRCV\" = :LAST_PERIODRCV, \"LAST_PERIODPAY\" = :LAST_PE" + "RIODPAY, \"STARTCONT_DATE\" = :STARTCONT_DATE, \"STARTKEEP_DATE\" = :STARTKEEP_DATE," + " \"STARTKEEP_PERIOD\" = :STARTKEEP_PERIOD, \"LASTRECEIVE_DATE\" = :LASTRECEIVE_DATE," + " \"LASTPAYMENT_DATE\" = :LASTPAYMENT_DATE, \"LASTCALINT_DATE\" = :LASTCALINT_DATE, \"" + "LASTKEEPING_DATE\" = :LASTKEEPING_DATE, \"LASTPROCESS_DATE\" = :LASTPROCESS_DATE, \"" + "LASTACCESS_DATE\" = :LASTACCESS_DATE, \"CLOSECONT_DATE\" = :CLOSECONT_DATE, \"PRINCI" + "PAL_ARREAR\" = :PRINCIPAL_ARREAR, \"INTEREST_ARREAR\" = :INTEREST_ARREAR, \"INTYEAR_" + "ARREAR\" = :INTYEAR_ARREAR, \"INTEREST_ACCUM\" = :INTEREST_ACCUM, \"INTACCUM_LASTYEA" + "R\" = :INTACCUM_LASTYEAR, \"PRINCIPAL_RETURN\" = :PRINCIPAL_RETURN, \"INTEREST_RETUR" + "N\" = :INTEREST_RETURN, \"PRNPAYMENT_AMT\" = :PRNPAYMENT_AMT, \"INTPAYMENT_AMT\" = :I" + "NTPAYMENT_AMT, \"LAST_STM_NO\" = :LAST_STM_NO, \"TRANSFER_STATUS\" = :TRANSFER_STATU" + "S, \"PRINCIPAL_TRANS\" = :PRINCIPAL_TRANS, \"TRNFROM_CONTNO\" = :TRNFROM_CONTNO, \"TR" + "NFROM_MEMNO\" = :TRNFROM_MEMNO, \"NKEEP_PRINCIPAL\" = :NKEEP_PRINCIPAL, \"NKEEP_INTE" + "REST\" = :NKEEP_INTEREST, \"RKEEP_PRINCIPAL\" = :RKEEP_PRINCIPAL, \"RKEEP_INTEREST\" " + "= :RKEEP_INTEREST, \"COMPOUND_STATUS\" = :COMPOUND_STATUS, \"COMPOUND_INSTALLMENT\" " + "= :COMPOUND_INSTALLMENT, \"COMPOUND_DUEDATE\" = :COMPOUND_DUEDATE, \"COMPOUND_PAYME" + "NT\" = :COMPOUND_PAYMENT, \"COMPOUND_PAYSTATUS\" = :COMPOUND_PAYSTATUS, \"MISSPAY_AM" + "T\" = :MISSPAY_AMT, \"OD_FLAG\" = :OD_FLAG, \"CONTLAW_STATUS\" = :CONTLAW_STATUS, \"CO" + "NTRACT_STATUS\" = :CONTRACT_STATUS, \"APPROVE_ID\" = :APPROVE_ID, \"APPROVE_BYCOOPID" + "\" = :APPROVE_BYCOOPID, \"REMARK\" = :REMARK, \"INT_CONTINTTYPE\" = :INT_CONTINTTYPE," + " \"INT_CONTINTRATE\" = :INT_CONTINTRATE, \"INT_CONTINTTABCODE\" = :INT_CONTINTTABCOD" + "E, \"INT_CONTINTINCREASE\" = :INT_CONTINTINCREASE, \"INT_INTSTEPTYPE\" = :INT_INTSTE" + "PTYPE, \"STATUS_DESC\" = :STATUS_DESC, \"PERIOD_PAYAMT\" = :PERIOD_PAYAMT, \"PERIOD_P" + "AYMENT_MAX\" = :PERIOD_PAYMENT_MAX, \"INTMONTH_ARREAR\" = :INTMONTH_ARREAR, \"LAST_T" + "RANSCONT_NO\" = :LAST_TRANSCONT_NO, \"CONTRACT_TIME\" = :CONTRACT_TIME, \"EXPIRECONT" + "_DATE\" = :EXPIRECONT_DATE, \"EXPENSE_CODE\" = :EXPENSE_CODE, \"EXPENSE_BANK\" = :EXP" + "ENSE_BANK, \"EXPENSE_BRANCH\" = :EXPENSE_BRANCH, \"EXPENSE_ACCID\" = :EXPENSE_ACCID," + " \"COMPOUND_DATE\" = :COMPOUND_DATE, \"COMPOUND_PERIOD\" = :COMPOUND_PERIOD, \"COMPOU" + "NDDUE_DATE\" = :COMPOUNDDUE_DATE, \"BUYSHARE_AMT\" = :BUYSHARE_AMT, \"RECEIVEPERIOD_" + "FLAG\" = :RECEIVEPERIOD_FLAG, \"PRNCBALBEGIN_AMT\" = :PRNCBALBEGIN_AMT, \"CONTRACT_T" + "YPE\" = :CONTRACT_TYPE, \"SUMINT_LASTYEAR\" = :SUMINT_LASTYEAR, \"LOAN_NO\" = :LOAN_N" + "O, \"INSURANCE_AMT\" = :INSURANCE_AMT, \"INSTYPE_CODE\" = :INSTYPE_CODE, \"INTARREAR_" + "TRANS\" = :INTARREAR_TRANS, \"CANCEL_ID\" = :CANCEL_ID, \"CANCEL_DATE\" = :CANCEL_DAT" + "E, \"CANCEL_CAUSE\" = :CANCEL_CAUSE, \"COMPOUND_PAYTYPE\" = :COMPOUND_PAYTYPE, \"COMP" + "OUND_NMLDATE\" = :COMPOUND_NMLDATE, \"PRINCIPAL_TRANSBAL\" = :PRINCIPAL_TRANSBAL, \"" + "INTARREAR_TRANSBAL\" = :INTARREAR_TRANSBAL, \"LOANPAYMENTCHG_DATE\" = :LOANPAYMENTC" + "HG_DATE, \"COMPOUND_INTARRPAYMENT\" = :p1, \"INSURECOLL_FLAG\" = :INSURECOLL_FLAG, \"" + "TRNLNTOCOLL_FLAG\" = :TRNLNTOCOLL_FLAG, \"COUNTPAY_FLAG\" = :COUNTPAY_FLAG, \"PERIOD" + "_PAYINTARR\" = :PERIOD_PAYINTARR, \"TRNFROM_PRNBAL\" = :TRNFROM_PRNBAL, \"TRNFROM_IN" + "TBAL\" = :TRNFROM_INTBAL, \"PAYOUTORD_FLAG\" = :PAYOUTORD_FLAG, \"IDENTIFYCONT_INTRA" + "TE\" = :IDENTIFYCONT_INTRATE, \"OBJINTWARRANT_CODE\" = :OBJINTWARRANT_CODE, \"CANCEL" + "_PRNBALAMT\" = :CANCEL_PRNBALAMT, \"REQCOOP_ID\" = :REQCOOP_ID, \"INTCERTIFICATE_STA" + "TUS\" = :INTCERTIFICATE_STATUS, \"INTENDORSE_AMT\" = :INTENDORSE_AMT, \"LOANCREDIT_A" + "MT\" = :LOANCREDIT_AMT, \"INTSET_ARREAR\" = :INTSET_ARREAR, \"LOANPAY_CODE\" = :LOANP" + "AY_CODE, \"LOANPAY_BANK\" = :LOANPAY_BANK, \"LOANPAY_BRANCH\" = :LOANPAY_BRANCH, \"LO" + "ANPAY_ACCID\" = :LOANPAY_ACCID, \"LOANPAYSPLIT_FLAG\" = :LOANPAYSPLIT_FLAG, \"CONTCC" + "LCAUSE_CODE\" = :CONTCCLCAUSE_CODE, \"INTCOMPOUND_ARREAR\" = :INTCOMPOUND_ARREAR, \"" + "REFRAINAVG_FLAG\" = :REFRAINAVG_FLAG, \"UPDATE_BYENTRYID\" = :UPDATE_BYENTRYID, \"UP" + "DATE_BYENTRYIP\" = :UPDATE_BYENTRYIP, \"INTSETBEGIN_AMT\" = :INTSETBEGIN_AMT, \"SUBP" + "ERIOD_PERCENT\" = :SUBPERIOD_PERCENT, \"SUBPERIOD_AMT\" = :SUBPERIOD_AMT, \"SUBCOUNT" + "_AMT\" = :SUBCOUNT_AMT, \"SUBPERIOD_PAYMENT\" = :SUBPERIOD_PAYMENT, \"FINEYEAR_ARREA" + "R\" = :FINEYEAR_ARREAR, \"FINE_ARREAR\" = :FINE_ARREAR, \"CURRENT_COOPID\" = :CURRENT" + "_COOPID, \"CONTCOUNT\" = :CONTCOUNT, \"CONTCOUNT_END\" = :CONTCOUNT_END, \"LASTREC_NO" + "\" = :LASTREC_NO, \"LASTLINE_NO\" = :LASTLINE_NO, \"LASTPAGE_NO\" = :LASTPAGE_NO, \"LO" + "ANPASSBOOK_NO\" = :LOANPASSBOOK_NO, \"INTCOMPENSATE_FLAG\" = :INTCOMPENSATE_FLAG, \"" + "LASTCALFINE_DATE\" = :LASTCALFINE_DATE, \"CONTRACTINT_TYPE\" = :CONTRACTINT_TYPE, \"" + "CONTINTEXPIRE_DATE\" = :CONTINTEXPIRE_DATE, \"CONTRACT_INTEREST\" = :CONTRACT_INTER" + "EST, \"BFFINEYEAR_ARREAR\" = :BFFINEYEAR_ARREAR, \"BFINTERESTYEAR_ARREAR\" = :BFINTE" + "RESTYEAR_ARREAR, \"PRTBOOK_FLAG\" = :PRTBOOK_FLAG, \"PRTCARD_FLAG\" = :PRTCARD_FLAG " + "WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTRACT_NO\" = :Original_LOANCO" + "NTRACT_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("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("LOANTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANOBJECTIVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANOBJECTIVE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_AMT", 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("PRINCIPAL_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_BALANCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_LASTPAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_LASTPAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODRCV", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODPAY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTCONT_DATE", 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("STARTKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", 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("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", 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("CLOSECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSECONT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_RETURN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSFER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSFER_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_CONTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_CONTNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_MEMNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_MEMNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DUEDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYSTATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPROVE_BYCOOPID", 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("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT_MAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT_MAX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_TRANSCONT_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_TRANSCONT_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TIME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRECONT_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDDUE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDDUE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BUYSHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BUYSHARE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVEPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVEPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCBALBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCBALBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOAN_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOAN_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INSTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_CAUSE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_CAUSE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_NMLDATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENTCHG_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENTCHG_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INTARRPAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURECOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURECOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNLNTOCOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNLNTOCOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYINTARR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYINTARR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_PRNBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_PRNBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_INTBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_INTBAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IDENTIFYCONT_INTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "IDENTIFYCONT_INTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OBJINTWARRANT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OBJINTWARRANT_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_PRNBALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CANCEL_PRNBALAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REQCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REQCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCERTIFICATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCERTIFICATE_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTENDORSE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTENDORSE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCREDIT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANCREDIT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTSET_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSET_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYSPLIT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYSPLIT_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCCLCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTCCLCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPOUND_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPOUND_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFRAINAVG_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REFRAINAVG_FLAG", 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("INTSETBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSETBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBCOUNT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBCOUNT_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRENT_COOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRENT_COOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT_END", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT_END", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPENSATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPENSATE_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALFINE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALFINE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACTINT_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTRACTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTINTEXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CONTINTEXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_INTEREST", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTERESTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTERESTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTBOOK_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTBOOK_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTCARD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTCARD_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_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 COOP_ID, LOANCONTRACT_NO, MEMCOOP_ID, MEMBER_NO, LOANTYPE_CODE, LOANOBJECT" + "IVE_CODE, LOANREQUEST_DOCNO, LOANREQUEST_AMT, LOANAPPROVE_DATE, LOANAPPROVE_AMT," + " WITHDRAWABLE_AMT, PRINCIPAL_BALANCE, LOANPAYMENT_TYPE, PERIOD_INSTALLMENT, PERI" + "OD_PAYMENT, PERIOD_LASTPAYMENT, PAYMENT_STATUS, LAST_PERIODRCV, LAST_PERIODPAY, " + "STARTCONT_DATE, STARTKEEP_DATE, STARTKEEP_PERIOD, LASTRECEIVE_DATE, LASTPAYMENT_" + "DATE, LASTCALINT_DATE, LASTKEEPING_DATE, LASTPROCESS_DATE, LASTACCESS_DATE, CLOS" + "ECONT_DATE, PRINCIPAL_ARREAR, INTEREST_ARREAR, INTYEAR_ARREAR, INTEREST_ACCUM, I" + "NTACCUM_LASTYEAR, PRINCIPAL_RETURN, INTEREST_RETURN, PRNPAYMENT_AMT, INTPAYMENT_" + "AMT, LAST_STM_NO, TRANSFER_STATUS, PRINCIPAL_TRANS, TRNFROM_CONTNO, TRNFROM_MEMN" + "O, NKEEP_PRINCIPAL, NKEEP_INTEREST, RKEEP_PRINCIPAL, RKEEP_INTEREST, COMPOUND_ST" + "ATUS, COMPOUND_INSTALLMENT, COMPOUND_DUEDATE, COMPOUND_PAYMENT, COMPOUND_PAYSTAT" + "US, MISSPAY_AMT, OD_FLAG, CONTLAW_STATUS, CONTRACT_STATUS, APPROVE_ID, APPROVE_B" + "YCOOPID, REMARK, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTI" + "NTINCREASE, INT_INTSTEPTYPE, STATUS_DESC, PERIOD_PAYAMT, PERIOD_PAYMENT_MAX, INT" + "MONTH_ARREAR, LAST_TRANSCONT_NO, CONTRACT_TIME, EXPIRECONT_DATE, EXPENSE_CODE, E" + "XPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, COMPOUND_DATE, COMPOUND_PERIOD, COMP" + "OUNDDUE_DATE, BUYSHARE_AMT, RECEIVEPERIOD_FLAG, PRNCBALBEGIN_AMT, CONTRACT_TYPE," + " SUMINT_LASTYEAR, LOAN_NO, INSURANCE_AMT, INSTYPE_CODE, INTARREAR_TRANS, CANCEL_" + "ID, CANCEL_DATE, CANCEL_CAUSE, COMPOUND_PAYTYPE, COMPOUND_NMLDATE, PRINCIPAL_TRA" + "NSBAL, INTARREAR_TRANSBAL, LOANPAYMENTCHG_DATE, COMPOUND_INTARRPAYMENT, INSURECO" + "LL_FLAG, TRNLNTOCOLL_FLAG, COUNTPAY_FLAG, PERIOD_PAYINTARR, TRNFROM_PRNBAL, TRNF" + "ROM_INTBAL, PAYOUTORD_FLAG, IDENTIFYCONT_INTRATE, OBJINTWARRANT_CODE, CANCEL_PRN" + "BALAMT, REQCOOP_ID, INTCERTIFICATE_STATUS, INTENDORSE_AMT, LOANCREDIT_AMT, INTSE" + "T_ARREAR, LOANPAY_CODE, LOANPAY_BANK, LOANPAY_BRANCH, LOANPAY_ACCID, LOANPAYSPLI" + "T_FLAG, CONTCCLCAUSE_CODE, INTCOMPOUND_ARREAR, REFRAINAVG_FLAG, UPDATE_BYENTRYID" + ", UPDATE_BYENTRYIP, INTSETBEGIN_AMT, SUBPERIOD_PERCENT, SUBPERIOD_AMT, SUBCOUNT_" + "AMT, SUBPERIOD_PAYMENT, FINEYEAR_ARREAR, FINE_ARREAR, CURRENT_COOPID, CONTCOUNT," + " CONTCOUNT_END, LASTREC_NO, LASTLINE_NO, LASTPAGE_NO, LOANPASSBOOK_NO, INTCOMPEN" + "SATE_FLAG, LASTCALFINE_DATE, CONTRACTINT_TYPE, CONTINTEXPIRE_DATE, CONTRACT_INTE" + "REST, BFFINEYEAR_ARREAR, BFINTERESTYEAR_ARREAR, PRTBOOK_FLAG, PRTCARD_FLAG FROM " + "LNCONTMASTER"; 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.LNCONTMASTERDataTable 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.LNCONTMASTERDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCONTMASTERDataTable dataTable = new DataSet1.LNCONTMASTERDataTable(); 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.LNCONTMASTERDataTable 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, "LNCONTMASTER"); } [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_LOANCONTRACT_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_LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_LOANCONTRACT_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 LOANCONTRACT_NO, string MEMCOOP_ID, string MEMBER_NO, string LOANTYPE_CODE, string LOANOBJECTIVE_CODE, string LOANREQUEST_DOCNO, global::System.Nullable LOANREQUEST_AMT, global::System.Nullable LOANAPPROVE_DATE, global::System.Nullable LOANAPPROVE_AMT, global::System.Nullable WITHDRAWABLE_AMT, global::System.Nullable PRINCIPAL_BALANCE, global::System.Nullable LOANPAYMENT_TYPE, global::System.Nullable PERIOD_INSTALLMENT, global::System.Nullable PERIOD_PAYMENT, global::System.Nullable PERIOD_LASTPAYMENT, global::System.Nullable PAYMENT_STATUS, global::System.Nullable LAST_PERIODRCV, global::System.Nullable LAST_PERIODPAY, global::System.Nullable STARTCONT_DATE, global::System.Nullable STARTKEEP_DATE, string STARTKEEP_PERIOD, global::System.Nullable LASTRECEIVE_DATE, global::System.Nullable LASTPAYMENT_DATE, global::System.Nullable LASTCALINT_DATE, global::System.Nullable LASTKEEPING_DATE, global::System.Nullable LASTPROCESS_DATE, global::System.Nullable LASTACCESS_DATE, global::System.Nullable CLOSECONT_DATE, global::System.Nullable PRINCIPAL_ARREAR, global::System.Nullable INTEREST_ARREAR, global::System.Nullable INTYEAR_ARREAR, global::System.Nullable INTEREST_ACCUM, global::System.Nullable INTACCUM_LASTYEAR, global::System.Nullable PRINCIPAL_RETURN, global::System.Nullable INTEREST_RETURN, global::System.Nullable PRNPAYMENT_AMT, global::System.Nullable INTPAYMENT_AMT, global::System.Nullable LAST_STM_NO, global::System.Nullable TRANSFER_STATUS, global::System.Nullable PRINCIPAL_TRANS, string TRNFROM_CONTNO, string TRNFROM_MEMNO, global::System.Nullable NKEEP_PRINCIPAL, global::System.Nullable NKEEP_INTEREST, global::System.Nullable RKEEP_PRINCIPAL, global::System.Nullable RKEEP_INTEREST, global::System.Nullable COMPOUND_STATUS, global::System.Nullable COMPOUND_INSTALLMENT, global::System.Nullable COMPOUND_DUEDATE, global::System.Nullable COMPOUND_PAYMENT, global::System.Nullable COMPOUND_PAYSTATUS, global::System.Nullable MISSPAY_AMT, global::System.Nullable OD_FLAG, global::System.Nullable CONTLAW_STATUS, global::System.Nullable CONTRACT_STATUS, string APPROVE_ID, string APPROVE_BYCOOPID, string REMARK, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_INTSTEPTYPE, string STATUS_DESC, global::System.Nullable PERIOD_PAYAMT, global::System.Nullable PERIOD_PAYMENT_MAX, global::System.Nullable INTMONTH_ARREAR, global::System.Nullable LAST_TRANSCONT_NO, global::System.Nullable CONTRACT_TIME, global::System.Nullable EXPIRECONT_DATE, string EXPENSE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, global::System.Nullable COMPOUND_DATE, global::System.Nullable COMPOUND_PERIOD, global::System.Nullable COMPOUNDDUE_DATE, global::System.Nullable BUYSHARE_AMT, global::System.Nullable RECEIVEPERIOD_FLAG, global::System.Nullable PRNCBALBEGIN_AMT, global::System.Nullable CONTRACT_TYPE, global::System.Nullable SUMINT_LASTYEAR, string LOAN_NO, global::System.Nullable INSURANCE_AMT, string INSTYPE_CODE, global::System.Nullable INTARREAR_TRANS, string CANCEL_ID, global::System.Nullable CANCEL_DATE, string CANCEL_CAUSE, global::System.Nullable COMPOUND_PAYTYPE, global::System.Nullable COMPOUND_NMLDATE, global::System.Nullable PRINCIPAL_TRANSBAL, global::System.Nullable INTARREAR_TRANSBAL, global::System.Nullable LOANPAYMENTCHG_DATE, global::System.Nullable p1, global::System.Nullable INSURECOLL_FLAG, global::System.Nullable TRNLNTOCOLL_FLAG, global::System.Nullable COUNTPAY_FLAG, global::System.Nullable PERIOD_PAYINTARR, global::System.Nullable TRNFROM_PRNBAL, global::System.Nullable TRNFROM_INTBAL, global::System.Nullable PAYOUTORD_FLAG, global::System.Nullable IDENTIFYCONT_INTRATE, string OBJINTWARRANT_CODE, global::System.Nullable CANCEL_PRNBALAMT, string REQCOOP_ID, global::System.Nullable INTCERTIFICATE_STATUS, global::System.Nullable INTENDORSE_AMT, global::System.Nullable LOANCREDIT_AMT, global::System.Nullable INTSET_ARREAR, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, global::System.Nullable LOANPAYSPLIT_FLAG, string CONTCCLCAUSE_CODE, global::System.Nullable INTCOMPOUND_ARREAR, global::System.Nullable REFRAINAVG_FLAG, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, global::System.Nullable INTSETBEGIN_AMT, global::System.Nullable SUBPERIOD_PERCENT, global::System.Nullable SUBPERIOD_AMT, global::System.Nullable SUBCOUNT_AMT, global::System.Nullable SUBPERIOD_PAYMENT, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable FINE_ARREAR, string CURRENT_COOPID, global::System.Nullable CONTCOUNT, global::System.Nullable CONTCOUNT_END, global::System.Nullable LASTREC_NO, global::System.Nullable LASTLINE_NO, global::System.Nullable LASTPAGE_NO, string LOANPASSBOOK_NO, global::System.Nullable INTCOMPENSATE_FLAG, global::System.Nullable LASTCALFINE_DATE, string CONTRACTINT_TYPE, global::System.Nullable CONTINTEXPIRE_DATE, global::System.Nullable CONTRACT_INTEREST, global::System.Nullable BFFINEYEAR_ARREAR, global::System.Nullable BFINTERESTYEAR_ARREAR, global::System.Nullable PRTBOOK_FLAG, global::System.Nullable PRTCARD_FLAG) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("LOANCONTRACT_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO)); } if ((MEMCOOP_ID == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMCOOP_ID)); } if ((MEMBER_NO == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMBER_NO)); } if ((LOANTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(LOANTYPE_CODE)); } if ((LOANOBJECTIVE_CODE == null)) { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[5].Value = ((string)(LOANOBJECTIVE_CODE)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[6].Value = ((string)(LOANREQUEST_DOCNO)); } if ((LOANREQUEST_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(LOANREQUEST_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((LOANAPPROVE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((System.DateTime)(LOANAPPROVE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((LOANAPPROVE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(LOANAPPROVE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((WITHDRAWABLE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(WITHDRAWABLE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((PRINCIPAL_BALANCE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_BALANCE.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((LOANPAYMENT_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(LOANPAYMENT_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((PERIOD_INSTALLMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(PERIOD_INSTALLMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(PERIOD_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((PERIOD_LASTPAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(PERIOD_LASTPAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((PAYMENT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PAYMENT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((LAST_PERIODRCV.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(LAST_PERIODRCV.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((LAST_PERIODPAY.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(LAST_PERIODPAY.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((STARTCONT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((System.DateTime)(STARTCONT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((STARTKEEP_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((System.DateTime)(STARTKEEP_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((STARTKEEP_PERIOD == null)) { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[21].Value = ((string)(STARTKEEP_PERIOD)); } if ((LASTRECEIVE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((LASTPAYMENT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[23].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((LASTCALINT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[24].Value = ((System.DateTime)(LASTCALINT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((LASTKEEPING_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(LASTKEEPING_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((LASTPROCESS_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(LASTPROCESS_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((LASTACCESS_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(LASTACCESS_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((CLOSECONT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((System.DateTime)(CLOSECONT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((PRINCIPAL_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(PRINCIPAL_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((INTEREST_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(INTEREST_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((INTYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(INTYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((INTEREST_ACCUM.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(INTEREST_ACCUM.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((INTACCUM_LASTYEAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(INTACCUM_LASTYEAR.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((PRINCIPAL_RETURN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(PRINCIPAL_RETURN.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((INTEREST_RETURN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(INTEREST_RETURN.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((PRNPAYMENT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(PRNPAYMENT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((INTPAYMENT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(INTPAYMENT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((LAST_STM_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(LAST_STM_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((TRANSFER_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(TRANSFER_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((PRINCIPAL_TRANS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(PRINCIPAL_TRANS.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((TRNFROM_CONTNO == null)) { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[41].Value = ((string)(TRNFROM_CONTNO)); } if ((TRNFROM_MEMNO == null)) { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[42].Value = ((string)(TRNFROM_MEMNO)); } if ((NKEEP_PRINCIPAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(NKEEP_PRINCIPAL.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((NKEEP_INTEREST.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(NKEEP_INTEREST.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((RKEEP_PRINCIPAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(RKEEP_PRINCIPAL.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((RKEEP_INTEREST.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(RKEEP_INTEREST.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((COMPOUND_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(COMPOUND_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((COMPOUND_INSTALLMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(COMPOUND_INSTALLMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((COMPOUND_DUEDATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((System.DateTime)(COMPOUND_DUEDATE.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((COMPOUND_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(COMPOUND_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((COMPOUND_PAYSTATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(COMPOUND_PAYSTATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((MISSPAY_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(MISSPAY_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((OD_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(OD_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((CONTLAW_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(CONTLAW_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((CONTRACT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(CONTRACT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((APPROVE_ID == null)) { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[56].Value = ((string)(APPROVE_ID)); } if ((APPROVE_BYCOOPID == null)) { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[57].Value = ((string)(APPROVE_BYCOOPID)); } if ((REMARK == null)) { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[58].Value = ((string)(REMARK)); } if ((INT_CONTINTTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[59].Value = ((decimal)(INT_CONTINTTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((INT_CONTINTRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(INT_CONTINTRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((INT_CONTINTTABCODE == null)) { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[61].Value = ((string)(INT_CONTINTTABCODE)); } if ((INT_CONTINTINCREASE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(INT_CONTINTINCREASE.Value)); } else { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } if ((INT_INTSTEPTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[63].Value = ((decimal)(INT_INTSTEPTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } if ((STATUS_DESC == null)) { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[64].Value = ((string)(STATUS_DESC)); } if ((PERIOD_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[65].Value = ((decimal)(PERIOD_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT_MAX.HasValue == true)) { this.Adapter.InsertCommand.Parameters[66].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value)); } else { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } if ((INTMONTH_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[67].Value = ((decimal)(INTMONTH_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((LAST_TRANSCONT_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[68].Value = ((decimal)(LAST_TRANSCONT_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((CONTRACT_TIME.HasValue == true)) { this.Adapter.InsertCommand.Parameters[69].Value = ((decimal)(CONTRACT_TIME.Value)); } else { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } if ((EXPIRECONT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[70].Value = ((System.DateTime)(EXPIRECONT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((EXPENSE_CODE == null)) { this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[71].Value = ((string)(EXPENSE_CODE)); } if ((EXPENSE_BANK == null)) { this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[72].Value = ((string)(EXPENSE_BANK)); } if ((EXPENSE_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[73].Value = ((string)(EXPENSE_BRANCH)); } if ((EXPENSE_ACCID == null)) { this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[74].Value = ((string)(EXPENSE_ACCID)); } if ((COMPOUND_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[75].Value = ((System.DateTime)(COMPOUND_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((COMPOUND_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(COMPOUND_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((COMPOUNDDUE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[77].Value = ((System.DateTime)(COMPOUNDDUE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } if ((BUYSHARE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[78].Value = ((decimal)(BUYSHARE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } if ((RECEIVEPERIOD_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[79].Value = ((decimal)(RECEIVEPERIOD_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } if ((PRNCBALBEGIN_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(PRNCBALBEGIN_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((CONTRACT_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(CONTRACT_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((SUMINT_LASTYEAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(SUMINT_LASTYEAR.Value)); } else { this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((LOAN_NO == null)) { this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[83].Value = ((string)(LOAN_NO)); } if ((INSURANCE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(INSURANCE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } if ((INSTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[85].Value = ((string)(INSTYPE_CODE)); } if ((INTARREAR_TRANS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(INTARREAR_TRANS.Value)); } else { this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((CANCEL_ID == null)) { this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[87].Value = ((string)(CANCEL_ID)); } if ((CANCEL_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[88].Value = ((System.DateTime)(CANCEL_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } if ((CANCEL_CAUSE == null)) { this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[89].Value = ((string)(CANCEL_CAUSE)); } if ((COMPOUND_PAYTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[90].Value = ((decimal)(COMPOUND_PAYTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } if ((COMPOUND_NMLDATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[91].Value = ((System.DateTime)(COMPOUND_NMLDATE.Value)); } else { this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } if ((PRINCIPAL_TRANSBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[92].Value = ((decimal)(PRINCIPAL_TRANSBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } if ((INTARREAR_TRANSBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[93].Value = ((decimal)(INTARREAR_TRANSBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } if ((LOANPAYMENTCHG_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[94].Value = ((System.DateTime)(LOANPAYMENTCHG_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } if ((p1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[95].Value = ((decimal)(p1.Value)); } else { this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } if ((INSURECOLL_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[96].Value = ((decimal)(INSURECOLL_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } if ((TRNLNTOCOLL_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[97].Value = ((decimal)(TRNLNTOCOLL_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } if ((COUNTPAY_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[98].Value = ((decimal)(COUNTPAY_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } if ((PERIOD_PAYINTARR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[99].Value = ((decimal)(PERIOD_PAYINTARR.Value)); } else { this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } if ((TRNFROM_PRNBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[100].Value = ((decimal)(TRNFROM_PRNBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } if ((TRNFROM_INTBAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[101].Value = ((decimal)(TRNFROM_INTBAL.Value)); } else { this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } if ((PAYOUTORD_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[102].Value = ((decimal)(PAYOUTORD_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } if ((IDENTIFYCONT_INTRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[103].Value = ((decimal)(IDENTIFYCONT_INTRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } if ((OBJINTWARRANT_CODE == null)) { this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[104].Value = ((string)(OBJINTWARRANT_CODE)); } if ((CANCEL_PRNBALAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[105].Value = ((decimal)(CANCEL_PRNBALAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } if ((REQCOOP_ID == null)) { this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[106].Value = ((string)(REQCOOP_ID)); } if ((INTCERTIFICATE_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[107].Value = ((decimal)(INTCERTIFICATE_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } if ((INTENDORSE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[108].Value = ((decimal)(INTENDORSE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } if ((LOANCREDIT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[109].Value = ((decimal)(LOANCREDIT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } if ((INTSET_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[110].Value = ((decimal)(INTSET_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } if ((LOANPAY_CODE == null)) { this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[111].Value = ((string)(LOANPAY_CODE)); } if ((LOANPAY_BANK == null)) { this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[112].Value = ((string)(LOANPAY_BANK)); } if ((LOANPAY_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[113].Value = ((string)(LOANPAY_BRANCH)); } if ((LOANPAY_ACCID == null)) { this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[114].Value = ((string)(LOANPAY_ACCID)); } if ((LOANPAYSPLIT_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[115].Value = ((decimal)(LOANPAYSPLIT_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } if ((CONTCCLCAUSE_CODE == null)) { this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[116].Value = ((string)(CONTCCLCAUSE_CODE)); } if ((INTCOMPOUND_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[117].Value = ((decimal)(INTCOMPOUND_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; } if ((REFRAINAVG_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[118].Value = ((decimal)(REFRAINAVG_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; } if ((UPDATE_BYENTRYID == null)) { this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID)); } if ((UPDATE_BYENTRYIP == null)) { this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP)); } if ((INTSETBEGIN_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[121].Value = ((decimal)(INTSETBEGIN_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; } if ((SUBPERIOD_PERCENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[122].Value = ((decimal)(SUBPERIOD_PERCENT.Value)); } else { this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; } if ((SUBPERIOD_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[123].Value = ((decimal)(SUBPERIOD_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; } if ((SUBCOUNT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[124].Value = ((decimal)(SUBCOUNT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; } if ((SUBPERIOD_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[125].Value = ((decimal)(SUBPERIOD_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; } if ((FINEYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[126].Value = ((decimal)(FINEYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; } if ((FINE_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[127].Value = ((decimal)(FINE_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; } if ((CURRENT_COOPID == null)) { this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[128].Value = ((string)(CURRENT_COOPID)); } if ((CONTCOUNT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[129].Value = ((decimal)(CONTCOUNT.Value)); } else { this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; } if ((CONTCOUNT_END.HasValue == true)) { this.Adapter.InsertCommand.Parameters[130].Value = ((decimal)(CONTCOUNT_END.Value)); } else { this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; } if ((LASTREC_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[131].Value = ((decimal)(LASTREC_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; } if ((LASTLINE_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[132].Value = ((decimal)(LASTLINE_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; } if ((LASTPAGE_NO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[133].Value = ((decimal)(LASTPAGE_NO.Value)); } else { this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; } if ((LOANPASSBOOK_NO == null)) { this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[134].Value = ((string)(LOANPASSBOOK_NO)); } if ((INTCOMPENSATE_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[135].Value = ((decimal)(INTCOMPENSATE_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; } if ((LASTCALFINE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[136].Value = ((System.DateTime)(LASTCALFINE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; } if ((CONTRACTINT_TYPE == null)) { this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[137].Value = ((string)(CONTRACTINT_TYPE)); } if ((CONTINTEXPIRE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[138].Value = ((System.DateTime)(CONTINTEXPIRE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; } if ((CONTRACT_INTEREST.HasValue == true)) { this.Adapter.InsertCommand.Parameters[139].Value = ((decimal)(CONTRACT_INTEREST.Value)); } else { this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; } if ((BFFINEYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[140].Value = ((decimal)(BFFINEYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; } if ((BFINTERESTYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[141].Value = ((decimal)(BFINTERESTYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; } if ((PRTBOOK_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[142].Value = ((decimal)(PRTBOOK_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; } if ((PRTCARD_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[143].Value = ((decimal)(PRTCARD_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[143].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 LOANCONTRACT_NO, string MEMCOOP_ID, string MEMBER_NO, string LOANTYPE_CODE, string LOANOBJECTIVE_CODE, string LOANREQUEST_DOCNO, global::System.Nullable LOANREQUEST_AMT, global::System.Nullable LOANAPPROVE_DATE, global::System.Nullable LOANAPPROVE_AMT, global::System.Nullable WITHDRAWABLE_AMT, global::System.Nullable PRINCIPAL_BALANCE, global::System.Nullable LOANPAYMENT_TYPE, global::System.Nullable PERIOD_INSTALLMENT, global::System.Nullable PERIOD_PAYMENT, global::System.Nullable PERIOD_LASTPAYMENT, global::System.Nullable PAYMENT_STATUS, global::System.Nullable LAST_PERIODRCV, global::System.Nullable LAST_PERIODPAY, global::System.Nullable STARTCONT_DATE, global::System.Nullable STARTKEEP_DATE, string STARTKEEP_PERIOD, global::System.Nullable LASTRECEIVE_DATE, global::System.Nullable LASTPAYMENT_DATE, global::System.Nullable LASTCALINT_DATE, global::System.Nullable LASTKEEPING_DATE, global::System.Nullable LASTPROCESS_DATE, global::System.Nullable LASTACCESS_DATE, global::System.Nullable CLOSECONT_DATE, global::System.Nullable PRINCIPAL_ARREAR, global::System.Nullable INTEREST_ARREAR, global::System.Nullable INTYEAR_ARREAR, global::System.Nullable INTEREST_ACCUM, global::System.Nullable INTACCUM_LASTYEAR, global::System.Nullable PRINCIPAL_RETURN, global::System.Nullable INTEREST_RETURN, global::System.Nullable PRNPAYMENT_AMT, global::System.Nullable INTPAYMENT_AMT, global::System.Nullable LAST_STM_NO, global::System.Nullable TRANSFER_STATUS, global::System.Nullable PRINCIPAL_TRANS, string TRNFROM_CONTNO, string TRNFROM_MEMNO, global::System.Nullable NKEEP_PRINCIPAL, global::System.Nullable NKEEP_INTEREST, global::System.Nullable RKEEP_PRINCIPAL, global::System.Nullable RKEEP_INTEREST, global::System.Nullable COMPOUND_STATUS, global::System.Nullable COMPOUND_INSTALLMENT, global::System.Nullable COMPOUND_DUEDATE, global::System.Nullable COMPOUND_PAYMENT, global::System.Nullable COMPOUND_PAYSTATUS, global::System.Nullable MISSPAY_AMT, global::System.Nullable OD_FLAG, global::System.Nullable CONTLAW_STATUS, global::System.Nullable CONTRACT_STATUS, string APPROVE_ID, string APPROVE_BYCOOPID, string REMARK, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_INTSTEPTYPE, string STATUS_DESC, global::System.Nullable PERIOD_PAYAMT, global::System.Nullable PERIOD_PAYMENT_MAX, global::System.Nullable INTMONTH_ARREAR, global::System.Nullable LAST_TRANSCONT_NO, global::System.Nullable CONTRACT_TIME, global::System.Nullable EXPIRECONT_DATE, string EXPENSE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, global::System.Nullable COMPOUND_DATE, global::System.Nullable COMPOUND_PERIOD, global::System.Nullable COMPOUNDDUE_DATE, global::System.Nullable BUYSHARE_AMT, global::System.Nullable RECEIVEPERIOD_FLAG, global::System.Nullable PRNCBALBEGIN_AMT, global::System.Nullable CONTRACT_TYPE, global::System.Nullable SUMINT_LASTYEAR, string LOAN_NO, global::System.Nullable INSURANCE_AMT, string INSTYPE_CODE, global::System.Nullable INTARREAR_TRANS, string CANCEL_ID, global::System.Nullable CANCEL_DATE, string CANCEL_CAUSE, global::System.Nullable COMPOUND_PAYTYPE, global::System.Nullable COMPOUND_NMLDATE, global::System.Nullable PRINCIPAL_TRANSBAL, global::System.Nullable INTARREAR_TRANSBAL, global::System.Nullable LOANPAYMENTCHG_DATE, global::System.Nullable p1, global::System.Nullable INSURECOLL_FLAG, global::System.Nullable TRNLNTOCOLL_FLAG, global::System.Nullable COUNTPAY_FLAG, global::System.Nullable PERIOD_PAYINTARR, global::System.Nullable TRNFROM_PRNBAL, global::System.Nullable TRNFROM_INTBAL, global::System.Nullable PAYOUTORD_FLAG, global::System.Nullable IDENTIFYCONT_INTRATE, string OBJINTWARRANT_CODE, global::System.Nullable CANCEL_PRNBALAMT, string REQCOOP_ID, global::System.Nullable INTCERTIFICATE_STATUS, global::System.Nullable INTENDORSE_AMT, global::System.Nullable LOANCREDIT_AMT, global::System.Nullable INTSET_ARREAR, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, global::System.Nullable LOANPAYSPLIT_FLAG, string CONTCCLCAUSE_CODE, global::System.Nullable INTCOMPOUND_ARREAR, global::System.Nullable REFRAINAVG_FLAG, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, global::System.Nullable INTSETBEGIN_AMT, global::System.Nullable SUBPERIOD_PERCENT, global::System.Nullable SUBPERIOD_AMT, global::System.Nullable SUBCOUNT_AMT, global::System.Nullable SUBPERIOD_PAYMENT, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable FINE_ARREAR, string CURRENT_COOPID, global::System.Nullable CONTCOUNT, global::System.Nullable CONTCOUNT_END, global::System.Nullable LASTREC_NO, global::System.Nullable LASTLINE_NO, global::System.Nullable LASTPAGE_NO, string LOANPASSBOOK_NO, global::System.Nullable INTCOMPENSATE_FLAG, global::System.Nullable LASTCALFINE_DATE, string CONTRACTINT_TYPE, global::System.Nullable CONTINTEXPIRE_DATE, global::System.Nullable CONTRACT_INTEREST, global::System.Nullable BFFINEYEAR_ARREAR, global::System.Nullable BFINTERESTYEAR_ARREAR, global::System.Nullable PRTBOOK_FLAG, global::System.Nullable PRTCARD_FLAG, string Original_COOP_ID, string Original_LOANCONTRACT_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("LOANCONTRACT_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO)); } if ((MEMCOOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMCOOP_ID)); } if ((MEMBER_NO == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMBER_NO)); } if ((LOANTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(LOANTYPE_CODE)); } if ((LOANOBJECTIVE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(LOANOBJECTIVE_CODE)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(LOANREQUEST_DOCNO)); } if ((LOANREQUEST_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(LOANREQUEST_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((LOANAPPROVE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[8].Value = ((System.DateTime)(LOANAPPROVE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((LOANAPPROVE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(LOANAPPROVE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((WITHDRAWABLE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(WITHDRAWABLE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((PRINCIPAL_BALANCE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_BALANCE.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((LOANPAYMENT_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(LOANPAYMENT_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((PERIOD_INSTALLMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(PERIOD_INSTALLMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(PERIOD_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((PERIOD_LASTPAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(PERIOD_LASTPAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((PAYMENT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PAYMENT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((LAST_PERIODRCV.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(LAST_PERIODRCV.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((LAST_PERIODPAY.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(LAST_PERIODPAY.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((STARTCONT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(STARTCONT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((STARTKEEP_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[20].Value = ((System.DateTime)(STARTKEEP_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((STARTKEEP_PERIOD == null)) { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(STARTKEEP_PERIOD)); } if ((LASTRECEIVE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[22].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((LASTPAYMENT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[23].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((LASTCALINT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[24].Value = ((System.DateTime)(LASTCALINT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((LASTKEEPING_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(LASTKEEPING_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((LASTPROCESS_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(LASTPROCESS_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((LASTACCESS_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(LASTACCESS_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((CLOSECONT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[28].Value = ((System.DateTime)(CLOSECONT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((PRINCIPAL_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(PRINCIPAL_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((INTEREST_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(INTEREST_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((INTYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(INTYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((INTEREST_ACCUM.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(INTEREST_ACCUM.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((INTACCUM_LASTYEAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(INTACCUM_LASTYEAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((PRINCIPAL_RETURN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(PRINCIPAL_RETURN.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((INTEREST_RETURN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(INTEREST_RETURN.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((PRNPAYMENT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(PRNPAYMENT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((INTPAYMENT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(INTPAYMENT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((LAST_STM_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(LAST_STM_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((TRANSFER_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(TRANSFER_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((PRINCIPAL_TRANS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(PRINCIPAL_TRANS.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((TRNFROM_CONTNO == null)) { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(TRNFROM_CONTNO)); } if ((TRNFROM_MEMNO == null)) { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(TRNFROM_MEMNO)); } if ((NKEEP_PRINCIPAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(NKEEP_PRINCIPAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((NKEEP_INTEREST.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(NKEEP_INTEREST.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((RKEEP_PRINCIPAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(RKEEP_PRINCIPAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((RKEEP_INTEREST.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(RKEEP_INTEREST.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((COMPOUND_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(COMPOUND_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((COMPOUND_INSTALLMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(COMPOUND_INSTALLMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((COMPOUND_DUEDATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[49].Value = ((System.DateTime)(COMPOUND_DUEDATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((COMPOUND_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[50].Value = ((decimal)(COMPOUND_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((COMPOUND_PAYSTATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(COMPOUND_PAYSTATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((MISSPAY_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(MISSPAY_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((OD_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(OD_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((CONTLAW_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(CONTLAW_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((CONTRACT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(CONTRACT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((APPROVE_ID == null)) { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(APPROVE_ID)); } if ((APPROVE_BYCOOPID == null)) { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(APPROVE_BYCOOPID)); } if ((REMARK == null)) { this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(REMARK)); } if ((INT_CONTINTTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[59].Value = ((decimal)(INT_CONTINTTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((INT_CONTINTRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(INT_CONTINTRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((INT_CONTINTTABCODE == null)) { this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(INT_CONTINTTABCODE)); } if ((INT_CONTINTINCREASE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(INT_CONTINTINCREASE.Value)); } else { this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } if ((INT_INTSTEPTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[63].Value = ((decimal)(INT_INTSTEPTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } if ((STATUS_DESC == null)) { this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(STATUS_DESC)); } if ((PERIOD_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[65].Value = ((decimal)(PERIOD_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT_MAX.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[66].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value)); } else { this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } if ((INTMONTH_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[67].Value = ((decimal)(INTMONTH_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((LAST_TRANSCONT_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[68].Value = ((decimal)(LAST_TRANSCONT_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((CONTRACT_TIME.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[69].Value = ((decimal)(CONTRACT_TIME.Value)); } else { this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } if ((EXPIRECONT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[70].Value = ((System.DateTime)(EXPIRECONT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((EXPENSE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(EXPENSE_CODE)); } if ((EXPENSE_BANK == null)) { this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(EXPENSE_BANK)); } if ((EXPENSE_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(EXPENSE_BRANCH)); } if ((EXPENSE_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(EXPENSE_ACCID)); } if ((COMPOUND_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[75].Value = ((System.DateTime)(COMPOUND_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((COMPOUND_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[76].Value = ((decimal)(COMPOUND_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((COMPOUNDDUE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[77].Value = ((System.DateTime)(COMPOUNDDUE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } if ((BUYSHARE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[78].Value = ((decimal)(BUYSHARE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } if ((RECEIVEPERIOD_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[79].Value = ((decimal)(RECEIVEPERIOD_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } if ((PRNCBALBEGIN_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[80].Value = ((decimal)(PRNCBALBEGIN_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((CONTRACT_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[81].Value = ((decimal)(CONTRACT_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((SUMINT_LASTYEAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[82].Value = ((decimal)(SUMINT_LASTYEAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((LOAN_NO == null)) { this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[83].Value = ((string)(LOAN_NO)); } if ((INSURANCE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[84].Value = ((decimal)(INSURANCE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } if ((INSTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(INSTYPE_CODE)); } if ((INTARREAR_TRANS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[86].Value = ((decimal)(INTARREAR_TRANS.Value)); } else { this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((CANCEL_ID == null)) { this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(CANCEL_ID)); } if ((CANCEL_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[88].Value = ((System.DateTime)(CANCEL_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } if ((CANCEL_CAUSE == null)) { this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(CANCEL_CAUSE)); } if ((COMPOUND_PAYTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[90].Value = ((decimal)(COMPOUND_PAYTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } if ((COMPOUND_NMLDATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[91].Value = ((System.DateTime)(COMPOUND_NMLDATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } if ((PRINCIPAL_TRANSBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[92].Value = ((decimal)(PRINCIPAL_TRANSBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } if ((INTARREAR_TRANSBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[93].Value = ((decimal)(INTARREAR_TRANSBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } if ((LOANPAYMENTCHG_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[94].Value = ((System.DateTime)(LOANPAYMENTCHG_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } if ((p1.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[95].Value = ((decimal)(p1.Value)); } else { this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; } if ((INSURECOLL_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[96].Value = ((decimal)(INSURECOLL_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } if ((TRNLNTOCOLL_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[97].Value = ((decimal)(TRNLNTOCOLL_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } if ((COUNTPAY_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[98].Value = ((decimal)(COUNTPAY_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } if ((PERIOD_PAYINTARR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[99].Value = ((decimal)(PERIOD_PAYINTARR.Value)); } else { this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } if ((TRNFROM_PRNBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[100].Value = ((decimal)(TRNFROM_PRNBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } if ((TRNFROM_INTBAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[101].Value = ((decimal)(TRNFROM_INTBAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } if ((PAYOUTORD_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[102].Value = ((decimal)(PAYOUTORD_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } if ((IDENTIFYCONT_INTRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[103].Value = ((decimal)(IDENTIFYCONT_INTRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } if ((OBJINTWARRANT_CODE == null)) { this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(OBJINTWARRANT_CODE)); } if ((CANCEL_PRNBALAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[105].Value = ((decimal)(CANCEL_PRNBALAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } if ((REQCOOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(REQCOOP_ID)); } if ((INTCERTIFICATE_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[107].Value = ((decimal)(INTCERTIFICATE_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } if ((INTENDORSE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[108].Value = ((decimal)(INTENDORSE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } if ((LOANCREDIT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[109].Value = ((decimal)(LOANCREDIT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } if ((INTSET_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[110].Value = ((decimal)(INTSET_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } if ((LOANPAY_CODE == null)) { this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(LOANPAY_CODE)); } if ((LOANPAY_BANK == null)) { this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(LOANPAY_BANK)); } if ((LOANPAY_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(LOANPAY_BRANCH)); } if ((LOANPAY_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(LOANPAY_ACCID)); } if ((LOANPAYSPLIT_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[115].Value = ((decimal)(LOANPAYSPLIT_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } if ((CONTCCLCAUSE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[116].Value = ((string)(CONTCCLCAUSE_CODE)); } if ((INTCOMPOUND_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[117].Value = ((decimal)(INTCOMPOUND_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; } if ((REFRAINAVG_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[118].Value = ((decimal)(REFRAINAVG_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } if ((UPDATE_BYENTRYID == null)) { this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID)); } if ((UPDATE_BYENTRYIP == null)) { this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP)); } if ((INTSETBEGIN_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[121].Value = ((decimal)(INTSETBEGIN_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } if ((SUBPERIOD_PERCENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[122].Value = ((decimal)(SUBPERIOD_PERCENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } if ((SUBPERIOD_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[123].Value = ((decimal)(SUBPERIOD_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } if ((SUBCOUNT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[124].Value = ((decimal)(SUBCOUNT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } if ((SUBPERIOD_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[125].Value = ((decimal)(SUBPERIOD_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } if ((FINEYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[126].Value = ((decimal)(FINEYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } if ((FINE_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[127].Value = ((decimal)(FINE_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } if ((CURRENT_COOPID == null)) { this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[128].Value = ((string)(CURRENT_COOPID)); } if ((CONTCOUNT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[129].Value = ((decimal)(CONTCOUNT.Value)); } else { this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } if ((CONTCOUNT_END.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[130].Value = ((decimal)(CONTCOUNT_END.Value)); } else { this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } if ((LASTREC_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[131].Value = ((decimal)(LASTREC_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } if ((LASTLINE_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[132].Value = ((decimal)(LASTLINE_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; } if ((LASTPAGE_NO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[133].Value = ((decimal)(LASTPAGE_NO.Value)); } else { this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } if ((LOANPASSBOOK_NO == null)) { this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[134].Value = ((string)(LOANPASSBOOK_NO)); } if ((INTCOMPENSATE_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[135].Value = ((decimal)(INTCOMPENSATE_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; } if ((LASTCALFINE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[136].Value = ((System.DateTime)(LASTCALFINE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; } if ((CONTRACTINT_TYPE == null)) { this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[137].Value = ((string)(CONTRACTINT_TYPE)); } if ((CONTINTEXPIRE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[138].Value = ((System.DateTime)(CONTINTEXPIRE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; } if ((CONTRACT_INTEREST.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[139].Value = ((decimal)(CONTRACT_INTEREST.Value)); } else { this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; } if ((BFFINEYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[140].Value = ((decimal)(BFFINEYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; } if ((BFINTERESTYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[141].Value = ((decimal)(BFINTERESTYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; } if ((PRTBOOK_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[142].Value = ((decimal)(PRTBOOK_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; } if ((PRTCARD_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[143].Value = ((decimal)(PRTCARD_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[144].Value = ((string)(Original_COOP_ID)); } if ((Original_LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO"); } else { this.Adapter.UpdateCommand.Parameters[145].Value = ((string)(Original_LOANCONTRACT_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string MEMCOOP_ID, string MEMBER_NO, string LOANTYPE_CODE, string LOANOBJECTIVE_CODE, string LOANREQUEST_DOCNO, global::System.Nullable LOANREQUEST_AMT, global::System.Nullable LOANAPPROVE_DATE, global::System.Nullable LOANAPPROVE_AMT, global::System.Nullable WITHDRAWABLE_AMT, global::System.Nullable PRINCIPAL_BALANCE, global::System.Nullable LOANPAYMENT_TYPE, global::System.Nullable PERIOD_INSTALLMENT, global::System.Nullable PERIOD_PAYMENT, global::System.Nullable PERIOD_LASTPAYMENT, global::System.Nullable PAYMENT_STATUS, global::System.Nullable LAST_PERIODRCV, global::System.Nullable LAST_PERIODPAY, global::System.Nullable STARTCONT_DATE, global::System.Nullable STARTKEEP_DATE, string STARTKEEP_PERIOD, global::System.Nullable LASTRECEIVE_DATE, global::System.Nullable LASTPAYMENT_DATE, global::System.Nullable LASTCALINT_DATE, global::System.Nullable LASTKEEPING_DATE, global::System.Nullable LASTPROCESS_DATE, global::System.Nullable LASTACCESS_DATE, global::System.Nullable CLOSECONT_DATE, global::System.Nullable PRINCIPAL_ARREAR, global::System.Nullable INTEREST_ARREAR, global::System.Nullable INTYEAR_ARREAR, global::System.Nullable INTEREST_ACCUM, global::System.Nullable INTACCUM_LASTYEAR, global::System.Nullable PRINCIPAL_RETURN, global::System.Nullable INTEREST_RETURN, global::System.Nullable PRNPAYMENT_AMT, global::System.Nullable INTPAYMENT_AMT, global::System.Nullable LAST_STM_NO, global::System.Nullable TRANSFER_STATUS, global::System.Nullable PRINCIPAL_TRANS, string TRNFROM_CONTNO, string TRNFROM_MEMNO, global::System.Nullable NKEEP_PRINCIPAL, global::System.Nullable NKEEP_INTEREST, global::System.Nullable RKEEP_PRINCIPAL, global::System.Nullable RKEEP_INTEREST, global::System.Nullable COMPOUND_STATUS, global::System.Nullable COMPOUND_INSTALLMENT, global::System.Nullable COMPOUND_DUEDATE, global::System.Nullable COMPOUND_PAYMENT, global::System.Nullable COMPOUND_PAYSTATUS, global::System.Nullable MISSPAY_AMT, global::System.Nullable OD_FLAG, global::System.Nullable CONTLAW_STATUS, global::System.Nullable CONTRACT_STATUS, string APPROVE_ID, string APPROVE_BYCOOPID, string REMARK, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_INTSTEPTYPE, string STATUS_DESC, global::System.Nullable PERIOD_PAYAMT, global::System.Nullable PERIOD_PAYMENT_MAX, global::System.Nullable INTMONTH_ARREAR, global::System.Nullable LAST_TRANSCONT_NO, global::System.Nullable CONTRACT_TIME, global::System.Nullable EXPIRECONT_DATE, string EXPENSE_CODE, string EXPENSE_BANK, string EXPENSE_BRANCH, string EXPENSE_ACCID, global::System.Nullable COMPOUND_DATE, global::System.Nullable COMPOUND_PERIOD, global::System.Nullable COMPOUNDDUE_DATE, global::System.Nullable BUYSHARE_AMT, global::System.Nullable RECEIVEPERIOD_FLAG, global::System.Nullable PRNCBALBEGIN_AMT, global::System.Nullable CONTRACT_TYPE, global::System.Nullable SUMINT_LASTYEAR, string LOAN_NO, global::System.Nullable INSURANCE_AMT, string INSTYPE_CODE, global::System.Nullable INTARREAR_TRANS, string CANCEL_ID, global::System.Nullable CANCEL_DATE, string CANCEL_CAUSE, global::System.Nullable COMPOUND_PAYTYPE, global::System.Nullable COMPOUND_NMLDATE, global::System.Nullable PRINCIPAL_TRANSBAL, global::System.Nullable INTARREAR_TRANSBAL, global::System.Nullable LOANPAYMENTCHG_DATE, global::System.Nullable p1, global::System.Nullable INSURECOLL_FLAG, global::System.Nullable TRNLNTOCOLL_FLAG, global::System.Nullable COUNTPAY_FLAG, global::System.Nullable PERIOD_PAYINTARR, global::System.Nullable TRNFROM_PRNBAL, global::System.Nullable TRNFROM_INTBAL, global::System.Nullable PAYOUTORD_FLAG, global::System.Nullable IDENTIFYCONT_INTRATE, string OBJINTWARRANT_CODE, global::System.Nullable CANCEL_PRNBALAMT, string REQCOOP_ID, global::System.Nullable INTCERTIFICATE_STATUS, global::System.Nullable INTENDORSE_AMT, global::System.Nullable LOANCREDIT_AMT, global::System.Nullable INTSET_ARREAR, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, global::System.Nullable LOANPAYSPLIT_FLAG, string CONTCCLCAUSE_CODE, global::System.Nullable INTCOMPOUND_ARREAR, global::System.Nullable REFRAINAVG_FLAG, string UPDATE_BYENTRYID, string UPDATE_BYENTRYIP, global::System.Nullable INTSETBEGIN_AMT, global::System.Nullable SUBPERIOD_PERCENT, global::System.Nullable SUBPERIOD_AMT, global::System.Nullable SUBCOUNT_AMT, global::System.Nullable SUBPERIOD_PAYMENT, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable FINE_ARREAR, string CURRENT_COOPID, global::System.Nullable CONTCOUNT, global::System.Nullable CONTCOUNT_END, global::System.Nullable LASTREC_NO, global::System.Nullable LASTLINE_NO, global::System.Nullable LASTPAGE_NO, string LOANPASSBOOK_NO, global::System.Nullable INTCOMPENSATE_FLAG, global::System.Nullable LASTCALFINE_DATE, string CONTRACTINT_TYPE, global::System.Nullable CONTINTEXPIRE_DATE, global::System.Nullable CONTRACT_INTEREST, global::System.Nullable BFFINEYEAR_ARREAR, global::System.Nullable BFINTERESTYEAR_ARREAR, global::System.Nullable PRTBOOK_FLAG, global::System.Nullable PRTCARD_FLAG, string Original_COOP_ID, string Original_LOANCONTRACT_NO) { return this.Update(Original_COOP_ID, Original_LOANCONTRACT_NO, MEMCOOP_ID, MEMBER_NO, LOANTYPE_CODE, LOANOBJECTIVE_CODE, LOANREQUEST_DOCNO, LOANREQUEST_AMT, LOANAPPROVE_DATE, LOANAPPROVE_AMT, WITHDRAWABLE_AMT, PRINCIPAL_BALANCE, LOANPAYMENT_TYPE, PERIOD_INSTALLMENT, PERIOD_PAYMENT, PERIOD_LASTPAYMENT, PAYMENT_STATUS, LAST_PERIODRCV, LAST_PERIODPAY, STARTCONT_DATE, STARTKEEP_DATE, STARTKEEP_PERIOD, LASTRECEIVE_DATE, LASTPAYMENT_DATE, LASTCALINT_DATE, LASTKEEPING_DATE, LASTPROCESS_DATE, LASTACCESS_DATE, CLOSECONT_DATE, PRINCIPAL_ARREAR, INTEREST_ARREAR, INTYEAR_ARREAR, INTEREST_ACCUM, INTACCUM_LASTYEAR, PRINCIPAL_RETURN, INTEREST_RETURN, PRNPAYMENT_AMT, INTPAYMENT_AMT, LAST_STM_NO, TRANSFER_STATUS, PRINCIPAL_TRANS, TRNFROM_CONTNO, TRNFROM_MEMNO, NKEEP_PRINCIPAL, NKEEP_INTEREST, RKEEP_PRINCIPAL, RKEEP_INTEREST, COMPOUND_STATUS, COMPOUND_INSTALLMENT, COMPOUND_DUEDATE, COMPOUND_PAYMENT, COMPOUND_PAYSTATUS, MISSPAY_AMT, OD_FLAG, CONTLAW_STATUS, CONTRACT_STATUS, APPROVE_ID, APPROVE_BYCOOPID, REMARK, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTINTINCREASE, INT_INTSTEPTYPE, STATUS_DESC, PERIOD_PAYAMT, PERIOD_PAYMENT_MAX, INTMONTH_ARREAR, LAST_TRANSCONT_NO, CONTRACT_TIME, EXPIRECONT_DATE, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, COMPOUND_DATE, COMPOUND_PERIOD, COMPOUNDDUE_DATE, BUYSHARE_AMT, RECEIVEPERIOD_FLAG, PRNCBALBEGIN_AMT, CONTRACT_TYPE, SUMINT_LASTYEAR, LOAN_NO, INSURANCE_AMT, INSTYPE_CODE, INTARREAR_TRANS, CANCEL_ID, CANCEL_DATE, CANCEL_CAUSE, COMPOUND_PAYTYPE, COMPOUND_NMLDATE, PRINCIPAL_TRANSBAL, INTARREAR_TRANSBAL, LOANPAYMENTCHG_DATE, p1, INSURECOLL_FLAG, TRNLNTOCOLL_FLAG, COUNTPAY_FLAG, PERIOD_PAYINTARR, TRNFROM_PRNBAL, TRNFROM_INTBAL, PAYOUTORD_FLAG, IDENTIFYCONT_INTRATE, OBJINTWARRANT_CODE, CANCEL_PRNBALAMT, REQCOOP_ID, INTCERTIFICATE_STATUS, INTENDORSE_AMT, LOANCREDIT_AMT, INTSET_ARREAR, LOANPAY_CODE, LOANPAY_BANK, LOANPAY_BRANCH, LOANPAY_ACCID, LOANPAYSPLIT_FLAG, CONTCCLCAUSE_CODE, INTCOMPOUND_ARREAR, REFRAINAVG_FLAG, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, INTSETBEGIN_AMT, SUBPERIOD_PERCENT, SUBPERIOD_AMT, SUBCOUNT_AMT, SUBPERIOD_PAYMENT, FINEYEAR_ARREAR, FINE_ARREAR, CURRENT_COOPID, CONTCOUNT, CONTCOUNT_END, LASTREC_NO, LASTLINE_NO, LASTPAGE_NO, LOANPASSBOOK_NO, INTCOMPENSATE_FLAG, LASTCALFINE_DATE, CONTRACTINT_TYPE, CONTINTEXPIRE_DATE, CONTRACT_INTEREST, BFFINEYEAR_ARREAR, BFINTERESTYEAR_ARREAR, PRTBOOK_FLAG, PRTCARD_FLAG, Original_COOP_ID, Original_LOANCONTRACT_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 SLSLIPPAYOUT1TableAdapter _sLSLIPPAYOUT1TableAdapter; private SLSLIPPAYINDETTableAdapter _sLSLIPPAYINDETTableAdapter; private LNCONTMASTERTableAdapter _lNCONTMASTERTableAdapter; 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 SLSLIPPAYOUT1TableAdapter SLSLIPPAYOUT1TableAdapter { get { return this._sLSLIPPAYOUT1TableAdapter; } set { this._sLSLIPPAYOUT1TableAdapter = 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 SLSLIPPAYINDETTableAdapter SLSLIPPAYINDETTableAdapter { get { return this._sLSLIPPAYINDETTableAdapter; } set { this._sLSLIPPAYINDETTableAdapter = 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 LNCONTMASTERTableAdapter LNCONTMASTERTableAdapter { get { return this._lNCONTMASTERTableAdapter; } set { this._lNCONTMASTERTableAdapter = 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._sLSLIPPAYOUT1TableAdapter != null) && (this._sLSLIPPAYOUT1TableAdapter.Connection != null))) { return this._sLSLIPPAYOUT1TableAdapter.Connection; } if (((this._sLSLIPPAYINDETTableAdapter != null) && (this._sLSLIPPAYINDETTableAdapter.Connection != null))) { return this._sLSLIPPAYINDETTableAdapter.Connection; } if (((this._lNCONTMASTERTableAdapter != null) && (this._lNCONTMASTERTableAdapter.Connection != null))) { return this._lNCONTMASTERTableAdapter.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._sLSLIPPAYOUT1TableAdapter != null)) { count = (count + 1); } if ((this._sLSLIPPAYINDETTableAdapter != null)) { count = (count + 1); } if ((this._lNCONTMASTERTableAdapter != 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._lNCONTMASTERTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.LNCONTMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._lNCONTMASTERTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } if ((this._sLSLIPPAYOUT1TableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.SLSLIPPAYOUT1.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._sLSLIPPAYOUT1TableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } if ((this._sLSLIPPAYINDETTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.SLSLIPPAYINDET.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._sLSLIPPAYINDETTableAdapter.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._lNCONTMASTERTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.LNCONTMASTER.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._lNCONTMASTERTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } if ((this._sLSLIPPAYOUT1TableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.SLSLIPPAYOUT1.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._sLSLIPPAYOUT1TableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } if ((this._sLSLIPPAYINDETTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.SLSLIPPAYINDET.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._sLSLIPPAYINDETTableAdapter.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._sLSLIPPAYINDETTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.SLSLIPPAYINDET.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._sLSLIPPAYINDETTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } if ((this._sLSLIPPAYOUT1TableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.SLSLIPPAYOUT1.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._sLSLIPPAYOUT1TableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } if ((this._lNCONTMASTERTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.LNCONTMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._lNCONTMASTERTableAdapter.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._sLSLIPPAYOUT1TableAdapter != null) && (this.MatchTableAdapterConnection(this._sLSLIPPAYOUT1TableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } if (((this._sLSLIPPAYINDETTableAdapter != null) && (this.MatchTableAdapterConnection(this._sLSLIPPAYINDETTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } if (((this._lNCONTMASTERTableAdapter != null) && (this.MatchTableAdapterConnection(this._lNCONTMASTERTableAdapter.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._sLSLIPPAYOUT1TableAdapter != null)) { revertConnections.Add(this._sLSLIPPAYOUT1TableAdapter, this._sLSLIPPAYOUT1TableAdapter.Connection); this._sLSLIPPAYOUT1TableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._sLSLIPPAYOUT1TableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._sLSLIPPAYOUT1TableAdapter.Adapter.AcceptChangesDuringUpdate) { this._sLSLIPPAYOUT1TableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._sLSLIPPAYOUT1TableAdapter.Adapter); } } if ((this._sLSLIPPAYINDETTableAdapter != null)) { revertConnections.Add(this._sLSLIPPAYINDETTableAdapter, this._sLSLIPPAYINDETTableAdapter.Connection); this._sLSLIPPAYINDETTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._sLSLIPPAYINDETTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._sLSLIPPAYINDETTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._sLSLIPPAYINDETTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._sLSLIPPAYINDETTableAdapter.Adapter); } } if ((this._lNCONTMASTERTableAdapter != null)) { revertConnections.Add(this._lNCONTMASTERTableAdapter, this._lNCONTMASTERTableAdapter.Connection); this._lNCONTMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._lNCONTMASTERTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._lNCONTMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._lNCONTMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._lNCONTMASTERTableAdapter.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._sLSLIPPAYOUT1TableAdapter != null)) { this._sLSLIPPAYOUT1TableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._sLSLIPPAYOUT1TableAdapter])); this._sLSLIPPAYOUT1TableAdapter.Transaction = null; } if ((this._sLSLIPPAYINDETTableAdapter != null)) { this._sLSLIPPAYINDETTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._sLSLIPPAYINDETTableAdapter])); this._sLSLIPPAYINDETTableAdapter.Transaction = null; } if ((this._lNCONTMASTERTableAdapter != null)) { this._lNCONTMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._lNCONTMASTERTableAdapter])); this._lNCONTMASTERTableAdapter.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