//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.shrlon.ws_sl_loansrv_ccl_contpayinstm_ctrl { /// ///Represents a strongly typed in-memory cache of data. /// [global::System.Serializable()] [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] [global::System.Xml.Serialization.XmlRootAttribute("DataSet1")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class DataSet1 : global::System.Data.DataSet { private LNCONTSTATEMENTDataTable tableLNCONTSTATEMENT; private DT_MAINDataTable tableDT_MAIN; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["LNCONTSTATEMENT"] != null)) { base.Tables.Add(new LNCONTSTATEMENTDataTable(ds.Tables["LNCONTSTATEMENT"])); } if ((ds.Tables["DT_MAIN"] != null)) { base.Tables.Add(new DT_MAINDataTable(ds.Tables["DT_MAIN"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public LNCONTSTATEMENTDataTable LNCONTSTATEMENT { get { return this.tableLNCONTSTATEMENT; } } [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 DT_MAINDataTable DT_MAIN { get { return this.tableDT_MAIN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["LNCONTSTATEMENT"] != null)) { base.Tables.Add(new LNCONTSTATEMENTDataTable(ds.Tables["LNCONTSTATEMENT"])); } if ((ds.Tables["DT_MAIN"] != null)) { base.Tables.Add(new DT_MAINDataTable(ds.Tables["DT_MAIN"])); } 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.tableLNCONTSTATEMENT = ((LNCONTSTATEMENTDataTable)(base.Tables["LNCONTSTATEMENT"])); if ((initTable == true)) { if ((this.tableLNCONTSTATEMENT != null)) { this.tableLNCONTSTATEMENT.InitVars(); } } this.tableDT_MAIN = ((DT_MAINDataTable)(base.Tables["DT_MAIN"])); if ((initTable == true)) { if ((this.tableDT_MAIN != null)) { this.tableDT_MAIN.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.tableLNCONTSTATEMENT = new LNCONTSTATEMENTDataTable(); base.Tables.Add(this.tableLNCONTSTATEMENT); this.tableDT_MAIN = new DT_MAINDataTable(); base.Tables.Add(this.tableDT_MAIN); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCONTSTATEMENT() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDT_MAIN() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCONTSTATEMENTRowChangeEventHandler(object sender, LNCONTSTATEMENTRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DT_MAINRowChangeEventHandler(object sender, DT_MAINRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNCONTSTATEMENTDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnLOANITEMTYPE_CODE; private global::System.Data.DataColumn columnSLIP_DATE; private global::System.Data.DataColumn columnOPERATE_DATE; private global::System.Data.DataColumn columnACCOUNT_DATE; private global::System.Data.DataColumn columnREF_DOCNO; private global::System.Data.DataColumn columnPERIOD; private global::System.Data.DataColumn columnPRINCIPAL_PAYMENT; private global::System.Data.DataColumn columnINTEREST_PAYMENT; private global::System.Data.DataColumn columnPRINCIPAL_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 columnBFINTARREAR_AMT; private global::System.Data.DataColumn columnINTEREST_PERIOD; private global::System.Data.DataColumn columnINTEREST_ARREAR; private global::System.Data.DataColumn columnINTEREST_RETURN; private global::System.Data.DataColumn columnMONEYTYPE_CODE; private global::System.Data.DataColumn columnITEM_STATUS; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnENTRY_BYCOOPID; private global::System.Data.DataColumn columnBFCONTSTATUS_DESC; private global::System.Data.DataColumn columnBFPERIOD_ARREAR; private global::System.Data.DataColumn columnPRINCIPAL_ARREAR; private global::System.Data.DataColumn columnPRN_BAL; private global::System.Data.DataColumn columnFINE_AMT; private global::System.Data.DataColumn columnREF_SLIPNO; private global::System.Data.DataColumn columnBFINTEREST_ARREAR; private global::System.Data.DataColumn columnBFINTRETURN_AMT; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnTEMP_DATE; private global::System.Data.DataColumn columnINTACCUM_DATE; private global::System.Data.DataColumn columnINTCOMPARR_BAL; private global::System.Data.DataColumn columnCALAVG_STATUS; private global::System.Data.DataColumn columnFINEYEAR_ARREAR; private global::System.Data.DataColumn columnFINE_ARREAR; private global::System.Data.DataColumn columnBFPRINCIPAL_ARREAR; private global::System.Data.DataColumn columnBFFINEYEAR_AMT; private global::System.Data.DataColumn columnBFINTYEARARR_AMT; private global::System.Data.DataColumn columnINTARR_PAYMENT; private global::System.Data.DataColumn columnFINEARR_PAYMENT; private global::System.Data.DataColumn columnINT_COMPENSATE; private global::System.Data.DataColumn columnFINE_PERIOD; private global::System.Data.DataColumn columnFINE_PAYMENT; private global::System.Data.DataColumn columnFINE_RETURN; private global::System.Data.DataColumn columnBFFINE_ARREAR; private global::System.Data.DataColumn columnPRINCIPALPAY_PERIOD; private global::System.Data.DataColumn columnINTYEAR_COMPENSATE; private global::System.Data.DataColumn columnBFINT_PREIOD; private global::System.Data.DataColumn columnBFFINE_PREIOD; private global::System.Data.DataColumn columnBFPRINARR_5YEARS; private global::System.Data.DataColumn columnBFINTARR_5YEARS; private global::System.Data.DataColumn columnBFFINEARR_5YEARS; private global::System.Data.DataColumn columnPRTCARD_FLAG; private global::System.Data.DataColumn columnPRTBOOK_FLAG; private global::System.Data.DataColumn columnoperate_flag; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTSTATEMENTDataTable() { this.TableName = "LNCONTSTATEMENT"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCONTSTATEMENTDataTable(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 LNCONTSTATEMENTDataTable(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 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 LOANITEMTYPE_CODEColumn { get { return this.columnLOANITEMTYPE_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 ACCOUNT_DATEColumn { get { return this.columnACCOUNT_DATE; } } [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 PERIODColumn { get { return this.columnPERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_PAYMENTColumn { get { return this.columnPRINCIPAL_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTEREST_PAYMENTColumn { get { return this.columnINTEREST_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 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 BFINTARREAR_AMTColumn { get { return this.columnBFINTARREAR_AMT; } } [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_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 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 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 ITEM_STATUSColumn { get { return this.columnITEM_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn { get { return this.columnENTRY_BYCOOPID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFCONTSTATUS_DESCColumn { get { return this.columnBFCONTSTATUS_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPERIOD_ARREARColumn { get { return this.columnBFPERIOD_ARREAR; } } [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 PRN_BALColumn { get { return this.columnPRN_BAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_AMTColumn { get { return this.columnFINE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_SLIPNOColumn { get { return this.columnREF_SLIPNO; } } [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 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 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 TEMP_DATEColumn { get { return this.columnTEMP_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTACCUM_DATEColumn { get { return this.columnINTACCUM_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTCOMPARR_BALColumn { get { return this.columnINTCOMPARR_BAL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CALAVG_STATUSColumn { get { return this.columnCALAVG_STATUS; } } [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 BFPRINCIPAL_ARREARColumn { get { return this.columnBFPRINCIPAL_ARREAR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFFINEYEAR_AMTColumn { get { return this.columnBFFINEYEAR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTYEARARR_AMTColumn { get { return this.columnBFINTYEARARR_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTARR_PAYMENTColumn { get { return this.columnINTARR_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINEARR_PAYMENTColumn { get { return this.columnFINEARR_PAYMENT; } } [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")] 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_PAYMENTColumn { get { return this.columnFINE_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FINE_RETURNColumn { get { return this.columnFINE_RETURN; } } [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 PRINCIPALPAY_PERIODColumn { get { return this.columnPRINCIPALPAY_PERIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INTYEAR_COMPENSATEColumn { get { return this.columnINTYEAR_COMPENSATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINT_PREIODColumn { get { return this.columnBFINT_PREIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFFINE_PREIODColumn { get { return this.columnBFFINE_PREIOD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFPRINARR_5YEARSColumn { get { return this.columnBFPRINARR_5YEARS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFINTARR_5YEARSColumn { get { return this.columnBFINTARR_5YEARS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BFFINEARR_5YEARSColumn { get { return this.columnBFFINEARR_5YEARS; } } [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 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 operate_flagColumn { get { return this.columnoperate_flag; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTSTATEMENTRow this[int index] { get { return ((LNCONTSTATEMENTRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTSTATEMENTRowChangeEventHandler LNCONTSTATEMENTRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTSTATEMENTRowChangeEventHandler LNCONTSTATEMENTRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTSTATEMENTRowChangeEventHandler LNCONTSTATEMENTRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCONTSTATEMENTRowChangeEventHandler LNCONTSTATEMENTRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCONTSTATEMENTRow(LNCONTSTATEMENTRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTSTATEMENTRow AddLNCONTSTATEMENTRow( string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO, string LOANITEMTYPE_CODE, System.DateTime SLIP_DATE, System.DateTime OPERATE_DATE, System.DateTime ACCOUNT_DATE, string REF_DOCNO, decimal PERIOD, decimal PRINCIPAL_PAYMENT, decimal INTEREST_PAYMENT, decimal PRINCIPAL_BALANCE, decimal PRNCALINT_AMT, System.DateTime CALINT_FROM, System.DateTime CALINT_TO, decimal BFINTARREAR_AMT, decimal INTEREST_PERIOD, decimal INTEREST_ARREAR, decimal INTEREST_RETURN, string MONEYTYPE_CODE, decimal ITEM_STATUS, string ENTRY_ID, System.DateTime ENTRY_DATE, string ENTRY_BYCOOPID, string BFCONTSTATUS_DESC, decimal BFPERIOD_ARREAR, decimal PRINCIPAL_ARREAR, decimal PRN_BAL, decimal FINE_AMT, string REF_SLIPNO, decimal BFINTEREST_ARREAR, decimal BFINTRETURN_AMT, string REMARK, System.DateTime TEMP_DATE, System.DateTime INTACCUM_DATE, decimal INTCOMPARR_BAL, decimal CALAVG_STATUS, decimal FINEYEAR_ARREAR, decimal FINE_ARREAR, decimal BFPRINCIPAL_ARREAR, decimal BFFINEYEAR_AMT, decimal BFINTYEARARR_AMT, decimal INTARR_PAYMENT, decimal FINEARR_PAYMENT, decimal INT_COMPENSATE, decimal FINE_PERIOD, decimal FINE_PAYMENT, decimal FINE_RETURN, decimal BFFINE_ARREAR, decimal PRINCIPALPAY_PERIOD, decimal INTYEAR_COMPENSATE, decimal BFINT_PREIOD, decimal BFFINE_PREIOD, decimal BFPRINARR_5YEARS, decimal BFINTARR_5YEARS, decimal BFFINEARR_5YEARS, decimal PRTCARD_FLAG, decimal PRTBOOK_FLAG, decimal operate_flag) { LNCONTSTATEMENTRow rowLNCONTSTATEMENTRow = ((LNCONTSTATEMENTRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, LOANCONTRACT_NO, SEQ_NO, LOANITEMTYPE_CODE, SLIP_DATE, OPERATE_DATE, ACCOUNT_DATE, REF_DOCNO, PERIOD, PRINCIPAL_PAYMENT, INTEREST_PAYMENT, PRINCIPAL_BALANCE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, BFINTARREAR_AMT, INTEREST_PERIOD, INTEREST_ARREAR, INTEREST_RETURN, MONEYTYPE_CODE, ITEM_STATUS, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, BFCONTSTATUS_DESC, BFPERIOD_ARREAR, PRINCIPAL_ARREAR, PRN_BAL, FINE_AMT, REF_SLIPNO, BFINTEREST_ARREAR, BFINTRETURN_AMT, REMARK, TEMP_DATE, INTACCUM_DATE, INTCOMPARR_BAL, CALAVG_STATUS, FINEYEAR_ARREAR, FINE_ARREAR, BFPRINCIPAL_ARREAR, BFFINEYEAR_AMT, BFINTYEARARR_AMT, INTARR_PAYMENT, FINEARR_PAYMENT, INT_COMPENSATE, FINE_PERIOD, FINE_PAYMENT, FINE_RETURN, BFFINE_ARREAR, PRINCIPALPAY_PERIOD, INTYEAR_COMPENSATE, BFINT_PREIOD, BFFINE_PREIOD, BFPRINARR_5YEARS, BFINTARR_5YEARS, BFFINEARR_5YEARS, PRTCARD_FLAG, PRTBOOK_FLAG, operate_flag}; rowLNCONTSTATEMENTRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCONTSTATEMENTRow); return rowLNCONTSTATEMENTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTSTATEMENTRow FindByCOOP_IDLOANCONTRACT_NOSEQ_NO(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO) { return ((LNCONTSTATEMENTRow)(this.Rows.Find(new object[] { COOP_ID, LOANCONTRACT_NO, SEQ_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNCONTSTATEMENTDataTable cln = ((LNCONTSTATEMENTDataTable)(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 LNCONTSTATEMENTDataTable(); } [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.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnLOANITEMTYPE_CODE = base.Columns["LOANITEMTYPE_CODE"]; this.columnSLIP_DATE = base.Columns["SLIP_DATE"]; this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"]; this.columnACCOUNT_DATE = base.Columns["ACCOUNT_DATE"]; this.columnREF_DOCNO = base.Columns["REF_DOCNO"]; this.columnPERIOD = base.Columns["PERIOD"]; this.columnPRINCIPAL_PAYMENT = base.Columns["PRINCIPAL_PAYMENT"]; this.columnINTEREST_PAYMENT = base.Columns["INTEREST_PAYMENT"]; this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"]; this.columnPRNCALINT_AMT = base.Columns["PRNCALINT_AMT"]; this.columnCALINT_FROM = base.Columns["CALINT_FROM"]; this.columnCALINT_TO = base.Columns["CALINT_TO"]; this.columnBFINTARREAR_AMT = base.Columns["BFINTARREAR_AMT"]; this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"]; this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"]; this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"]; this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"]; this.columnITEM_STATUS = base.Columns["ITEM_STATUS"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"]; this.columnBFCONTSTATUS_DESC = base.Columns["BFCONTSTATUS_DESC"]; this.columnBFPERIOD_ARREAR = base.Columns["BFPERIOD_ARREAR"]; this.columnPRINCIPAL_ARREAR = base.Columns["PRINCIPAL_ARREAR"]; this.columnPRN_BAL = base.Columns["PRN_BAL"]; this.columnFINE_AMT = base.Columns["FINE_AMT"]; this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"]; this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"]; this.columnBFINTRETURN_AMT = base.Columns["BFINTRETURN_AMT"]; this.columnREMARK = base.Columns["REMARK"]; this.columnTEMP_DATE = base.Columns["TEMP_DATE"]; this.columnINTACCUM_DATE = base.Columns["INTACCUM_DATE"]; this.columnINTCOMPARR_BAL = base.Columns["INTCOMPARR_BAL"]; this.columnCALAVG_STATUS = base.Columns["CALAVG_STATUS"]; this.columnFINEYEAR_ARREAR = base.Columns["FINEYEAR_ARREAR"]; this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"]; this.columnBFPRINCIPAL_ARREAR = base.Columns["BFPRINCIPAL_ARREAR"]; this.columnBFFINEYEAR_AMT = base.Columns["BFFINEYEAR_AMT"]; this.columnBFINTYEARARR_AMT = base.Columns["BFINTYEARARR_AMT"]; this.columnINTARR_PAYMENT = base.Columns["INTARR_PAYMENT"]; this.columnFINEARR_PAYMENT = base.Columns["FINEARR_PAYMENT"]; this.columnINT_COMPENSATE = base.Columns["INT_COMPENSATE"]; this.columnFINE_PERIOD = base.Columns["FINE_PERIOD"]; this.columnFINE_PAYMENT = base.Columns["FINE_PAYMENT"]; this.columnFINE_RETURN = base.Columns["FINE_RETURN"]; this.columnBFFINE_ARREAR = base.Columns["BFFINE_ARREAR"]; this.columnPRINCIPALPAY_PERIOD = base.Columns["PRINCIPALPAY_PERIOD"]; this.columnINTYEAR_COMPENSATE = base.Columns["INTYEAR_COMPENSATE"]; this.columnBFINT_PREIOD = base.Columns["BFINT_PREIOD"]; this.columnBFFINE_PREIOD = base.Columns["BFFINE_PREIOD"]; this.columnBFPRINARR_5YEARS = base.Columns["BFPRINARR_5YEARS"]; this.columnBFINTARR_5YEARS = base.Columns["BFINTARR_5YEARS"]; this.columnBFFINEARR_5YEARS = base.Columns["BFFINEARR_5YEARS"]; this.columnPRTCARD_FLAG = base.Columns["PRTCARD_FLAG"]; this.columnPRTBOOK_FLAG = base.Columns["PRTBOOK_FLAG"]; this.columnoperate_flag = base.Columns["operate_flag"]; } [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.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnLOANITEMTYPE_CODE = new global::System.Data.DataColumn("LOANITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANITEMTYPE_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.columnACCOUNT_DATE = new global::System.Data.DataColumn("ACCOUNT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnACCOUNT_DATE); 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.columnPERIOD = new global::System.Data.DataColumn("PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD); this.columnPRINCIPAL_PAYMENT = new global::System.Data.DataColumn("PRINCIPAL_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_PAYMENT); this.columnINTEREST_PAYMENT = new global::System.Data.DataColumn("INTEREST_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_PAYMENT); this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_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.columnBFINTARREAR_AMT = new global::System.Data.DataColumn("BFINTARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTARREAR_AMT); 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_ARREAR = new global::System.Data.DataColumn("INTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTEREST_ARREAR); 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.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEYTYPE_CODE); this.columnITEM_STATUS = new global::System.Data.DataColumn("ITEM_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnITEM_STATUS); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_BYCOOPID); this.columnBFCONTSTATUS_DESC = new global::System.Data.DataColumn("BFCONTSTATUS_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFCONTSTATUS_DESC); this.columnBFPERIOD_ARREAR = new global::System.Data.DataColumn("BFPERIOD_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPERIOD_ARREAR); 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.columnPRN_BAL = new global::System.Data.DataColumn("PRN_BAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRN_BAL); this.columnFINE_AMT = new global::System.Data.DataColumn("FINE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_AMT); this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_SLIPNO); 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.columnBFINTRETURN_AMT = new global::System.Data.DataColumn("BFINTRETURN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTRETURN_AMT); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnTEMP_DATE = new global::System.Data.DataColumn("TEMP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTEMP_DATE); this.columnINTACCUM_DATE = new global::System.Data.DataColumn("INTACCUM_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTACCUM_DATE); this.columnINTCOMPARR_BAL = new global::System.Data.DataColumn("INTCOMPARR_BAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTCOMPARR_BAL); this.columnCALAVG_STATUS = new global::System.Data.DataColumn("CALAVG_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCALAVG_STATUS); 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.columnBFPRINCIPAL_ARREAR = new global::System.Data.DataColumn("BFPRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPRINCIPAL_ARREAR); this.columnBFFINEYEAR_AMT = new global::System.Data.DataColumn("BFFINEYEAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFFINEYEAR_AMT); this.columnBFINTYEARARR_AMT = new global::System.Data.DataColumn("BFINTYEARARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTYEARARR_AMT); this.columnINTARR_PAYMENT = new global::System.Data.DataColumn("INTARR_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTARR_PAYMENT); this.columnFINEARR_PAYMENT = new global::System.Data.DataColumn("FINEARR_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINEARR_PAYMENT); 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.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_PAYMENT = new global::System.Data.DataColumn("FINE_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_PAYMENT); this.columnFINE_RETURN = new global::System.Data.DataColumn("FINE_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFINE_RETURN); 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.columnPRINCIPALPAY_PERIOD = new global::System.Data.DataColumn("PRINCIPALPAY_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPALPAY_PERIOD); this.columnINTYEAR_COMPENSATE = new global::System.Data.DataColumn("INTYEAR_COMPENSATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINTYEAR_COMPENSATE); this.columnBFINT_PREIOD = new global::System.Data.DataColumn("BFINT_PREIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINT_PREIOD); this.columnBFFINE_PREIOD = new global::System.Data.DataColumn("BFFINE_PREIOD", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFFINE_PREIOD); this.columnBFPRINARR_5YEARS = new global::System.Data.DataColumn("BFPRINARR_5YEARS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFPRINARR_5YEARS); this.columnBFINTARR_5YEARS = new global::System.Data.DataColumn("BFINTARR_5YEARS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFINTARR_5YEARS); this.columnBFFINEARR_5YEARS = new global::System.Data.DataColumn("BFFINEARR_5YEARS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBFFINEARR_5YEARS); 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.columnPRTBOOK_FLAG = new global::System.Data.DataColumn("PRTBOOK_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRTBOOK_FLAG); 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.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnLOANCONTRACT_NO, this.columnSEQ_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnLOANCONTRACT_NO.AllowDBNull = false; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnSEQ_NO.AllowDBNull = false; this.columnLOANITEMTYPE_CODE.MaxLength = 3; this.columnREF_DOCNO.MaxLength = 15; this.columnMONEYTYPE_CODE.MaxLength = 3; this.columnENTRY_ID.MaxLength = 32; this.columnENTRY_BYCOOPID.MaxLength = 6; this.columnBFCONTSTATUS_DESC.MaxLength = 6; this.columnREF_SLIPNO.MaxLength = 15; this.columnREMARK.MaxLength = 200; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCONTSTATEMENTRow NewLNCONTSTATEMENTRow() { return ((LNCONTSTATEMENTRow)(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 LNCONTSTATEMENTRow(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(LNCONTSTATEMENTRow); } [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.LNCONTSTATEMENTRowChanged != null)) { this.LNCONTSTATEMENTRowChanged(this, new LNCONTSTATEMENTRowChangeEvent(((LNCONTSTATEMENTRow)(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.LNCONTSTATEMENTRowChanging != null)) { this.LNCONTSTATEMENTRowChanging(this, new LNCONTSTATEMENTRowChangeEvent(((LNCONTSTATEMENTRow)(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.LNCONTSTATEMENTRowDeleted != null)) { this.LNCONTSTATEMENTRowDeleted(this, new LNCONTSTATEMENTRowChangeEvent(((LNCONTSTATEMENTRow)(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.LNCONTSTATEMENTRowDeleting != null)) { this.LNCONTSTATEMENTRowDeleting(this, new LNCONTSTATEMENTRowChangeEvent(((LNCONTSTATEMENTRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCONTSTATEMENTRow(LNCONTSTATEMENTRow 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 = "LNCONTSTATEMENTDataTable"; 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 DT_MAINDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnmember_no; private global::System.Data.DataColumn columnloancontract_no; private global::System.Data.DataColumn columncp_membname; private global::System.Data.DataColumn columncp_loantype_desc; private global::System.Data.DataColumn columnprincipal_balance; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINDataTable() { this.TableName = "DT_MAIN"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_MAINDataTable(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 DT_MAINDataTable(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 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 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 cp_membnameColumn { get { return this.columncp_membname; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn cp_loantype_descColumn { get { return this.columncp_loantype_desc; } } [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")] [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 DT_MAINRow this[int index] { get { return ((DT_MAINRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DT_MAINRowChangeEventHandler DT_MAINRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDT_MAINRow(DT_MAINRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINRow AddDT_MAINRow(string member_no, string loancontract_no, string cp_membname, string cp_loantype_desc, decimal principal_balance) { DT_MAINRow rowDT_MAINRow = ((DT_MAINRow)(this.NewRow())); object[] columnValuesArray = new object[] { member_no, loancontract_no, cp_membname, cp_loantype_desc, principal_balance}; rowDT_MAINRow.ItemArray = columnValuesArray; this.Rows.Add(rowDT_MAINRow); return rowDT_MAINRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DT_MAINDataTable cln = ((DT_MAINDataTable)(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 DT_MAINDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnmember_no = base.Columns["member_no"]; this.columnloancontract_no = base.Columns["loancontract_no"]; this.columncp_membname = base.Columns["cp_membname"]; this.columncp_loantype_desc = base.Columns["cp_loantype_desc"]; this.columnprincipal_balance = base.Columns["principal_balance"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { 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.columnloancontract_no = new global::System.Data.DataColumn("loancontract_no", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnloancontract_no); this.columncp_membname = new global::System.Data.DataColumn("cp_membname", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_membname); this.columncp_loantype_desc = new global::System.Data.DataColumn("cp_loantype_desc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columncp_loantype_desc); this.columnprincipal_balance = new global::System.Data.DataColumn("principal_balance", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnprincipal_balance); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DT_MAINRow NewDT_MAINRow() { return ((DT_MAINRow)(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 DT_MAINRow(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(DT_MAINRow); } [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.DT_MAINRowChanged != null)) { this.DT_MAINRowChanged(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowChanging != null)) { this.DT_MAINRowChanging(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowDeleted != null)) { this.DT_MAINRowDeleted(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowDeleting != null)) { this.DT_MAINRowDeleting(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDT_MAINRow(DT_MAINRow 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 = "DT_MAINDataTable"; 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 LNCONTSTATEMENTRow : global::System.Data.DataRow { private LNCONTSTATEMENTDataTable tableLNCONTSTATEMENT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCONTSTATEMENTRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCONTSTATEMENT = ((LNCONTSTATEMENTDataTable)(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.tableLNCONTSTATEMENT.COOP_IDColumn])); } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.LOANCONTRACT_NOColumn])); } set { this[this.tableLNCONTSTATEMENT.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { return ((decimal)(this[this.tableLNCONTSTATEMENT.SEQ_NOColumn])); } set { this[this.tableLNCONTSTATEMENT.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANITEMTYPE_CODE { get { try { return ((string)(this[this.tableLNCONTSTATEMENT.LOANITEMTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANITEMTYPE_CODE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.LOANITEMTYPE_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.tableLNCONTSTATEMENT.SLIP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.OPERATE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.OPERATE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ACCOUNT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTSTATEMENT.ACCOUNT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ACCOUNT_DATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.ACCOUNT_DATEColumn] = 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.tableLNCONTSTATEMENT.REF_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.REF_DOCNOColumn] = 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.tableLNCONTSTATEMENT.PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.PRINCIPAL_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYMENT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRINCIPAL_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTEREST_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.INTEREST_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYMENT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTEREST_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_BALANCE { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.PRINCIPAL_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRINCIPAL_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.tableLNCONTSTATEMENT.PRNCALINT_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRNCALINT_AMT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.CALINT_FROMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.CALINT_TOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.CALINT_TOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTARREAR_AMT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFINTARREAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTARREAR_AMT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFINTARREAR_AMTColumn] = 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.tableLNCONTSTATEMENT.INTEREST_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTEREST_PERIODColumn] = 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.tableLNCONTSTATEMENT.INTEREST_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTEREST_ARREARColumn] = 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.tableLNCONTSTATEMENT.INTEREST_RETURNColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTEREST_RETURNColumn] = 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.tableLNCONTSTATEMENT.MONEYTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.MONEYTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ITEM_STATUS { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.ITEM_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ITEM_STATUS\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.ITEM_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableLNCONTSTATEMENT.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.ENTRY_BYCOOPIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.ENTRY_BYCOOPIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BFCONTSTATUS_DESC { get { try { return ((string)(this[this.tableLNCONTSTATEMENT.BFCONTSTATUS_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFCONTSTATUS_DESC\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFCONTSTATUS_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPERIOD_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFPERIOD_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPERIOD_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFPERIOD_ARREARColumn] = 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.tableLNCONTSTATEMENT.PRINCIPAL_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRINCIPAL_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRN_BAL { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.PRN_BALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRN_BAL\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRN_BALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_AMT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.FINE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_AMT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.FINE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_SLIPNO { get { try { return ((string)(this[this.tableLNCONTSTATEMENT.REF_SLIPNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.REF_SLIPNOColumn] = 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.tableLNCONTSTATEMENT.BFINTEREST_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFINTEREST_ARREARColumn] = 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.tableLNCONTSTATEMENT.BFINTRETURN_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_AMT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFINTRETURN_AMTColumn] = 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.tableLNCONTSTATEMENT.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime TEMP_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTSTATEMENT.TEMP_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TEMP_DATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.TEMP_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime INTACCUM_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCONTSTATEMENT.INTACCUM_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_DATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTACCUM_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTCOMPARR_BAL { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.INTCOMPARR_BALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTCOMPARR_BAL\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTCOMPARR_BALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CALAVG_STATUS { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.CALAVG_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CALAVG_STATUS\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.CALAVG_STATUSColumn] = 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.tableLNCONTSTATEMENT.FINEYEAR_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.FINE_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.FINE_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPRINCIPAL_ARREAR { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFPRINCIPAL_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPRINCIPAL_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFPRINCIPAL_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFFINEYEAR_AMT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFFINEYEAR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFFINEYEAR_AMT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFFINEYEAR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTYEARARR_AMT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFINTYEARARR_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTYEARARR_AMT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFINTYEARARR_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTARR_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.INTARR_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTARR_PAYMENT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTARR_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINEARR_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.FINEARR_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINEARR_PAYMENT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.FINEARR_PAYMENTColumn] = 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.tableLNCONTSTATEMENT.INT_COMPENSATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_COMPENSATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INT_COMPENSATEColumn] = 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.tableLNCONTSTATEMENT.FINE_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_PERIOD\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.FINE_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_PAYMENT { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.FINE_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_PAYMENT\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.FINE_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FINE_RETURN { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.FINE_RETURNColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FINE_RETURN\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.FINE_RETURNColumn] = 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.tableLNCONTSTATEMENT.BFFINE_ARREARColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFFINE_ARREAR\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFFINE_ARREARColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPALPAY_PERIOD { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.PRINCIPALPAY_PERIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPALPAY_PERIOD\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRINCIPALPAY_PERIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INTYEAR_COMPENSATE { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.INTYEAR_COMPENSATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INTYEAR_COMPENSATE\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.INTYEAR_COMPENSATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINT_PREIOD { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFINT_PREIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINT_PREIOD\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFINT_PREIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFFINE_PREIOD { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFFINE_PREIODColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFFINE_PREIOD\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFFINE_PREIODColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFPRINARR_5YEARS { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFPRINARR_5YEARSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFPRINARR_5YEARS\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFPRINARR_5YEARSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFINTARR_5YEARS { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFINTARR_5YEARSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFINTARR_5YEARS\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFINTARR_5YEARSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BFFINEARR_5YEARS { get { try { return ((decimal)(this[this.tableLNCONTSTATEMENT.BFFINEARR_5YEARSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BFFINEARR_5YEARS\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.BFFINEARR_5YEARSColumn] = 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.tableLNCONTSTATEMENT.PRTCARD_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRTCARD_FLAG\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRTCARD_FLAGColumn] = 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.tableLNCONTSTATEMENT.PRTBOOK_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRTBOOK_FLAG\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.PRTBOOK_FLAGColumn] = 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.tableLNCONTSTATEMENT.operate_flagColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'operate_flag\' in table \'LNCONTSTATEMENT\' is DBNull.", e); } } set { this[this.tableLNCONTSTATEMENT.operate_flagColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANITEMTYPE_CODENull() { return this.IsNull(this.tableLNCONTSTATEMENT.LOANITEMTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANITEMTYPE_CODENull() { this[this.tableLNCONTSTATEMENT.LOANITEMTYPE_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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsACCOUNT_DATENull() { return this.IsNull(this.tableLNCONTSTATEMENT.ACCOUNT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetACCOUNT_DATENull() { this[this.tableLNCONTSTATEMENT.ACCOUNT_DATEColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsPERIODNull() { return this.IsNull(this.tableLNCONTSTATEMENT.PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIODNull() { this[this.tableLNCONTSTATEMENT.PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_PAYMENTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.PRINCIPAL_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_PAYMENTNull() { this[this.tableLNCONTSTATEMENT.PRINCIPAL_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTEREST_PAYMENTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.INTEREST_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTEREST_PAYMENTNull() { this[this.tableLNCONTSTATEMENT.INTEREST_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_BALANCENull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsPRNCALINT_AMTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsBFINTARREAR_AMTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFINTARREAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTARREAR_AMTNull() { this[this.tableLNCONTSTATEMENT.BFINTARREAR_AMTColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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_ARREARNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsINTEREST_RETURNNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsMONEYTYPE_CODENull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsITEM_STATUSNull() { return this.IsNull(this.tableLNCONTSTATEMENT.ITEM_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetITEM_STATUSNull() { this[this.tableLNCONTSTATEMENT.ITEM_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsBFCONTSTATUS_DESCNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFCONTSTATUS_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFCONTSTATUS_DESCNull() { this[this.tableLNCONTSTATEMENT.BFCONTSTATUS_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPERIOD_ARREARNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFPERIOD_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPERIOD_ARREARNull() { this[this.tableLNCONTSTATEMENT.BFPERIOD_ARREARColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsPRN_BALNull() { return this.IsNull(this.tableLNCONTSTATEMENT.PRN_BALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRN_BALNull() { this[this.tableLNCONTSTATEMENT.PRN_BALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_AMTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.FINE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_AMTNull() { this[this.tableLNCONTSTATEMENT.FINE_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_SLIPNONull() { return this.IsNull(this.tableLNCONTSTATEMENT.REF_SLIPNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_SLIPNONull() { this[this.tableLNCONTSTATEMENT.REF_SLIPNOColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsBFINTRETURN_AMTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsREMARKNull() { return this.IsNull(this.tableLNCONTSTATEMENT.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableLNCONTSTATEMENT.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTEMP_DATENull() { return this.IsNull(this.tableLNCONTSTATEMENT.TEMP_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTEMP_DATENull() { this[this.tableLNCONTSTATEMENT.TEMP_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTACCUM_DATENull() { return this.IsNull(this.tableLNCONTSTATEMENT.INTACCUM_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTACCUM_DATENull() { this[this.tableLNCONTSTATEMENT.INTACCUM_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTCOMPARR_BALNull() { return this.IsNull(this.tableLNCONTSTATEMENT.INTCOMPARR_BALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTCOMPARR_BALNull() { this[this.tableLNCONTSTATEMENT.INTCOMPARR_BALColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCALAVG_STATUSNull() { return this.IsNull(this.tableLNCONTSTATEMENT.CALAVG_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCALAVG_STATUSNull() { this[this.tableLNCONTSTATEMENT.CALAVG_STATUSColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsBFPRINCIPAL_ARREARNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFPRINCIPAL_ARREARColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPRINCIPAL_ARREARNull() { this[this.tableLNCONTSTATEMENT.BFPRINCIPAL_ARREARColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFFINEYEAR_AMTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFFINEYEAR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFFINEYEAR_AMTNull() { this[this.tableLNCONTSTATEMENT.BFFINEYEAR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTYEARARR_AMTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFINTYEARARR_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTYEARARR_AMTNull() { this[this.tableLNCONTSTATEMENT.BFINTYEARARR_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTARR_PAYMENTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.INTARR_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTARR_PAYMENTNull() { this[this.tableLNCONTSTATEMENT.INTARR_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINEARR_PAYMENTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.FINEARR_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINEARR_PAYMENTNull() { this[this.tableLNCONTSTATEMENT.FINEARR_PAYMENTColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.INT_COMPENSATEColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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_PAYMENTNull() { return this.IsNull(this.tableLNCONTSTATEMENT.FINE_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_PAYMENTNull() { this[this.tableLNCONTSTATEMENT.FINE_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFINE_RETURNNull() { return this.IsNull(this.tableLNCONTSTATEMENT.FINE_RETURNColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFINE_RETURNNull() { this[this.tableLNCONTSTATEMENT.FINE_RETURNColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsPRINCIPALPAY_PERIODNull() { return this.IsNull(this.tableLNCONTSTATEMENT.PRINCIPALPAY_PERIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPALPAY_PERIODNull() { this[this.tableLNCONTSTATEMENT.PRINCIPALPAY_PERIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINTYEAR_COMPENSATENull() { return this.IsNull(this.tableLNCONTSTATEMENT.INTYEAR_COMPENSATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINTYEAR_COMPENSATENull() { this[this.tableLNCONTSTATEMENT.INTYEAR_COMPENSATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINT_PREIODNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFINT_PREIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINT_PREIODNull() { this[this.tableLNCONTSTATEMENT.BFINT_PREIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFFINE_PREIODNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFFINE_PREIODColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFFINE_PREIODNull() { this[this.tableLNCONTSTATEMENT.BFFINE_PREIODColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFPRINARR_5YEARSNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFPRINARR_5YEARSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFPRINARR_5YEARSNull() { this[this.tableLNCONTSTATEMENT.BFPRINARR_5YEARSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFINTARR_5YEARSNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFINTARR_5YEARSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFINTARR_5YEARSNull() { this[this.tableLNCONTSTATEMENT.BFINTARR_5YEARSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBFFINEARR_5YEARSNull() { return this.IsNull(this.tableLNCONTSTATEMENT.BFFINEARR_5YEARSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBFFINEARR_5YEARSNull() { this[this.tableLNCONTSTATEMENT.BFFINEARR_5YEARSColumn] = 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.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 IsPRTBOOK_FLAGNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.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 Isoperate_flagNull() { return this.IsNull(this.tableLNCONTSTATEMENT.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.tableLNCONTSTATEMENT.operate_flagColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DT_MAINRow : global::System.Data.DataRow { private DT_MAINDataTable tableDT_MAIN; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DT_MAINRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDT_MAIN = ((DT_MAINDataTable)(this.Table)); } [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.tableDT_MAIN.member_noColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'member_no\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.member_noColumn] = 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.tableDT_MAIN.loancontract_noColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'loancontract_no\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.loancontract_noColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_membname { get { try { return ((string)(this[this.tableDT_MAIN.cp_membnameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_membname\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.cp_membnameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string cp_loantype_desc { get { try { return ((string)(this[this.tableDT_MAIN.cp_loantype_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'cp_loantype_desc\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.cp_loantype_descColumn] = 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.tableDT_MAIN.principal_balanceColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'principal_balance\' in table \'DT_MAIN\' is DBNull.", e); } } set { this[this.tableDT_MAIN.principal_balanceColumn] = value; } } [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.tableDT_MAIN.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.tableDT_MAIN.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 Isloancontract_noNull() { return this.IsNull(this.tableDT_MAIN.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.tableDT_MAIN.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 Iscp_membnameNull() { return this.IsNull(this.tableDT_MAIN.cp_membnameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_membnameNull() { this[this.tableDT_MAIN.cp_membnameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Iscp_loantype_descNull() { return this.IsNull(this.tableDT_MAIN.cp_loantype_descColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setcp_loantype_descNull() { this[this.tableDT_MAIN.cp_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 Isprincipal_balanceNull() { return this.IsNull(this.tableDT_MAIN.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.tableDT_MAIN.principal_balanceColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNCONTSTATEMENTRowChangeEvent : global::System.EventArgs { private LNCONTSTATEMENTRow 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 LNCONTSTATEMENTRowChangeEvent(LNCONTSTATEMENTRow 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 LNCONTSTATEMENTRow 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 DT_MAINRowChangeEvent : global::System.EventArgs { private DT_MAINRow 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 DT_MAINRowChangeEvent(DT_MAINRow 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 DT_MAINRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace Saving.Applications.shrlon.ws_sl_loansrv_ccl_contpayinstm_ctrl.DataSet1TableAdapters { /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class LNCONTSTATEMENTTableAdapter : 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 LNCONTSTATEMENTTableAdapter() { 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 = "LNCONTSTATEMENT"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO"); tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO"); tableMapping.ColumnMappings.Add("LOANITEMTYPE_CODE", "LOANITEMTYPE_CODE"); tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE"); tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE"); tableMapping.ColumnMappings.Add("ACCOUNT_DATE", "ACCOUNT_DATE"); tableMapping.ColumnMappings.Add("REF_DOCNO", "REF_DOCNO"); tableMapping.ColumnMappings.Add("PERIOD", "PERIOD"); tableMapping.ColumnMappings.Add("PRINCIPAL_PAYMENT", "PRINCIPAL_PAYMENT"); tableMapping.ColumnMappings.Add("INTEREST_PAYMENT", "INTEREST_PAYMENT"); tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_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("BFINTARREAR_AMT", "BFINTARREAR_AMT"); tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD"); tableMapping.ColumnMappings.Add("INTEREST_ARREAR", "INTEREST_ARREAR"); tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN"); tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE"); tableMapping.ColumnMappings.Add("ITEM_STATUS", "ITEM_STATUS"); tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID"); tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE"); tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID"); tableMapping.ColumnMappings.Add("BFCONTSTATUS_DESC", "BFCONTSTATUS_DESC"); tableMapping.ColumnMappings.Add("BFPERIOD_ARREAR", "BFPERIOD_ARREAR"); tableMapping.ColumnMappings.Add("PRINCIPAL_ARREAR", "PRINCIPAL_ARREAR"); tableMapping.ColumnMappings.Add("PRN_BAL", "PRN_BAL"); tableMapping.ColumnMappings.Add("FINE_AMT", "FINE_AMT"); tableMapping.ColumnMappings.Add("REF_SLIPNO", "REF_SLIPNO"); tableMapping.ColumnMappings.Add("BFINTEREST_ARREAR", "BFINTEREST_ARREAR"); tableMapping.ColumnMappings.Add("BFINTRETURN_AMT", "BFINTRETURN_AMT"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("TEMP_DATE", "TEMP_DATE"); tableMapping.ColumnMappings.Add("INTACCUM_DATE", "INTACCUM_DATE"); tableMapping.ColumnMappings.Add("INTCOMPARR_BAL", "INTCOMPARR_BAL"); tableMapping.ColumnMappings.Add("CALAVG_STATUS", "CALAVG_STATUS"); tableMapping.ColumnMappings.Add("FINEYEAR_ARREAR", "FINEYEAR_ARREAR"); tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR"); tableMapping.ColumnMappings.Add("BFPRINCIPAL_ARREAR", "BFPRINCIPAL_ARREAR"); tableMapping.ColumnMappings.Add("BFFINEYEAR_AMT", "BFFINEYEAR_AMT"); tableMapping.ColumnMappings.Add("BFINTYEARARR_AMT", "BFINTYEARARR_AMT"); tableMapping.ColumnMappings.Add("INTARR_PAYMENT", "INTARR_PAYMENT"); tableMapping.ColumnMappings.Add("FINEARR_PAYMENT", "FINEARR_PAYMENT"); tableMapping.ColumnMappings.Add("INT_COMPENSATE", "INT_COMPENSATE"); tableMapping.ColumnMappings.Add("FINE_PERIOD", "FINE_PERIOD"); tableMapping.ColumnMappings.Add("FINE_PAYMENT", "FINE_PAYMENT"); tableMapping.ColumnMappings.Add("FINE_RETURN", "FINE_RETURN"); tableMapping.ColumnMappings.Add("BFFINE_ARREAR", "BFFINE_ARREAR"); tableMapping.ColumnMappings.Add("PRINCIPALPAY_PERIOD", "PRINCIPALPAY_PERIOD"); tableMapping.ColumnMappings.Add("INTYEAR_COMPENSATE", "INTYEAR_COMPENSATE"); tableMapping.ColumnMappings.Add("BFINT_PREIOD", "BFINT_PREIOD"); tableMapping.ColumnMappings.Add("BFFINE_PREIOD", "BFFINE_PREIOD"); tableMapping.ColumnMappings.Add("BFPRINARR_5YEARS", "BFPRINARR_5YEARS"); tableMapping.ColumnMappings.Add("BFINTARR_5YEARS", "BFINTARR_5YEARS"); tableMapping.ColumnMappings.Add("BFFINEARR_5YEARS", "BFFINEARR_5YEARS"); tableMapping.ColumnMappings.Add("PRTCARD_FLAG", "PRTCARD_FLAG"); tableMapping.ColumnMappings.Add("PRTBOOK_FLAG", "PRTBOOK_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 \"LNCONTSTATEMENT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCO" + "NTRACT_NO\" = :Original_LOANCONTRACT_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_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.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 \"LNCONTSTATEMENT\" (\"COOP_ID\", \"LOANCONTRACT_NO\", \"SEQ_NO\", \"LOANITEMT" + "YPE_CODE\", \"SLIP_DATE\", \"OPERATE_DATE\", \"ACCOUNT_DATE\", \"REF_DOCNO\", \"PERIOD\", \"" + "PRINCIPAL_PAYMENT\", \"INTEREST_PAYMENT\", \"PRINCIPAL_BALANCE\", \"PRNCALINT_AMT\", \"C" + "ALINT_FROM\", \"CALINT_TO\", \"BFINTARREAR_AMT\", \"INTEREST_PERIOD\", \"INTEREST_ARREAR" + "\", \"INTEREST_RETURN\", \"MONEYTYPE_CODE\", \"ITEM_STATUS\", \"ENTRY_ID\", \"ENTRY_DATE\"," + " \"ENTRY_BYCOOPID\", \"BFCONTSTATUS_DESC\", \"BFPERIOD_ARREAR\", \"PRINCIPAL_ARREAR\", \"" + "PRN_BAL\", \"FINE_AMT\", \"REF_SLIPNO\", \"BFINTEREST_ARREAR\", \"BFINTRETURN_AMT\", \"REM" + "ARK\", \"TEMP_DATE\", \"INTACCUM_DATE\", \"INTCOMPARR_BAL\", \"CALAVG_STATUS\", \"FINEYEAR" + "_ARREAR\", \"FINE_ARREAR\", \"BFPRINCIPAL_ARREAR\", \"BFFINEYEAR_AMT\", \"BFINTYEARARR_A" + "MT\", \"INTARR_PAYMENT\", \"FINEARR_PAYMENT\", \"INT_COMPENSATE\", \"FINE_PERIOD\", \"FINE" + "_PAYMENT\", \"FINE_RETURN\", \"BFFINE_ARREAR\", \"PRINCIPALPAY_PERIOD\", \"INTYEAR_COMPE" + "NSATE\", \"BFINT_PREIOD\", \"BFFINE_PREIOD\", \"BFPRINARR_5YEARS\", \"BFINTARR_5YEARS\", " + "\"BFFINEARR_5YEARS\", \"PRTCARD_FLAG\", \"PRTBOOK_FLAG\") VALUES (:COOP_ID, :LOANCONTR" + "ACT_NO, :SEQ_NO, :LOANITEMTYPE_CODE, :SLIP_DATE, :OPERATE_DATE, :ACCOUNT_DATE, :" + "REF_DOCNO, :PERIOD, :PRINCIPAL_PAYMENT, :INTEREST_PAYMENT, :PRINCIPAL_BALANCE, :" + "PRNCALINT_AMT, :CALINT_FROM, :CALINT_TO, :BFINTARREAR_AMT, :INTEREST_PERIOD, :IN" + "TEREST_ARREAR, :INTEREST_RETURN, :MONEYTYPE_CODE, :ITEM_STATUS, :ENTRY_ID, :ENTR" + "Y_DATE, :ENTRY_BYCOOPID, :BFCONTSTATUS_DESC, :BFPERIOD_ARREAR, :PRINCIPAL_ARREAR" + ", :PRN_BAL, :FINE_AMT, :REF_SLIPNO, :BFINTEREST_ARREAR, :BFINTRETURN_AMT, :REMAR" + "K, :TEMP_DATE, :INTACCUM_DATE, :INTCOMPARR_BAL, :CALAVG_STATUS, :FINEYEAR_ARREAR" + ", :FINE_ARREAR, :BFPRINCIPAL_ARREAR, :BFFINEYEAR_AMT, :BFINTYEARARR_AMT, :INTARR" + "_PAYMENT, :FINEARR_PAYMENT, :INT_COMPENSATE, :FINE_PERIOD, :FINE_PAYMENT, :FINE_" + "RETURN, :BFFINE_ARREAR, :PRINCIPALPAY_PERIOD, :INTYEAR_COMPENSATE, :BFINT_PREIOD" + ", :BFFINE_PREIOD, :BFPRINARR_5YEARS, :BFINTARR_5YEARS, :BFFINEARR_5YEARS, :PRTCA" + "RD_FLAG, :PRTBOOK_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("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("LOANITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANITEMTYPE_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("ACCOUNT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ACCOUNT_DATE", 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("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("BFINTARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARREAR_AMT", 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_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("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("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("ITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTSTATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BFCONTSTATUS_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD_ARREAR", 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("PRN_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRN_BAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", 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("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("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("TEMP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TEMP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPARR_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPARR_BAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALAVG_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CALAVG_STATUS", 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("BFPRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTYEARARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTYEARARR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEARR_PAYMENT", 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.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("FINE_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_RETURN", 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("PRINCIPALPAY_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPALPAY_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_COMPENSATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_COMPENSATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINT_PREIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINT_PREIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINE_PREIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_PREIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINARR_5YEARS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINARR_5YEARS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARR_5YEARS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARR_5YEARS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEARR_5YEARS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEARR_5YEARS", 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.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.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = "UPDATE \"LNCONTSTATEMENT\" SET \"COOP_ID\" = :COOP_ID, \"LOANCONTRACT_NO\" = :LOANCONTR" + "ACT_NO, \"SEQ_NO\" = :SEQ_NO, \"LOANITEMTYPE_CODE\" = :LOANITEMTYPE_CODE, \"SLIP_DATE" + "\" = :SLIP_DATE, \"OPERATE_DATE\" = :OPERATE_DATE, \"ACCOUNT_DATE\" = :ACCOUNT_DATE, " + "\"REF_DOCNO\" = :REF_DOCNO, \"PERIOD\" = :PERIOD, \"PRINCIPAL_PAYMENT\" = :PRINCIPAL_P" + "AYMENT, \"INTEREST_PAYMENT\" = :INTEREST_PAYMENT, \"PRINCIPAL_BALANCE\" = :PRINCIPAL" + "_BALANCE, \"PRNCALINT_AMT\" = :PRNCALINT_AMT, \"CALINT_FROM\" = :CALINT_FROM, \"CALIN" + "T_TO\" = :CALINT_TO, \"BFINTARREAR_AMT\" = :BFINTARREAR_AMT, \"INTEREST_PERIOD\" = :I" + "NTEREST_PERIOD, \"INTEREST_ARREAR\" = :INTEREST_ARREAR, \"INTEREST_RETURN\" = :INTER" + "EST_RETURN, \"MONEYTYPE_CODE\" = :MONEYTYPE_CODE, \"ITEM_STATUS\" = :ITEM_STATUS, \"E" + "NTRY_ID\" = :ENTRY_ID, \"ENTRY_DATE\" = :ENTRY_DATE, \"ENTRY_BYCOOPID\" = :ENTRY_BYCO" + "OPID, \"BFCONTSTATUS_DESC\" = :BFCONTSTATUS_DESC, \"BFPERIOD_ARREAR\" = :BFPERIOD_AR" + "REAR, \"PRINCIPAL_ARREAR\" = :PRINCIPAL_ARREAR, \"PRN_BAL\" = :PRN_BAL, \"FINE_AMT\" =" + " :FINE_AMT, \"REF_SLIPNO\" = :REF_SLIPNO, \"BFINTEREST_ARREAR\" = :BFINTEREST_ARREAR" + ", \"BFINTRETURN_AMT\" = :BFINTRETURN_AMT, \"REMARK\" = :REMARK, \"TEMP_DATE\" = :TEMP_" + "DATE, \"INTACCUM_DATE\" = :INTACCUM_DATE, \"INTCOMPARR_BAL\" = :INTCOMPARR_BAL, \"CAL" + "AVG_STATUS\" = :CALAVG_STATUS, \"FINEYEAR_ARREAR\" = :FINEYEAR_ARREAR, \"FINE_ARREAR" + "\" = :FINE_ARREAR, \"BFPRINCIPAL_ARREAR\" = :BFPRINCIPAL_ARREAR, \"BFFINEYEAR_AMT\" =" + " :BFFINEYEAR_AMT, \"BFINTYEARARR_AMT\" = :BFINTYEARARR_AMT, \"INTARR_PAYMENT\" = :IN" + "TARR_PAYMENT, \"FINEARR_PAYMENT\" = :FINEARR_PAYMENT, \"INT_COMPENSATE\" = :INT_COMP" + "ENSATE, \"FINE_PERIOD\" = :FINE_PERIOD, \"FINE_PAYMENT\" = :FINE_PAYMENT, \"FINE_RETU" + "RN\" = :FINE_RETURN, \"BFFINE_ARREAR\" = :BFFINE_ARREAR, \"PRINCIPALPAY_PERIOD\" = :P" + "RINCIPALPAY_PERIOD, \"INTYEAR_COMPENSATE\" = :INTYEAR_COMPENSATE, \"BFINT_PREIOD\" =" + " :BFINT_PREIOD, \"BFFINE_PREIOD\" = :BFFINE_PREIOD, \"BFPRINARR_5YEARS\" = :BFPRINAR" + "R_5YEARS, \"BFINTARR_5YEARS\" = :BFINTARR_5YEARS, \"BFFINEARR_5YEARS\" = :BFFINEARR_" + "5YEARS, \"PRTCARD_FLAG\" = :PRTCARD_FLAG, \"PRTBOOK_FLAG\" = :PRTBOOK_FLAG WHERE ((\"" + "COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTRACT_NO\" = :Original_LOANCONTRACT_NO" + ") AND (\"SEQ_NO\" = :Original_SEQ_NO))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("LOANITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANITEMTYPE_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("ACCOUNT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ACCOUNT_DATE", 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("PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("BFINTARREAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARREAR_AMT", 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_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("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("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("ITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ENTRY_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFCONTSTATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BFCONTSTATUS_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPERIOD_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPERIOD_ARREAR", 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("PRN_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRN_BAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", 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("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("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("TEMP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "TEMP_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPARR_BAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPARR_BAL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALAVG_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CALAVG_STATUS", 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("BFPRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTYEARARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTYEARARR_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEARR_PAYMENT", 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("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("FINE_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_RETURN", 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("PRINCIPALPAY_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPALPAY_PERIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_COMPENSATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_COMPENSATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINT_PREIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINT_PREIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINE_PREIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_PREIOD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINARR_5YEARS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINARR_5YEARS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTARR_5YEARS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTARR_5YEARS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEARR_5YEARS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEARR_5YEARS", 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("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("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)); 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 * from lncontstatement"; 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.LNCONTSTATEMENTDataTable 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.LNCONTSTATEMENTDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCONTSTATEMENTDataTable dataTable = new DataSet1.LNCONTSTATEMENTDataTable(); 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.LNCONTSTATEMENTDataTable 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, "LNCONTSTATEMENT"); } [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, 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_LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_LOANCONTRACT_NO)); } this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_SEQ_NO)); global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO, string LOANITEMTYPE_CODE, global::System.Nullable SLIP_DATE, global::System.Nullable OPERATE_DATE, global::System.Nullable ACCOUNT_DATE, string REF_DOCNO, global::System.Nullable PERIOD, global::System.Nullable PRINCIPAL_PAYMENT, global::System.Nullable INTEREST_PAYMENT, global::System.Nullable PRINCIPAL_BALANCE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable BFINTARREAR_AMT, global::System.Nullable INTEREST_PERIOD, global::System.Nullable INTEREST_ARREAR, global::System.Nullable INTEREST_RETURN, string MONEYTYPE_CODE, global::System.Nullable ITEM_STATUS, string ENTRY_ID, global::System.Nullable ENTRY_DATE, string ENTRY_BYCOOPID, string BFCONTSTATUS_DESC, global::System.Nullable BFPERIOD_ARREAR, global::System.Nullable PRINCIPAL_ARREAR, global::System.Nullable PRN_BAL, global::System.Nullable FINE_AMT, string REF_SLIPNO, global::System.Nullable BFINTEREST_ARREAR, global::System.Nullable BFINTRETURN_AMT, string REMARK, global::System.Nullable TEMP_DATE, global::System.Nullable INTACCUM_DATE, global::System.Nullable INTCOMPARR_BAL, global::System.Nullable CALAVG_STATUS, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable FINE_ARREAR, global::System.Nullable BFPRINCIPAL_ARREAR, global::System.Nullable BFFINEYEAR_AMT, global::System.Nullable BFINTYEARARR_AMT, global::System.Nullable INTARR_PAYMENT, global::System.Nullable FINEARR_PAYMENT, global::System.Nullable INT_COMPENSATE, global::System.Nullable FINE_PERIOD, global::System.Nullable FINE_PAYMENT, global::System.Nullable FINE_RETURN, global::System.Nullable BFFINE_ARREAR, global::System.Nullable PRINCIPALPAY_PERIOD, global::System.Nullable INTYEAR_COMPENSATE, global::System.Nullable BFINT_PREIOD, global::System.Nullable BFFINE_PREIOD, global::System.Nullable BFPRINARR_5YEARS, global::System.Nullable BFINTARR_5YEARS, global::System.Nullable BFFINEARR_5YEARS, global::System.Nullable PRTCARD_FLAG, global::System.Nullable PRTBOOK_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)); } this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(SEQ_NO)); if ((LOANITEMTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(LOANITEMTYPE_CODE)); } if ((SLIP_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[4].Value = ((System.DateTime)(SLIP_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((OPERATE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(OPERATE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((ACCOUNT_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((System.DateTime)(ACCOUNT_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((REF_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[7].Value = ((string)(REF_DOCNO)); } if ((PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((PRINCIPAL_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(PRINCIPAL_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((INTEREST_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(INTEREST_PAYMENT.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 ((PRNCALINT_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(PRNCALINT_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((CALINT_FROM.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(CALINT_FROM.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((CALINT_TO.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((System.DateTime)(CALINT_TO.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((BFINTARREAR_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(BFINTARREAR_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((INTEREST_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(INTEREST_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((INTEREST_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(INTEREST_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((INTEREST_RETURN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(INTEREST_RETURN.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((MONEYTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[19].Value = ((string)(MONEYTYPE_CODE)); } if ((ITEM_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(ITEM_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((ENTRY_ID == null)) { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[21].Value = ((string)(ENTRY_ID)); } if ((ENTRY_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((System.DateTime)(ENTRY_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((ENTRY_BYCOOPID == null)) { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[23].Value = ((string)(ENTRY_BYCOOPID)); } if ((BFCONTSTATUS_DESC == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(BFCONTSTATUS_DESC)); } if ((BFPERIOD_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[25].Value = ((decimal)(BFPERIOD_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((PRINCIPAL_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(PRINCIPAL_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((PRN_BAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(PRN_BAL.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((FINE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(FINE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((REF_SLIPNO == null)) { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[29].Value = ((string)(REF_SLIPNO)); } if ((BFINTEREST_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(BFINTEREST_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((BFINTRETURN_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(BFINTRETURN_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((REMARK == null)) { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[32].Value = ((string)(REMARK)); } if ((TEMP_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((System.DateTime)(TEMP_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((INTACCUM_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[34].Value = ((System.DateTime)(INTACCUM_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((INTCOMPARR_BAL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(INTCOMPARR_BAL.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((CALAVG_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(CALAVG_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((FINEYEAR_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(FINEYEAR_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((FINE_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(FINE_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((BFPRINCIPAL_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(BFPRINCIPAL_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((BFFINEYEAR_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(BFFINEYEAR_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((BFINTYEARARR_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(BFINTYEARARR_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((INTARR_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(INTARR_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((FINEARR_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(FINEARR_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((INT_COMPENSATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(INT_COMPENSATE.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 ((FINE_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(FINE_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((FINE_RETURN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(FINE_RETURN.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((BFFINE_ARREAR.HasValue == true)) { this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(BFFINE_ARREAR.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((PRINCIPALPAY_PERIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[49].Value = ((decimal)(PRINCIPALPAY_PERIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((INTYEAR_COMPENSATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(INTYEAR_COMPENSATE.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((BFINT_PREIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(BFINT_PREIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((BFFINE_PREIOD.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(BFFINE_PREIOD.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((BFPRINARR_5YEARS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(BFPRINARR_5YEARS.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((BFINTARR_5YEARS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(BFINTARR_5YEARS.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((BFFINEARR_5YEARS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(BFFINEARR_5YEARS.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((PRTCARD_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(PRTCARD_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((PRTBOOK_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(PRTBOOK_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[57].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, decimal SEQ_NO, string LOANITEMTYPE_CODE, global::System.Nullable SLIP_DATE, global::System.Nullable OPERATE_DATE, global::System.Nullable ACCOUNT_DATE, string REF_DOCNO, global::System.Nullable PERIOD, global::System.Nullable PRINCIPAL_PAYMENT, global::System.Nullable INTEREST_PAYMENT, global::System.Nullable PRINCIPAL_BALANCE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable BFINTARREAR_AMT, global::System.Nullable INTEREST_PERIOD, global::System.Nullable INTEREST_ARREAR, global::System.Nullable INTEREST_RETURN, string MONEYTYPE_CODE, global::System.Nullable ITEM_STATUS, string ENTRY_ID, global::System.Nullable ENTRY_DATE, string ENTRY_BYCOOPID, string BFCONTSTATUS_DESC, global::System.Nullable BFPERIOD_ARREAR, global::System.Nullable PRINCIPAL_ARREAR, global::System.Nullable PRN_BAL, global::System.Nullable FINE_AMT, string REF_SLIPNO, global::System.Nullable BFINTEREST_ARREAR, global::System.Nullable BFINTRETURN_AMT, string REMARK, global::System.Nullable TEMP_DATE, global::System.Nullable INTACCUM_DATE, global::System.Nullable INTCOMPARR_BAL, global::System.Nullable CALAVG_STATUS, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable FINE_ARREAR, global::System.Nullable BFPRINCIPAL_ARREAR, global::System.Nullable BFFINEYEAR_AMT, global::System.Nullable BFINTYEARARR_AMT, global::System.Nullable INTARR_PAYMENT, global::System.Nullable FINEARR_PAYMENT, global::System.Nullable INT_COMPENSATE, global::System.Nullable FINE_PERIOD, global::System.Nullable FINE_PAYMENT, global::System.Nullable FINE_RETURN, global::System.Nullable BFFINE_ARREAR, global::System.Nullable PRINCIPALPAY_PERIOD, global::System.Nullable INTYEAR_COMPENSATE, global::System.Nullable BFINT_PREIOD, global::System.Nullable BFFINE_PREIOD, global::System.Nullable BFPRINARR_5YEARS, global::System.Nullable BFINTARR_5YEARS, global::System.Nullable BFFINEARR_5YEARS, global::System.Nullable PRTCARD_FLAG, global::System.Nullable PRTBOOK_FLAG, string Original_COOP_ID, string Original_LOANCONTRACT_NO, decimal Original_SEQ_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("LOANCONTRACT_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO)); } this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(SEQ_NO)); if ((LOANITEMTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(LOANITEMTYPE_CODE)); } if ((SLIP_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(SLIP_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((OPERATE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[5].Value = ((System.DateTime)(OPERATE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((ACCOUNT_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((System.DateTime)(ACCOUNT_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((REF_DOCNO == null)) { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(REF_DOCNO)); } if ((PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((PRINCIPAL_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(PRINCIPAL_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((INTEREST_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(INTEREST_PAYMENT.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 ((PRNCALINT_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(PRNCALINT_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((CALINT_FROM.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(CALINT_FROM.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((CALINT_TO.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((System.DateTime)(CALINT_TO.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((BFINTARREAR_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(BFINTARREAR_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((INTEREST_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(INTEREST_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((INTEREST_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(INTEREST_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((INTEREST_RETURN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(INTEREST_RETURN.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((MONEYTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(MONEYTYPE_CODE)); } if ((ITEM_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(ITEM_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((ENTRY_ID == null)) { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(ENTRY_ID)); } if ((ENTRY_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[22].Value = ((System.DateTime)(ENTRY_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((ENTRY_BYCOOPID == null)) { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(ENTRY_BYCOOPID)); } if ((BFCONTSTATUS_DESC == null)) { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(BFCONTSTATUS_DESC)); } if ((BFPERIOD_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[25].Value = ((decimal)(BFPERIOD_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((PRINCIPAL_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[26].Value = ((decimal)(PRINCIPAL_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((PRN_BAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[27].Value = ((decimal)(PRN_BAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((FINE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(FINE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((REF_SLIPNO == null)) { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(REF_SLIPNO)); } if ((BFINTEREST_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(BFINTEREST_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((BFINTRETURN_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(BFINTRETURN_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((REMARK == null)) { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(REMARK)); } if ((TEMP_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[33].Value = ((System.DateTime)(TEMP_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((INTACCUM_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[34].Value = ((System.DateTime)(INTACCUM_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((INTCOMPARR_BAL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(INTCOMPARR_BAL.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((CALAVG_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(CALAVG_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((FINEYEAR_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(FINEYEAR_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((FINE_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(FINE_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((BFPRINCIPAL_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(BFPRINCIPAL_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((BFFINEYEAR_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(BFFINEYEAR_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((BFINTYEARARR_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(BFINTYEARARR_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((INTARR_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(INTARR_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((FINEARR_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(FINEARR_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((INT_COMPENSATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(INT_COMPENSATE.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 ((FINE_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(FINE_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((FINE_RETURN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(FINE_RETURN.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((BFFINE_ARREAR.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(BFFINE_ARREAR.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((PRINCIPALPAY_PERIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[49].Value = ((decimal)(PRINCIPALPAY_PERIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((INTYEAR_COMPENSATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[50].Value = ((decimal)(INTYEAR_COMPENSATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((BFINT_PREIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(BFINT_PREIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((BFFINE_PREIOD.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(BFFINE_PREIOD.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((BFPRINARR_5YEARS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(BFPRINARR_5YEARS.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((BFINTARR_5YEARS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(BFINTARR_5YEARS.Value)); } else { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((BFFINEARR_5YEARS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(BFFINEARR_5YEARS.Value)); } else { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((PRTCARD_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(PRTCARD_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((PRTBOOK_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[57].Value = ((decimal)(PRTBOOK_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(Original_COOP_ID)); } if ((Original_LOANCONTRACT_NO == null)) { throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO"); } else { this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(Original_LOANCONTRACT_NO)); } this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(Original_SEQ_NO)); global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string LOANITEMTYPE_CODE, global::System.Nullable SLIP_DATE, global::System.Nullable OPERATE_DATE, global::System.Nullable ACCOUNT_DATE, string REF_DOCNO, global::System.Nullable PERIOD, global::System.Nullable PRINCIPAL_PAYMENT, global::System.Nullable INTEREST_PAYMENT, global::System.Nullable PRINCIPAL_BALANCE, global::System.Nullable PRNCALINT_AMT, global::System.Nullable CALINT_FROM, global::System.Nullable CALINT_TO, global::System.Nullable BFINTARREAR_AMT, global::System.Nullable INTEREST_PERIOD, global::System.Nullable INTEREST_ARREAR, global::System.Nullable INTEREST_RETURN, string MONEYTYPE_CODE, global::System.Nullable ITEM_STATUS, string ENTRY_ID, global::System.Nullable ENTRY_DATE, string ENTRY_BYCOOPID, string BFCONTSTATUS_DESC, global::System.Nullable BFPERIOD_ARREAR, global::System.Nullable PRINCIPAL_ARREAR, global::System.Nullable PRN_BAL, global::System.Nullable FINE_AMT, string REF_SLIPNO, global::System.Nullable BFINTEREST_ARREAR, global::System.Nullable BFINTRETURN_AMT, string REMARK, global::System.Nullable TEMP_DATE, global::System.Nullable INTACCUM_DATE, global::System.Nullable INTCOMPARR_BAL, global::System.Nullable CALAVG_STATUS, global::System.Nullable FINEYEAR_ARREAR, global::System.Nullable FINE_ARREAR, global::System.Nullable BFPRINCIPAL_ARREAR, global::System.Nullable BFFINEYEAR_AMT, global::System.Nullable BFINTYEARARR_AMT, global::System.Nullable INTARR_PAYMENT, global::System.Nullable FINEARR_PAYMENT, global::System.Nullable INT_COMPENSATE, global::System.Nullable FINE_PERIOD, global::System.Nullable FINE_PAYMENT, global::System.Nullable FINE_RETURN, global::System.Nullable BFFINE_ARREAR, global::System.Nullable PRINCIPALPAY_PERIOD, global::System.Nullable INTYEAR_COMPENSATE, global::System.Nullable BFINT_PREIOD, global::System.Nullable BFFINE_PREIOD, global::System.Nullable BFPRINARR_5YEARS, global::System.Nullable BFINTARR_5YEARS, global::System.Nullable BFFINEARR_5YEARS, global::System.Nullable PRTCARD_FLAG, global::System.Nullable PRTBOOK_FLAG, string Original_COOP_ID, string Original_LOANCONTRACT_NO, decimal Original_SEQ_NO) { return this.Update(Original_COOP_ID, Original_LOANCONTRACT_NO, Original_SEQ_NO, LOANITEMTYPE_CODE, SLIP_DATE, OPERATE_DATE, ACCOUNT_DATE, REF_DOCNO, PERIOD, PRINCIPAL_PAYMENT, INTEREST_PAYMENT, PRINCIPAL_BALANCE, PRNCALINT_AMT, CALINT_FROM, CALINT_TO, BFINTARREAR_AMT, INTEREST_PERIOD, INTEREST_ARREAR, INTEREST_RETURN, MONEYTYPE_CODE, ITEM_STATUS, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, BFCONTSTATUS_DESC, BFPERIOD_ARREAR, PRINCIPAL_ARREAR, PRN_BAL, FINE_AMT, REF_SLIPNO, BFINTEREST_ARREAR, BFINTRETURN_AMT, REMARK, TEMP_DATE, INTACCUM_DATE, INTCOMPARR_BAL, CALAVG_STATUS, FINEYEAR_ARREAR, FINE_ARREAR, BFPRINCIPAL_ARREAR, BFFINEYEAR_AMT, BFINTYEARARR_AMT, INTARR_PAYMENT, FINEARR_PAYMENT, INT_COMPENSATE, FINE_PERIOD, FINE_PAYMENT, FINE_RETURN, BFFINE_ARREAR, PRINCIPALPAY_PERIOD, INTYEAR_COMPENSATE, BFINT_PREIOD, BFFINE_PREIOD, BFPRINARR_5YEARS, BFINTARR_5YEARS, BFFINEARR_5YEARS, PRTCARD_FLAG, PRTBOOK_FLAG, Original_COOP_ID, Original_LOANCONTRACT_NO, Original_SEQ_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 LNCONTSTATEMENTTableAdapter _lNCONTSTATEMENTTableAdapter; 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 LNCONTSTATEMENTTableAdapter LNCONTSTATEMENTTableAdapter { get { return this._lNCONTSTATEMENTTableAdapter; } set { this._lNCONTSTATEMENTTableAdapter = 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._lNCONTSTATEMENTTableAdapter != null) && (this._lNCONTSTATEMENTTableAdapter.Connection != null))) { return this._lNCONTSTATEMENTTableAdapter.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._lNCONTSTATEMENTTableAdapter != 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._lNCONTSTATEMENTTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.LNCONTSTATEMENT.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._lNCONTSTATEMENTTableAdapter.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._lNCONTSTATEMENTTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.LNCONTSTATEMENT.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._lNCONTSTATEMENTTableAdapter.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._lNCONTSTATEMENTTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.LNCONTSTATEMENT.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._lNCONTSTATEMENTTableAdapter.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._lNCONTSTATEMENTTableAdapter != null) && (this.MatchTableAdapterConnection(this._lNCONTSTATEMENTTableAdapter.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._lNCONTSTATEMENTTableAdapter != null)) { revertConnections.Add(this._lNCONTSTATEMENTTableAdapter, this._lNCONTSTATEMENTTableAdapter.Connection); this._lNCONTSTATEMENTTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._lNCONTSTATEMENTTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._lNCONTSTATEMENTTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._lNCONTSTATEMENTTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._lNCONTSTATEMENTTableAdapter.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._lNCONTSTATEMENTTableAdapter != null)) { this._lNCONTSTATEMENTTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._lNCONTSTATEMENTTableAdapter])); this._lNCONTSTATEMENTTableAdapter.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