//------------------------------------------------------------------------------
//
// 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_printcard_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 LNCONTMASTERDataTable tableLNCONTMASTER;
private DataTable1DataTable tableDataTable1;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["LNCONTMASTER"] != null)) {
base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public LNCONTMASTERDataTable LNCONTMASTER {
get {
return this.tableLNCONTMASTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public DataTable1DataTable DataTable1 {
get {
return this.tableDataTable1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["LNCONTMASTER"] != null)) {
base.Tables.Add(new LNCONTMASTERDataTable(ds.Tables["LNCONTMASTER"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(base.Tables["LNCONTMASTER"]));
if ((initTable == true)) {
if ((this.tableLNCONTMASTER != null)) {
this.tableLNCONTMASTER.InitVars();
}
}
this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"]));
if ((initTable == true)) {
if ((this.tableDataTable1 != null)) {
this.tableDataTable1.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet1";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet1.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableLNCONTMASTER = new LNCONTMASTERDataTable();
base.Tables.Add(this.tableLNCONTMASTER);
this.tableDataTable1 = new DataTable1DataTable();
base.Tables.Add(this.tableDataTable1);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCONTMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDataTable1() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCONTMASTERRowChangeEventHandler(object sender, LNCONTMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNCONTMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnMEMCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLOANTYPE_CODE;
private global::System.Data.DataColumn columnLOANOBJECTIVE_CODE;
private global::System.Data.DataColumn columnLOANREQUEST_DOCNO;
private global::System.Data.DataColumn columnLOANREQUEST_AMT;
private global::System.Data.DataColumn columnLOANAPPROVE_DATE;
private global::System.Data.DataColumn columnLOANAPPROVE_AMT;
private global::System.Data.DataColumn columnWITHDRAWABLE_AMT;
private global::System.Data.DataColumn columnPRINCIPAL_BALANCE;
private global::System.Data.DataColumn columnLOANPAYMENT_TYPE;
private global::System.Data.DataColumn columnPERIOD_INSTALLMENT;
private global::System.Data.DataColumn columnPERIOD_PAYMENT;
private global::System.Data.DataColumn columnPERIOD_LASTPAYMENT;
private global::System.Data.DataColumn columnPAYMENT_STATUS;
private global::System.Data.DataColumn columnLAST_PERIODRCV;
private global::System.Data.DataColumn columnLAST_PERIODPAY;
private global::System.Data.DataColumn columnSTARTCONT_DATE;
private global::System.Data.DataColumn columnSTARTKEEP_DATE;
private global::System.Data.DataColumn columnSTARTKEEP_PERIOD;
private global::System.Data.DataColumn columnLASTRECEIVE_DATE;
private global::System.Data.DataColumn columnLASTPAYMENT_DATE;
private global::System.Data.DataColumn columnLASTCALINT_DATE;
private global::System.Data.DataColumn columnLASTKEEPING_DATE;
private global::System.Data.DataColumn columnLASTPROCESS_DATE;
private global::System.Data.DataColumn columnLASTACCESS_DATE;
private global::System.Data.DataColumn columnCLOSECONT_DATE;
private global::System.Data.DataColumn columnPRINCIPAL_ARREAR;
private global::System.Data.DataColumn columnINTEREST_ARREAR;
private global::System.Data.DataColumn columnINTYEAR_ARREAR;
private global::System.Data.DataColumn columnINTEREST_ACCUM;
private global::System.Data.DataColumn columnINTACCUM_LASTYEAR;
private global::System.Data.DataColumn columnPRINCIPAL_RETURN;
private global::System.Data.DataColumn columnINTEREST_RETURN;
private global::System.Data.DataColumn columnPRNPAYMENT_AMT;
private global::System.Data.DataColumn columnINTPAYMENT_AMT;
private global::System.Data.DataColumn columnLAST_STM_NO;
private global::System.Data.DataColumn columnTRANSFER_STATUS;
private global::System.Data.DataColumn columnPRINCIPAL_TRANS;
private global::System.Data.DataColumn columnTRNFROM_CONTNO;
private global::System.Data.DataColumn columnTRNFROM_MEMNO;
private global::System.Data.DataColumn columnNKEEP_PRINCIPAL;
private global::System.Data.DataColumn columnNKEEP_INTEREST;
private global::System.Data.DataColumn columnRKEEP_PRINCIPAL;
private global::System.Data.DataColumn columnRKEEP_INTEREST;
private global::System.Data.DataColumn columnCOMPOUND_STATUS;
private global::System.Data.DataColumn columnCOMPOUND_INSTALLMENT;
private global::System.Data.DataColumn columnCOMPOUND_DUEDATE;
private global::System.Data.DataColumn columnCOMPOUND_PAYMENT;
private global::System.Data.DataColumn columnCOMPOUND_PAYSTATUS;
private global::System.Data.DataColumn columnMISSPAY_AMT;
private global::System.Data.DataColumn columnOD_FLAG;
private global::System.Data.DataColumn columnCONTLAW_STATUS;
private global::System.Data.DataColumn columnCONTRACT_STATUS;
private global::System.Data.DataColumn columnAPPROVE_ID;
private global::System.Data.DataColumn columnAPPROVE_BYCOOPID;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnINT_CONTINTTYPE;
private global::System.Data.DataColumn columnINT_CONTINTRATE;
private global::System.Data.DataColumn columnINT_CONTINTTABCODE;
private global::System.Data.DataColumn columnINT_CONTINTINCREASE;
private global::System.Data.DataColumn columnINT_INTSTEPTYPE;
private global::System.Data.DataColumn columnSTATUS_DESC;
private global::System.Data.DataColumn columnPERIOD_PAYAMT;
private global::System.Data.DataColumn columnPERIOD_PAYMENT_MAX;
private global::System.Data.DataColumn columnINTMONTH_ARREAR;
private global::System.Data.DataColumn columnLAST_TRANSCONT_NO;
private global::System.Data.DataColumn columnCONTRACT_TIME;
private global::System.Data.DataColumn columnEXPIRECONT_DATE;
private global::System.Data.DataColumn columnEXPENSE_CODE;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnCOMPOUND_DATE;
private global::System.Data.DataColumn columnCOMPOUND_PERIOD;
private global::System.Data.DataColumn columnCOMPOUNDDUE_DATE;
private global::System.Data.DataColumn columnBUYSHARE_AMT;
private global::System.Data.DataColumn columnRECEIVEPERIOD_FLAG;
private global::System.Data.DataColumn columnPRNCBALBEGIN_AMT;
private global::System.Data.DataColumn columnCONTRACT_TYPE;
private global::System.Data.DataColumn columnSUMINT_LASTYEAR;
private global::System.Data.DataColumn columnLOAN_NO;
private global::System.Data.DataColumn columnINSURANCE_AMT;
private global::System.Data.DataColumn columnINSTYPE_CODE;
private global::System.Data.DataColumn columnINTARREAR_TRANS;
private global::System.Data.DataColumn columnCANCEL_ID;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnCANCEL_CAUSE;
private global::System.Data.DataColumn columnCOMPOUND_PAYTYPE;
private global::System.Data.DataColumn columnCOMPOUND_NMLDATE;
private global::System.Data.DataColumn columnPRINCIPAL_TRANSBAL;
private global::System.Data.DataColumn columnINTARREAR_TRANSBAL;
private global::System.Data.DataColumn columnLOANPAYMENTCHG_DATE;
private global::System.Data.DataColumn columnCOMPOUND_INTARRPAYMENT;
private global::System.Data.DataColumn columnINSURECOLL_FLAG;
private global::System.Data.DataColumn columnTRNLNTOCOLL_FLAG;
private global::System.Data.DataColumn columnCOUNTPAY_FLAG;
private global::System.Data.DataColumn columnPERIOD_PAYINTARR;
private global::System.Data.DataColumn columnTRNFROM_PRNBAL;
private global::System.Data.DataColumn columnTRNFROM_INTBAL;
private global::System.Data.DataColumn columnPAYOUTORD_FLAG;
private global::System.Data.DataColumn columnIDENTIFYCONT_INTRATE;
private global::System.Data.DataColumn columnOBJINTWARRANT_CODE;
private global::System.Data.DataColumn columnCANCEL_PRNBALAMT;
private global::System.Data.DataColumn columnREQCOOP_ID;
private global::System.Data.DataColumn columnINTCERTIFICATE_STATUS;
private global::System.Data.DataColumn columnINTENDORSE_AMT;
private global::System.Data.DataColumn columnLOANCREDIT_AMT;
private global::System.Data.DataColumn columnINTSET_ARREAR;
private global::System.Data.DataColumn columnLOANPAY_CODE;
private global::System.Data.DataColumn columnLOANPAY_BANK;
private global::System.Data.DataColumn columnLOANPAY_BRANCH;
private global::System.Data.DataColumn columnLOANPAY_ACCID;
private global::System.Data.DataColumn columnLOANPAYSPLIT_FLAG;
private global::System.Data.DataColumn columnCONTCCLCAUSE_CODE;
private global::System.Data.DataColumn columnINTCOMPOUND_ARREAR;
private global::System.Data.DataColumn columnREFRAINAVG_FLAG;
private global::System.Data.DataColumn columnUPDATE_BYENTRYID;
private global::System.Data.DataColumn columnUPDATE_BYENTRYIP;
private global::System.Data.DataColumn columnINTSETBEGIN_AMT;
private global::System.Data.DataColumn columnSUBPERIOD_PERCENT;
private global::System.Data.DataColumn columnSUBPERIOD_AMT;
private global::System.Data.DataColumn columnSUBCOUNT_AMT;
private global::System.Data.DataColumn columnSUBPERIOD_PAYMENT;
private global::System.Data.DataColumn columnFINEYEAR_ARREAR;
private global::System.Data.DataColumn columnFINE_ARREAR;
private global::System.Data.DataColumn columnCURRENT_COOPID;
private global::System.Data.DataColumn columnCONTCOUNT;
private global::System.Data.DataColumn columnCONTCOUNT_END;
private global::System.Data.DataColumn columnLASTREC_NO;
private global::System.Data.DataColumn columnLASTLINE_NO;
private global::System.Data.DataColumn columnLASTPAGE_NO;
private global::System.Data.DataColumn columnLOANPASSBOOK_NO;
private global::System.Data.DataColumn columnINTCOMPENSATE_FLAG;
private global::System.Data.DataColumn columnLASTCALFINE_DATE;
private global::System.Data.DataColumn columnCONTRACTINT_TYPE;
private global::System.Data.DataColumn columnCONTINTEXPIRE_DATE;
private global::System.Data.DataColumn columnCONTRACT_INTEREST;
private global::System.Data.DataColumn columnBFFINEYEAR_ARREAR;
private global::System.Data.DataColumn columnBFINTERESTYEAR_ARREAR;
private global::System.Data.DataColumn columnPRTBOOK_FLAG;
private global::System.Data.DataColumn columnPRTCARD_FLAG;
private global::System.Data.DataColumn columnBFPRINCIPALYEAR_ARREAR;
private global::System.Data.DataColumn columnLASTREC_NO_CARD;
private global::System.Data.DataColumn columnLASTLINE_NO_CARD;
private global::System.Data.DataColumn columnLASTPAGE_NO_CARD;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnDS_NO;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERDataTable() {
this.TableName = "LNCONTMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTMASTERDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected LNCONTMASTERDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMCOOP_IDColumn {
get {
return this.columnMEMCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_CODEColumn {
get {
return this.columnLOANTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANOBJECTIVE_CODEColumn {
get {
return this.columnLOANOBJECTIVE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_DOCNOColumn {
get {
return this.columnLOANREQUEST_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_AMTColumn {
get {
return this.columnLOANREQUEST_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANAPPROVE_DATEColumn {
get {
return this.columnLOANAPPROVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANAPPROVE_AMTColumn {
get {
return this.columnLOANAPPROVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn {
get {
return this.columnWITHDRAWABLE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn {
get {
return this.columnPRINCIPAL_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAYMENT_TYPEColumn {
get {
return this.columnLOANPAYMENT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_INSTALLMENTColumn {
get {
return this.columnPERIOD_INSTALLMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYMENTColumn {
get {
return this.columnPERIOD_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_LASTPAYMENTColumn {
get {
return this.columnPERIOD_LASTPAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENT_STATUSColumn {
get {
return this.columnPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_PERIODRCVColumn {
get {
return this.columnLAST_PERIODRCV;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_PERIODPAYColumn {
get {
return this.columnLAST_PERIODPAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STARTCONT_DATEColumn {
get {
return this.columnSTARTCONT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STARTKEEP_DATEColumn {
get {
return this.columnSTARTKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STARTKEEP_PERIODColumn {
get {
return this.columnSTARTKEEP_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTRECEIVE_DATEColumn {
get {
return this.columnLASTRECEIVE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAYMENT_DATEColumn {
get {
return this.columnLASTPAYMENT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTCALINT_DATEColumn {
get {
return this.columnLASTCALINT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTKEEPING_DATEColumn {
get {
return this.columnLASTKEEPING_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPROCESS_DATEColumn {
get {
return this.columnLASTPROCESS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTACCESS_DATEColumn {
get {
return this.columnLASTACCESS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSECONT_DATEColumn {
get {
return this.columnCLOSECONT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_ARREARColumn {
get {
return this.columnPRINCIPAL_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ARREARColumn {
get {
return this.columnINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTYEAR_ARREARColumn {
get {
return this.columnINTYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_ACCUMColumn {
get {
return this.columnINTEREST_ACCUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTACCUM_LASTYEARColumn {
get {
return this.columnINTACCUM_LASTYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_RETURNColumn {
get {
return this.columnPRINCIPAL_RETURN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_RETURNColumn {
get {
return this.columnINTEREST_RETURN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNPAYMENT_AMTColumn {
get {
return this.columnPRNPAYMENT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTPAYMENT_AMTColumn {
get {
return this.columnINTPAYMENT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_STM_NOColumn {
get {
return this.columnLAST_STM_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRANSFER_STATUSColumn {
get {
return this.columnTRANSFER_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_TRANSColumn {
get {
return this.columnPRINCIPAL_TRANS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNFROM_CONTNOColumn {
get {
return this.columnTRNFROM_CONTNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNFROM_MEMNOColumn {
get {
return this.columnTRNFROM_MEMNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NKEEP_PRINCIPALColumn {
get {
return this.columnNKEEP_PRINCIPAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NKEEP_INTERESTColumn {
get {
return this.columnNKEEP_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_PRINCIPALColumn {
get {
return this.columnRKEEP_PRINCIPAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RKEEP_INTERESTColumn {
get {
return this.columnRKEEP_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_STATUSColumn {
get {
return this.columnCOMPOUND_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_INSTALLMENTColumn {
get {
return this.columnCOMPOUND_INSTALLMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_DUEDATEColumn {
get {
return this.columnCOMPOUND_DUEDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PAYMENTColumn {
get {
return this.columnCOMPOUND_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PAYSTATUSColumn {
get {
return this.columnCOMPOUND_PAYSTATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAY_AMTColumn {
get {
return this.columnMISSPAY_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OD_FLAGColumn {
get {
return this.columnOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTLAW_STATUSColumn {
get {
return this.columnCONTLAW_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_STATUSColumn {
get {
return this.columnCONTRACT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_IDColumn {
get {
return this.columnAPPROVE_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPROVE_BYCOOPIDColumn {
get {
return this.columnAPPROVE_BYCOOPID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMARKColumn {
get {
return this.columnREMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTTYPEColumn {
get {
return this.columnINT_CONTINTTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTRATEColumn {
get {
return this.columnINT_CONTINTRATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTTABCODEColumn {
get {
return this.columnINT_CONTINTTABCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_CONTINTINCREASEColumn {
get {
return this.columnINT_CONTINTINCREASE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_INTSTEPTYPEColumn {
get {
return this.columnINT_INTSTEPTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STATUS_DESCColumn {
get {
return this.columnSTATUS_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYAMTColumn {
get {
return this.columnPERIOD_PAYAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYMENT_MAXColumn {
get {
return this.columnPERIOD_PAYMENT_MAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTMONTH_ARREARColumn {
get {
return this.columnINTMONTH_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_TRANSCONT_NOColumn {
get {
return this.columnLAST_TRANSCONT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_TIMEColumn {
get {
return this.columnCONTRACT_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPIRECONT_DATEColumn {
get {
return this.columnEXPIRECONT_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_CODEColumn {
get {
return this.columnEXPENSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_DATEColumn {
get {
return this.columnCOMPOUND_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PERIODColumn {
get {
return this.columnCOMPOUND_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDDUE_DATEColumn {
get {
return this.columnCOMPOUNDDUE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BUYSHARE_AMTColumn {
get {
return this.columnBUYSHARE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIVEPERIOD_FLAGColumn {
get {
return this.columnRECEIVEPERIOD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNCBALBEGIN_AMTColumn {
get {
return this.columnPRNCBALBEGIN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_TYPEColumn {
get {
return this.columnCONTRACT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUMINT_LASTYEARColumn {
get {
return this.columnSUMINT_LASTYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOAN_NOColumn {
get {
return this.columnLOAN_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSURANCE_AMTColumn {
get {
return this.columnINSURANCE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSTYPE_CODEColumn {
get {
return this.columnINSTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARREAR_TRANSColumn {
get {
return this.columnINTARREAR_TRANS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_IDColumn {
get {
return this.columnCANCEL_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_DATEColumn {
get {
return this.columnCANCEL_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_CAUSEColumn {
get {
return this.columnCANCEL_CAUSE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_PAYTYPEColumn {
get {
return this.columnCOMPOUND_PAYTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_NMLDATEColumn {
get {
return this.columnCOMPOUND_NMLDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_TRANSBALColumn {
get {
return this.columnPRINCIPAL_TRANSBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARREAR_TRANSBALColumn {
get {
return this.columnINTARREAR_TRANSBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAYMENTCHG_DATEColumn {
get {
return this.columnLOANPAYMENTCHG_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUND_INTARRPAYMENTColumn {
get {
return this.columnCOMPOUND_INTARRPAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSURECOLL_FLAGColumn {
get {
return this.columnINSURECOLL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNLNTOCOLL_FLAGColumn {
get {
return this.columnTRNLNTOCOLL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COUNTPAY_FLAGColumn {
get {
return this.columnCOUNTPAY_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIOD_PAYINTARRColumn {
get {
return this.columnPERIOD_PAYINTARR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNFROM_PRNBALColumn {
get {
return this.columnTRNFROM_PRNBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNFROM_INTBALColumn {
get {
return this.columnTRNFROM_INTBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYOUTORD_FLAGColumn {
get {
return this.columnPAYOUTORD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn IDENTIFYCONT_INTRATEColumn {
get {
return this.columnIDENTIFYCONT_INTRATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OBJINTWARRANT_CODEColumn {
get {
return this.columnOBJINTWARRANT_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_PRNBALAMTColumn {
get {
return this.columnCANCEL_PRNBALAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REQCOOP_IDColumn {
get {
return this.columnREQCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTCERTIFICATE_STATUSColumn {
get {
return this.columnINTCERTIFICATE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTENDORSE_AMTColumn {
get {
return this.columnINTENDORSE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCREDIT_AMTColumn {
get {
return this.columnLOANCREDIT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTSET_ARREARColumn {
get {
return this.columnINTSET_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_CODEColumn {
get {
return this.columnLOANPAY_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_BANKColumn {
get {
return this.columnLOANPAY_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_BRANCHColumn {
get {
return this.columnLOANPAY_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAY_ACCIDColumn {
get {
return this.columnLOANPAY_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPAYSPLIT_FLAGColumn {
get {
return this.columnLOANPAYSPLIT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTCCLCAUSE_CODEColumn {
get {
return this.columnCONTCCLCAUSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTCOMPOUND_ARREARColumn {
get {
return this.columnINTCOMPOUND_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REFRAINAVG_FLAGColumn {
get {
return this.columnREFRAINAVG_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIDColumn {
get {
return this.columnUPDATE_BYENTRYID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIPColumn {
get {
return this.columnUPDATE_BYENTRYIP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTSETBEGIN_AMTColumn {
get {
return this.columnINTSETBEGIN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBPERIOD_PERCENTColumn {
get {
return this.columnSUBPERIOD_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBPERIOD_AMTColumn {
get {
return this.columnSUBPERIOD_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBCOUNT_AMTColumn {
get {
return this.columnSUBCOUNT_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBPERIOD_PAYMENTColumn {
get {
return this.columnSUBPERIOD_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINEYEAR_ARREARColumn {
get {
return this.columnFINEYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_ARREARColumn {
get {
return this.columnFINE_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRENT_COOPIDColumn {
get {
return this.columnCURRENT_COOPID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTCOUNTColumn {
get {
return this.columnCONTCOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTCOUNT_ENDColumn {
get {
return this.columnCONTCOUNT_END;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTREC_NOColumn {
get {
return this.columnLASTREC_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTLINE_NOColumn {
get {
return this.columnLASTLINE_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAGE_NOColumn {
get {
return this.columnLASTPAGE_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANPASSBOOK_NOColumn {
get {
return this.columnLOANPASSBOOK_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTCOMPENSATE_FLAGColumn {
get {
return this.columnINTCOMPENSATE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTCALFINE_DATEColumn {
get {
return this.columnLASTCALFINE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACTINT_TYPEColumn {
get {
return this.columnCONTRACTINT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTINTEXPIRE_DATEColumn {
get {
return this.columnCONTINTEXPIRE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_INTERESTColumn {
get {
return this.columnCONTRACT_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFFINEYEAR_ARREARColumn {
get {
return this.columnBFFINEYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTERESTYEAR_ARREARColumn {
get {
return this.columnBFINTERESTYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRTBOOK_FLAGColumn {
get {
return this.columnPRTBOOK_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRTCARD_FLAGColumn {
get {
return this.columnPRTCARD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPRINCIPALYEAR_ARREARColumn {
get {
return this.columnBFPRINCIPALYEAR_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTREC_NO_CARDColumn {
get {
return this.columnLASTREC_NO_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTLINE_NO_CARDColumn {
get {
return this.columnLASTLINE_NO_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTPAGE_NO_CARDColumn {
get {
return this.columnLASTPAGE_NO_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DS_NOColumn {
get {
return this.columnDS_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow this[int index] {
get {
return ((LNCONTMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTMASTERRowChangeEventHandler LNCONTMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCONTMASTERRow(LNCONTMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow AddLNCONTMASTERRow(
string COOP_ID,
string LOANCONTRACT_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
string LOANREQUEST_DOCNO,
decimal LOANREQUEST_AMT,
System.DateTime LOANAPPROVE_DATE,
decimal LOANAPPROVE_AMT,
decimal WITHDRAWABLE_AMT,
decimal PRINCIPAL_BALANCE,
decimal LOANPAYMENT_TYPE,
decimal PERIOD_INSTALLMENT,
decimal PERIOD_PAYMENT,
decimal PERIOD_LASTPAYMENT,
decimal PAYMENT_STATUS,
decimal LAST_PERIODRCV,
decimal LAST_PERIODPAY,
System.DateTime STARTCONT_DATE,
System.DateTime STARTKEEP_DATE,
string STARTKEEP_PERIOD,
System.DateTime LASTRECEIVE_DATE,
System.DateTime LASTPAYMENT_DATE,
System.DateTime LASTCALINT_DATE,
System.DateTime LASTKEEPING_DATE,
System.DateTime LASTPROCESS_DATE,
System.DateTime LASTACCESS_DATE,
System.DateTime CLOSECONT_DATE,
decimal PRINCIPAL_ARREAR,
decimal INTEREST_ARREAR,
decimal INTYEAR_ARREAR,
decimal INTEREST_ACCUM,
decimal INTACCUM_LASTYEAR,
decimal PRINCIPAL_RETURN,
decimal INTEREST_RETURN,
decimal PRNPAYMENT_AMT,
decimal INTPAYMENT_AMT,
decimal LAST_STM_NO,
decimal TRANSFER_STATUS,
decimal PRINCIPAL_TRANS,
string TRNFROM_CONTNO,
string TRNFROM_MEMNO,
decimal NKEEP_PRINCIPAL,
decimal NKEEP_INTEREST,
decimal RKEEP_PRINCIPAL,
decimal RKEEP_INTEREST,
decimal COMPOUND_STATUS,
decimal COMPOUND_INSTALLMENT,
System.DateTime COMPOUND_DUEDATE,
decimal COMPOUND_PAYMENT,
decimal COMPOUND_PAYSTATUS,
decimal MISSPAY_AMT,
decimal OD_FLAG,
decimal CONTLAW_STATUS,
decimal CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
decimal INT_CONTINTTYPE,
decimal INT_CONTINTRATE,
string INT_CONTINTTABCODE,
decimal INT_CONTINTINCREASE,
decimal INT_INTSTEPTYPE,
string STATUS_DESC,
decimal PERIOD_PAYAMT,
decimal PERIOD_PAYMENT_MAX,
decimal INTMONTH_ARREAR,
decimal LAST_TRANSCONT_NO,
decimal CONTRACT_TIME,
System.DateTime EXPIRECONT_DATE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
System.DateTime COMPOUND_DATE,
decimal COMPOUND_PERIOD,
System.DateTime COMPOUNDDUE_DATE,
decimal BUYSHARE_AMT,
decimal RECEIVEPERIOD_FLAG,
decimal PRNCBALBEGIN_AMT,
decimal CONTRACT_TYPE,
decimal SUMINT_LASTYEAR,
string LOAN_NO,
decimal INSURANCE_AMT,
string INSTYPE_CODE,
decimal INTARREAR_TRANS,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
string CANCEL_CAUSE,
decimal COMPOUND_PAYTYPE,
System.DateTime COMPOUND_NMLDATE,
decimal PRINCIPAL_TRANSBAL,
decimal INTARREAR_TRANSBAL,
System.DateTime LOANPAYMENTCHG_DATE,
decimal COMPOUND_INTARRPAYMENT,
decimal INSURECOLL_FLAG,
decimal TRNLNTOCOLL_FLAG,
decimal COUNTPAY_FLAG,
decimal PERIOD_PAYINTARR,
decimal TRNFROM_PRNBAL,
decimal TRNFROM_INTBAL,
decimal PAYOUTORD_FLAG,
decimal IDENTIFYCONT_INTRATE,
string OBJINTWARRANT_CODE,
decimal CANCEL_PRNBALAMT,
string REQCOOP_ID,
decimal INTCERTIFICATE_STATUS,
decimal INTENDORSE_AMT,
decimal LOANCREDIT_AMT,
decimal INTSET_ARREAR,
string LOANPAY_CODE,
string LOANPAY_BANK,
string LOANPAY_BRANCH,
string LOANPAY_ACCID,
decimal LOANPAYSPLIT_FLAG,
string CONTCCLCAUSE_CODE,
decimal INTCOMPOUND_ARREAR,
decimal REFRAINAVG_FLAG,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
decimal INTSETBEGIN_AMT,
decimal SUBPERIOD_PERCENT,
decimal SUBPERIOD_AMT,
decimal SUBCOUNT_AMT,
decimal SUBPERIOD_PAYMENT,
decimal FINEYEAR_ARREAR,
decimal FINE_ARREAR,
string CURRENT_COOPID,
decimal CONTCOUNT,
decimal CONTCOUNT_END,
decimal LASTREC_NO,
decimal LASTLINE_NO,
decimal LASTPAGE_NO,
string LOANPASSBOOK_NO,
decimal INTCOMPENSATE_FLAG,
System.DateTime LASTCALFINE_DATE,
string CONTRACTINT_TYPE,
System.DateTime CONTINTEXPIRE_DATE,
decimal CONTRACT_INTEREST,
decimal BFFINEYEAR_ARREAR,
decimal BFINTERESTYEAR_ARREAR,
decimal PRTBOOK_FLAG,
decimal PRTCARD_FLAG,
decimal BFPRINCIPALYEAR_ARREAR,
decimal LASTREC_NO_CARD,
decimal LASTLINE_NO_CARD,
decimal LASTPAGE_NO_CARD,
string MEMB_NAME,
decimal DS_NO) {
LNCONTMASTERRow rowLNCONTMASTERRow = ((LNCONTMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
MEMCOOP_ID,
MEMBER_NO,
LOANTYPE_CODE,
LOANOBJECTIVE_CODE,
LOANREQUEST_DOCNO,
LOANREQUEST_AMT,
LOANAPPROVE_DATE,
LOANAPPROVE_AMT,
WITHDRAWABLE_AMT,
PRINCIPAL_BALANCE,
LOANPAYMENT_TYPE,
PERIOD_INSTALLMENT,
PERIOD_PAYMENT,
PERIOD_LASTPAYMENT,
PAYMENT_STATUS,
LAST_PERIODRCV,
LAST_PERIODPAY,
STARTCONT_DATE,
STARTKEEP_DATE,
STARTKEEP_PERIOD,
LASTRECEIVE_DATE,
LASTPAYMENT_DATE,
LASTCALINT_DATE,
LASTKEEPING_DATE,
LASTPROCESS_DATE,
LASTACCESS_DATE,
CLOSECONT_DATE,
PRINCIPAL_ARREAR,
INTEREST_ARREAR,
INTYEAR_ARREAR,
INTEREST_ACCUM,
INTACCUM_LASTYEAR,
PRINCIPAL_RETURN,
INTEREST_RETURN,
PRNPAYMENT_AMT,
INTPAYMENT_AMT,
LAST_STM_NO,
TRANSFER_STATUS,
PRINCIPAL_TRANS,
TRNFROM_CONTNO,
TRNFROM_MEMNO,
NKEEP_PRINCIPAL,
NKEEP_INTEREST,
RKEEP_PRINCIPAL,
RKEEP_INTEREST,
COMPOUND_STATUS,
COMPOUND_INSTALLMENT,
COMPOUND_DUEDATE,
COMPOUND_PAYMENT,
COMPOUND_PAYSTATUS,
MISSPAY_AMT,
OD_FLAG,
CONTLAW_STATUS,
CONTRACT_STATUS,
APPROVE_ID,
APPROVE_BYCOOPID,
REMARK,
INT_CONTINTTYPE,
INT_CONTINTRATE,
INT_CONTINTTABCODE,
INT_CONTINTINCREASE,
INT_INTSTEPTYPE,
STATUS_DESC,
PERIOD_PAYAMT,
PERIOD_PAYMENT_MAX,
INTMONTH_ARREAR,
LAST_TRANSCONT_NO,
CONTRACT_TIME,
EXPIRECONT_DATE,
EXPENSE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
COMPOUND_DATE,
COMPOUND_PERIOD,
COMPOUNDDUE_DATE,
BUYSHARE_AMT,
RECEIVEPERIOD_FLAG,
PRNCBALBEGIN_AMT,
CONTRACT_TYPE,
SUMINT_LASTYEAR,
LOAN_NO,
INSURANCE_AMT,
INSTYPE_CODE,
INTARREAR_TRANS,
CANCEL_ID,
CANCEL_DATE,
CANCEL_CAUSE,
COMPOUND_PAYTYPE,
COMPOUND_NMLDATE,
PRINCIPAL_TRANSBAL,
INTARREAR_TRANSBAL,
LOANPAYMENTCHG_DATE,
COMPOUND_INTARRPAYMENT,
INSURECOLL_FLAG,
TRNLNTOCOLL_FLAG,
COUNTPAY_FLAG,
PERIOD_PAYINTARR,
TRNFROM_PRNBAL,
TRNFROM_INTBAL,
PAYOUTORD_FLAG,
IDENTIFYCONT_INTRATE,
OBJINTWARRANT_CODE,
CANCEL_PRNBALAMT,
REQCOOP_ID,
INTCERTIFICATE_STATUS,
INTENDORSE_AMT,
LOANCREDIT_AMT,
INTSET_ARREAR,
LOANPAY_CODE,
LOANPAY_BANK,
LOANPAY_BRANCH,
LOANPAY_ACCID,
LOANPAYSPLIT_FLAG,
CONTCCLCAUSE_CODE,
INTCOMPOUND_ARREAR,
REFRAINAVG_FLAG,
UPDATE_BYENTRYID,
UPDATE_BYENTRYIP,
INTSETBEGIN_AMT,
SUBPERIOD_PERCENT,
SUBPERIOD_AMT,
SUBCOUNT_AMT,
SUBPERIOD_PAYMENT,
FINEYEAR_ARREAR,
FINE_ARREAR,
CURRENT_COOPID,
CONTCOUNT,
CONTCOUNT_END,
LASTREC_NO,
LASTLINE_NO,
LASTPAGE_NO,
LOANPASSBOOK_NO,
INTCOMPENSATE_FLAG,
LASTCALFINE_DATE,
CONTRACTINT_TYPE,
CONTINTEXPIRE_DATE,
CONTRACT_INTEREST,
BFFINEYEAR_ARREAR,
BFINTERESTYEAR_ARREAR,
PRTBOOK_FLAG,
PRTCARD_FLAG,
BFPRINCIPALYEAR_ARREAR,
LASTREC_NO_CARD,
LASTLINE_NO_CARD,
LASTPAGE_NO_CARD,
MEMB_NAME,
DS_NO};
rowLNCONTMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCONTMASTERRow);
return rowLNCONTMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) {
return ((LNCONTMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNCONTMASTERDataTable cln = ((LNCONTMASTERDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new LNCONTMASTERDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"];
this.columnLOANOBJECTIVE_CODE = base.Columns["LOANOBJECTIVE_CODE"];
this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"];
this.columnLOANREQUEST_AMT = base.Columns["LOANREQUEST_AMT"];
this.columnLOANAPPROVE_DATE = base.Columns["LOANAPPROVE_DATE"];
this.columnLOANAPPROVE_AMT = base.Columns["LOANAPPROVE_AMT"];
this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"];
this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"];
this.columnLOANPAYMENT_TYPE = base.Columns["LOANPAYMENT_TYPE"];
this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"];
this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"];
this.columnPERIOD_LASTPAYMENT = base.Columns["PERIOD_LASTPAYMENT"];
this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"];
this.columnLAST_PERIODRCV = base.Columns["LAST_PERIODRCV"];
this.columnLAST_PERIODPAY = base.Columns["LAST_PERIODPAY"];
this.columnSTARTCONT_DATE = base.Columns["STARTCONT_DATE"];
this.columnSTARTKEEP_DATE = base.Columns["STARTKEEP_DATE"];
this.columnSTARTKEEP_PERIOD = base.Columns["STARTKEEP_PERIOD"];
this.columnLASTRECEIVE_DATE = base.Columns["LASTRECEIVE_DATE"];
this.columnLASTPAYMENT_DATE = base.Columns["LASTPAYMENT_DATE"];
this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_DATE"];
this.columnLASTKEEPING_DATE = base.Columns["LASTKEEPING_DATE"];
this.columnLASTPROCESS_DATE = base.Columns["LASTPROCESS_DATE"];
this.columnLASTACCESS_DATE = base.Columns["LASTACCESS_DATE"];
this.columnCLOSECONT_DATE = base.Columns["CLOSECONT_DATE"];
this.columnPRINCIPAL_ARREAR = base.Columns["PRINCIPAL_ARREAR"];
this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"];
this.columnINTYEAR_ARREAR = base.Columns["INTYEAR_ARREAR"];
this.columnINTEREST_ACCUM = base.Columns["INTEREST_ACCUM"];
this.columnINTACCUM_LASTYEAR = base.Columns["INTACCUM_LASTYEAR"];
this.columnPRINCIPAL_RETURN = base.Columns["PRINCIPAL_RETURN"];
this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"];
this.columnPRNPAYMENT_AMT = base.Columns["PRNPAYMENT_AMT"];
this.columnINTPAYMENT_AMT = base.Columns["INTPAYMENT_AMT"];
this.columnLAST_STM_NO = base.Columns["LAST_STM_NO"];
this.columnTRANSFER_STATUS = base.Columns["TRANSFER_STATUS"];
this.columnPRINCIPAL_TRANS = base.Columns["PRINCIPAL_TRANS"];
this.columnTRNFROM_CONTNO = base.Columns["TRNFROM_CONTNO"];
this.columnTRNFROM_MEMNO = base.Columns["TRNFROM_MEMNO"];
this.columnNKEEP_PRINCIPAL = base.Columns["NKEEP_PRINCIPAL"];
this.columnNKEEP_INTEREST = base.Columns["NKEEP_INTEREST"];
this.columnRKEEP_PRINCIPAL = base.Columns["RKEEP_PRINCIPAL"];
this.columnRKEEP_INTEREST = base.Columns["RKEEP_INTEREST"];
this.columnCOMPOUND_STATUS = base.Columns["COMPOUND_STATUS"];
this.columnCOMPOUND_INSTALLMENT = base.Columns["COMPOUND_INSTALLMENT"];
this.columnCOMPOUND_DUEDATE = base.Columns["COMPOUND_DUEDATE"];
this.columnCOMPOUND_PAYMENT = base.Columns["COMPOUND_PAYMENT"];
this.columnCOMPOUND_PAYSTATUS = base.Columns["COMPOUND_PAYSTATUS"];
this.columnMISSPAY_AMT = base.Columns["MISSPAY_AMT"];
this.columnOD_FLAG = base.Columns["OD_FLAG"];
this.columnCONTLAW_STATUS = base.Columns["CONTLAW_STATUS"];
this.columnCONTRACT_STATUS = base.Columns["CONTRACT_STATUS"];
this.columnAPPROVE_ID = base.Columns["APPROVE_ID"];
this.columnAPPROVE_BYCOOPID = base.Columns["APPROVE_BYCOOPID"];
this.columnREMARK = base.Columns["REMARK"];
this.columnINT_CONTINTTYPE = base.Columns["INT_CONTINTTYPE"];
this.columnINT_CONTINTRATE = base.Columns["INT_CONTINTRATE"];
this.columnINT_CONTINTTABCODE = base.Columns["INT_CONTINTTABCODE"];
this.columnINT_CONTINTINCREASE = base.Columns["INT_CONTINTINCREASE"];
this.columnINT_INTSTEPTYPE = base.Columns["INT_INTSTEPTYPE"];
this.columnSTATUS_DESC = base.Columns["STATUS_DESC"];
this.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"];
this.columnPERIOD_PAYMENT_MAX = base.Columns["PERIOD_PAYMENT_MAX"];
this.columnINTMONTH_ARREAR = base.Columns["INTMONTH_ARREAR"];
this.columnLAST_TRANSCONT_NO = base.Columns["LAST_TRANSCONT_NO"];
this.columnCONTRACT_TIME = base.Columns["CONTRACT_TIME"];
this.columnEXPIRECONT_DATE = base.Columns["EXPIRECONT_DATE"];
this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnCOMPOUND_DATE = base.Columns["COMPOUND_DATE"];
this.columnCOMPOUND_PERIOD = base.Columns["COMPOUND_PERIOD"];
this.columnCOMPOUNDDUE_DATE = base.Columns["COMPOUNDDUE_DATE"];
this.columnBUYSHARE_AMT = base.Columns["BUYSHARE_AMT"];
this.columnRECEIVEPERIOD_FLAG = base.Columns["RECEIVEPERIOD_FLAG"];
this.columnPRNCBALBEGIN_AMT = base.Columns["PRNCBALBEGIN_AMT"];
this.columnCONTRACT_TYPE = base.Columns["CONTRACT_TYPE"];
this.columnSUMINT_LASTYEAR = base.Columns["SUMINT_LASTYEAR"];
this.columnLOAN_NO = base.Columns["LOAN_NO"];
this.columnINSURANCE_AMT = base.Columns["INSURANCE_AMT"];
this.columnINSTYPE_CODE = base.Columns["INSTYPE_CODE"];
this.columnINTARREAR_TRANS = base.Columns["INTARREAR_TRANS"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnCANCEL_CAUSE = base.Columns["CANCEL_CAUSE"];
this.columnCOMPOUND_PAYTYPE = base.Columns["COMPOUND_PAYTYPE"];
this.columnCOMPOUND_NMLDATE = base.Columns["COMPOUND_NMLDATE"];
this.columnPRINCIPAL_TRANSBAL = base.Columns["PRINCIPAL_TRANSBAL"];
this.columnINTARREAR_TRANSBAL = base.Columns["INTARREAR_TRANSBAL"];
this.columnLOANPAYMENTCHG_DATE = base.Columns["LOANPAYMENTCHG_DATE"];
this.columnCOMPOUND_INTARRPAYMENT = base.Columns["COMPOUND_INTARRPAYMENT"];
this.columnINSURECOLL_FLAG = base.Columns["INSURECOLL_FLAG"];
this.columnTRNLNTOCOLL_FLAG = base.Columns["TRNLNTOCOLL_FLAG"];
this.columnCOUNTPAY_FLAG = base.Columns["COUNTPAY_FLAG"];
this.columnPERIOD_PAYINTARR = base.Columns["PERIOD_PAYINTARR"];
this.columnTRNFROM_PRNBAL = base.Columns["TRNFROM_PRNBAL"];
this.columnTRNFROM_INTBAL = base.Columns["TRNFROM_INTBAL"];
this.columnPAYOUTORD_FLAG = base.Columns["PAYOUTORD_FLAG"];
this.columnIDENTIFYCONT_INTRATE = base.Columns["IDENTIFYCONT_INTRATE"];
this.columnOBJINTWARRANT_CODE = base.Columns["OBJINTWARRANT_CODE"];
this.columnCANCEL_PRNBALAMT = base.Columns["CANCEL_PRNBALAMT"];
this.columnREQCOOP_ID = base.Columns["REQCOOP_ID"];
this.columnINTCERTIFICATE_STATUS = base.Columns["INTCERTIFICATE_STATUS"];
this.columnINTENDORSE_AMT = base.Columns["INTENDORSE_AMT"];
this.columnLOANCREDIT_AMT = base.Columns["LOANCREDIT_AMT"];
this.columnINTSET_ARREAR = base.Columns["INTSET_ARREAR"];
this.columnLOANPAY_CODE = base.Columns["LOANPAY_CODE"];
this.columnLOANPAY_BANK = base.Columns["LOANPAY_BANK"];
this.columnLOANPAY_BRANCH = base.Columns["LOANPAY_BRANCH"];
this.columnLOANPAY_ACCID = base.Columns["LOANPAY_ACCID"];
this.columnLOANPAYSPLIT_FLAG = base.Columns["LOANPAYSPLIT_FLAG"];
this.columnCONTCCLCAUSE_CODE = base.Columns["CONTCCLCAUSE_CODE"];
this.columnINTCOMPOUND_ARREAR = base.Columns["INTCOMPOUND_ARREAR"];
this.columnREFRAINAVG_FLAG = base.Columns["REFRAINAVG_FLAG"];
this.columnUPDATE_BYENTRYID = base.Columns["UPDATE_BYENTRYID"];
this.columnUPDATE_BYENTRYIP = base.Columns["UPDATE_BYENTRYIP"];
this.columnINTSETBEGIN_AMT = base.Columns["INTSETBEGIN_AMT"];
this.columnSUBPERIOD_PERCENT = base.Columns["SUBPERIOD_PERCENT"];
this.columnSUBPERIOD_AMT = base.Columns["SUBPERIOD_AMT"];
this.columnSUBCOUNT_AMT = base.Columns["SUBCOUNT_AMT"];
this.columnSUBPERIOD_PAYMENT = base.Columns["SUBPERIOD_PAYMENT"];
this.columnFINEYEAR_ARREAR = base.Columns["FINEYEAR_ARREAR"];
this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"];
this.columnCURRENT_COOPID = base.Columns["CURRENT_COOPID"];
this.columnCONTCOUNT = base.Columns["CONTCOUNT"];
this.columnCONTCOUNT_END = base.Columns["CONTCOUNT_END"];
this.columnLASTREC_NO = base.Columns["LASTREC_NO"];
this.columnLASTLINE_NO = base.Columns["LASTLINE_NO"];
this.columnLASTPAGE_NO = base.Columns["LASTPAGE_NO"];
this.columnLOANPASSBOOK_NO = base.Columns["LOANPASSBOOK_NO"];
this.columnINTCOMPENSATE_FLAG = base.Columns["INTCOMPENSATE_FLAG"];
this.columnLASTCALFINE_DATE = base.Columns["LASTCALFINE_DATE"];
this.columnCONTRACTINT_TYPE = base.Columns["CONTRACTINT_TYPE"];
this.columnCONTINTEXPIRE_DATE = base.Columns["CONTINTEXPIRE_DATE"];
this.columnCONTRACT_INTEREST = base.Columns["CONTRACT_INTEREST"];
this.columnBFFINEYEAR_ARREAR = base.Columns["BFFINEYEAR_ARREAR"];
this.columnBFINTERESTYEAR_ARREAR = base.Columns["BFINTERESTYEAR_ARREAR"];
this.columnPRTBOOK_FLAG = base.Columns["PRTBOOK_FLAG"];
this.columnPRTCARD_FLAG = base.Columns["PRTCARD_FLAG"];
this.columnBFPRINCIPALYEAR_ARREAR = base.Columns["BFPRINCIPALYEAR_ARREAR"];
this.columnLASTREC_NO_CARD = base.Columns["LASTREC_NO_CARD"];
this.columnLASTLINE_NO_CARD = base.Columns["LASTLINE_NO_CARD"];
this.columnLASTPAGE_NO_CARD = base.Columns["LASTPAGE_NO_CARD"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnDS_NO = base.Columns["DS_NO"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCOOP_ID);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_CODE);
this.columnLOANOBJECTIVE_CODE = new global::System.Data.DataColumn("LOANOBJECTIVE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJECTIVE_CODE);
this.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_DOCNO);
this.columnLOANREQUEST_AMT = new global::System.Data.DataColumn("LOANREQUEST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_AMT);
this.columnLOANAPPROVE_DATE = new global::System.Data.DataColumn("LOANAPPROVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANAPPROVE_DATE);
this.columnLOANAPPROVE_AMT = new global::System.Data.DataColumn("LOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANAPPROVE_AMT);
this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWITHDRAWABLE_AMT);
this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_BALANCE);
this.columnLOANPAYMENT_TYPE = new global::System.Data.DataColumn("LOANPAYMENT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAYMENT_TYPE);
this.columnPERIOD_INSTALLMENT = new global::System.Data.DataColumn("PERIOD_INSTALLMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_INSTALLMENT);
this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYMENT);
this.columnPERIOD_LASTPAYMENT = new global::System.Data.DataColumn("PERIOD_LASTPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_LASTPAYMENT);
this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENT_STATUS);
this.columnLAST_PERIODRCV = new global::System.Data.DataColumn("LAST_PERIODRCV", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_PERIODRCV);
this.columnLAST_PERIODPAY = new global::System.Data.DataColumn("LAST_PERIODPAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_PERIODPAY);
this.columnSTARTCONT_DATE = new global::System.Data.DataColumn("STARTCONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTARTCONT_DATE);
this.columnSTARTKEEP_DATE = new global::System.Data.DataColumn("STARTKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTARTKEEP_DATE);
this.columnSTARTKEEP_PERIOD = new global::System.Data.DataColumn("STARTKEEP_PERIOD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTARTKEEP_PERIOD);
this.columnLASTRECEIVE_DATE = new global::System.Data.DataColumn("LASTRECEIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTRECEIVE_DATE);
this.columnLASTPAYMENT_DATE = new global::System.Data.DataColumn("LASTPAYMENT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAYMENT_DATE);
this.columnLASTCALINT_DATE = new global::System.Data.DataColumn("LASTCALINT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTCALINT_DATE);
this.columnLASTKEEPING_DATE = new global::System.Data.DataColumn("LASTKEEPING_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTKEEPING_DATE);
this.columnLASTPROCESS_DATE = new global::System.Data.DataColumn("LASTPROCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPROCESS_DATE);
this.columnLASTACCESS_DATE = new global::System.Data.DataColumn("LASTACCESS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTACCESS_DATE);
this.columnCLOSECONT_DATE = new global::System.Data.DataColumn("CLOSECONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSECONT_DATE);
this.columnPRINCIPAL_ARREAR = new global::System.Data.DataColumn("PRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_ARREAR);
this.columnINTEREST_ARREAR = new global::System.Data.DataColumn("INTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ARREAR);
this.columnINTYEAR_ARREAR = new global::System.Data.DataColumn("INTYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTYEAR_ARREAR);
this.columnINTEREST_ACCUM = new global::System.Data.DataColumn("INTEREST_ACCUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_ACCUM);
this.columnINTACCUM_LASTYEAR = new global::System.Data.DataColumn("INTACCUM_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTACCUM_LASTYEAR);
this.columnPRINCIPAL_RETURN = new global::System.Data.DataColumn("PRINCIPAL_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_RETURN);
this.columnINTEREST_RETURN = new global::System.Data.DataColumn("INTEREST_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_RETURN);
this.columnPRNPAYMENT_AMT = new global::System.Data.DataColumn("PRNPAYMENT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNPAYMENT_AMT);
this.columnINTPAYMENT_AMT = new global::System.Data.DataColumn("INTPAYMENT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTPAYMENT_AMT);
this.columnLAST_STM_NO = new global::System.Data.DataColumn("LAST_STM_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_STM_NO);
this.columnTRANSFER_STATUS = new global::System.Data.DataColumn("TRANSFER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRANSFER_STATUS);
this.columnPRINCIPAL_TRANS = new global::System.Data.DataColumn("PRINCIPAL_TRANS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_TRANS);
this.columnTRNFROM_CONTNO = new global::System.Data.DataColumn("TRNFROM_CONTNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNFROM_CONTNO);
this.columnTRNFROM_MEMNO = new global::System.Data.DataColumn("TRNFROM_MEMNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNFROM_MEMNO);
this.columnNKEEP_PRINCIPAL = new global::System.Data.DataColumn("NKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNKEEP_PRINCIPAL);
this.columnNKEEP_INTEREST = new global::System.Data.DataColumn("NKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNKEEP_INTEREST);
this.columnRKEEP_PRINCIPAL = new global::System.Data.DataColumn("RKEEP_PRINCIPAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_PRINCIPAL);
this.columnRKEEP_INTEREST = new global::System.Data.DataColumn("RKEEP_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRKEEP_INTEREST);
this.columnCOMPOUND_STATUS = new global::System.Data.DataColumn("COMPOUND_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_STATUS);
this.columnCOMPOUND_INSTALLMENT = new global::System.Data.DataColumn("COMPOUND_INSTALLMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_INSTALLMENT);
this.columnCOMPOUND_DUEDATE = new global::System.Data.DataColumn("COMPOUND_DUEDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_DUEDATE);
this.columnCOMPOUND_PAYMENT = new global::System.Data.DataColumn("COMPOUND_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PAYMENT);
this.columnCOMPOUND_PAYSTATUS = new global::System.Data.DataColumn("COMPOUND_PAYSTATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PAYSTATUS);
this.columnMISSPAY_AMT = new global::System.Data.DataColumn("MISSPAY_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAY_AMT);
this.columnOD_FLAG = new global::System.Data.DataColumn("OD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOD_FLAG);
this.columnCONTLAW_STATUS = new global::System.Data.DataColumn("CONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTLAW_STATUS);
this.columnCONTRACT_STATUS = new global::System.Data.DataColumn("CONTRACT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_STATUS);
this.columnAPPROVE_ID = new global::System.Data.DataColumn("APPROVE_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_ID);
this.columnAPPROVE_BYCOOPID = new global::System.Data.DataColumn("APPROVE_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPROVE_BYCOOPID);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnINT_CONTINTTYPE = new global::System.Data.DataColumn("INT_CONTINTTYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTTYPE);
this.columnINT_CONTINTRATE = new global::System.Data.DataColumn("INT_CONTINTRATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTRATE);
this.columnINT_CONTINTTABCODE = new global::System.Data.DataColumn("INT_CONTINTTABCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTTABCODE);
this.columnINT_CONTINTINCREASE = new global::System.Data.DataColumn("INT_CONTINTINCREASE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_CONTINTINCREASE);
this.columnINT_INTSTEPTYPE = new global::System.Data.DataColumn("INT_INTSTEPTYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_INTSTEPTYPE);
this.columnSTATUS_DESC = new global::System.Data.DataColumn("STATUS_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTATUS_DESC);
this.columnPERIOD_PAYAMT = new global::System.Data.DataColumn("PERIOD_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYAMT);
this.columnPERIOD_PAYMENT_MAX = new global::System.Data.DataColumn("PERIOD_PAYMENT_MAX", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYMENT_MAX);
this.columnINTMONTH_ARREAR = new global::System.Data.DataColumn("INTMONTH_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTMONTH_ARREAR);
this.columnLAST_TRANSCONT_NO = new global::System.Data.DataColumn("LAST_TRANSCONT_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_TRANSCONT_NO);
this.columnCONTRACT_TIME = new global::System.Data.DataColumn("CONTRACT_TIME", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_TIME);
this.columnEXPIRECONT_DATE = new global::System.Data.DataColumn("EXPIRECONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPIRECONT_DATE);
this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_CODE);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnCOMPOUND_DATE = new global::System.Data.DataColumn("COMPOUND_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_DATE);
this.columnCOMPOUND_PERIOD = new global::System.Data.DataColumn("COMPOUND_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PERIOD);
this.columnCOMPOUNDDUE_DATE = new global::System.Data.DataColumn("COMPOUNDDUE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDDUE_DATE);
this.columnBUYSHARE_AMT = new global::System.Data.DataColumn("BUYSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBUYSHARE_AMT);
this.columnRECEIVEPERIOD_FLAG = new global::System.Data.DataColumn("RECEIVEPERIOD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIVEPERIOD_FLAG);
this.columnPRNCBALBEGIN_AMT = new global::System.Data.DataColumn("PRNCBALBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCBALBEGIN_AMT);
this.columnCONTRACT_TYPE = new global::System.Data.DataColumn("CONTRACT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_TYPE);
this.columnSUMINT_LASTYEAR = new global::System.Data.DataColumn("SUMINT_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUMINT_LASTYEAR);
this.columnLOAN_NO = new global::System.Data.DataColumn("LOAN_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOAN_NO);
this.columnINSURANCE_AMT = new global::System.Data.DataColumn("INSURANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSURANCE_AMT);
this.columnINSTYPE_CODE = new global::System.Data.DataColumn("INSTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSTYPE_CODE);
this.columnINTARREAR_TRANS = new global::System.Data.DataColumn("INTARREAR_TRANS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARREAR_TRANS);
this.columnCANCEL_ID = new global::System.Data.DataColumn("CANCEL_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ID);
this.columnCANCEL_DATE = new global::System.Data.DataColumn("CANCEL_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_DATE);
this.columnCANCEL_CAUSE = new global::System.Data.DataColumn("CANCEL_CAUSE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_CAUSE);
this.columnCOMPOUND_PAYTYPE = new global::System.Data.DataColumn("COMPOUND_PAYTYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_PAYTYPE);
this.columnCOMPOUND_NMLDATE = new global::System.Data.DataColumn("COMPOUND_NMLDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_NMLDATE);
this.columnPRINCIPAL_TRANSBAL = new global::System.Data.DataColumn("PRINCIPAL_TRANSBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_TRANSBAL);
this.columnINTARREAR_TRANSBAL = new global::System.Data.DataColumn("INTARREAR_TRANSBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARREAR_TRANSBAL);
this.columnLOANPAYMENTCHG_DATE = new global::System.Data.DataColumn("LOANPAYMENTCHG_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAYMENTCHG_DATE);
this.columnCOMPOUND_INTARRPAYMENT = new global::System.Data.DataColumn("COMPOUND_INTARRPAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUND_INTARRPAYMENT);
this.columnINSURECOLL_FLAG = new global::System.Data.DataColumn("INSURECOLL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSURECOLL_FLAG);
this.columnTRNLNTOCOLL_FLAG = new global::System.Data.DataColumn("TRNLNTOCOLL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNLNTOCOLL_FLAG);
this.columnCOUNTPAY_FLAG = new global::System.Data.DataColumn("COUNTPAY_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOUNTPAY_FLAG);
this.columnPERIOD_PAYINTARR = new global::System.Data.DataColumn("PERIOD_PAYINTARR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIOD_PAYINTARR);
this.columnTRNFROM_PRNBAL = new global::System.Data.DataColumn("TRNFROM_PRNBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNFROM_PRNBAL);
this.columnTRNFROM_INTBAL = new global::System.Data.DataColumn("TRNFROM_INTBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNFROM_INTBAL);
this.columnPAYOUTORD_FLAG = new global::System.Data.DataColumn("PAYOUTORD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYOUTORD_FLAG);
this.columnIDENTIFYCONT_INTRATE = new global::System.Data.DataColumn("IDENTIFYCONT_INTRATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIDENTIFYCONT_INTRATE);
this.columnOBJINTWARRANT_CODE = new global::System.Data.DataColumn("OBJINTWARRANT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOBJINTWARRANT_CODE);
this.columnCANCEL_PRNBALAMT = new global::System.Data.DataColumn("CANCEL_PRNBALAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_PRNBALAMT);
this.columnREQCOOP_ID = new global::System.Data.DataColumn("REQCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREQCOOP_ID);
this.columnINTCERTIFICATE_STATUS = new global::System.Data.DataColumn("INTCERTIFICATE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTCERTIFICATE_STATUS);
this.columnINTENDORSE_AMT = new global::System.Data.DataColumn("INTENDORSE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTENDORSE_AMT);
this.columnLOANCREDIT_AMT = new global::System.Data.DataColumn("LOANCREDIT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCREDIT_AMT);
this.columnINTSET_ARREAR = new global::System.Data.DataColumn("INTSET_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTSET_ARREAR);
this.columnLOANPAY_CODE = new global::System.Data.DataColumn("LOANPAY_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_CODE);
this.columnLOANPAY_BANK = new global::System.Data.DataColumn("LOANPAY_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_BANK);
this.columnLOANPAY_BRANCH = new global::System.Data.DataColumn("LOANPAY_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_BRANCH);
this.columnLOANPAY_ACCID = new global::System.Data.DataColumn("LOANPAY_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAY_ACCID);
this.columnLOANPAYSPLIT_FLAG = new global::System.Data.DataColumn("LOANPAYSPLIT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPAYSPLIT_FLAG);
this.columnCONTCCLCAUSE_CODE = new global::System.Data.DataColumn("CONTCCLCAUSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTCCLCAUSE_CODE);
this.columnINTCOMPOUND_ARREAR = new global::System.Data.DataColumn("INTCOMPOUND_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTCOMPOUND_ARREAR);
this.columnREFRAINAVG_FLAG = new global::System.Data.DataColumn("REFRAINAVG_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREFRAINAVG_FLAG);
this.columnUPDATE_BYENTRYID = new global::System.Data.DataColumn("UPDATE_BYENTRYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYID);
this.columnUPDATE_BYENTRYIP = new global::System.Data.DataColumn("UPDATE_BYENTRYIP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYIP);
this.columnINTSETBEGIN_AMT = new global::System.Data.DataColumn("INTSETBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTSETBEGIN_AMT);
this.columnSUBPERIOD_PERCENT = new global::System.Data.DataColumn("SUBPERIOD_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBPERIOD_PERCENT);
this.columnSUBPERIOD_AMT = new global::System.Data.DataColumn("SUBPERIOD_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBPERIOD_AMT);
this.columnSUBCOUNT_AMT = new global::System.Data.DataColumn("SUBCOUNT_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBCOUNT_AMT);
this.columnSUBPERIOD_PAYMENT = new global::System.Data.DataColumn("SUBPERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBPERIOD_PAYMENT);
this.columnFINEYEAR_ARREAR = new global::System.Data.DataColumn("FINEYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINEYEAR_ARREAR);
this.columnFINE_ARREAR = new global::System.Data.DataColumn("FINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_ARREAR);
this.columnCURRENT_COOPID = new global::System.Data.DataColumn("CURRENT_COOPID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRENT_COOPID);
this.columnCONTCOUNT = new global::System.Data.DataColumn("CONTCOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTCOUNT);
this.columnCONTCOUNT_END = new global::System.Data.DataColumn("CONTCOUNT_END", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTCOUNT_END);
this.columnLASTREC_NO = new global::System.Data.DataColumn("LASTREC_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTREC_NO);
this.columnLASTLINE_NO = new global::System.Data.DataColumn("LASTLINE_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTLINE_NO);
this.columnLASTPAGE_NO = new global::System.Data.DataColumn("LASTPAGE_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAGE_NO);
this.columnLOANPASSBOOK_NO = new global::System.Data.DataColumn("LOANPASSBOOK_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANPASSBOOK_NO);
this.columnINTCOMPENSATE_FLAG = new global::System.Data.DataColumn("INTCOMPENSATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTCOMPENSATE_FLAG);
this.columnLASTCALFINE_DATE = new global::System.Data.DataColumn("LASTCALFINE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTCALFINE_DATE);
this.columnCONTRACTINT_TYPE = new global::System.Data.DataColumn("CONTRACTINT_TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACTINT_TYPE);
this.columnCONTINTEXPIRE_DATE = new global::System.Data.DataColumn("CONTINTEXPIRE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTINTEXPIRE_DATE);
this.columnCONTRACT_INTEREST = new global::System.Data.DataColumn("CONTRACT_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_INTEREST);
this.columnBFFINEYEAR_ARREAR = new global::System.Data.DataColumn("BFFINEYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFFINEYEAR_ARREAR);
this.columnBFINTERESTYEAR_ARREAR = new global::System.Data.DataColumn("BFINTERESTYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTERESTYEAR_ARREAR);
this.columnPRTBOOK_FLAG = new global::System.Data.DataColumn("PRTBOOK_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRTBOOK_FLAG);
this.columnPRTCARD_FLAG = new global::System.Data.DataColumn("PRTCARD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRTCARD_FLAG);
this.columnBFPRINCIPALYEAR_ARREAR = new global::System.Data.DataColumn("BFPRINCIPALYEAR_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPRINCIPALYEAR_ARREAR);
this.columnLASTREC_NO_CARD = new global::System.Data.DataColumn("LASTREC_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTREC_NO_CARD);
this.columnLASTLINE_NO_CARD = new global::System.Data.DataColumn("LASTLINE_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTLINE_NO_CARD);
this.columnLASTPAGE_NO_CARD = new global::System.Data.DataColumn("LASTPAGE_NO_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTPAGE_NO_CARD);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnDS_NO = new global::System.Data.DataColumn("DS_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDS_NO);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnMEMCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.MaxLength = 8;
this.columnLOANTYPE_CODE.MaxLength = 2;
this.columnLOANOBJECTIVE_CODE.MaxLength = 6;
this.columnLOANREQUEST_DOCNO.MaxLength = 15;
this.columnSTARTKEEP_PERIOD.MaxLength = 8;
this.columnTRNFROM_CONTNO.MaxLength = 15;
this.columnTRNFROM_MEMNO.MaxLength = 8;
this.columnAPPROVE_ID.MaxLength = 32;
this.columnAPPROVE_BYCOOPID.MaxLength = 6;
this.columnREMARK.MaxLength = 1000;
this.columnINT_CONTINTTABCODE.MaxLength = 5;
this.columnSTATUS_DESC.MaxLength = 6;
this.columnEXPENSE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnLOAN_NO.MaxLength = 9;
this.columnINSTYPE_CODE.MaxLength = 2;
this.columnCANCEL_ID.MaxLength = 32;
this.columnCANCEL_CAUSE.MaxLength = 100;
this.columnOBJINTWARRANT_CODE.MaxLength = 3;
this.columnREQCOOP_ID.MaxLength = 6;
this.columnLOANPAY_CODE.MaxLength = 3;
this.columnLOANPAY_BANK.MaxLength = 3;
this.columnLOANPAY_BRANCH.MaxLength = 4;
this.columnLOANPAY_ACCID.MaxLength = 15;
this.columnCONTCCLCAUSE_CODE.MaxLength = 3;
this.columnUPDATE_BYENTRYID.MaxLength = 32;
this.columnUPDATE_BYENTRYIP.MaxLength = 15;
this.columnCURRENT_COOPID.MaxLength = 6;
this.columnLOANPASSBOOK_NO.MaxLength = 10;
this.columnCONTRACTINT_TYPE.MaxLength = 3;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow NewLNCONTMASTERRow() {
return ((LNCONTMASTERRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new LNCONTMASTERRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(LNCONTMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.LNCONTMASTERRowChanged != null)) {
this.LNCONTMASTERRowChanged(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.LNCONTMASTERRowChanging != null)) {
this.LNCONTMASTERRowChanging(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.LNCONTMASTERRowDeleted != null)) {
this.LNCONTMASTERRowDeleted(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.LNCONTMASTERRowDeleting != null)) {
this.LNCONTMASTERRowDeleting(this, new LNCONTMASTERRowChangeEvent(((LNCONTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCONTMASTERRow(LNCONTMASTERRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "LNCONTMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DataTable1DataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnSDATE;
private global::System.Data.DataColumn columnEDATE;
private global::System.Data.DataColumn columnSGROUP;
private global::System.Data.DataColumn columnEGROUP;
private global::System.Data.DataColumn columnMEMB_NO;
private global::System.Data.DataColumn columnTYPE;
private global::System.Data.DataColumn columnLOANTYPE;
private global::System.Data.DataColumn columnLOAN_NO;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1DataTable() {
this.TableName = "DataTable1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1DataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataTable1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SDATEColumn {
get {
return this.columnSDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EDATEColumn {
get {
return this.columnEDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SGROUPColumn {
get {
return this.columnSGROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EGROUPColumn {
get {
return this.columnEGROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NOColumn {
get {
return this.columnMEMB_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TYPEColumn {
get {
return this.columnTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPEColumn {
get {
return this.columnLOANTYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOAN_NOColumn {
get {
return this.columnLOAN_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row this[int index] {
get {
return ((DataTable1Row)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DataTable1RowChangeEventHandler DataTable1RowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDataTable1Row(DataTable1Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row AddDataTable1Row(System.DateTime SDATE, System.DateTime EDATE, string SGROUP, string EGROUP, string MEMB_NO, string TYPE, string LOANTYPE, string LOAN_NO) {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
SDATE,
EDATE,
SGROUP,
EGROUP,
MEMB_NO,
TYPE,
LOANTYPE,
LOAN_NO};
rowDataTable1Row.ItemArray = columnValuesArray;
this.Rows.Add(rowDataTable1Row);
return rowDataTable1Row;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new DataTable1DataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnSDATE = base.Columns["SDATE"];
this.columnEDATE = base.Columns["EDATE"];
this.columnSGROUP = base.Columns["SGROUP"];
this.columnEGROUP = base.Columns["EGROUP"];
this.columnMEMB_NO = base.Columns["MEMB_NO"];
this.columnTYPE = base.Columns["TYPE"];
this.columnLOANTYPE = base.Columns["LOANTYPE"];
this.columnLOAN_NO = base.Columns["LOAN_NO"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnSDATE = new global::System.Data.DataColumn("SDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSDATE);
this.columnEDATE = new global::System.Data.DataColumn("EDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEDATE);
this.columnSGROUP = new global::System.Data.DataColumn("SGROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSGROUP);
this.columnEGROUP = new global::System.Data.DataColumn("EGROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEGROUP);
this.columnMEMB_NO = new global::System.Data.DataColumn("MEMB_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NO);
this.columnTYPE = new global::System.Data.DataColumn("TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTYPE);
this.columnLOANTYPE = new global::System.Data.DataColumn("LOANTYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE);
this.columnLOAN_NO = new global::System.Data.DataColumn("LOAN_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOAN_NO);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row NewDataTable1Row() {
return ((DataTable1Row)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new DataTable1Row(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(DataTable1Row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.DataTable1RowChanged != null)) {
this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.DataTable1RowChanging != null)) {
this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.DataTable1RowDeleted != null)) {
this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.DataTable1RowDeleting != null)) {
this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDataTable1Row(DataTable1Row row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "DataTable1DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCONTMASTERRow : global::System.Data.DataRow {
private LNCONTMASTERDataTable tableLNCONTMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCONTMASTER = ((LNCONTMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableLNCONTMASTER.COOP_IDColumn]));
}
set {
this[this.tableLNCONTMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNCONTMASTER.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCOOP_ID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.MEMCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANOBJECTIVE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJECTIVE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANREQUEST_DOCNO {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANREQUEST_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LOANREQUEST_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANREQUEST_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LOANAPPROVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANAPPROVE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WITHDRAWABLE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.WITHDRAWABLE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.WITHDRAWABLE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANPAYMENT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENT_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_INSTALLMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_LASTPAYMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_LASTPAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_PERIODRCV {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODRCV\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_PERIODPAY {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODPAY\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime STARTCONT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.STARTCONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTCONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.STARTCONT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime STARTKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.STARTKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTKEEP_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.STARTKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string STARTKEEP_PERIOD {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.STARTKEEP_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTKEEP_PERIOD\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.STARTKEEP_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTRECEIVE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTRECEIVE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPAYMENT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAYMENT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTCALINT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTCALINT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTKEEPING_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTKEEPING_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTPROCESS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPROCESS_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTACCESS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTACCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTACCESS_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTACCESS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSECONT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CLOSECONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSECONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CLOSECONT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_ACCUM {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTACCUM_LASTYEAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_LASTYEAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_RETURN {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_RETURN\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_RETURN {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTEREST_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTEREST_RETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNPAYMENT_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNPAYMENT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTPAYMENT_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTPAYMENT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_STM_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_STM_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_STM_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_STM_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRANSFER_STATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.TRANSFER_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRANSFER_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.TRANSFER_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_TRANS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_TRANS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRNFROM_CONTNO {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.TRNFROM_CONTNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_CONTNO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.TRNFROM_CONTNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRNFROM_MEMNO {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.TRNFROM_MEMNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_MEMNO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.TRNFROM_MEMNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NKEEP_PRINCIPAL {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_PRINCIPAL\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NKEEP_INTEREST {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.NKEEP_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NKEEP_INTEREST\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.NKEEP_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_PRINCIPAL {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_PRINCIPAL\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RKEEP_INTEREST {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.RKEEP_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RKEEP_INTEREST\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.RKEEP_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_STATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_INSTALLMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_INSTALLMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUND_DUEDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_DUEDATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PAYSTATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYSTATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAY_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.MISSPAY_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAY_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.MISSPAY_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal OD_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.OD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.OD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTLAW_STATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTLAW_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTLAW_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTLAW_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_STATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTRACT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPROVE_ID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.APPROVE_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_ID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.APPROVE_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPROVE_BYCOOPID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_BYCOOPID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REMARK {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_CONTINTTYPE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INT_CONTINTTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTYPE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INT_CONTINTTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_CONTINTRATE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INT_CONTINTRATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTRATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INT_CONTINTRATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INT_CONTINTTABCODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTABCODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_CONTINTINCREASE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTINCREASE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_INTSTEPTYPE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_INTSTEPTYPE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string STATUS_DESC {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.STATUS_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STATUS_DESC\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.STATUS_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYAMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PERIOD_PAYAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYMENT_MAX {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT_MAX\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTMONTH_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTMONTH_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_TRANSCONT_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_TRANSCONT_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_TIME {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_TIME\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime EXPIRECONT_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPIRECONT_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.EXPENSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.EXPENSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.EXPENSE_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BRANCH {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.EXPENSE_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_ACCID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUND_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUND_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PERIOD {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PERIOD\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDDUE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDDUE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BUYSHARE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.BUYSHARE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BUYSHARE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.BUYSHARE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RECEIVEPERIOD_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIVEPERIOD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNCBALBEGIN_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCBALBEGIN_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTRACT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUMINT_LASTYEAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.SUMINT_LASTYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUMINT_LASTYEAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.SUMINT_LASTYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOAN_NO {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOAN_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOAN_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOAN_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSURANCE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INSURANCE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSURANCE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INSURANCE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INSTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.INSTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSTYPE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INSTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARREAR_TRANS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTARREAR_TRANSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_TRANS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTARREAR_TRANSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CANCEL_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CANCEL_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_CAUSE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.CANCEL_CAUSEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_CAUSE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CANCEL_CAUSEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_PAYTYPE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_PAYTYPE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUND_NMLDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_NMLDATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_TRANSBAL {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_TRANSBAL\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARREAR_TRANSBAL {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARREAR_TRANSBAL\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LOANPAYMENTCHG_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENTCHG_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUND_INTARRPAYMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUND_INTARRPAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSURECOLL_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INSURECOLL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSURECOLL_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INSURECOLL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRNLNTOCOLL_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNLNTOCOLL_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COUNTPAY_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.COUNTPAY_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COUNTPAY_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.COUNTPAY_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIOD_PAYINTARR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYINTARR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRNFROM_PRNBAL {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.TRNFROM_PRNBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_PRNBAL\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.TRNFROM_PRNBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRNFROM_INTBAL {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.TRNFROM_INTBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNFROM_INTBAL\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.TRNFROM_INTBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYOUTORD_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYOUTORD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal IDENTIFYCONT_INTRATE {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'IDENTIFYCONT_INTRATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OBJINTWARRANT_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OBJINTWARRANT_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CANCEL_PRNBALAMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_PRNBALAMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REQCOOP_ID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.REQCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REQCOOP_ID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.REQCOOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTCERTIFICATE_STATUS {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTCERTIFICATE_STATUS\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTENDORSE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTENDORSE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTENDORSE_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTENDORSE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANCREDIT_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LOANCREDIT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCREDIT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANCREDIT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTSET_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTSET_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTSET_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTSET_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANPAY_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAY_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_BANK {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANPAY_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BANK\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAY_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_BRANCH {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANPAY_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BRANCH\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAY_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPAY_ACCID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANPAY_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_ACCID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAY_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANPAYSPLIT_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYSPLIT_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTCCLCAUSE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTCCLCAUSE_CODE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTCOMPOUND_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTCOMPOUND_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REFRAINAVG_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REFRAINAVG_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYIP {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYIP\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTSETBEGIN_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTSETBEGIN_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUBPERIOD_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBPERIOD_PERCENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUBPERIOD_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.SUBPERIOD_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBPERIOD_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.SUBPERIOD_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUBCOUNT_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.SUBCOUNT_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBCOUNT_AMT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.SUBCOUNT_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUBPERIOD_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBPERIOD_PAYMENT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINEYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.FINEYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.FINEYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.FINE_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.FINE_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRENT_COOPID {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.CURRENT_COOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRENT_COOPID\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CURRENT_COOPIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTCOUNT {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTCOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTCOUNT\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTCOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTCOUNT_END {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTCOUNT_ENDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTCOUNT_END\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTCOUNT_ENDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTREC_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LASTREC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTREC_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTLINE_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LASTLINE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTLINE_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTPAGE_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LASTPAGE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPAGE_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANPASSBOOK_NO {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPASSBOOK_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTCOMPENSATE_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTCOMPENSATE_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTCALFINE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.LASTCALFINE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALFINE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTCALFINE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTRACTINT_TYPE {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACTINT_TYPE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CONTINTEXPIRE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTINTEXPIRE_DATE\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTRACT_INTEREST {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.CONTRACT_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_INTEREST\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.CONTRACT_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFFINEYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFFINEYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTERESTYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTERESTYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRTBOOK_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRTBOOK_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRTBOOK_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRTBOOK_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRTCARD_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.PRTCARD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRTCARD_FLAG\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.PRTCARD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPRINCIPALYEAR_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.BFPRINCIPALYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPRINCIPALYEAR_ARREAR\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.BFPRINCIPALYEAR_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTREC_NO_CARD {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LASTREC_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO_CARD\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTREC_NO_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTLINE_NO_CARD {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LASTLINE_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO_CARD\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTLINE_NO_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LASTPAGE_NO_CARD {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.LASTPAGE_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO_CARD\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.LASTPAGE_NO_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableLNCONTMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DS_NO {
get {
try {
return ((decimal)(this[this.tableLNCONTMASTER.DS_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DS_NO\' in table \'LNCONTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTMASTER.DS_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMCOOP_IDNull() {
return this.IsNull(this.tableLNCONTMASTER.MEMCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMCOOP_IDNull() {
this[this.tableLNCONTMASTER.MEMCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableLNCONTMASTER.MEMBER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_NONull() {
this[this.tableLNCONTMASTER.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_CODENull() {
this[this.tableLNCONTMASTER.LOANTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANOBJECTIVE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANOBJECTIVE_CODENull() {
this[this.tableLNCONTMASTER.LOANOBJECTIVE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_DOCNONull() {
return this.IsNull(this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_DOCNONull() {
this[this.tableLNCONTMASTER.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANREQUEST_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_AMTNull() {
this[this.tableLNCONTMASTER.LOANREQUEST_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANAPPROVE_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANAPPROVE_DATENull() {
this[this.tableLNCONTMASTER.LOANAPPROVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANAPPROVE_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANAPPROVE_AMTNull() {
this[this.tableLNCONTMASTER.LOANAPPROVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWITHDRAWABLE_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.WITHDRAWABLE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWITHDRAWABLE_AMTNull() {
this[this.tableLNCONTMASTER.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_BALANCENull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_BALANCENull() {
this[this.tableLNCONTMASTER.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAYMENT_TYPENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAYMENT_TYPENull() {
this[this.tableLNCONTMASTER.LOANPAYMENT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_INSTALLMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_INSTALLMENTNull() {
this[this.tableLNCONTMASTER.PERIOD_INSTALLMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYMENTNull() {
this[this.tableLNCONTMASTER.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_LASTPAYMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_LASTPAYMENTNull() {
this[this.tableLNCONTMASTER.PERIOD_LASTPAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENT_STATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.PAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENT_STATUSNull() {
this[this.tableLNCONTMASTER.PAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_PERIODRCVNull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_PERIODRCVColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_PERIODRCVNull() {
this[this.tableLNCONTMASTER.LAST_PERIODRCVColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_PERIODPAYNull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_PERIODPAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_PERIODPAYNull() {
this[this.tableLNCONTMASTER.LAST_PERIODPAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTARTCONT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.STARTCONT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTARTCONT_DATENull() {
this[this.tableLNCONTMASTER.STARTCONT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTARTKEEP_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.STARTKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTARTKEEP_DATENull() {
this[this.tableLNCONTMASTER.STARTKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTARTKEEP_PERIODNull() {
return this.IsNull(this.tableLNCONTMASTER.STARTKEEP_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTARTKEEP_PERIODNull() {
this[this.tableLNCONTMASTER.STARTKEEP_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTRECEIVE_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTRECEIVE_DATENull() {
this[this.tableLNCONTMASTER.LASTRECEIVE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAYMENT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAYMENT_DATENull() {
this[this.tableLNCONTMASTER.LASTPAYMENT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTCALINT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTCALINT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTCALINT_DATENull() {
this[this.tableLNCONTMASTER.LASTCALINT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTKEEPING_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTKEEPING_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTKEEPING_DATENull() {
this[this.tableLNCONTMASTER.LASTKEEPING_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPROCESS_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPROCESS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPROCESS_DATENull() {
this[this.tableLNCONTMASTER.LASTPROCESS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTACCESS_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTACCESS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTACCESS_DATENull() {
this[this.tableLNCONTMASTER.LASTACCESS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSECONT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.CLOSECONT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSECONT_DATENull() {
this[this.tableLNCONTMASTER.CLOSECONT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_ARREARNull() {
this[this.tableLNCONTMASTER.PRINCIPAL_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ARREARNull() {
this[this.tableLNCONTMASTER.INTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTYEAR_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTYEAR_ARREARNull() {
this[this.tableLNCONTMASTER.INTYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ACCUMNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_ACCUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_ACCUMNull() {
this[this.tableLNCONTMASTER.INTEREST_ACCUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTACCUM_LASTYEARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTACCUM_LASTYEARNull() {
this[this.tableLNCONTMASTER.INTACCUM_LASTYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_RETURNNull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_RETURNNull() {
this[this.tableLNCONTMASTER.PRINCIPAL_RETURNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_RETURNNull() {
return this.IsNull(this.tableLNCONTMASTER.INTEREST_RETURNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_RETURNNull() {
this[this.tableLNCONTMASTER.INTEREST_RETURNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNPAYMENT_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNPAYMENT_AMTNull() {
this[this.tableLNCONTMASTER.PRNPAYMENT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTPAYMENT_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.INTPAYMENT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTPAYMENT_AMTNull() {
this[this.tableLNCONTMASTER.INTPAYMENT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_STM_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_STM_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_STM_NONull() {
this[this.tableLNCONTMASTER.LAST_STM_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRANSFER_STATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.TRANSFER_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRANSFER_STATUSNull() {
this[this.tableLNCONTMASTER.TRANSFER_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_TRANSNull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_TRANSNull() {
this[this.tableLNCONTMASTER.PRINCIPAL_TRANSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNFROM_CONTNONull() {
return this.IsNull(this.tableLNCONTMASTER.TRNFROM_CONTNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNFROM_CONTNONull() {
this[this.tableLNCONTMASTER.TRNFROM_CONTNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNFROM_MEMNONull() {
return this.IsNull(this.tableLNCONTMASTER.TRNFROM_MEMNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNFROM_MEMNONull() {
this[this.tableLNCONTMASTER.TRNFROM_MEMNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNKEEP_PRINCIPALNull() {
return this.IsNull(this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNKEEP_PRINCIPALNull() {
this[this.tableLNCONTMASTER.NKEEP_PRINCIPALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNKEEP_INTERESTNull() {
return this.IsNull(this.tableLNCONTMASTER.NKEEP_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNKEEP_INTERESTNull() {
this[this.tableLNCONTMASTER.NKEEP_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_PRINCIPALNull() {
return this.IsNull(this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_PRINCIPALNull() {
this[this.tableLNCONTMASTER.RKEEP_PRINCIPALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRKEEP_INTERESTNull() {
return this.IsNull(this.tableLNCONTMASTER.RKEEP_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRKEEP_INTERESTNull() {
this[this.tableLNCONTMASTER.RKEEP_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_STATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_STATUSNull() {
this[this.tableLNCONTMASTER.COMPOUND_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_INSTALLMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_INSTALLMENTNull() {
this[this.tableLNCONTMASTER.COMPOUND_INSTALLMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_DUEDATENull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_DUEDATENull() {
this[this.tableLNCONTMASTER.COMPOUND_DUEDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PAYMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PAYMENTNull() {
this[this.tableLNCONTMASTER.COMPOUND_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PAYSTATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PAYSTATUSNull() {
this[this.tableLNCONTMASTER.COMPOUND_PAYSTATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAY_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.MISSPAY_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAY_AMTNull() {
this[this.tableLNCONTMASTER.MISSPAY_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOD_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.OD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOD_FLAGNull() {
this[this.tableLNCONTMASTER.OD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTLAW_STATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.CONTLAW_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTLAW_STATUSNull() {
this[this.tableLNCONTMASTER.CONTLAW_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_STATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.CONTRACT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_STATUSNull() {
this[this.tableLNCONTMASTER.CONTRACT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_IDNull() {
return this.IsNull(this.tableLNCONTMASTER.APPROVE_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_IDNull() {
this[this.tableLNCONTMASTER.APPROVE_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPROVE_BYCOOPIDNull() {
return this.IsNull(this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPROVE_BYCOOPIDNull() {
this[this.tableLNCONTMASTER.APPROVE_BYCOOPIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKNull() {
return this.IsNull(this.tableLNCONTMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableLNCONTMASTER.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTTYPENull() {
return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTTYPENull() {
this[this.tableLNCONTMASTER.INT_CONTINTTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTRATENull() {
return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTRATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTRATENull() {
this[this.tableLNCONTMASTER.INT_CONTINTRATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTTABCODENull() {
return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTTABCODENull() {
this[this.tableLNCONTMASTER.INT_CONTINTTABCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_CONTINTINCREASENull() {
return this.IsNull(this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_CONTINTINCREASENull() {
this[this.tableLNCONTMASTER.INT_CONTINTINCREASEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_INTSTEPTYPENull() {
return this.IsNull(this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_INTSTEPTYPENull() {
this[this.tableLNCONTMASTER.INT_INTSTEPTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTATUS_DESCNull() {
return this.IsNull(this.tableLNCONTMASTER.STATUS_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTATUS_DESCNull() {
this[this.tableLNCONTMASTER.STATUS_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYAMTNull() {
return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYAMTNull() {
this[this.tableLNCONTMASTER.PERIOD_PAYAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYMENT_MAXNull() {
return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYMENT_MAXNull() {
this[this.tableLNCONTMASTER.PERIOD_PAYMENT_MAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTMONTH_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTMONTH_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTMONTH_ARREARNull() {
this[this.tableLNCONTMASTER.INTMONTH_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_TRANSCONT_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_TRANSCONT_NONull() {
this[this.tableLNCONTMASTER.LAST_TRANSCONT_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_TIMENull() {
return this.IsNull(this.tableLNCONTMASTER.CONTRACT_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_TIMENull() {
this[this.tableLNCONTMASTER.CONTRACT_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPIRECONT_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.EXPIRECONT_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPIRECONT_DATENull() {
this[this.tableLNCONTMASTER.EXPIRECONT_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.EXPENSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_CODENull() {
this[this.tableLNCONTMASTER.EXPENSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tableLNCONTMASTER.EXPENSE_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BANKNull() {
this[this.tableLNCONTMASTER.EXPENSE_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BRANCHNull() {
return this.IsNull(this.tableLNCONTMASTER.EXPENSE_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BRANCHNull() {
this[this.tableLNCONTMASTER.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_ACCIDNull() {
return this.IsNull(this.tableLNCONTMASTER.EXPENSE_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_ACCIDNull() {
this[this.tableLNCONTMASTER.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_DATENull() {
this[this.tableLNCONTMASTER.COMPOUND_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PERIODNull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PERIODNull() {
this[this.tableLNCONTMASTER.COMPOUND_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDDUE_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDDUE_DATENull() {
this[this.tableLNCONTMASTER.COMPOUNDDUE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBUYSHARE_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.BUYSHARE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBUYSHARE_AMTNull() {
this[this.tableLNCONTMASTER.BUYSHARE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIVEPERIOD_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIVEPERIOD_FLAGNull() {
this[this.tableLNCONTMASTER.RECEIVEPERIOD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNCBALBEGIN_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCBALBEGIN_AMTNull() {
this[this.tableLNCONTMASTER.PRNCBALBEGIN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_TYPENull() {
return this.IsNull(this.tableLNCONTMASTER.CONTRACT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_TYPENull() {
this[this.tableLNCONTMASTER.CONTRACT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUMINT_LASTYEARNull() {
return this.IsNull(this.tableLNCONTMASTER.SUMINT_LASTYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUMINT_LASTYEARNull() {
this[this.tableLNCONTMASTER.SUMINT_LASTYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOAN_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LOAN_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOAN_NONull() {
this[this.tableLNCONTMASTER.LOAN_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSURANCE_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.INSURANCE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSURANCE_AMTNull() {
this[this.tableLNCONTMASTER.INSURANCE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSTYPE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.INSTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSTYPE_CODENull() {
this[this.tableLNCONTMASTER.INSTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARREAR_TRANSNull() {
return this.IsNull(this.tableLNCONTMASTER.INTARREAR_TRANSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARREAR_TRANSNull() {
this[this.tableLNCONTMASTER.INTARREAR_TRANSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_IDNull() {
return this.IsNull(this.tableLNCONTMASTER.CANCEL_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_IDNull() {
this[this.tableLNCONTMASTER.CANCEL_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.CANCEL_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_DATENull() {
this[this.tableLNCONTMASTER.CANCEL_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_CAUSENull() {
return this.IsNull(this.tableLNCONTMASTER.CANCEL_CAUSEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_CAUSENull() {
this[this.tableLNCONTMASTER.CANCEL_CAUSEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_PAYTYPENull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_PAYTYPENull() {
this[this.tableLNCONTMASTER.COMPOUND_PAYTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_NMLDATENull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_NMLDATENull() {
this[this.tableLNCONTMASTER.COMPOUND_NMLDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_TRANSBALNull() {
return this.IsNull(this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_TRANSBALNull() {
this[this.tableLNCONTMASTER.PRINCIPAL_TRANSBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARREAR_TRANSBALNull() {
return this.IsNull(this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARREAR_TRANSBALNull() {
this[this.tableLNCONTMASTER.INTARREAR_TRANSBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAYMENTCHG_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAYMENTCHG_DATENull() {
this[this.tableLNCONTMASTER.LOANPAYMENTCHG_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUND_INTARRPAYMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUND_INTARRPAYMENTNull() {
this[this.tableLNCONTMASTER.COMPOUND_INTARRPAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSURECOLL_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.INSURECOLL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSURECOLL_FLAGNull() {
this[this.tableLNCONTMASTER.INSURECOLL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNLNTOCOLL_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNLNTOCOLL_FLAGNull() {
this[this.tableLNCONTMASTER.TRNLNTOCOLL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOUNTPAY_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.COUNTPAY_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOUNTPAY_FLAGNull() {
this[this.tableLNCONTMASTER.COUNTPAY_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIOD_PAYINTARRNull() {
return this.IsNull(this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIOD_PAYINTARRNull() {
this[this.tableLNCONTMASTER.PERIOD_PAYINTARRColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNFROM_PRNBALNull() {
return this.IsNull(this.tableLNCONTMASTER.TRNFROM_PRNBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNFROM_PRNBALNull() {
this[this.tableLNCONTMASTER.TRNFROM_PRNBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNFROM_INTBALNull() {
return this.IsNull(this.tableLNCONTMASTER.TRNFROM_INTBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNFROM_INTBALNull() {
this[this.tableLNCONTMASTER.TRNFROM_INTBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYOUTORD_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYOUTORD_FLAGNull() {
this[this.tableLNCONTMASTER.PAYOUTORD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsIDENTIFYCONT_INTRATENull() {
return this.IsNull(this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetIDENTIFYCONT_INTRATENull() {
this[this.tableLNCONTMASTER.IDENTIFYCONT_INTRATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOBJINTWARRANT_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOBJINTWARRANT_CODENull() {
this[this.tableLNCONTMASTER.OBJINTWARRANT_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_PRNBALAMTNull() {
return this.IsNull(this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_PRNBALAMTNull() {
this[this.tableLNCONTMASTER.CANCEL_PRNBALAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREQCOOP_IDNull() {
return this.IsNull(this.tableLNCONTMASTER.REQCOOP_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREQCOOP_IDNull() {
this[this.tableLNCONTMASTER.REQCOOP_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTCERTIFICATE_STATUSNull() {
return this.IsNull(this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTCERTIFICATE_STATUSNull() {
this[this.tableLNCONTMASTER.INTCERTIFICATE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTENDORSE_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.INTENDORSE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTENDORSE_AMTNull() {
this[this.tableLNCONTMASTER.INTENDORSE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCREDIT_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANCREDIT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCREDIT_AMTNull() {
this[this.tableLNCONTMASTER.LOANCREDIT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTSET_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTSET_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTSET_ARREARNull() {
this[this.tableLNCONTMASTER.INTSET_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAY_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_CODENull() {
this[this.tableLNCONTMASTER.LOANPAY_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_BANKNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAY_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_BANKNull() {
this[this.tableLNCONTMASTER.LOANPAY_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_BRANCHNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAY_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_BRANCHNull() {
this[this.tableLNCONTMASTER.LOANPAY_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAY_ACCIDNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAY_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAY_ACCIDNull() {
this[this.tableLNCONTMASTER.LOANPAY_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPAYSPLIT_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPAYSPLIT_FLAGNull() {
this[this.tableLNCONTMASTER.LOANPAYSPLIT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTCCLCAUSE_CODENull() {
return this.IsNull(this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTCCLCAUSE_CODENull() {
this[this.tableLNCONTMASTER.CONTCCLCAUSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTCOMPOUND_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTCOMPOUND_ARREARNull() {
this[this.tableLNCONTMASTER.INTCOMPOUND_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREFRAINAVG_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREFRAINAVG_FLAGNull() {
this[this.tableLNCONTMASTER.REFRAINAVG_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIDNull() {
return this.IsNull(this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIDNull() {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIPNull() {
return this.IsNull(this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIPNull() {
this[this.tableLNCONTMASTER.UPDATE_BYENTRYIPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTSETBEGIN_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTSETBEGIN_AMTNull() {
this[this.tableLNCONTMASTER.INTSETBEGIN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBPERIOD_PERCENTNull() {
return this.IsNull(this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBPERIOD_PERCENTNull() {
this[this.tableLNCONTMASTER.SUBPERIOD_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBPERIOD_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.SUBPERIOD_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBPERIOD_AMTNull() {
this[this.tableLNCONTMASTER.SUBPERIOD_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBCOUNT_AMTNull() {
return this.IsNull(this.tableLNCONTMASTER.SUBCOUNT_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBCOUNT_AMTNull() {
this[this.tableLNCONTMASTER.SUBCOUNT_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBPERIOD_PAYMENTNull() {
return this.IsNull(this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBPERIOD_PAYMENTNull() {
this[this.tableLNCONTMASTER.SUBPERIOD_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINEYEAR_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.FINEYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINEYEAR_ARREARNull() {
this[this.tableLNCONTMASTER.FINEYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.FINE_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_ARREARNull() {
this[this.tableLNCONTMASTER.FINE_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRENT_COOPIDNull() {
return this.IsNull(this.tableLNCONTMASTER.CURRENT_COOPIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRENT_COOPIDNull() {
this[this.tableLNCONTMASTER.CURRENT_COOPIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTCOUNTNull() {
return this.IsNull(this.tableLNCONTMASTER.CONTCOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTCOUNTNull() {
this[this.tableLNCONTMASTER.CONTCOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTCOUNT_ENDNull() {
return this.IsNull(this.tableLNCONTMASTER.CONTCOUNT_ENDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTCOUNT_ENDNull() {
this[this.tableLNCONTMASTER.CONTCOUNT_ENDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTREC_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LASTREC_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTREC_NONull() {
this[this.tableLNCONTMASTER.LASTREC_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTLINE_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LASTLINE_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTLINE_NONull() {
this[this.tableLNCONTMASTER.LASTLINE_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAGE_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPAGE_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAGE_NONull() {
this[this.tableLNCONTMASTER.LASTPAGE_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANPASSBOOK_NONull() {
return this.IsNull(this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANPASSBOOK_NONull() {
this[this.tableLNCONTMASTER.LOANPASSBOOK_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTCOMPENSATE_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTCOMPENSATE_FLAGNull() {
this[this.tableLNCONTMASTER.INTCOMPENSATE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTCALFINE_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.LASTCALFINE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTCALFINE_DATENull() {
this[this.tableLNCONTMASTER.LASTCALFINE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACTINT_TYPENull() {
return this.IsNull(this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACTINT_TYPENull() {
this[this.tableLNCONTMASTER.CONTRACTINT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTINTEXPIRE_DATENull() {
return this.IsNull(this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTINTEXPIRE_DATENull() {
this[this.tableLNCONTMASTER.CONTINTEXPIRE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_INTERESTNull() {
return this.IsNull(this.tableLNCONTMASTER.CONTRACT_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_INTERESTNull() {
this[this.tableLNCONTMASTER.CONTRACT_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFFINEYEAR_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFFINEYEAR_ARREARNull() {
this[this.tableLNCONTMASTER.BFFINEYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTERESTYEAR_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTERESTYEAR_ARREARNull() {
this[this.tableLNCONTMASTER.BFINTERESTYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRTBOOK_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.PRTBOOK_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRTBOOK_FLAGNull() {
this[this.tableLNCONTMASTER.PRTBOOK_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRTCARD_FLAGNull() {
return this.IsNull(this.tableLNCONTMASTER.PRTCARD_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRTCARD_FLAGNull() {
this[this.tableLNCONTMASTER.PRTCARD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPRINCIPALYEAR_ARREARNull() {
return this.IsNull(this.tableLNCONTMASTER.BFPRINCIPALYEAR_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPRINCIPALYEAR_ARREARNull() {
this[this.tableLNCONTMASTER.BFPRINCIPALYEAR_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTREC_NO_CARDNull() {
return this.IsNull(this.tableLNCONTMASTER.LASTREC_NO_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTREC_NO_CARDNull() {
this[this.tableLNCONTMASTER.LASTREC_NO_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTLINE_NO_CARDNull() {
return this.IsNull(this.tableLNCONTMASTER.LASTLINE_NO_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTLINE_NO_CARDNull() {
this[this.tableLNCONTMASTER.LASTLINE_NO_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTPAGE_NO_CARDNull() {
return this.IsNull(this.tableLNCONTMASTER.LASTPAGE_NO_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTPAGE_NO_CARDNull() {
this[this.tableLNCONTMASTER.LASTPAGE_NO_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableLNCONTMASTER.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableLNCONTMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDS_NONull() {
return this.IsNull(this.tableLNCONTMASTER.DS_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDS_NONull() {
this[this.tableLNCONTMASTER.DS_NOColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DataTable1Row : global::System.Data.DataRow {
private DataTable1DataTable tableDataTable1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DataTable1Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDataTable1 = ((DataTable1DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDataTable1.SDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SDATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.SDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime EDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDataTable1.EDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EDATE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.EDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SGROUP {
get {
try {
return ((string)(this[this.tableDataTable1.SGROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SGROUP\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.SGROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EGROUP {
get {
try {
return ((string)(this[this.tableDataTable1.EGROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EGROUP\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.EGROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NO {
get {
try {
return ((string)(this[this.tableDataTable1.MEMB_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.MEMB_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TYPE {
get {
try {
return ((string)(this[this.tableDataTable1.TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TYPE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE {
get {
try {
return ((string)(this[this.tableDataTable1.LOANTYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.LOANTYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOAN_NO {
get {
try {
return ((string)(this[this.tableDataTable1.LOAN_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOAN_NO\' in table \'DataTable1\' is DBNull.", e);
}
}
set {
this[this.tableDataTable1.LOAN_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSDATENull() {
return this.IsNull(this.tableDataTable1.SDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSDATENull() {
this[this.tableDataTable1.SDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEDATENull() {
return this.IsNull(this.tableDataTable1.EDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEDATENull() {
this[this.tableDataTable1.EDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSGROUPNull() {
return this.IsNull(this.tableDataTable1.SGROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSGROUPNull() {
this[this.tableDataTable1.SGROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEGROUPNull() {
return this.IsNull(this.tableDataTable1.EGROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEGROUPNull() {
this[this.tableDataTable1.EGROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NONull() {
return this.IsNull(this.tableDataTable1.MEMB_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NONull() {
this[this.tableDataTable1.MEMB_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTYPENull() {
return this.IsNull(this.tableDataTable1.TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTYPENull() {
this[this.tableDataTable1.TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPENull() {
return this.IsNull(this.tableDataTable1.LOANTYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPENull() {
this[this.tableDataTable1.LOANTYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOAN_NONull() {
return this.IsNull(this.tableDataTable1.LOAN_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOAN_NONull() {
this[this.tableDataTable1.LOAN_NOColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNCONTMASTERRowChangeEvent : global::System.EventArgs {
private LNCONTMASTERRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRowChangeEvent(LNCONTMASTERRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class DataTable1RowChangeEvent : global::System.EventArgs {
private DataTable1Row eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataTable1Row Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.ws_sl_printcard_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 LNCONTMASTERTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTMASTERTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "LNCONTMASTER";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE");
tableMapping.ColumnMappings.Add("LOANOBJECTIVE_CODE", "LOANOBJECTIVE_CODE");
tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO");
tableMapping.ColumnMappings.Add("LOANREQUEST_AMT", "LOANREQUEST_AMT");
tableMapping.ColumnMappings.Add("LOANAPPROVE_DATE", "LOANAPPROVE_DATE");
tableMapping.ColumnMappings.Add("LOANAPPROVE_AMT", "LOANAPPROVE_AMT");
tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT");
tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE");
tableMapping.ColumnMappings.Add("LOANPAYMENT_TYPE", "LOANPAYMENT_TYPE");
tableMapping.ColumnMappings.Add("PERIOD_INSTALLMENT", "PERIOD_INSTALLMENT");
tableMapping.ColumnMappings.Add("PERIOD_PAYMENT", "PERIOD_PAYMENT");
tableMapping.ColumnMappings.Add("PERIOD_LASTPAYMENT", "PERIOD_LASTPAYMENT");
tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS");
tableMapping.ColumnMappings.Add("LAST_PERIODRCV", "LAST_PERIODRCV");
tableMapping.ColumnMappings.Add("LAST_PERIODPAY", "LAST_PERIODPAY");
tableMapping.ColumnMappings.Add("STARTCONT_DATE", "STARTCONT_DATE");
tableMapping.ColumnMappings.Add("STARTKEEP_DATE", "STARTKEEP_DATE");
tableMapping.ColumnMappings.Add("STARTKEEP_PERIOD", "STARTKEEP_PERIOD");
tableMapping.ColumnMappings.Add("LASTRECEIVE_DATE", "LASTRECEIVE_DATE");
tableMapping.ColumnMappings.Add("LASTPAYMENT_DATE", "LASTPAYMENT_DATE");
tableMapping.ColumnMappings.Add("LASTCALINT_DATE", "LASTCALINT_DATE");
tableMapping.ColumnMappings.Add("LASTKEEPING_DATE", "LASTKEEPING_DATE");
tableMapping.ColumnMappings.Add("LASTPROCESS_DATE", "LASTPROCESS_DATE");
tableMapping.ColumnMappings.Add("LASTACCESS_DATE", "LASTACCESS_DATE");
tableMapping.ColumnMappings.Add("CLOSECONT_DATE", "CLOSECONT_DATE");
tableMapping.ColumnMappings.Add("PRINCIPAL_ARREAR", "PRINCIPAL_ARREAR");
tableMapping.ColumnMappings.Add("INTEREST_ARREAR", "INTEREST_ARREAR");
tableMapping.ColumnMappings.Add("INTYEAR_ARREAR", "INTYEAR_ARREAR");
tableMapping.ColumnMappings.Add("INTEREST_ACCUM", "INTEREST_ACCUM");
tableMapping.ColumnMappings.Add("INTACCUM_LASTYEAR", "INTACCUM_LASTYEAR");
tableMapping.ColumnMappings.Add("PRINCIPAL_RETURN", "PRINCIPAL_RETURN");
tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN");
tableMapping.ColumnMappings.Add("PRNPAYMENT_AMT", "PRNPAYMENT_AMT");
tableMapping.ColumnMappings.Add("INTPAYMENT_AMT", "INTPAYMENT_AMT");
tableMapping.ColumnMappings.Add("LAST_STM_NO", "LAST_STM_NO");
tableMapping.ColumnMappings.Add("TRANSFER_STATUS", "TRANSFER_STATUS");
tableMapping.ColumnMappings.Add("PRINCIPAL_TRANS", "PRINCIPAL_TRANS");
tableMapping.ColumnMappings.Add("TRNFROM_CONTNO", "TRNFROM_CONTNO");
tableMapping.ColumnMappings.Add("TRNFROM_MEMNO", "TRNFROM_MEMNO");
tableMapping.ColumnMappings.Add("NKEEP_PRINCIPAL", "NKEEP_PRINCIPAL");
tableMapping.ColumnMappings.Add("NKEEP_INTEREST", "NKEEP_INTEREST");
tableMapping.ColumnMappings.Add("RKEEP_PRINCIPAL", "RKEEP_PRINCIPAL");
tableMapping.ColumnMappings.Add("RKEEP_INTEREST", "RKEEP_INTEREST");
tableMapping.ColumnMappings.Add("COMPOUND_STATUS", "COMPOUND_STATUS");
tableMapping.ColumnMappings.Add("COMPOUND_INSTALLMENT", "COMPOUND_INSTALLMENT");
tableMapping.ColumnMappings.Add("COMPOUND_DUEDATE", "COMPOUND_DUEDATE");
tableMapping.ColumnMappings.Add("COMPOUND_PAYMENT", "COMPOUND_PAYMENT");
tableMapping.ColumnMappings.Add("COMPOUND_PAYSTATUS", "COMPOUND_PAYSTATUS");
tableMapping.ColumnMappings.Add("MISSPAY_AMT", "MISSPAY_AMT");
tableMapping.ColumnMappings.Add("OD_FLAG", "OD_FLAG");
tableMapping.ColumnMappings.Add("CONTLAW_STATUS", "CONTLAW_STATUS");
tableMapping.ColumnMappings.Add("CONTRACT_STATUS", "CONTRACT_STATUS");
tableMapping.ColumnMappings.Add("APPROVE_ID", "APPROVE_ID");
tableMapping.ColumnMappings.Add("APPROVE_BYCOOPID", "APPROVE_BYCOOPID");
tableMapping.ColumnMappings.Add("REMARK", "REMARK");
tableMapping.ColumnMappings.Add("INT_CONTINTTYPE", "INT_CONTINTTYPE");
tableMapping.ColumnMappings.Add("INT_CONTINTRATE", "INT_CONTINTRATE");
tableMapping.ColumnMappings.Add("INT_CONTINTTABCODE", "INT_CONTINTTABCODE");
tableMapping.ColumnMappings.Add("INT_CONTINTINCREASE", "INT_CONTINTINCREASE");
tableMapping.ColumnMappings.Add("INT_INTSTEPTYPE", "INT_INTSTEPTYPE");
tableMapping.ColumnMappings.Add("STATUS_DESC", "STATUS_DESC");
tableMapping.ColumnMappings.Add("PERIOD_PAYAMT", "PERIOD_PAYAMT");
tableMapping.ColumnMappings.Add("PERIOD_PAYMENT_MAX", "PERIOD_PAYMENT_MAX");
tableMapping.ColumnMappings.Add("INTMONTH_ARREAR", "INTMONTH_ARREAR");
tableMapping.ColumnMappings.Add("LAST_TRANSCONT_NO", "LAST_TRANSCONT_NO");
tableMapping.ColumnMappings.Add("CONTRACT_TIME", "CONTRACT_TIME");
tableMapping.ColumnMappings.Add("EXPIRECONT_DATE", "EXPIRECONT_DATE");
tableMapping.ColumnMappings.Add("EXPENSE_CODE", "EXPENSE_CODE");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("COMPOUND_DATE", "COMPOUND_DATE");
tableMapping.ColumnMappings.Add("COMPOUND_PERIOD", "COMPOUND_PERIOD");
tableMapping.ColumnMappings.Add("COMPOUNDDUE_DATE", "COMPOUNDDUE_DATE");
tableMapping.ColumnMappings.Add("BUYSHARE_AMT", "BUYSHARE_AMT");
tableMapping.ColumnMappings.Add("RECEIVEPERIOD_FLAG", "RECEIVEPERIOD_FLAG");
tableMapping.ColumnMappings.Add("PRNCBALBEGIN_AMT", "PRNCBALBEGIN_AMT");
tableMapping.ColumnMappings.Add("CONTRACT_TYPE", "CONTRACT_TYPE");
tableMapping.ColumnMappings.Add("SUMINT_LASTYEAR", "SUMINT_LASTYEAR");
tableMapping.ColumnMappings.Add("LOAN_NO", "LOAN_NO");
tableMapping.ColumnMappings.Add("INSURANCE_AMT", "INSURANCE_AMT");
tableMapping.ColumnMappings.Add("INSTYPE_CODE", "INSTYPE_CODE");
tableMapping.ColumnMappings.Add("INTARREAR_TRANS", "INTARREAR_TRANS");
tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("CANCEL_CAUSE", "CANCEL_CAUSE");
tableMapping.ColumnMappings.Add("COMPOUND_PAYTYPE", "COMPOUND_PAYTYPE");
tableMapping.ColumnMappings.Add("COMPOUND_NMLDATE", "COMPOUND_NMLDATE");
tableMapping.ColumnMappings.Add("PRINCIPAL_TRANSBAL", "PRINCIPAL_TRANSBAL");
tableMapping.ColumnMappings.Add("INTARREAR_TRANSBAL", "INTARREAR_TRANSBAL");
tableMapping.ColumnMappings.Add("LOANPAYMENTCHG_DATE", "LOANPAYMENTCHG_DATE");
tableMapping.ColumnMappings.Add("COMPOUND_INTARRPAYMENT", "COMPOUND_INTARRPAYMENT");
tableMapping.ColumnMappings.Add("INSURECOLL_FLAG", "INSURECOLL_FLAG");
tableMapping.ColumnMappings.Add("TRNLNTOCOLL_FLAG", "TRNLNTOCOLL_FLAG");
tableMapping.ColumnMappings.Add("COUNTPAY_FLAG", "COUNTPAY_FLAG");
tableMapping.ColumnMappings.Add("PERIOD_PAYINTARR", "PERIOD_PAYINTARR");
tableMapping.ColumnMappings.Add("TRNFROM_PRNBAL", "TRNFROM_PRNBAL");
tableMapping.ColumnMappings.Add("TRNFROM_INTBAL", "TRNFROM_INTBAL");
tableMapping.ColumnMappings.Add("PAYOUTORD_FLAG", "PAYOUTORD_FLAG");
tableMapping.ColumnMappings.Add("IDENTIFYCONT_INTRATE", "IDENTIFYCONT_INTRATE");
tableMapping.ColumnMappings.Add("OBJINTWARRANT_CODE", "OBJINTWARRANT_CODE");
tableMapping.ColumnMappings.Add("CANCEL_PRNBALAMT", "CANCEL_PRNBALAMT");
tableMapping.ColumnMappings.Add("REQCOOP_ID", "REQCOOP_ID");
tableMapping.ColumnMappings.Add("INTCERTIFICATE_STATUS", "INTCERTIFICATE_STATUS");
tableMapping.ColumnMappings.Add("INTENDORSE_AMT", "INTENDORSE_AMT");
tableMapping.ColumnMappings.Add("LOANCREDIT_AMT", "LOANCREDIT_AMT");
tableMapping.ColumnMappings.Add("INTSET_ARREAR", "INTSET_ARREAR");
tableMapping.ColumnMappings.Add("LOANPAY_CODE", "LOANPAY_CODE");
tableMapping.ColumnMappings.Add("LOANPAY_BANK", "LOANPAY_BANK");
tableMapping.ColumnMappings.Add("LOANPAY_BRANCH", "LOANPAY_BRANCH");
tableMapping.ColumnMappings.Add("LOANPAY_ACCID", "LOANPAY_ACCID");
tableMapping.ColumnMappings.Add("LOANPAYSPLIT_FLAG", "LOANPAYSPLIT_FLAG");
tableMapping.ColumnMappings.Add("CONTCCLCAUSE_CODE", "CONTCCLCAUSE_CODE");
tableMapping.ColumnMappings.Add("INTCOMPOUND_ARREAR", "INTCOMPOUND_ARREAR");
tableMapping.ColumnMappings.Add("REFRAINAVG_FLAG", "REFRAINAVG_FLAG");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYID", "UPDATE_BYENTRYID");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYIP", "UPDATE_BYENTRYIP");
tableMapping.ColumnMappings.Add("INTSETBEGIN_AMT", "INTSETBEGIN_AMT");
tableMapping.ColumnMappings.Add("SUBPERIOD_PERCENT", "SUBPERIOD_PERCENT");
tableMapping.ColumnMappings.Add("SUBPERIOD_AMT", "SUBPERIOD_AMT");
tableMapping.ColumnMappings.Add("SUBCOUNT_AMT", "SUBCOUNT_AMT");
tableMapping.ColumnMappings.Add("SUBPERIOD_PAYMENT", "SUBPERIOD_PAYMENT");
tableMapping.ColumnMappings.Add("FINEYEAR_ARREAR", "FINEYEAR_ARREAR");
tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR");
tableMapping.ColumnMappings.Add("CURRENT_COOPID", "CURRENT_COOPID");
tableMapping.ColumnMappings.Add("CONTCOUNT", "CONTCOUNT");
tableMapping.ColumnMappings.Add("CONTCOUNT_END", "CONTCOUNT_END");
tableMapping.ColumnMappings.Add("LASTREC_NO", "LASTREC_NO");
tableMapping.ColumnMappings.Add("LASTLINE_NO", "LASTLINE_NO");
tableMapping.ColumnMappings.Add("LASTPAGE_NO", "LASTPAGE_NO");
tableMapping.ColumnMappings.Add("LOANPASSBOOK_NO", "LOANPASSBOOK_NO");
tableMapping.ColumnMappings.Add("INTCOMPENSATE_FLAG", "INTCOMPENSATE_FLAG");
tableMapping.ColumnMappings.Add("LASTCALFINE_DATE", "LASTCALFINE_DATE");
tableMapping.ColumnMappings.Add("CONTRACTINT_TYPE", "CONTRACTINT_TYPE");
tableMapping.ColumnMappings.Add("CONTINTEXPIRE_DATE", "CONTINTEXPIRE_DATE");
tableMapping.ColumnMappings.Add("CONTRACT_INTEREST", "CONTRACT_INTEREST");
tableMapping.ColumnMappings.Add("BFFINEYEAR_ARREAR", "BFFINEYEAR_ARREAR");
tableMapping.ColumnMappings.Add("BFINTERESTYEAR_ARREAR", "BFINTERESTYEAR_ARREAR");
tableMapping.ColumnMappings.Add("PRTBOOK_FLAG", "PRTBOOK_FLAG");
tableMapping.ColumnMappings.Add("PRTCARD_FLAG", "PRTCARD_FLAG");
tableMapping.ColumnMappings.Add("BFPRINCIPALYEAR_ARREAR", "BFPRINCIPALYEAR_ARREAR");
tableMapping.ColumnMappings.Add("LASTREC_NO_CARD", "LASTREC_NO_CARD");
tableMapping.ColumnMappings.Add("LASTLINE_NO_CARD", "LASTLINE_NO_CARD");
tableMapping.ColumnMappings.Add("LASTPAGE_NO_CARD", "LASTPAGE_NO_CARD");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNCONTMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTR" +
"ACT_NO\" = :Original_LOANCONTRACT_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"LNCONTMASTER\" (\"COOP_ID\", \"LOANCONTRACT_NO\", \"MEMCOOP_ID\", \"MEMBER_N" +
"O\", \"LOANTYPE_CODE\", \"LOANOBJECTIVE_CODE\", \"LOANREQUEST_DOCNO\", \"LOANREQUEST_AMT" +
"\", \"LOANAPPROVE_DATE\", \"LOANAPPROVE_AMT\", \"WITHDRAWABLE_AMT\", \"PRINCIPAL_BALANCE" +
"\", \"LOANPAYMENT_TYPE\", \"PERIOD_INSTALLMENT\", \"PERIOD_PAYMENT\", \"PERIOD_LASTPAYME" +
"NT\", \"PAYMENT_STATUS\", \"LAST_PERIODRCV\", \"LAST_PERIODPAY\", \"STARTCONT_DATE\", \"ST" +
"ARTKEEP_DATE\", \"STARTKEEP_PERIOD\", \"LASTRECEIVE_DATE\", \"LASTPAYMENT_DATE\", \"LAST" +
"CALINT_DATE\", \"LASTKEEPING_DATE\", \"LASTPROCESS_DATE\", \"LASTACCESS_DATE\", \"CLOSEC" +
"ONT_DATE\", \"PRINCIPAL_ARREAR\", \"INTEREST_ARREAR\", \"INTYEAR_ARREAR\", \"INTEREST_AC" +
"CUM\", \"INTACCUM_LASTYEAR\", \"PRINCIPAL_RETURN\", \"INTEREST_RETURN\", \"PRNPAYMENT_AM" +
"T\", \"INTPAYMENT_AMT\", \"LAST_STM_NO\", \"TRANSFER_STATUS\", \"PRINCIPAL_TRANS\", \"TRNF" +
"ROM_CONTNO\", \"TRNFROM_MEMNO\", \"NKEEP_PRINCIPAL\", \"NKEEP_INTEREST\", \"RKEEP_PRINCI" +
"PAL\", \"RKEEP_INTEREST\", \"COMPOUND_STATUS\", \"COMPOUND_INSTALLMENT\", \"COMPOUND_DUE" +
"DATE\", \"COMPOUND_PAYMENT\", \"COMPOUND_PAYSTATUS\", \"MISSPAY_AMT\", \"OD_FLAG\", \"CONT" +
"LAW_STATUS\", \"CONTRACT_STATUS\", \"APPROVE_ID\", \"APPROVE_BYCOOPID\", \"REMARK\", \"INT" +
"_CONTINTTYPE\", \"INT_CONTINTRATE\", \"INT_CONTINTTABCODE\", \"INT_CONTINTINCREASE\", \"" +
"INT_INTSTEPTYPE\", \"STATUS_DESC\", \"PERIOD_PAYAMT\", \"PERIOD_PAYMENT_MAX\", \"INTMONT" +
"H_ARREAR\", \"LAST_TRANSCONT_NO\", \"CONTRACT_TIME\", \"EXPIRECONT_DATE\", \"EXPENSE_COD" +
"E\", \"EXPENSE_BANK\", \"EXPENSE_BRANCH\", \"EXPENSE_ACCID\", \"COMPOUND_DATE\", \"COMPOUN" +
"D_PERIOD\", \"COMPOUNDDUE_DATE\", \"BUYSHARE_AMT\", \"RECEIVEPERIOD_FLAG\", \"PRNCBALBEG" +
"IN_AMT\", \"CONTRACT_TYPE\", \"SUMINT_LASTYEAR\", \"LOAN_NO\", \"INSURANCE_AMT\", \"INSTYP" +
"E_CODE\", \"INTARREAR_TRANS\", \"CANCEL_ID\", \"CANCEL_DATE\", \"CANCEL_CAUSE\", \"COMPOUN" +
"D_PAYTYPE\", \"COMPOUND_NMLDATE\", \"PRINCIPAL_TRANSBAL\", \"INTARREAR_TRANSBAL\", \"LOA" +
"NPAYMENTCHG_DATE\", \"COMPOUND_INTARRPAYMENT\", \"INSURECOLL_FLAG\", \"TRNLNTOCOLL_FLA" +
"G\", \"COUNTPAY_FLAG\", \"PERIOD_PAYINTARR\", \"TRNFROM_PRNBAL\", \"TRNFROM_INTBAL\", \"PA" +
"YOUTORD_FLAG\", \"IDENTIFYCONT_INTRATE\", \"OBJINTWARRANT_CODE\", \"CANCEL_PRNBALAMT\"," +
" \"REQCOOP_ID\", \"INTCERTIFICATE_STATUS\", \"INTENDORSE_AMT\", \"LOANCREDIT_AMT\", \"INT" +
"SET_ARREAR\", \"LOANPAY_CODE\", \"LOANPAY_BANK\", \"LOANPAY_BRANCH\", \"LOANPAY_ACCID\", " +
"\"LOANPAYSPLIT_FLAG\", \"CONTCCLCAUSE_CODE\", \"INTCOMPOUND_ARREAR\", \"REFRAINAVG_FLAG" +
"\", \"UPDATE_BYENTRYID\", \"UPDATE_BYENTRYIP\", \"INTSETBEGIN_AMT\", \"SUBPERIOD_PERCENT" +
"\", \"SUBPERIOD_AMT\", \"SUBCOUNT_AMT\", \"SUBPERIOD_PAYMENT\", \"FINEYEAR_ARREAR\", \"FIN" +
"E_ARREAR\", \"CURRENT_COOPID\", \"CONTCOUNT\", \"CONTCOUNT_END\", \"LASTREC_NO\", \"LASTLI" +
"NE_NO\", \"LASTPAGE_NO\", \"LOANPASSBOOK_NO\", \"INTCOMPENSATE_FLAG\", \"LASTCALFINE_DAT" +
"E\", \"CONTRACTINT_TYPE\", \"CONTINTEXPIRE_DATE\", \"CONTRACT_INTEREST\", \"BFFINEYEAR_A" +
"RREAR\", \"BFINTERESTYEAR_ARREAR\", \"PRTBOOK_FLAG\", \"PRTCARD_FLAG\", \"BFPRINCIPALYEA" +
"R_ARREAR\", \"LASTREC_NO_CARD\", \"LASTLINE_NO_CARD\", \"LASTPAGE_NO_CARD\") VALUES (:C" +
"OOP_ID, :LOANCONTRACT_NO, :MEMCOOP_ID, :MEMBER_NO, :LOANTYPE_CODE, :LOANOBJECTIV" +
"E_CODE, :LOANREQUEST_DOCNO, :LOANREQUEST_AMT, :LOANAPPROVE_DATE, :LOANAPPROVE_AM" +
"T, :WITHDRAWABLE_AMT, :PRINCIPAL_BALANCE, :LOANPAYMENT_TYPE, :PERIOD_INSTALLMENT" +
", :PERIOD_PAYMENT, :PERIOD_LASTPAYMENT, :PAYMENT_STATUS, :LAST_PERIODRCV, :LAST_" +
"PERIODPAY, :STARTCONT_DATE, :STARTKEEP_DATE, :STARTKEEP_PERIOD, :LASTRECEIVE_DAT" +
"E, :LASTPAYMENT_DATE, :LASTCALINT_DATE, :LASTKEEPING_DATE, :LASTPROCESS_DATE, :L" +
"ASTACCESS_DATE, :CLOSECONT_DATE, :PRINCIPAL_ARREAR, :INTEREST_ARREAR, :INTYEAR_A" +
"RREAR, :INTEREST_ACCUM, :INTACCUM_LASTYEAR, :PRINCIPAL_RETURN, :INTEREST_RETURN," +
" :PRNPAYMENT_AMT, :INTPAYMENT_AMT, :LAST_STM_NO, :TRANSFER_STATUS, :PRINCIPAL_TR" +
"ANS, :TRNFROM_CONTNO, :TRNFROM_MEMNO, :NKEEP_PRINCIPAL, :NKEEP_INTEREST, :RKEEP_" +
"PRINCIPAL, :RKEEP_INTEREST, :COMPOUND_STATUS, :COMPOUND_INSTALLMENT, :COMPOUND_D" +
"UEDATE, :COMPOUND_PAYMENT, :COMPOUND_PAYSTATUS, :MISSPAY_AMT, :OD_FLAG, :CONTLAW" +
"_STATUS, :CONTRACT_STATUS, :APPROVE_ID, :APPROVE_BYCOOPID, :REMARK, :INT_CONTINT" +
"TYPE, :INT_CONTINTRATE, :INT_CONTINTTABCODE, :INT_CONTINTINCREASE, :INT_INTSTEPT" +
"YPE, :STATUS_DESC, :PERIOD_PAYAMT, :PERIOD_PAYMENT_MAX, :INTMONTH_ARREAR, :LAST_" +
"TRANSCONT_NO, :CONTRACT_TIME, :EXPIRECONT_DATE, :EXPENSE_CODE, :EXPENSE_BANK, :E" +
"XPENSE_BRANCH, :EXPENSE_ACCID, :COMPOUND_DATE, :COMPOUND_PERIOD, :COMPOUNDDUE_DA" +
"TE, :BUYSHARE_AMT, :RECEIVEPERIOD_FLAG, :PRNCBALBEGIN_AMT, :CONTRACT_TYPE, :SUMI" +
"NT_LASTYEAR, :LOAN_NO, :INSURANCE_AMT, :INSTYPE_CODE, :INTARREAR_TRANS, :CANCEL_" +
"ID, :CANCEL_DATE, :CANCEL_CAUSE, :COMPOUND_PAYTYPE, :COMPOUND_NMLDATE, :PRINCIPA" +
"L_TRANSBAL, :INTARREAR_TRANSBAL, :LOANPAYMENTCHG_DATE, :p1, :INSURECOLL_FLAG, :T" +
"RNLNTOCOLL_FLAG, :COUNTPAY_FLAG, :PERIOD_PAYINTARR, :TRNFROM_PRNBAL, :TRNFROM_IN" +
"TBAL, :PAYOUTORD_FLAG, :IDENTIFYCONT_INTRATE, :OBJINTWARRANT_CODE, :CANCEL_PRNBA" +
"LAMT, :REQCOOP_ID, :INTCERTIFICATE_STATUS, :INTENDORSE_AMT, :LOANCREDIT_AMT, :IN" +
"TSET_ARREAR, :LOANPAY_CODE, :LOANPAY_BANK, :LOANPAY_BRANCH, :LOANPAY_ACCID, :LOA" +
"NPAYSPLIT_FLAG, :CONTCCLCAUSE_CODE, :INTCOMPOUND_ARREAR, :REFRAINAVG_FLAG, :UPDA" +
"TE_BYENTRYID, :UPDATE_BYENTRYIP, :INTSETBEGIN_AMT, :SUBPERIOD_PERCENT, :SUBPERIO" +
"D_AMT, :SUBCOUNT_AMT, :SUBPERIOD_PAYMENT, :FINEYEAR_ARREAR, :FINE_ARREAR, :CURRE" +
"NT_COOPID, :CONTCOUNT, :CONTCOUNT_END, :LASTREC_NO, :LASTLINE_NO, :LASTPAGE_NO, " +
":LOANPASSBOOK_NO, :INTCOMPENSATE_FLAG, :LASTCALFINE_DATE, :CONTRACTINT_TYPE, :CO" +
"NTINTEXPIRE_DATE, :CONTRACT_INTEREST, :BFFINEYEAR_ARREAR, :BFINTERESTYEAR_ARREAR" +
", :PRTBOOK_FLAG, :PRTCARD_FLAG, :p4, :LASTREC_NO_CARD, :LASTLINE_NO_CARD, :LASTP" +
"AGE_NO_CARD)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANOBJECTIVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANOBJECTIVE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITHDRAWABLE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITHDRAWABLE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_LASTPAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_LASTPAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODRCV", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODPAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTCONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTACCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTACCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CLOSECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSECONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSFER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSFER_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_CONTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_CONTNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_MEMNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_MEMNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DUEDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYSTATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPROVE_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT_MAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT_MAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_TRANSCONT_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_TRANSCONT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TIME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRECONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDDUE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDDUE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BUYSHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BUYSHARE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVEPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVEPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCBALBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCBALBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOAN_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOAN_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INSTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_CAUSE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_CAUSE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENTCHG_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENTCHG_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INTARRPAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURECOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURECOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNLNTOCOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNLNTOCOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYINTARR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYINTARR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_PRNBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_PRNBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_INTBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_INTBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IDENTIFYCONT_INTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "IDENTIFYCONT_INTRATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OBJINTWARRANT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OBJINTWARRANT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_PRNBALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CANCEL_PRNBALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REQCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REQCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCERTIFICATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCERTIFICATE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTENDORSE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTENDORSE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCREDIT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANCREDIT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTSET_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSET_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYSPLIT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYSPLIT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCCLCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTCCLCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPOUND_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPOUND_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFRAINAVG_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REFRAINAVG_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTSETBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSETBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PERCENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBCOUNT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBCOUNT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRENT_COOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRENT_COOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT_END", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT_END", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPENSATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPENSATE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALFINE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALFINE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACTINT_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTRACTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTINTEXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CONTINTEXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTERESTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTERESTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTBOOK_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTBOOK_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTCARD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTCARD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPALYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE \"LNCONTMASTER\" SET \"COOP_ID\" = :COOP_ID, \"LOANCONTRACT_NO\" = :LOANCONTRACT" +
"_NO, \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"LOANTYPE_CODE\" = :LO" +
"ANTYPE_CODE, \"LOANOBJECTIVE_CODE\" = :LOANOBJECTIVE_CODE, \"LOANREQUEST_DOCNO\" = :" +
"LOANREQUEST_DOCNO, \"LOANREQUEST_AMT\" = :LOANREQUEST_AMT, \"LOANAPPROVE_DATE\" = :L" +
"OANAPPROVE_DATE, \"LOANAPPROVE_AMT\" = :LOANAPPROVE_AMT, \"WITHDRAWABLE_AMT\" = :WIT" +
"HDRAWABLE_AMT, \"PRINCIPAL_BALANCE\" = :PRINCIPAL_BALANCE, \"LOANPAYMENT_TYPE\" = :L" +
"OANPAYMENT_TYPE, \"PERIOD_INSTALLMENT\" = :PERIOD_INSTALLMENT, \"PERIOD_PAYMENT\" = " +
":PERIOD_PAYMENT, \"PERIOD_LASTPAYMENT\" = :PERIOD_LASTPAYMENT, \"PAYMENT_STATUS\" = " +
":PAYMENT_STATUS, \"LAST_PERIODRCV\" = :LAST_PERIODRCV, \"LAST_PERIODPAY\" = :LAST_PE" +
"RIODPAY, \"STARTCONT_DATE\" = :STARTCONT_DATE, \"STARTKEEP_DATE\" = :STARTKEEP_DATE," +
" \"STARTKEEP_PERIOD\" = :STARTKEEP_PERIOD, \"LASTRECEIVE_DATE\" = :LASTRECEIVE_DATE," +
" \"LASTPAYMENT_DATE\" = :LASTPAYMENT_DATE, \"LASTCALINT_DATE\" = :LASTCALINT_DATE, \"" +
"LASTKEEPING_DATE\" = :LASTKEEPING_DATE, \"LASTPROCESS_DATE\" = :LASTPROCESS_DATE, \"" +
"LASTACCESS_DATE\" = :LASTACCESS_DATE, \"CLOSECONT_DATE\" = :CLOSECONT_DATE, \"PRINCI" +
"PAL_ARREAR\" = :PRINCIPAL_ARREAR, \"INTEREST_ARREAR\" = :INTEREST_ARREAR, \"INTYEAR_" +
"ARREAR\" = :INTYEAR_ARREAR, \"INTEREST_ACCUM\" = :INTEREST_ACCUM, \"INTACCUM_LASTYEA" +
"R\" = :INTACCUM_LASTYEAR, \"PRINCIPAL_RETURN\" = :PRINCIPAL_RETURN, \"INTEREST_RETUR" +
"N\" = :INTEREST_RETURN, \"PRNPAYMENT_AMT\" = :PRNPAYMENT_AMT, \"INTPAYMENT_AMT\" = :I" +
"NTPAYMENT_AMT, \"LAST_STM_NO\" = :LAST_STM_NO, \"TRANSFER_STATUS\" = :TRANSFER_STATU" +
"S, \"PRINCIPAL_TRANS\" = :PRINCIPAL_TRANS, \"TRNFROM_CONTNO\" = :TRNFROM_CONTNO, \"TR" +
"NFROM_MEMNO\" = :TRNFROM_MEMNO, \"NKEEP_PRINCIPAL\" = :NKEEP_PRINCIPAL, \"NKEEP_INTE" +
"REST\" = :NKEEP_INTEREST, \"RKEEP_PRINCIPAL\" = :RKEEP_PRINCIPAL, \"RKEEP_INTEREST\" " +
"= :RKEEP_INTEREST, \"COMPOUND_STATUS\" = :COMPOUND_STATUS, \"COMPOUND_INSTALLMENT\" " +
"= :COMPOUND_INSTALLMENT, \"COMPOUND_DUEDATE\" = :COMPOUND_DUEDATE, \"COMPOUND_PAYME" +
"NT\" = :COMPOUND_PAYMENT, \"COMPOUND_PAYSTATUS\" = :COMPOUND_PAYSTATUS, \"MISSPAY_AM" +
"T\" = :MISSPAY_AMT, \"OD_FLAG\" = :OD_FLAG, \"CONTLAW_STATUS\" = :CONTLAW_STATUS, \"CO" +
"NTRACT_STATUS\" = :CONTRACT_STATUS, \"APPROVE_ID\" = :APPROVE_ID, \"APPROVE_BYCOOPID" +
"\" = :APPROVE_BYCOOPID, \"REMARK\" = :REMARK, \"INT_CONTINTTYPE\" = :INT_CONTINTTYPE," +
" \"INT_CONTINTRATE\" = :INT_CONTINTRATE, \"INT_CONTINTTABCODE\" = :INT_CONTINTTABCOD" +
"E, \"INT_CONTINTINCREASE\" = :INT_CONTINTINCREASE, \"INT_INTSTEPTYPE\" = :INT_INTSTE" +
"PTYPE, \"STATUS_DESC\" = :STATUS_DESC, \"PERIOD_PAYAMT\" = :PERIOD_PAYAMT, \"PERIOD_P" +
"AYMENT_MAX\" = :PERIOD_PAYMENT_MAX, \"INTMONTH_ARREAR\" = :INTMONTH_ARREAR, \"LAST_T" +
"RANSCONT_NO\" = :LAST_TRANSCONT_NO, \"CONTRACT_TIME\" = :CONTRACT_TIME, \"EXPIRECONT" +
"_DATE\" = :EXPIRECONT_DATE, \"EXPENSE_CODE\" = :EXPENSE_CODE, \"EXPENSE_BANK\" = :EXP" +
"ENSE_BANK, \"EXPENSE_BRANCH\" = :EXPENSE_BRANCH, \"EXPENSE_ACCID\" = :EXPENSE_ACCID," +
" \"COMPOUND_DATE\" = :COMPOUND_DATE, \"COMPOUND_PERIOD\" = :COMPOUND_PERIOD, \"COMPOU" +
"NDDUE_DATE\" = :COMPOUNDDUE_DATE, \"BUYSHARE_AMT\" = :BUYSHARE_AMT, \"RECEIVEPERIOD_" +
"FLAG\" = :RECEIVEPERIOD_FLAG, \"PRNCBALBEGIN_AMT\" = :PRNCBALBEGIN_AMT, \"CONTRACT_T" +
"YPE\" = :CONTRACT_TYPE, \"SUMINT_LASTYEAR\" = :SUMINT_LASTYEAR, \"LOAN_NO\" = :LOAN_N" +
"O, \"INSURANCE_AMT\" = :INSURANCE_AMT, \"INSTYPE_CODE\" = :INSTYPE_CODE, \"INTARREAR_" +
"TRANS\" = :INTARREAR_TRANS, \"CANCEL_ID\" = :CANCEL_ID, \"CANCEL_DATE\" = :CANCEL_DAT" +
"E, \"CANCEL_CAUSE\" = :CANCEL_CAUSE, \"COMPOUND_PAYTYPE\" = :COMPOUND_PAYTYPE, \"COMP" +
"OUND_NMLDATE\" = :COMPOUND_NMLDATE, \"PRINCIPAL_TRANSBAL\" = :PRINCIPAL_TRANSBAL, \"" +
"INTARREAR_TRANSBAL\" = :INTARREAR_TRANSBAL, \"LOANPAYMENTCHG_DATE\" = :LOANPAYMENTC" +
"HG_DATE, \"COMPOUND_INTARRPAYMENT\" = :p1, \"INSURECOLL_FLAG\" = :INSURECOLL_FLAG, \"" +
"TRNLNTOCOLL_FLAG\" = :TRNLNTOCOLL_FLAG, \"COUNTPAY_FLAG\" = :COUNTPAY_FLAG, \"PERIOD" +
"_PAYINTARR\" = :PERIOD_PAYINTARR, \"TRNFROM_PRNBAL\" = :TRNFROM_PRNBAL, \"TRNFROM_IN" +
"TBAL\" = :TRNFROM_INTBAL, \"PAYOUTORD_FLAG\" = :PAYOUTORD_FLAG, \"IDENTIFYCONT_INTRA" +
"TE\" = :IDENTIFYCONT_INTRATE, \"OBJINTWARRANT_CODE\" = :OBJINTWARRANT_CODE, \"CANCEL" +
"_PRNBALAMT\" = :CANCEL_PRNBALAMT, \"REQCOOP_ID\" = :REQCOOP_ID, \"INTCERTIFICATE_STA" +
"TUS\" = :INTCERTIFICATE_STATUS, \"INTENDORSE_AMT\" = :INTENDORSE_AMT, \"LOANCREDIT_A" +
"MT\" = :LOANCREDIT_AMT, \"INTSET_ARREAR\" = :INTSET_ARREAR, \"LOANPAY_CODE\" = :LOANP" +
"AY_CODE, \"LOANPAY_BANK\" = :LOANPAY_BANK, \"LOANPAY_BRANCH\" = :LOANPAY_BRANCH, \"LO" +
"ANPAY_ACCID\" = :LOANPAY_ACCID, \"LOANPAYSPLIT_FLAG\" = :LOANPAYSPLIT_FLAG, \"CONTCC" +
"LCAUSE_CODE\" = :CONTCCLCAUSE_CODE, \"INTCOMPOUND_ARREAR\" = :INTCOMPOUND_ARREAR, \"" +
"REFRAINAVG_FLAG\" = :REFRAINAVG_FLAG, \"UPDATE_BYENTRYID\" = :UPDATE_BYENTRYID, \"UP" +
"DATE_BYENTRYIP\" = :UPDATE_BYENTRYIP, \"INTSETBEGIN_AMT\" = :INTSETBEGIN_AMT, \"SUBP" +
"ERIOD_PERCENT\" = :SUBPERIOD_PERCENT, \"SUBPERIOD_AMT\" = :SUBPERIOD_AMT, \"SUBCOUNT" +
"_AMT\" = :SUBCOUNT_AMT, \"SUBPERIOD_PAYMENT\" = :SUBPERIOD_PAYMENT, \"FINEYEAR_ARREA" +
"R\" = :FINEYEAR_ARREAR, \"FINE_ARREAR\" = :FINE_ARREAR, \"CURRENT_COOPID\" = :CURRENT" +
"_COOPID, \"CONTCOUNT\" = :CONTCOUNT, \"CONTCOUNT_END\" = :CONTCOUNT_END, \"LASTREC_NO" +
"\" = :LASTREC_NO, \"LASTLINE_NO\" = :LASTLINE_NO, \"LASTPAGE_NO\" = :LASTPAGE_NO, \"LO" +
"ANPASSBOOK_NO\" = :LOANPASSBOOK_NO, \"INTCOMPENSATE_FLAG\" = :INTCOMPENSATE_FLAG, \"" +
"LASTCALFINE_DATE\" = :LASTCALFINE_DATE, \"CONTRACTINT_TYPE\" = :CONTRACTINT_TYPE, \"" +
"CONTINTEXPIRE_DATE\" = :CONTINTEXPIRE_DATE, \"CONTRACT_INTEREST\" = :CONTRACT_INTER" +
"EST, \"BFFINEYEAR_ARREAR\" = :BFFINEYEAR_ARREAR, \"BFINTERESTYEAR_ARREAR\" = :BFINTE" +
"RESTYEAR_ARREAR, \"PRTBOOK_FLAG\" = :PRTBOOK_FLAG, \"PRTCARD_FLAG\" = :PRTCARD_FLAG," +
" \"BFPRINCIPALYEAR_ARREAR\" = :p4, \"LASTREC_NO_CARD\" = :LASTREC_NO_CARD, \"LASTLINE" +
"_NO_CARD\" = :LASTLINE_NO_CARD, \"LASTPAGE_NO_CARD\" = :LASTPAGE_NO_CARD WHERE ((\"C" +
"OOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTRACT_NO\" = :Original_LOANCONTRACT_NO)" +
")";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANOBJECTIVE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANOBJECTIVE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANAPPROVE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANAPPROVE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WITHDRAWABLE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "WITHDRAWABLE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_BALANCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_BALANCE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_LASTPAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_LASTPAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODRCV", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_PERIODPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_PERIODPAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTCONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "STARTKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTRECEIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTRECEIVE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAYMENT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPAYMENT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALINT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALINT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEPING_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEPING_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPROCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTPROCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTACCESS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTACCESS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CLOSECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSECONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_ACCUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_ACCUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTACCUM_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTACCUM_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTPAYMENT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTPAYMENT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_STM_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_STM_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSFER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSFER_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_CONTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_CONTNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_MEMNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_MEMNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_PRINCIPAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_PRINCIPAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RKEEP_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RKEEP_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_INSTALLMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INSTALLMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DUEDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYSTATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYSTATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAY_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAY_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTLAW_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTLAW_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "APPROVE_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPROVE_BYCOOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPROVE_BYCOOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STATUS_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "STATUS_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT_MAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT_MAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTMONTH_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTMONTH_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAST_TRANSCONT_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LAST_TRANSCONT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TIME", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TIME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRECONT_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRECONT_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDDUE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDDUE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BUYSHARE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BUYSHARE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIVEPERIOD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIVEPERIOD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRNCBALBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRNCBALBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOAN_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOAN_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INSTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CANCEL_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_CAUSE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_CAUSE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_PAYTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_PAYTYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUND_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARREAR_TRANSBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARREAR_TRANSBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENTCHG_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENTCHG_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUND_INTARRPAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURECOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURECOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNLNTOCOLL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNLNTOCOLL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTPAY_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTPAY_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYINTARR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYINTARR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_PRNBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_PRNBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNFROM_INTBAL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNFROM_INTBAL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYOUTORD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYOUTORD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IDENTIFYCONT_INTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "IDENTIFYCONT_INTRATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OBJINTWARRANT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OBJINTWARRANT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_PRNBALAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CANCEL_PRNBALAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REQCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "REQCOOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCERTIFICATE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCERTIFICATE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTENDORSE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTENDORSE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCREDIT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANCREDIT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTSET_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSET_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYSPLIT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYSPLIT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCCLCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTCCLCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPOUND_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPOUND_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFRAINAVG_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REFRAINAVG_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTSETBEGIN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTSETBEGIN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PERCENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBCOUNT_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBCOUNT_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUBPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRENT_COOPID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRENT_COOPID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT_END", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT_END", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPASSBOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPASSBOOK_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTCOMPENSATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTCOMPENSATE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTCALFINE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTCALFINE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACTINT_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTRACTINT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTINTEXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CONTINTEXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTERESTYEAR_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTERESTYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTBOOK_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTBOOK_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTCARD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTCARD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPALYEAR_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTREC_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTREC_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTLINE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTLINE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTPAGE_NO_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LASTPAGE_NO_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString1"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from lncontmaster";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.LNCONTMASTERDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.LNCONTMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCONTMASTERDataTable dataTable = new DataSet1.LNCONTMASTERDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.LNCONTMASTERDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "LNCONTMASTER");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_LOANCONTRACT_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_LOANCONTRACT_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string LOANCONTRACT_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
string LOANREQUEST_DOCNO,
global::System.Nullable LOANREQUEST_AMT,
global::System.Nullable LOANAPPROVE_DATE,
global::System.Nullable LOANAPPROVE_AMT,
global::System.Nullable WITHDRAWABLE_AMT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable LOANPAYMENT_TYPE,
global::System.Nullable PERIOD_INSTALLMENT,
global::System.Nullable PERIOD_PAYMENT,
global::System.Nullable PERIOD_LASTPAYMENT,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable LAST_PERIODRCV,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable STARTKEEP_DATE,
string STARTKEEP_PERIOD,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_DATE,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable LASTACCESS_DATE,
global::System.Nullable CLOSECONT_DATE,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable INTYEAR_ARREAR,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable INTACCUM_LASTYEAR,
global::System.Nullable PRINCIPAL_RETURN,
global::System.Nullable INTEREST_RETURN,
global::System.Nullable PRNPAYMENT_AMT,
global::System.Nullable INTPAYMENT_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable TRANSFER_STATUS,
global::System.Nullable PRINCIPAL_TRANS,
string TRNFROM_CONTNO,
string TRNFROM_MEMNO,
global::System.Nullable NKEEP_PRINCIPAL,
global::System.Nullable NKEEP_INTEREST,
global::System.Nullable RKEEP_PRINCIPAL,
global::System.Nullable RKEEP_INTEREST,
global::System.Nullable COMPOUND_STATUS,
global::System.Nullable COMPOUND_INSTALLMENT,
global::System.Nullable COMPOUND_DUEDATE,
global::System.Nullable COMPOUND_PAYMENT,
global::System.Nullable COMPOUND_PAYSTATUS,
global::System.Nullable MISSPAY_AMT,
global::System.Nullable OD_FLAG,
global::System.Nullable CONTLAW_STATUS,
global::System.Nullable CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
global::System.Nullable INT_CONTINTTYPE,
global::System.Nullable INT_CONTINTRATE,
string INT_CONTINTTABCODE,
global::System.Nullable INT_CONTINTINCREASE,
global::System.Nullable INT_INTSTEPTYPE,
string STATUS_DESC,
global::System.Nullable PERIOD_PAYAMT,
global::System.Nullable PERIOD_PAYMENT_MAX,
global::System.Nullable INTMONTH_ARREAR,
global::System.Nullable LAST_TRANSCONT_NO,
global::System.Nullable CONTRACT_TIME,
global::System.Nullable EXPIRECONT_DATE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable COMPOUND_DATE,
global::System.Nullable COMPOUND_PERIOD,
global::System.Nullable COMPOUNDDUE_DATE,
global::System.Nullable BUYSHARE_AMT,
global::System.Nullable RECEIVEPERIOD_FLAG,
global::System.Nullable PRNCBALBEGIN_AMT,
global::System.Nullable CONTRACT_TYPE,
global::System.Nullable SUMINT_LASTYEAR,
string LOAN_NO,
global::System.Nullable INSURANCE_AMT,
string INSTYPE_CODE,
global::System.Nullable INTARREAR_TRANS,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_CAUSE,
global::System.Nullable COMPOUND_PAYTYPE,
global::System.Nullable COMPOUND_NMLDATE,
global::System.Nullable PRINCIPAL_TRANSBAL,
global::System.Nullable INTARREAR_TRANSBAL,
global::System.Nullable LOANPAYMENTCHG_DATE,
global::System.Nullable p1,
global::System.Nullable INSURECOLL_FLAG,
global::System.Nullable TRNLNTOCOLL_FLAG,
global::System.Nullable COUNTPAY_FLAG,
global::System.Nullable PERIOD_PAYINTARR,
global::System.Nullable TRNFROM_PRNBAL,
global::System.Nullable TRNFROM_INTBAL,
global::System.Nullable PAYOUTORD_FLAG,
global::System.Nullable IDENTIFYCONT_INTRATE,
string OBJINTWARRANT_CODE,
global::System.Nullable CANCEL_PRNBALAMT,
string REQCOOP_ID,
global::System.Nullable INTCERTIFICATE_STATUS,
global::System.Nullable INTENDORSE_AMT,
global::System.Nullable LOANCREDIT_AMT,
global::System.Nullable INTSET_ARREAR,
string LOANPAY_CODE,
string LOANPAY_BANK,
string LOANPAY_BRANCH,
string LOANPAY_ACCID,
global::System.Nullable LOANPAYSPLIT_FLAG,
string CONTCCLCAUSE_CODE,
global::System.Nullable INTCOMPOUND_ARREAR,
global::System.Nullable REFRAINAVG_FLAG,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
global::System.Nullable INTSETBEGIN_AMT,
global::System.Nullable SUBPERIOD_PERCENT,
global::System.Nullable SUBPERIOD_AMT,
global::System.Nullable SUBCOUNT_AMT,
global::System.Nullable SUBPERIOD_PAYMENT,
global::System.Nullable FINEYEAR_ARREAR,
global::System.Nullable FINE_ARREAR,
string CURRENT_COOPID,
global::System.Nullable CONTCOUNT,
global::System.Nullable CONTCOUNT_END,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTLINE_NO,
global::System.Nullable LASTPAGE_NO,
string LOANPASSBOOK_NO,
global::System.Nullable INTCOMPENSATE_FLAG,
global::System.Nullable LASTCALFINE_DATE,
string CONTRACTINT_TYPE,
global::System.Nullable CONTINTEXPIRE_DATE,
global::System.Nullable CONTRACT_INTEREST,
global::System.Nullable BFFINEYEAR_ARREAR,
global::System.Nullable BFINTERESTYEAR_ARREAR,
global::System.Nullable PRTBOOK_FLAG,
global::System.Nullable PRTCARD_FLAG,
global::System.Nullable p4,
global::System.Nullable LASTREC_NO_CARD,
global::System.Nullable LASTLINE_NO_CARD,
global::System.Nullable LASTPAGE_NO_CARD) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("LOANCONTRACT_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO));
}
if ((MEMCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((LOANTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(LOANTYPE_CODE));
}
if ((LOANOBJECTIVE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(LOANOBJECTIVE_CODE));
}
if ((LOANREQUEST_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(LOANREQUEST_DOCNO));
}
if ((LOANREQUEST_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(LOANREQUEST_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((LOANAPPROVE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((System.DateTime)(LOANAPPROVE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((LOANAPPROVE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(LOANAPPROVE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((WITHDRAWABLE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(WITHDRAWABLE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_BALANCE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_BALANCE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((LOANPAYMENT_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(LOANPAYMENT_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((PERIOD_INSTALLMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(PERIOD_INSTALLMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(PERIOD_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PERIOD_LASTPAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(PERIOD_LASTPAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PAYMENT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PAYMENT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODRCV.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(LAST_PERIODRCV.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODPAY.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(LAST_PERIODPAY.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((STARTCONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((System.DateTime)(STARTCONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((STARTKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((System.DateTime)(STARTKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((STARTKEEP_PERIOD == null)) {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(STARTKEEP_PERIOD));
}
if ((LASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((LASTCALINT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((System.DateTime)(LASTCALINT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((LASTKEEPING_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(LASTKEEPING_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((LASTACCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(LASTACCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((CLOSECONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((System.DateTime)(CLOSECONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((INTYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(INTYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((INTACCUM_LASTYEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(INTACCUM_LASTYEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(PRINCIPAL_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((PRNPAYMENT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(PRNPAYMENT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((INTPAYMENT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(INTPAYMENT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((TRANSFER_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(TRANSFER_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_TRANS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(PRINCIPAL_TRANS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((TRNFROM_CONTNO == null)) {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(TRNFROM_CONTNO));
}
if ((TRNFROM_MEMNO == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(TRNFROM_MEMNO));
}
if ((NKEEP_PRINCIPAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(NKEEP_PRINCIPAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((NKEEP_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(NKEEP_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((RKEEP_PRINCIPAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(RKEEP_PRINCIPAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((RKEEP_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(RKEEP_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((COMPOUND_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(COMPOUND_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((COMPOUND_INSTALLMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[48].Value = ((decimal)(COMPOUND_INSTALLMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
if ((COMPOUND_DUEDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[49].Value = ((System.DateTime)(COMPOUND_DUEDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(COMPOUND_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYSTATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(COMPOUND_PAYSTATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
if ((MISSPAY_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(MISSPAY_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((OD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(OD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
if ((CONTLAW_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(CONTLAW_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((CONTRACT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(CONTRACT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((APPROVE_ID == null)) {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = ((string)(APPROVE_ID));
}
if ((APPROVE_BYCOOPID == null)) {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = ((string)(APPROVE_BYCOOPID));
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = ((string)(REMARK));
}
if ((INT_CONTINTTYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[59].Value = ((decimal)(INT_CONTINTTYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
if ((INT_CONTINTRATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(INT_CONTINTRATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((INT_CONTINTTABCODE == null)) {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = ((string)(INT_CONTINTTABCODE));
}
if ((INT_CONTINTINCREASE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(INT_CONTINTINCREASE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((INT_INTSTEPTYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[63].Value = ((decimal)(INT_INTSTEPTYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((STATUS_DESC == null)) {
this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[64].Value = ((string)(STATUS_DESC));
}
if ((PERIOD_PAYAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[65].Value = ((decimal)(PERIOD_PAYAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT_MAX.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[66].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value));
}
else {
this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value;
}
if ((INTMONTH_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[67].Value = ((decimal)(INTMONTH_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value;
}
if ((LAST_TRANSCONT_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[68].Value = ((decimal)(LAST_TRANSCONT_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((CONTRACT_TIME.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[69].Value = ((decimal)(CONTRACT_TIME.Value));
}
else {
this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value;
}
if ((EXPIRECONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[70].Value = ((System.DateTime)(EXPIRECONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value;
}
if ((EXPENSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[71].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[72].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[73].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[74].Value = ((string)(EXPENSE_ACCID));
}
if ((COMPOUND_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[75].Value = ((System.DateTime)(COMPOUND_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(COMPOUND_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value;
}
if ((COMPOUNDDUE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[77].Value = ((System.DateTime)(COMPOUNDDUE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value;
}
if ((BUYSHARE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[78].Value = ((decimal)(BUYSHARE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value;
}
if ((RECEIVEPERIOD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[79].Value = ((decimal)(RECEIVEPERIOD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value;
}
if ((PRNCBALBEGIN_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(PRNCBALBEGIN_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value;
}
if ((CONTRACT_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(CONTRACT_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value;
}
if ((SUMINT_LASTYEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(SUMINT_LASTYEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value;
}
if ((LOAN_NO == null)) {
this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[83].Value = ((string)(LOAN_NO));
}
if ((INSURANCE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(INSURANCE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value;
}
if ((INSTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[85].Value = ((string)(INSTYPE_CODE));
}
if ((INTARREAR_TRANS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(INTARREAR_TRANS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value;
}
if ((CANCEL_ID == null)) {
this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[87].Value = ((string)(CANCEL_ID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[88].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value;
}
if ((CANCEL_CAUSE == null)) {
this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[89].Value = ((string)(CANCEL_CAUSE));
}
if ((COMPOUND_PAYTYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[90].Value = ((decimal)(COMPOUND_PAYTYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value;
}
if ((COMPOUND_NMLDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[91].Value = ((System.DateTime)(COMPOUND_NMLDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_TRANSBAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[92].Value = ((decimal)(PRINCIPAL_TRANSBAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value;
}
if ((INTARREAR_TRANSBAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[93].Value = ((decimal)(INTARREAR_TRANSBAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((LOANPAYMENTCHG_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[94].Value = ((System.DateTime)(LOANPAYMENTCHG_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((p1.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[95].Value = ((decimal)(p1.Value));
}
else {
this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value;
}
if ((INSURECOLL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[96].Value = ((decimal)(INSURECOLL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value;
}
if ((TRNLNTOCOLL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[97].Value = ((decimal)(TRNLNTOCOLL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value;
}
if ((COUNTPAY_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[98].Value = ((decimal)(COUNTPAY_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYINTARR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[99].Value = ((decimal)(PERIOD_PAYINTARR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value;
}
if ((TRNFROM_PRNBAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[100].Value = ((decimal)(TRNFROM_PRNBAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value;
}
if ((TRNFROM_INTBAL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[101].Value = ((decimal)(TRNFROM_INTBAL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value;
}
if ((PAYOUTORD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[102].Value = ((decimal)(PAYOUTORD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value;
}
if ((IDENTIFYCONT_INTRATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[103].Value = ((decimal)(IDENTIFYCONT_INTRATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value;
}
if ((OBJINTWARRANT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[104].Value = ((string)(OBJINTWARRANT_CODE));
}
if ((CANCEL_PRNBALAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[105].Value = ((decimal)(CANCEL_PRNBALAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value;
}
if ((REQCOOP_ID == null)) {
this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[106].Value = ((string)(REQCOOP_ID));
}
if ((INTCERTIFICATE_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[107].Value = ((decimal)(INTCERTIFICATE_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value;
}
if ((INTENDORSE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[108].Value = ((decimal)(INTENDORSE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value;
}
if ((LOANCREDIT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[109].Value = ((decimal)(LOANCREDIT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value;
}
if ((INTSET_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[110].Value = ((decimal)(INTSET_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value;
}
if ((LOANPAY_CODE == null)) {
this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[111].Value = ((string)(LOANPAY_CODE));
}
if ((LOANPAY_BANK == null)) {
this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[112].Value = ((string)(LOANPAY_BANK));
}
if ((LOANPAY_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[113].Value = ((string)(LOANPAY_BRANCH));
}
if ((LOANPAY_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[114].Value = ((string)(LOANPAY_ACCID));
}
if ((LOANPAYSPLIT_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[115].Value = ((decimal)(LOANPAYSPLIT_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value;
}
if ((CONTCCLCAUSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[116].Value = ((string)(CONTCCLCAUSE_CODE));
}
if ((INTCOMPOUND_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[117].Value = ((decimal)(INTCOMPOUND_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value;
}
if ((REFRAINAVG_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[118].Value = ((decimal)(REFRAINAVG_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value;
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((INTSETBEGIN_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[121].Value = ((decimal)(INTSETBEGIN_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value;
}
if ((SUBPERIOD_PERCENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[122].Value = ((decimal)(SUBPERIOD_PERCENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value;
}
if ((SUBPERIOD_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[123].Value = ((decimal)(SUBPERIOD_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value;
}
if ((SUBCOUNT_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[124].Value = ((decimal)(SUBCOUNT_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value;
}
if ((SUBPERIOD_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[125].Value = ((decimal)(SUBPERIOD_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value;
}
if ((FINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[126].Value = ((decimal)(FINEYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value;
}
if ((FINE_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[127].Value = ((decimal)(FINE_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value;
}
if ((CURRENT_COOPID == null)) {
this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[128].Value = ((string)(CURRENT_COOPID));
}
if ((CONTCOUNT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[129].Value = ((decimal)(CONTCOUNT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value;
}
if ((CONTCOUNT_END.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[130].Value = ((decimal)(CONTCOUNT_END.Value));
}
else {
this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[131].Value = ((decimal)(LASTREC_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[132].Value = ((decimal)(LASTLINE_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[133].Value = ((decimal)(LASTPAGE_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value;
}
if ((LOANPASSBOOK_NO == null)) {
this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[134].Value = ((string)(LOANPASSBOOK_NO));
}
if ((INTCOMPENSATE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[135].Value = ((decimal)(INTCOMPENSATE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value;
}
if ((LASTCALFINE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[136].Value = ((System.DateTime)(LASTCALFINE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value;
}
if ((CONTRACTINT_TYPE == null)) {
this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[137].Value = ((string)(CONTRACTINT_TYPE));
}
if ((CONTINTEXPIRE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[138].Value = ((System.DateTime)(CONTINTEXPIRE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value;
}
if ((CONTRACT_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[139].Value = ((decimal)(CONTRACT_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value;
}
if ((BFFINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[140].Value = ((decimal)(BFFINEYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value;
}
if ((BFINTERESTYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[141].Value = ((decimal)(BFINTERESTYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value;
}
if ((PRTBOOK_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[142].Value = ((decimal)(PRTBOOK_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value;
}
if ((PRTCARD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[143].Value = ((decimal)(PRTCARD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value;
}
if ((p4.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[144].Value = ((decimal)(p4.Value));
}
else {
this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[145].Value = ((decimal)(LASTREC_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[146].Value = ((decimal)(LASTLINE_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[147].Value = ((decimal)(LASTPAGE_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string LOANCONTRACT_NO,
string MEMCOOP_ID,
string MEMBER_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
string LOANREQUEST_DOCNO,
global::System.Nullable LOANREQUEST_AMT,
global::System.Nullable LOANAPPROVE_DATE,
global::System.Nullable LOANAPPROVE_AMT,
global::System.Nullable WITHDRAWABLE_AMT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable LOANPAYMENT_TYPE,
global::System.Nullable PERIOD_INSTALLMENT,
global::System.Nullable PERIOD_PAYMENT,
global::System.Nullable PERIOD_LASTPAYMENT,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable LAST_PERIODRCV,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable STARTKEEP_DATE,
string STARTKEEP_PERIOD,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_DATE,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable LASTACCESS_DATE,
global::System.Nullable CLOSECONT_DATE,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable INTYEAR_ARREAR,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable INTACCUM_LASTYEAR,
global::System.Nullable PRINCIPAL_RETURN,
global::System.Nullable INTEREST_RETURN,
global::System.Nullable PRNPAYMENT_AMT,
global::System.Nullable INTPAYMENT_AMT,
global::System.Nullable LAST_STM_NO,
global::System.Nullable TRANSFER_STATUS,
global::System.Nullable PRINCIPAL_TRANS,
string TRNFROM_CONTNO,
string TRNFROM_MEMNO,
global::System.Nullable NKEEP_PRINCIPAL,
global::System.Nullable NKEEP_INTEREST,
global::System.Nullable RKEEP_PRINCIPAL,
global::System.Nullable RKEEP_INTEREST,
global::System.Nullable COMPOUND_STATUS,
global::System.Nullable COMPOUND_INSTALLMENT,
global::System.Nullable COMPOUND_DUEDATE,
global::System.Nullable COMPOUND_PAYMENT,
global::System.Nullable COMPOUND_PAYSTATUS,
global::System.Nullable MISSPAY_AMT,
global::System.Nullable OD_FLAG,
global::System.Nullable CONTLAW_STATUS,
global::System.Nullable CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
global::System.Nullable INT_CONTINTTYPE,
global::System.Nullable INT_CONTINTRATE,
string INT_CONTINTTABCODE,
global::System.Nullable INT_CONTINTINCREASE,
global::System.Nullable INT_INTSTEPTYPE,
string STATUS_DESC,
global::System.Nullable PERIOD_PAYAMT,
global::System.Nullable PERIOD_PAYMENT_MAX,
global::System.Nullable INTMONTH_ARREAR,
global::System.Nullable LAST_TRANSCONT_NO,
global::System.Nullable CONTRACT_TIME,
global::System.Nullable EXPIRECONT_DATE,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
global::System.Nullable COMPOUND_DATE,
global::System.Nullable COMPOUND_PERIOD,
global::System.Nullable COMPOUNDDUE_DATE,
global::System.Nullable BUYSHARE_AMT,
global::System.Nullable RECEIVEPERIOD_FLAG,
global::System.Nullable PRNCBALBEGIN_AMT,
global::System.Nullable CONTRACT_TYPE,
global::System.Nullable SUMINT_LASTYEAR,
string LOAN_NO,
global::System.Nullable INSURANCE_AMT,
string INSTYPE_CODE,
global::System.Nullable INTARREAR_TRANS,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_CAUSE,
global::System.Nullable COMPOUND_PAYTYPE,
global::System.Nullable COMPOUND_NMLDATE,
global::System.Nullable PRINCIPAL_TRANSBAL,
global::System.Nullable INTARREAR_TRANSBAL,
global::System.Nullable LOANPAYMENTCHG_DATE,
global::System.Nullable p1,
global::System.Nullable INSURECOLL_FLAG,
global::System.Nullable TRNLNTOCOLL_FLAG,
global::System.Nullable COUNTPAY_FLAG,
global::System.Nullable PERIOD_PAYINTARR,
global::System.Nullable TRNFROM_PRNBAL,
global::System.Nullable TRNFROM_INTBAL,
global::System.Nullable PAYOUTORD_FLAG,
global::System.Nullable IDENTIFYCONT_INTRATE,
string OBJINTWARRANT_CODE,
global::System.Nullable CANCEL_PRNBALAMT,
string REQCOOP_ID,
global::System.Nullable INTCERTIFICATE_STATUS,
global::System.Nullable INTENDORSE_AMT,
global::System.Nullable LOANCREDIT_AMT,
global::System.Nullable INTSET_ARREAR,
string LOANPAY_CODE,
string LOANPAY_BANK,
string LOANPAY_BRANCH,
string LOANPAY_ACCID,
global::System.Nullable LOANPAYSPLIT_FLAG,
string CONTCCLCAUSE_CODE,
global::System.Nullable INTCOMPOUND_ARREAR,
global::System.Nullable REFRAINAVG_FLAG,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
global::System.Nullable INTSETBEGIN_AMT,
global::System.Nullable SUBPERIOD_PERCENT,
global::System.Nullable SUBPERIOD_AMT,
global::System.Nullable SUBCOUNT_AMT,
global::System.Nullable SUBPERIOD_PAYMENT,
global::System.Nullable FINEYEAR_ARREAR,
global::System.Nullable FINE_ARREAR,
string CURRENT_COOPID,
global::System.Nullable CONTCOUNT,
global::System.Nullable CONTCOUNT_END,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTLINE_NO,
global::System.Nullable LASTPAGE_NO,
string LOANPASSBOOK_NO,
global::System.Nullable INTCOMPENSATE_FLAG,
global::System.Nullable LASTCALFINE_DATE,
string CONTRACTINT_TYPE,
global::System.Nullable CONTINTEXPIRE_DATE,
global::System.Nullable CONTRACT_INTEREST,
global::System.Nullable BFFINEYEAR_ARREAR,
global::System.Nullable BFINTERESTYEAR_ARREAR,
global::System.Nullable PRTBOOK_FLAG,
global::System.Nullable PRTCARD_FLAG,
global::System.Nullable p4,
global::System.Nullable LASTREC_NO_CARD,
global::System.Nullable LASTLINE_NO_CARD,
global::System.Nullable LASTPAGE_NO_CARD,
string Original_COOP_ID,
string Original_LOANCONTRACT_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO));
}
if ((MEMCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMCOOP_ID));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((LOANTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(LOANTYPE_CODE));
}
if ((LOANOBJECTIVE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(LOANOBJECTIVE_CODE));
}
if ((LOANREQUEST_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(LOANREQUEST_DOCNO));
}
if ((LOANREQUEST_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(LOANREQUEST_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((LOANAPPROVE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((System.DateTime)(LOANAPPROVE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((LOANAPPROVE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(LOANAPPROVE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((WITHDRAWABLE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(WITHDRAWABLE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_BALANCE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(PRINCIPAL_BALANCE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((LOANPAYMENT_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(LOANPAYMENT_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((PERIOD_INSTALLMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(PERIOD_INSTALLMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(PERIOD_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PERIOD_LASTPAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(PERIOD_LASTPAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PAYMENT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PAYMENT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODRCV.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(LAST_PERIODRCV.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODPAY.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(LAST_PERIODPAY.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((STARTCONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(STARTCONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((STARTKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((System.DateTime)(STARTKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((STARTKEEP_PERIOD == null)) {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(STARTKEEP_PERIOD));
}
if ((LASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((LASTCALINT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((System.DateTime)(LASTCALINT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((LASTKEEPING_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(LASTKEEPING_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((LASTACCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(LASTACCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((CLOSECONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((System.DateTime)(CLOSECONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((INTYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(INTYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((INTACCUM_LASTYEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(INTACCUM_LASTYEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(PRINCIPAL_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((PRNPAYMENT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(PRNPAYMENT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((INTPAYMENT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(INTPAYMENT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((TRANSFER_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(TRANSFER_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_TRANS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(PRINCIPAL_TRANS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((TRNFROM_CONTNO == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(TRNFROM_CONTNO));
}
if ((TRNFROM_MEMNO == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(TRNFROM_MEMNO));
}
if ((NKEEP_PRINCIPAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(NKEEP_PRINCIPAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((NKEEP_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(NKEEP_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
if ((RKEEP_PRINCIPAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(RKEEP_PRINCIPAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((RKEEP_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(RKEEP_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((COMPOUND_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(COMPOUND_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((COMPOUND_INSTALLMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[48].Value = ((decimal)(COMPOUND_INSTALLMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
if ((COMPOUND_DUEDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[49].Value = ((System.DateTime)(COMPOUND_DUEDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[50].Value = ((decimal)(COMPOUND_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PAYSTATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(COMPOUND_PAYSTATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
if ((MISSPAY_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(MISSPAY_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((OD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(OD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
if ((CONTLAW_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(CONTLAW_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((CONTRACT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(CONTRACT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((APPROVE_ID == null)) {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(APPROVE_ID));
}
if ((APPROVE_BYCOOPID == null)) {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = ((string)(APPROVE_BYCOOPID));
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(REMARK));
}
if ((INT_CONTINTTYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[59].Value = ((decimal)(INT_CONTINTTYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
if ((INT_CONTINTRATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(INT_CONTINTRATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((INT_CONTINTTABCODE == null)) {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(INT_CONTINTTABCODE));
}
if ((INT_CONTINTINCREASE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(INT_CONTINTINCREASE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((INT_INTSTEPTYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[63].Value = ((decimal)(INT_INTSTEPTYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((STATUS_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(STATUS_DESC));
}
if ((PERIOD_PAYAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[65].Value = ((decimal)(PERIOD_PAYAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT_MAX.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[66].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value;
}
if ((INTMONTH_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[67].Value = ((decimal)(INTMONTH_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value;
}
if ((LAST_TRANSCONT_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[68].Value = ((decimal)(LAST_TRANSCONT_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((CONTRACT_TIME.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[69].Value = ((decimal)(CONTRACT_TIME.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value;
}
if ((EXPIRECONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[70].Value = ((System.DateTime)(EXPIRECONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value;
}
if ((EXPENSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(EXPENSE_ACCID));
}
if ((COMPOUND_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[75].Value = ((System.DateTime)(COMPOUND_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value;
}
if ((COMPOUND_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[76].Value = ((decimal)(COMPOUND_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value;
}
if ((COMPOUNDDUE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[77].Value = ((System.DateTime)(COMPOUNDDUE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value;
}
if ((BUYSHARE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[78].Value = ((decimal)(BUYSHARE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value;
}
if ((RECEIVEPERIOD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[79].Value = ((decimal)(RECEIVEPERIOD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value;
}
if ((PRNCBALBEGIN_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[80].Value = ((decimal)(PRNCBALBEGIN_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value;
}
if ((CONTRACT_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[81].Value = ((decimal)(CONTRACT_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value;
}
if ((SUMINT_LASTYEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[82].Value = ((decimal)(SUMINT_LASTYEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value;
}
if ((LOAN_NO == null)) {
this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[83].Value = ((string)(LOAN_NO));
}
if ((INSURANCE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[84].Value = ((decimal)(INSURANCE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value;
}
if ((INSTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(INSTYPE_CODE));
}
if ((INTARREAR_TRANS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[86].Value = ((decimal)(INTARREAR_TRANS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value;
}
if ((CANCEL_ID == null)) {
this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(CANCEL_ID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[88].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value;
}
if ((CANCEL_CAUSE == null)) {
this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(CANCEL_CAUSE));
}
if ((COMPOUND_PAYTYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[90].Value = ((decimal)(COMPOUND_PAYTYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value;
}
if ((COMPOUND_NMLDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[91].Value = ((System.DateTime)(COMPOUND_NMLDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_TRANSBAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[92].Value = ((decimal)(PRINCIPAL_TRANSBAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value;
}
if ((INTARREAR_TRANSBAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[93].Value = ((decimal)(INTARREAR_TRANSBAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((LOANPAYMENTCHG_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[94].Value = ((System.DateTime)(LOANPAYMENTCHG_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((p1.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[95].Value = ((decimal)(p1.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value;
}
if ((INSURECOLL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[96].Value = ((decimal)(INSURECOLL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value;
}
if ((TRNLNTOCOLL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[97].Value = ((decimal)(TRNLNTOCOLL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value;
}
if ((COUNTPAY_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[98].Value = ((decimal)(COUNTPAY_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYINTARR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[99].Value = ((decimal)(PERIOD_PAYINTARR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value;
}
if ((TRNFROM_PRNBAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[100].Value = ((decimal)(TRNFROM_PRNBAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value;
}
if ((TRNFROM_INTBAL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[101].Value = ((decimal)(TRNFROM_INTBAL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value;
}
if ((PAYOUTORD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[102].Value = ((decimal)(PAYOUTORD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value;
}
if ((IDENTIFYCONT_INTRATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[103].Value = ((decimal)(IDENTIFYCONT_INTRATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value;
}
if ((OBJINTWARRANT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(OBJINTWARRANT_CODE));
}
if ((CANCEL_PRNBALAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[105].Value = ((decimal)(CANCEL_PRNBALAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value;
}
if ((REQCOOP_ID == null)) {
this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(REQCOOP_ID));
}
if ((INTCERTIFICATE_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[107].Value = ((decimal)(INTCERTIFICATE_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value;
}
if ((INTENDORSE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[108].Value = ((decimal)(INTENDORSE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value;
}
if ((LOANCREDIT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[109].Value = ((decimal)(LOANCREDIT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value;
}
if ((INTSET_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[110].Value = ((decimal)(INTSET_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value;
}
if ((LOANPAY_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(LOANPAY_CODE));
}
if ((LOANPAY_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(LOANPAY_BANK));
}
if ((LOANPAY_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(LOANPAY_BRANCH));
}
if ((LOANPAY_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(LOANPAY_ACCID));
}
if ((LOANPAYSPLIT_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[115].Value = ((decimal)(LOANPAYSPLIT_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value;
}
if ((CONTCCLCAUSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[116].Value = ((string)(CONTCCLCAUSE_CODE));
}
if ((INTCOMPOUND_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[117].Value = ((decimal)(INTCOMPOUND_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value;
}
if ((REFRAINAVG_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[118].Value = ((decimal)(REFRAINAVG_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value;
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((INTSETBEGIN_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[121].Value = ((decimal)(INTSETBEGIN_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value;
}
if ((SUBPERIOD_PERCENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[122].Value = ((decimal)(SUBPERIOD_PERCENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value;
}
if ((SUBPERIOD_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[123].Value = ((decimal)(SUBPERIOD_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value;
}
if ((SUBCOUNT_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[124].Value = ((decimal)(SUBCOUNT_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value;
}
if ((SUBPERIOD_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[125].Value = ((decimal)(SUBPERIOD_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value;
}
if ((FINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[126].Value = ((decimal)(FINEYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value;
}
if ((FINE_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[127].Value = ((decimal)(FINE_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value;
}
if ((CURRENT_COOPID == null)) {
this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[128].Value = ((string)(CURRENT_COOPID));
}
if ((CONTCOUNT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[129].Value = ((decimal)(CONTCOUNT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value;
}
if ((CONTCOUNT_END.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[130].Value = ((decimal)(CONTCOUNT_END.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[131].Value = ((decimal)(LASTREC_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[132].Value = ((decimal)(LASTLINE_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[133].Value = ((decimal)(LASTPAGE_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value;
}
if ((LOANPASSBOOK_NO == null)) {
this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[134].Value = ((string)(LOANPASSBOOK_NO));
}
if ((INTCOMPENSATE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[135].Value = ((decimal)(INTCOMPENSATE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value;
}
if ((LASTCALFINE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[136].Value = ((System.DateTime)(LASTCALFINE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value;
}
if ((CONTRACTINT_TYPE == null)) {
this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[137].Value = ((string)(CONTRACTINT_TYPE));
}
if ((CONTINTEXPIRE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[138].Value = ((System.DateTime)(CONTINTEXPIRE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value;
}
if ((CONTRACT_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[139].Value = ((decimal)(CONTRACT_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value;
}
if ((BFFINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[140].Value = ((decimal)(BFFINEYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value;
}
if ((BFINTERESTYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[141].Value = ((decimal)(BFINTERESTYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value;
}
if ((PRTBOOK_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[142].Value = ((decimal)(PRTBOOK_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value;
}
if ((PRTCARD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[143].Value = ((decimal)(PRTCARD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value;
}
if ((p4.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[144].Value = ((decimal)(p4.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[145].Value = ((decimal)(LASTREC_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[146].Value = ((decimal)(LASTLINE_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[147].Value = ((decimal)(LASTPAGE_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[148].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[149].Value = ((string)(Original_LOANCONTRACT_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string MEMCOOP_ID,
string MEMBER_NO,
string LOANTYPE_CODE,
string LOANOBJECTIVE_CODE,
string LOANREQUEST_DOCNO,
global::System.Nullable LOANREQUEST_AMT,
global::System.Nullable LOANAPPROVE_DATE,
global::System.Nullable LOANAPPROVE_AMT,
global::System.Nullable WITHDRAWABLE_AMT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable LOANPAYMENT_TYPE,
global::System.Nullable PERIOD_INSTALLMENT,
global::System.Nullable PERIOD_PAYMENT,
global::System.Nullable PERIOD_LASTPAYMENT,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable LAST_PERIODRCV,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable STARTKEEP_DATE,
string STARTKEEP_PERIOD,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_DATE,
global::System.Nullable LASTKEEPING_DATE,
global::System.Nullable LASTPROCESS_DATE,
global::System.Nullable LASTACCESS_DATE,
global::System.Nullable CLOSECONT_DATE,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable INTYEAR_ARREAR,
global::System.Nullable INTEREST_ACCUM,
global::System.Nullable INTACCUM_LASTYEAR,
global::System.Nullable