//------------------------------------------------------------------------------
//
// 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_npl_tracking_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("DataSet2")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class DataSet2 : global::System.Data.DataSet {
private LNLAWMASTERDataTable tableLNLAWMASTER;
private LNLAWSTATEMENTDataTable tableLNLAWSTATEMENT;
private LNLAWCOLLDataTable tableLNLAWCOLL;
private LNLAWOBJDataTable tableLNLAWOBJ;
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 DataSet2() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet2(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["LNLAWMASTER"] != null)) {
base.Tables.Add(new LNLAWMASTERDataTable(ds.Tables["LNLAWMASTER"]));
}
if ((ds.Tables["LNLAWSTATEMENT"] != null)) {
base.Tables.Add(new LNLAWSTATEMENTDataTable(ds.Tables["LNLAWSTATEMENT"]));
}
if ((ds.Tables["LNLAWCOLL"] != null)) {
base.Tables.Add(new LNLAWCOLLDataTable(ds.Tables["LNLAWCOLL"]));
}
if ((ds.Tables["LNLAWOBJ"] != null)) {
base.Tables.Add(new LNLAWOBJDataTable(ds.Tables["LNLAWOBJ"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
this.InitExpressions();
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public LNLAWMASTERDataTable LNLAWMASTER {
get {
return this.tableLNLAWMASTER;
}
}
[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 LNLAWSTATEMENTDataTable LNLAWSTATEMENT {
get {
return this.tableLNLAWSTATEMENT;
}
}
[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 LNLAWCOLLDataTable LNLAWCOLL {
get {
return this.tableLNLAWCOLL;
}
}
[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 LNLAWOBJDataTable LNLAWOBJ {
get {
return this.tableLNLAWOBJ;
}
}
[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() {
DataSet2 cln = ((DataSet2)(base.Clone()));
cln.InitVars();
cln.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["LNLAWMASTER"] != null)) {
base.Tables.Add(new LNLAWMASTERDataTable(ds.Tables["LNLAWMASTER"]));
}
if ((ds.Tables["LNLAWSTATEMENT"] != null)) {
base.Tables.Add(new LNLAWSTATEMENTDataTable(ds.Tables["LNLAWSTATEMENT"]));
}
if ((ds.Tables["LNLAWCOLL"] != null)) {
base.Tables.Add(new LNLAWCOLLDataTable(ds.Tables["LNLAWCOLL"]));
}
if ((ds.Tables["LNLAWOBJ"] != null)) {
base.Tables.Add(new LNLAWOBJDataTable(ds.Tables["LNLAWOBJ"]));
}
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.tableLNLAWMASTER = ((LNLAWMASTERDataTable)(base.Tables["LNLAWMASTER"]));
if ((initTable == true)) {
if ((this.tableLNLAWMASTER != null)) {
this.tableLNLAWMASTER.InitVars();
}
}
this.tableLNLAWSTATEMENT = ((LNLAWSTATEMENTDataTable)(base.Tables["LNLAWSTATEMENT"]));
if ((initTable == true)) {
if ((this.tableLNLAWSTATEMENT != null)) {
this.tableLNLAWSTATEMENT.InitVars();
}
}
this.tableLNLAWCOLL = ((LNLAWCOLLDataTable)(base.Tables["LNLAWCOLL"]));
if ((initTable == true)) {
if ((this.tableLNLAWCOLL != null)) {
this.tableLNLAWCOLL.InitVars();
}
}
this.tableLNLAWOBJ = ((LNLAWOBJDataTable)(base.Tables["LNLAWOBJ"]));
if ((initTable == true)) {
if ((this.tableLNLAWOBJ != null)) {
this.tableLNLAWOBJ.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet2";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet2.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableLNLAWMASTER = new LNLAWMASTERDataTable();
base.Tables.Add(this.tableLNLAWMASTER);
this.tableLNLAWSTATEMENT = new LNLAWSTATEMENTDataTable(false);
base.Tables.Add(this.tableLNLAWSTATEMENT);
this.tableLNLAWCOLL = new LNLAWCOLLDataTable();
base.Tables.Add(this.tableLNLAWCOLL);
this.tableLNLAWOBJ = new LNLAWOBJDataTable();
base.Tables.Add(this.tableLNLAWOBJ);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNLAWMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNLAWSTATEMENT() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNLAWCOLL() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNLAWOBJ() {
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) {
DataSet2 ds = new DataSet2();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.LNLAWSTATEMENT.BFINTRETURN_AMTColumn.Expression = "PRINCIPAL_PAYMENT+FINE_PAYMENT+INTEREST_PAYMENT";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNLAWMASTERRowChangeEventHandler(object sender, LNLAWMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNLAWSTATEMENTRowChangeEventHandler(object sender, LNLAWSTATEMENTRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNLAWCOLLRowChangeEventHandler(object sender, LNLAWCOLLRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNLAWOBJRowChangeEventHandler(object sender, LNLAWOBJRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNLAWMASTERDataTable : 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 columnPRINCIPAL_CALINTAMT;
private global::System.Data.DataColumn columnPRINCIPAL_FIXAMT;
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 columnRED_DOCNO;
private global::System.Data.DataColumn columnBLACK_DOCNO;
private global::System.Data.DataColumn columnREF_CONTRACTNO;
private global::System.Data.DataColumn columnINT_RATE;
private global::System.Data.DataColumn columnFINE_RATE;
private global::System.Data.DataColumn columnPERIOD_LASTPAYMENT;
private global::System.Data.DataColumn columnPAYMENT_STATUS;
private global::System.Data.DataColumn columnLAST_PERIODPAY;
private global::System.Data.DataColumn columnSTARTCONT_DATE;
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 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 columnLAST_STM_NO;
private global::System.Data.DataColumn columnOD_FLAG;
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 columnPERIOD_PAYAMT;
private global::System.Data.DataColumn columnPERIOD_PAYMENT_MAX;
private global::System.Data.DataColumn columnEXPIRECONT_DATE;
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 columnFINEYEAR_ARREAR;
private global::System.Data.DataColumn columnFINE_ARREAR;
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 columnLASTCALFINE_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;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWMASTERDataTable() {
this.TableName = "LNLAWMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWMASTERDataTable(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 LNLAWMASTERDataTable(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 PRINCIPAL_CALINTAMTColumn {
get {
return this.columnPRINCIPAL_CALINTAMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_FIXAMTColumn {
get {
return this.columnPRINCIPAL_FIXAMT;
}
}
[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 RED_DOCNOColumn {
get {
return this.columnRED_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BLACK_DOCNOColumn {
get {
return this.columnBLACK_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_CONTRACTNOColumn {
get {
return this.columnREF_CONTRACTNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INT_RATEColumn {
get {
return this.columnINT_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_RATEColumn {
get {
return this.columnFINE_RATE;
}
}
[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_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 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 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 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 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 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 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 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 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 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 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 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 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")]
[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 LNLAWMASTERRow this[int index] {
get {
return ((LNLAWMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWMASTERRowChangeEventHandler LNLAWMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWMASTERRowChangeEventHandler LNLAWMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWMASTERRowChangeEventHandler LNLAWMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWMASTERRowChangeEventHandler LNLAWMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNLAWMASTERRow(LNLAWMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWMASTERRow AddLNLAWMASTERRow(
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 PRINCIPAL_CALINTAMT,
decimal PRINCIPAL_FIXAMT,
decimal LOANPAYMENT_TYPE,
decimal PERIOD_INSTALLMENT,
decimal PERIOD_PAYMENT,
string RED_DOCNO,
string BLACK_DOCNO,
string REF_CONTRACTNO,
decimal INT_RATE,
decimal FINE_RATE,
decimal PERIOD_LASTPAYMENT,
decimal PAYMENT_STATUS,
decimal LAST_PERIODPAY,
System.DateTime STARTCONT_DATE,
System.DateTime LASTRECEIVE_DATE,
System.DateTime LASTPAYMENT_DATE,
System.DateTime LASTCALINT_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 LAST_STM_NO,
decimal OD_FLAG,
decimal CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
decimal PERIOD_PAYAMT,
decimal PERIOD_PAYMENT_MAX,
System.DateTime EXPIRECONT_DATE,
string CANCEL_ID,
System.DateTime CANCEL_DATE,
string CANCEL_CAUSE,
decimal FINEYEAR_ARREAR,
decimal FINE_ARREAR,
decimal LASTREC_NO,
decimal LASTLINE_NO,
decimal LASTPAGE_NO,
System.DateTime LASTCALFINE_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) {
LNLAWMASTERRow rowLNLAWMASTERRow = ((LNLAWMASTERRow)(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,
PRINCIPAL_CALINTAMT,
PRINCIPAL_FIXAMT,
LOANPAYMENT_TYPE,
PERIOD_INSTALLMENT,
PERIOD_PAYMENT,
RED_DOCNO,
BLACK_DOCNO,
REF_CONTRACTNO,
INT_RATE,
FINE_RATE,
PERIOD_LASTPAYMENT,
PAYMENT_STATUS,
LAST_PERIODPAY,
STARTCONT_DATE,
LASTRECEIVE_DATE,
LASTPAYMENT_DATE,
LASTCALINT_DATE,
LASTPROCESS_DATE,
LASTACCESS_DATE,
CLOSECONT_DATE,
PRINCIPAL_ARREAR,
INTEREST_ARREAR,
INTYEAR_ARREAR,
INTEREST_ACCUM,
INTACCUM_LASTYEAR,
PRINCIPAL_RETURN,
INTEREST_RETURN,
LAST_STM_NO,
OD_FLAG,
CONTRACT_STATUS,
APPROVE_ID,
APPROVE_BYCOOPID,
REMARK,
PERIOD_PAYAMT,
PERIOD_PAYMENT_MAX,
EXPIRECONT_DATE,
CANCEL_ID,
CANCEL_DATE,
CANCEL_CAUSE,
FINEYEAR_ARREAR,
FINE_ARREAR,
LASTREC_NO,
LASTLINE_NO,
LASTPAGE_NO,
LASTCALFINE_DATE,
CONTRACT_INTEREST,
BFFINEYEAR_ARREAR,
BFINTERESTYEAR_ARREAR,
PRTBOOK_FLAG,
PRTCARD_FLAG,
BFPRINCIPALYEAR_ARREAR,
LASTREC_NO_CARD,
LASTLINE_NO_CARD,
LASTPAGE_NO_CARD};
rowLNLAWMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNLAWMASTERRow);
return rowLNLAWMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWMASTERRow FindByCOOP_IDLOANCONTRACT_NO(string COOP_ID, string LOANCONTRACT_NO) {
return ((LNLAWMASTERRow)(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() {
LNLAWMASTERDataTable cln = ((LNLAWMASTERDataTable)(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 LNLAWMASTERDataTable();
}
[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.columnPRINCIPAL_CALINTAMT = base.Columns["PRINCIPAL_CALINTAMT"];
this.columnPRINCIPAL_FIXAMT = base.Columns["PRINCIPAL_FIXAMT"];
this.columnLOANPAYMENT_TYPE = base.Columns["LOANPAYMENT_TYPE"];
this.columnPERIOD_INSTALLMENT = base.Columns["PERIOD_INSTALLMENT"];
this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"];
this.columnRED_DOCNO = base.Columns["RED_DOCNO"];
this.columnBLACK_DOCNO = base.Columns["BLACK_DOCNO"];
this.columnREF_CONTRACTNO = base.Columns["REF_CONTRACTNO"];
this.columnINT_RATE = base.Columns["INT_RATE"];
this.columnFINE_RATE = base.Columns["FINE_RATE"];
this.columnPERIOD_LASTPAYMENT = base.Columns["PERIOD_LASTPAYMENT"];
this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"];
this.columnLAST_PERIODPAY = base.Columns["LAST_PERIODPAY"];
this.columnSTARTCONT_DATE = base.Columns["STARTCONT_DATE"];
this.columnLASTRECEIVE_DATE = base.Columns["LASTRECEIVE_DATE"];
this.columnLASTPAYMENT_DATE = base.Columns["LASTPAYMENT_DATE"];
this.columnLASTCALINT_DATE = base.Columns["LASTCALINT_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.columnLAST_STM_NO = base.Columns["LAST_STM_NO"];
this.columnOD_FLAG = base.Columns["OD_FLAG"];
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.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"];
this.columnPERIOD_PAYMENT_MAX = base.Columns["PERIOD_PAYMENT_MAX"];
this.columnEXPIRECONT_DATE = base.Columns["EXPIRECONT_DATE"];
this.columnCANCEL_ID = base.Columns["CANCEL_ID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnCANCEL_CAUSE = base.Columns["CANCEL_CAUSE"];
this.columnFINEYEAR_ARREAR = base.Columns["FINEYEAR_ARREAR"];
this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"];
this.columnLASTREC_NO = base.Columns["LASTREC_NO"];
this.columnLASTLINE_NO = base.Columns["LASTLINE_NO"];
this.columnLASTPAGE_NO = base.Columns["LASTPAGE_NO"];
this.columnLASTCALFINE_DATE = base.Columns["LASTCALFINE_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"];
}
[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.columnPRINCIPAL_CALINTAMT = new global::System.Data.DataColumn("PRINCIPAL_CALINTAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_CALINTAMT);
this.columnPRINCIPAL_FIXAMT = new global::System.Data.DataColumn("PRINCIPAL_FIXAMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_FIXAMT);
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.columnRED_DOCNO = new global::System.Data.DataColumn("RED_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRED_DOCNO);
this.columnBLACK_DOCNO = new global::System.Data.DataColumn("BLACK_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBLACK_DOCNO);
this.columnREF_CONTRACTNO = new global::System.Data.DataColumn("REF_CONTRACTNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_CONTRACTNO);
this.columnINT_RATE = new global::System.Data.DataColumn("INT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_RATE);
this.columnFINE_RATE = new global::System.Data.DataColumn("FINE_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_RATE);
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_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.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.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.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.columnOD_FLAG = new global::System.Data.DataColumn("OD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOD_FLAG);
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.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.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.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.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.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.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.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.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.columnRED_DOCNO.MaxLength = 15;
this.columnBLACK_DOCNO.MaxLength = 15;
this.columnREF_CONTRACTNO.MaxLength = 15;
this.columnAPPROVE_ID.MaxLength = 32;
this.columnAPPROVE_BYCOOPID.MaxLength = 6;
this.columnREMARK.MaxLength = 1000;
this.columnCANCEL_ID.MaxLength = 32;
this.columnCANCEL_CAUSE.MaxLength = 100;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWMASTERRow NewLNLAWMASTERRow() {
return ((LNLAWMASTERRow)(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 LNLAWMASTERRow(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(LNLAWMASTERRow);
}
[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.LNLAWMASTERRowChanged != null)) {
this.LNLAWMASTERRowChanged(this, new LNLAWMASTERRowChangeEvent(((LNLAWMASTERRow)(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.LNLAWMASTERRowChanging != null)) {
this.LNLAWMASTERRowChanging(this, new LNLAWMASTERRowChangeEvent(((LNLAWMASTERRow)(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.LNLAWMASTERRowDeleted != null)) {
this.LNLAWMASTERRowDeleted(this, new LNLAWMASTERRowChangeEvent(((LNLAWMASTERRow)(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.LNLAWMASTERRowDeleting != null)) {
this.LNLAWMASTERRowDeleting(this, new LNLAWMASTERRowChangeEvent(((LNLAWMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNLAWMASTERRow(LNLAWMASTERRow 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();
DataSet2 ds = new DataSet2();
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 = "LNLAWMASTERDataTable";
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 LNLAWSTATEMENTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnLOANITEMTYPE_CODE;
private global::System.Data.DataColumn columnSLIP_DATE;
private global::System.Data.DataColumn columnOPERATE_DATE;
private global::System.Data.DataColumn columnREF_DOCNO;
private global::System.Data.DataColumn columnREF_SLIPNO;
private global::System.Data.DataColumn columnPRINCIPAL_PAYMENT;
private global::System.Data.DataColumn columnPRINCIPAL_BALANCE;
private global::System.Data.DataColumn columnPRINCIPAL_CALINT;
private global::System.Data.DataColumn columnBFPRINCIPAL_CALINT;
private global::System.Data.DataColumn columnINTEREST_PAYMENT;
private global::System.Data.DataColumn columnFINE_PAYMENT;
private global::System.Data.DataColumn columnBFINTYEARARR_AMT;
private global::System.Data.DataColumn columnINTARR_PAYMENT;
private global::System.Data.DataColumn columnBFINTEREST_ARREAR;
private global::System.Data.DataColumn columnINTEREST_ARREAR;
private global::System.Data.DataColumn columnBFINT_PERIOD;
private global::System.Data.DataColumn columnINTEREST_PERIOD;
private global::System.Data.DataColumn columnBFFINEYEAR_AMT;
private global::System.Data.DataColumn columnFINEARR_PAYMENT;
private global::System.Data.DataColumn columnBFFINE_ARREAR;
private global::System.Data.DataColumn columnFINE_ARREAR;
private global::System.Data.DataColumn columnBFFINE_PERIOD;
private global::System.Data.DataColumn columnFINE_PERIOD;
private global::System.Data.DataColumn columnCALINT_FROM;
private global::System.Data.DataColumn columnCALINT_TO;
private global::System.Data.DataColumn columnCALFINEFROM_DATE;
private global::System.Data.DataColumn columnCALFINETO_DATE;
private global::System.Data.DataColumn columnINTEREST_RETURN;
private global::System.Data.DataColumn columnFINE_RETURN;
private global::System.Data.DataColumn columnMONEYTYPE_CODE;
private global::System.Data.DataColumn columnITEM_STATUS;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnCANCEL_ENTRYID;
private global::System.Data.DataColumn columnCANCEL_DATE;
private global::System.Data.DataColumn columnBFINTRETURN_AMT;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnBFPRINCIPAL_ARREAR;
private global::System.Data.DataColumn columnPRINCIPAL_ARREAR;
private global::System.Data.DataColumn columnPRTCARD_FLAG;
private global::System.Data.DataColumn columnPRTBOOK_FLAG;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWSTATEMENTDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWSTATEMENTDataTable(bool initExpressions) {
this.TableName = "LNLAWSTATEMENT";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWSTATEMENTDataTable(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 LNLAWSTATEMENTDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANITEMTYPE_CODEColumn {
get {
return this.columnLOANITEMTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SLIP_DATEColumn {
get {
return this.columnSLIP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn OPERATE_DATEColumn {
get {
return this.columnOPERATE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_DOCNOColumn {
get {
return this.columnREF_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_SLIPNOColumn {
get {
return this.columnREF_SLIPNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_PAYMENTColumn {
get {
return this.columnPRINCIPAL_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 PRINCIPAL_CALINTColumn {
get {
return this.columnPRINCIPAL_CALINT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPRINCIPAL_CALINTColumn {
get {
return this.columnBFPRINCIPAL_CALINT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PAYMENTColumn {
get {
return this.columnINTEREST_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_PAYMENTColumn {
get {
return this.columnFINE_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTYEARARR_AMTColumn {
get {
return this.columnBFINTYEARARR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTARR_PAYMENTColumn {
get {
return this.columnINTARR_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFINTEREST_ARREARColumn {
get {
return this.columnBFINTEREST_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 BFINT_PERIODColumn {
get {
return this.columnBFINT_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_PERIODColumn {
get {
return this.columnINTEREST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFFINEYEAR_AMTColumn {
get {
return this.columnBFFINEYEAR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINEARR_PAYMENTColumn {
get {
return this.columnFINEARR_PAYMENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFFINE_ARREARColumn {
get {
return this.columnBFFINE_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_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 BFFINE_PERIODColumn {
get {
return this.columnBFFINE_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINE_PERIODColumn {
get {
return this.columnFINE_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_FROMColumn {
get {
return this.columnCALINT_FROM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_TOColumn {
get {
return this.columnCALINT_TO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALFINEFROM_DATEColumn {
get {
return this.columnCALFINEFROM_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALFINETO_DATEColumn {
get {
return this.columnCALFINETO_DATE;
}
}
[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 FINE_RETURNColumn {
get {
return this.columnFINE_RETURN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MONEYTYPE_CODEColumn {
get {
return this.columnMONEYTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ITEM_STATUSColumn {
get {
return this.columnITEM_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CANCEL_ENTRYIDColumn {
get {
return this.columnCANCEL_ENTRYID;
}
}
[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 BFINTRETURN_AMTColumn {
get {
return this.columnBFINTRETURN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMARKColumn {
get {
return this.columnREMARK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BFPRINCIPAL_ARREARColumn {
get {
return this.columnBFPRINCIPAL_ARREAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 PRTCARD_FLAGColumn {
get {
return this.columnPRTCARD_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRTBOOK_FLAGColumn {
get {
return this.columnPRTBOOK_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[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 LNLAWSTATEMENTRow this[int index] {
get {
return ((LNLAWSTATEMENTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWSTATEMENTRowChangeEventHandler LNLAWSTATEMENTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWSTATEMENTRowChangeEventHandler LNLAWSTATEMENTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWSTATEMENTRowChangeEventHandler LNLAWSTATEMENTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWSTATEMENTRowChangeEventHandler LNLAWSTATEMENTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNLAWSTATEMENTRow(LNLAWSTATEMENTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWSTATEMENTRow AddLNLAWSTATEMENTRow(
string COOP_ID,
string LOANCONTRACT_NO,
decimal SEQ_NO,
string LOANITEMTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string REF_DOCNO,
string REF_SLIPNO,
decimal PRINCIPAL_PAYMENT,
decimal PRINCIPAL_BALANCE,
decimal PRINCIPAL_CALINT,
decimal BFPRINCIPAL_CALINT,
decimal INTEREST_PAYMENT,
decimal FINE_PAYMENT,
decimal BFINTYEARARR_AMT,
decimal INTARR_PAYMENT,
decimal BFINTEREST_ARREAR,
decimal INTEREST_ARREAR,
decimal BFINT_PERIOD,
decimal INTEREST_PERIOD,
decimal BFFINEYEAR_AMT,
decimal FINEARR_PAYMENT,
decimal BFFINE_ARREAR,
decimal FINE_ARREAR,
decimal BFFINE_PERIOD,
decimal FINE_PERIOD,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
System.DateTime CALFINEFROM_DATE,
System.DateTime CALFINETO_DATE,
decimal INTEREST_RETURN,
decimal FINE_RETURN,
string MONEYTYPE_CODE,
decimal ITEM_STATUS,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ENTRYID,
System.DateTime CANCEL_DATE,
decimal BFINTRETURN_AMT,
string REMARK,
decimal BFPRINCIPAL_ARREAR,
decimal PRINCIPAL_ARREAR,
decimal PRTCARD_FLAG,
decimal PRTBOOK_FLAG) {
LNLAWSTATEMENTRow rowLNLAWSTATEMENTRow = ((LNLAWSTATEMENTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO,
LOANITEMTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
REF_DOCNO,
REF_SLIPNO,
PRINCIPAL_PAYMENT,
PRINCIPAL_BALANCE,
PRINCIPAL_CALINT,
BFPRINCIPAL_CALINT,
INTEREST_PAYMENT,
FINE_PAYMENT,
BFINTYEARARR_AMT,
INTARR_PAYMENT,
BFINTEREST_ARREAR,
INTEREST_ARREAR,
BFINT_PERIOD,
INTEREST_PERIOD,
BFFINEYEAR_AMT,
FINEARR_PAYMENT,
BFFINE_ARREAR,
FINE_ARREAR,
BFFINE_PERIOD,
FINE_PERIOD,
CALINT_FROM,
CALINT_TO,
CALFINEFROM_DATE,
CALFINETO_DATE,
INTEREST_RETURN,
FINE_RETURN,
MONEYTYPE_CODE,
ITEM_STATUS,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ENTRYID,
CANCEL_DATE,
BFINTRETURN_AMT,
REMARK,
BFPRINCIPAL_ARREAR,
PRINCIPAL_ARREAR,
PRTCARD_FLAG,
PRTBOOK_FLAG};
rowLNLAWSTATEMENTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNLAWSTATEMENTRow);
return rowLNLAWSTATEMENTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWSTATEMENTRow AddLNLAWSTATEMENTRow(
string COOP_ID,
string LOANCONTRACT_NO,
decimal SEQ_NO,
string LOANITEMTYPE_CODE,
System.DateTime SLIP_DATE,
System.DateTime OPERATE_DATE,
string REF_DOCNO,
string REF_SLIPNO,
decimal PRINCIPAL_PAYMENT,
decimal PRINCIPAL_BALANCE,
decimal PRINCIPAL_CALINT,
decimal BFPRINCIPAL_CALINT,
decimal INTEREST_PAYMENT,
decimal FINE_PAYMENT,
decimal BFINTYEARARR_AMT,
decimal INTARR_PAYMENT,
decimal BFINTEREST_ARREAR,
decimal INTEREST_ARREAR,
decimal BFINT_PERIOD,
decimal INTEREST_PERIOD,
decimal BFFINEYEAR_AMT,
decimal FINEARR_PAYMENT,
decimal BFFINE_ARREAR,
decimal FINE_ARREAR,
decimal BFFINE_PERIOD,
decimal FINE_PERIOD,
System.DateTime CALINT_FROM,
System.DateTime CALINT_TO,
System.DateTime CALFINEFROM_DATE,
System.DateTime CALFINETO_DATE,
decimal INTEREST_RETURN,
decimal FINE_RETURN,
string MONEYTYPE_CODE,
decimal ITEM_STATUS,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
string CANCEL_ENTRYID,
System.DateTime CANCEL_DATE,
string REMARK,
decimal BFPRINCIPAL_ARREAR,
decimal PRINCIPAL_ARREAR,
decimal PRTCARD_FLAG,
decimal PRTBOOK_FLAG) {
LNLAWSTATEMENTRow rowLNLAWSTATEMENTRow = ((LNLAWSTATEMENTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO,
LOANITEMTYPE_CODE,
SLIP_DATE,
OPERATE_DATE,
REF_DOCNO,
REF_SLIPNO,
PRINCIPAL_PAYMENT,
PRINCIPAL_BALANCE,
PRINCIPAL_CALINT,
BFPRINCIPAL_CALINT,
INTEREST_PAYMENT,
FINE_PAYMENT,
BFINTYEARARR_AMT,
INTARR_PAYMENT,
BFINTEREST_ARREAR,
INTEREST_ARREAR,
BFINT_PERIOD,
INTEREST_PERIOD,
BFFINEYEAR_AMT,
FINEARR_PAYMENT,
BFFINE_ARREAR,
FINE_ARREAR,
BFFINE_PERIOD,
FINE_PERIOD,
CALINT_FROM,
CALINT_TO,
CALFINEFROM_DATE,
CALFINETO_DATE,
INTEREST_RETURN,
FINE_RETURN,
MONEYTYPE_CODE,
ITEM_STATUS,
ENTRY_ID,
ENTRY_DATE,
CANCEL_ENTRYID,
CANCEL_DATE,
null,
REMARK,
BFPRINCIPAL_ARREAR,
PRINCIPAL_ARREAR,
PRTCARD_FLAG,
PRTBOOK_FLAG};
rowLNLAWSTATEMENTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNLAWSTATEMENTRow);
return rowLNLAWSTATEMENTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWSTATEMENTRow FindByCOOP_IDLOANCONTRACT_NOSEQ_NO(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO) {
return ((LNLAWSTATEMENTRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNLAWSTATEMENTDataTable cln = ((LNLAWSTATEMENTDataTable)(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 LNLAWSTATEMENTDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnLOANITEMTYPE_CODE = base.Columns["LOANITEMTYPE_CODE"];
this.columnSLIP_DATE = base.Columns["SLIP_DATE"];
this.columnOPERATE_DATE = base.Columns["OPERATE_DATE"];
this.columnREF_DOCNO = base.Columns["REF_DOCNO"];
this.columnREF_SLIPNO = base.Columns["REF_SLIPNO"];
this.columnPRINCIPAL_PAYMENT = base.Columns["PRINCIPAL_PAYMENT"];
this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"];
this.columnPRINCIPAL_CALINT = base.Columns["PRINCIPAL_CALINT"];
this.columnBFPRINCIPAL_CALINT = base.Columns["BFPRINCIPAL_CALINT"];
this.columnINTEREST_PAYMENT = base.Columns["INTEREST_PAYMENT"];
this.columnFINE_PAYMENT = base.Columns["FINE_PAYMENT"];
this.columnBFINTYEARARR_AMT = base.Columns["BFINTYEARARR_AMT"];
this.columnINTARR_PAYMENT = base.Columns["INTARR_PAYMENT"];
this.columnBFINTEREST_ARREAR = base.Columns["BFINTEREST_ARREAR"];
this.columnINTEREST_ARREAR = base.Columns["INTEREST_ARREAR"];
this.columnBFINT_PERIOD = base.Columns["BFINT_PERIOD"];
this.columnINTEREST_PERIOD = base.Columns["INTEREST_PERIOD"];
this.columnBFFINEYEAR_AMT = base.Columns["BFFINEYEAR_AMT"];
this.columnFINEARR_PAYMENT = base.Columns["FINEARR_PAYMENT"];
this.columnBFFINE_ARREAR = base.Columns["BFFINE_ARREAR"];
this.columnFINE_ARREAR = base.Columns["FINE_ARREAR"];
this.columnBFFINE_PERIOD = base.Columns["BFFINE_PERIOD"];
this.columnFINE_PERIOD = base.Columns["FINE_PERIOD"];
this.columnCALINT_FROM = base.Columns["CALINT_FROM"];
this.columnCALINT_TO = base.Columns["CALINT_TO"];
this.columnCALFINEFROM_DATE = base.Columns["CALFINEFROM_DATE"];
this.columnCALFINETO_DATE = base.Columns["CALFINETO_DATE"];
this.columnINTEREST_RETURN = base.Columns["INTEREST_RETURN"];
this.columnFINE_RETURN = base.Columns["FINE_RETURN"];
this.columnMONEYTYPE_CODE = base.Columns["MONEYTYPE_CODE"];
this.columnITEM_STATUS = base.Columns["ITEM_STATUS"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnCANCEL_ENTRYID = base.Columns["CANCEL_ENTRYID"];
this.columnCANCEL_DATE = base.Columns["CANCEL_DATE"];
this.columnBFINTRETURN_AMT = base.Columns["BFINTRETURN_AMT"];
this.columnREMARK = base.Columns["REMARK"];
this.columnBFPRINCIPAL_ARREAR = base.Columns["BFPRINCIPAL_ARREAR"];
this.columnPRINCIPAL_ARREAR = base.Columns["PRINCIPAL_ARREAR"];
this.columnPRTCARD_FLAG = base.Columns["PRTCARD_FLAG"];
this.columnPRTBOOK_FLAG = base.Columns["PRTBOOK_FLAG"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnLOANITEMTYPE_CODE = new global::System.Data.DataColumn("LOANITEMTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANITEMTYPE_CODE);
this.columnSLIP_DATE = new global::System.Data.DataColumn("SLIP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSLIP_DATE);
this.columnOPERATE_DATE = new global::System.Data.DataColumn("OPERATE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOPERATE_DATE);
this.columnREF_DOCNO = new global::System.Data.DataColumn("REF_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_DOCNO);
this.columnREF_SLIPNO = new global::System.Data.DataColumn("REF_SLIPNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_SLIPNO);
this.columnPRINCIPAL_PAYMENT = new global::System.Data.DataColumn("PRINCIPAL_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_PAYMENT);
this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_BALANCE);
this.columnPRINCIPAL_CALINT = new global::System.Data.DataColumn("PRINCIPAL_CALINT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_CALINT);
this.columnBFPRINCIPAL_CALINT = new global::System.Data.DataColumn("BFPRINCIPAL_CALINT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPRINCIPAL_CALINT);
this.columnINTEREST_PAYMENT = new global::System.Data.DataColumn("INTEREST_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PAYMENT);
this.columnFINE_PAYMENT = new global::System.Data.DataColumn("FINE_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_PAYMENT);
this.columnBFINTYEARARR_AMT = new global::System.Data.DataColumn("BFINTYEARARR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTYEARARR_AMT);
this.columnINTARR_PAYMENT = new global::System.Data.DataColumn("INTARR_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTARR_PAYMENT);
this.columnBFINTEREST_ARREAR = new global::System.Data.DataColumn("BFINTEREST_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTEREST_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.columnBFINT_PERIOD = new global::System.Data.DataColumn("BFINT_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINT_PERIOD);
this.columnINTEREST_PERIOD = new global::System.Data.DataColumn("INTEREST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_PERIOD);
this.columnBFFINEYEAR_AMT = new global::System.Data.DataColumn("BFFINEYEAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFFINEYEAR_AMT);
this.columnFINEARR_PAYMENT = new global::System.Data.DataColumn("FINEARR_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINEARR_PAYMENT);
this.columnBFFINE_ARREAR = new global::System.Data.DataColumn("BFFINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFFINE_ARREAR);
this.columnFINE_ARREAR = new global::System.Data.DataColumn("FINE_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_ARREAR);
this.columnBFFINE_PERIOD = new global::System.Data.DataColumn("BFFINE_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFFINE_PERIOD);
this.columnFINE_PERIOD = new global::System.Data.DataColumn("FINE_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_PERIOD);
this.columnCALINT_FROM = new global::System.Data.DataColumn("CALINT_FROM", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FROM);
this.columnCALINT_TO = new global::System.Data.DataColumn("CALINT_TO", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_TO);
this.columnCALFINEFROM_DATE = new global::System.Data.DataColumn("CALFINEFROM_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALFINEFROM_DATE);
this.columnCALFINETO_DATE = new global::System.Data.DataColumn("CALFINETO_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALFINETO_DATE);
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.columnFINE_RETURN = new global::System.Data.DataColumn("FINE_RETURN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINE_RETURN);
this.columnMONEYTYPE_CODE = new global::System.Data.DataColumn("MONEYTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMONEYTYPE_CODE);
this.columnITEM_STATUS = new global::System.Data.DataColumn("ITEM_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnITEM_STATUS);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnCANCEL_ENTRYID = new global::System.Data.DataColumn("CANCEL_ENTRYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCANCEL_ENTRYID);
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.columnBFINTRETURN_AMT = new global::System.Data.DataColumn("BFINTRETURN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFINTRETURN_AMT);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnBFPRINCIPAL_ARREAR = new global::System.Data.DataColumn("BFPRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBFPRINCIPAL_ARREAR);
this.columnPRINCIPAL_ARREAR = new global::System.Data.DataColumn("PRINCIPAL_ARREAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_ARREAR);
this.columnPRTCARD_FLAG = new global::System.Data.DataColumn("PRTCARD_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRTCARD_FLAG);
this.columnPRTBOOK_FLAG = new global::System.Data.DataColumn("PRTBOOK_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRTBOOK_FLAG);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSEQ_NO.AllowDBNull = false;
this.columnLOANITEMTYPE_CODE.AllowDBNull = false;
this.columnLOANITEMTYPE_CODE.MaxLength = 3;
this.columnREF_DOCNO.MaxLength = 15;
this.columnREF_SLIPNO.MaxLength = 15;
this.columnMONEYTYPE_CODE.MaxLength = 3;
this.columnENTRY_ID.MaxLength = 32;
this.columnCANCEL_ENTRYID.MaxLength = 32;
this.columnBFINTRETURN_AMT.ReadOnly = true;
this.columnREMARK.MaxLength = 200;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWSTATEMENTRow NewLNLAWSTATEMENTRow() {
return ((LNLAWSTATEMENTRow)(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 LNLAWSTATEMENTRow(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(LNLAWSTATEMENTRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.BFINTRETURN_AMTColumn.Expression = "PRINCIPAL_PAYMENT+FINE_PAYMENT+INTEREST_PAYMENT";
}
[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.LNLAWSTATEMENTRowChanged != null)) {
this.LNLAWSTATEMENTRowChanged(this, new LNLAWSTATEMENTRowChangeEvent(((LNLAWSTATEMENTRow)(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.LNLAWSTATEMENTRowChanging != null)) {
this.LNLAWSTATEMENTRowChanging(this, new LNLAWSTATEMENTRowChangeEvent(((LNLAWSTATEMENTRow)(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.LNLAWSTATEMENTRowDeleted != null)) {
this.LNLAWSTATEMENTRowDeleted(this, new LNLAWSTATEMENTRowChangeEvent(((LNLAWSTATEMENTRow)(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.LNLAWSTATEMENTRowDeleting != null)) {
this.LNLAWSTATEMENTRowDeleting(this, new LNLAWSTATEMENTRowChangeEvent(((LNLAWSTATEMENTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNLAWSTATEMENTRow(LNLAWSTATEMENTRow 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();
DataSet2 ds = new DataSet2();
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 = "LNLAWSTATEMENTDataTable";
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 LNLAWCOLLDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnLOANCOLLTYPE_CODE;
private global::System.Data.DataColumn columnREF_COLLNO;
private global::System.Data.DataColumn columnDESCRIPTION;
private global::System.Data.DataColumn columnCOLL_AMT;
private global::System.Data.DataColumn columnCOLL_BALANCE;
private global::System.Data.DataColumn columnCOLL_STATUS;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnCOLLBASE_AMT;
private global::System.Data.DataColumn columnCOLLBALANCE_AMT;
private global::System.Data.DataColumn columnCOLLACTIVE_AMT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWCOLLDataTable() {
this.TableName = "LNLAWCOLL";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWCOLLDataTable(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 LNLAWCOLLDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCOLLTYPE_CODEColumn {
get {
return this.columnLOANCOLLTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REF_COLLNOColumn {
get {
return this.columnREF_COLLNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DESCRIPTIONColumn {
get {
return this.columnDESCRIPTION;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLL_AMTColumn {
get {
return this.columnCOLL_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLL_BALANCEColumn {
get {
return this.columnCOLL_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLL_STATUSColumn {
get {
return this.columnCOLL_STATUS;
}
}
[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 COLLBASE_AMTColumn {
get {
return this.columnCOLLBASE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLBALANCE_AMTColumn {
get {
return this.columnCOLLBALANCE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLACTIVE_AMTColumn {
get {
return this.columnCOLLACTIVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWCOLLRow this[int index] {
get {
return ((LNLAWCOLLRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWCOLLRowChangeEventHandler LNLAWCOLLRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWCOLLRowChangeEventHandler LNLAWCOLLRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWCOLLRowChangeEventHandler LNLAWCOLLRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWCOLLRowChangeEventHandler LNLAWCOLLRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNLAWCOLLRow(LNLAWCOLLRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWCOLLRow AddLNLAWCOLLRow(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO, string LOANCOLLTYPE_CODE, string REF_COLLNO, string DESCRIPTION, decimal COLL_AMT, decimal COLL_BALANCE, decimal COLL_STATUS, string REMARK, decimal COLLBASE_AMT, decimal COLLBALANCE_AMT, decimal COLLACTIVE_AMT) {
LNLAWCOLLRow rowLNLAWCOLLRow = ((LNLAWCOLLRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO,
LOANCOLLTYPE_CODE,
REF_COLLNO,
DESCRIPTION,
COLL_AMT,
COLL_BALANCE,
COLL_STATUS,
REMARK,
COLLBASE_AMT,
COLLBALANCE_AMT,
COLLACTIVE_AMT};
rowLNLAWCOLLRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNLAWCOLLRow);
return rowLNLAWCOLLRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWCOLLRow FindByCOOP_IDLOANCONTRACT_NOSEQ_NO(string COOP_ID, string LOANCONTRACT_NO, decimal SEQ_NO) {
return ((LNLAWCOLLRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNLAWCOLLDataTable cln = ((LNLAWCOLLDataTable)(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 LNLAWCOLLDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnLOANCOLLTYPE_CODE = base.Columns["LOANCOLLTYPE_CODE"];
this.columnREF_COLLNO = base.Columns["REF_COLLNO"];
this.columnDESCRIPTION = base.Columns["DESCRIPTION"];
this.columnCOLL_AMT = base.Columns["COLL_AMT"];
this.columnCOLL_BALANCE = base.Columns["COLL_BALANCE"];
this.columnCOLL_STATUS = base.Columns["COLL_STATUS"];
this.columnREMARK = base.Columns["REMARK"];
this.columnCOLLBASE_AMT = base.Columns["COLLBASE_AMT"];
this.columnCOLLBALANCE_AMT = base.Columns["COLLBALANCE_AMT"];
this.columnCOLLACTIVE_AMT = base.Columns["COLLACTIVE_AMT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnLOANCOLLTYPE_CODE = new global::System.Data.DataColumn("LOANCOLLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCOLLTYPE_CODE);
this.columnREF_COLLNO = new global::System.Data.DataColumn("REF_COLLNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_COLLNO);
this.columnDESCRIPTION = new global::System.Data.DataColumn("DESCRIPTION", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDESCRIPTION);
this.columnCOLL_AMT = new global::System.Data.DataColumn("COLL_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLL_AMT);
this.columnCOLL_BALANCE = new global::System.Data.DataColumn("COLL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLL_BALANCE);
this.columnCOLL_STATUS = new global::System.Data.DataColumn("COLL_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLL_STATUS);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnCOLLBASE_AMT = new global::System.Data.DataColumn("COLLBASE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLBASE_AMT);
this.columnCOLLBALANCE_AMT = new global::System.Data.DataColumn("COLLBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLBALANCE_AMT);
this.columnCOLLACTIVE_AMT = new global::System.Data.DataColumn("COLLACTIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLACTIVE_AMT);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnSEQ_NO.AllowDBNull = false;
this.columnLOANCOLLTYPE_CODE.MaxLength = 2;
this.columnREF_COLLNO.MaxLength = 20;
this.columnDESCRIPTION.MaxLength = 500;
this.columnREMARK.MaxLength = 100;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWCOLLRow NewLNLAWCOLLRow() {
return ((LNLAWCOLLRow)(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 LNLAWCOLLRow(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(LNLAWCOLLRow);
}
[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.LNLAWCOLLRowChanged != null)) {
this.LNLAWCOLLRowChanged(this, new LNLAWCOLLRowChangeEvent(((LNLAWCOLLRow)(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.LNLAWCOLLRowChanging != null)) {
this.LNLAWCOLLRowChanging(this, new LNLAWCOLLRowChangeEvent(((LNLAWCOLLRow)(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.LNLAWCOLLRowDeleted != null)) {
this.LNLAWCOLLRowDeleted(this, new LNLAWCOLLRowChangeEvent(((LNLAWCOLLRow)(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.LNLAWCOLLRowDeleting != null)) {
this.LNLAWCOLLRowDeleting(this, new LNLAWCOLLRowChangeEvent(((LNLAWCOLLRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNLAWCOLLRow(LNLAWCOLLRow 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();
DataSet2 ds = new DataSet2();
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 = "LNLAWCOLLDataTable";
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 LNLAWOBJDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnLOANOBJ_CODE;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnLOANOBJ_DESC;
private global::System.Data.DataColumn columnLOANOBJ_AMT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWOBJDataTable() {
this.TableName = "LNLAWOBJ";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWOBJDataTable(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 LNLAWOBJDataTable(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 LOANOBJ_CODEColumn {
get {
return this.columnLOANOBJ_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANOBJ_DESCColumn {
get {
return this.columnLOANOBJ_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANOBJ_AMTColumn {
get {
return this.columnLOANOBJ_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWOBJRow this[int index] {
get {
return ((LNLAWOBJRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWOBJRowChangeEventHandler LNLAWOBJRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWOBJRowChangeEventHandler LNLAWOBJRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWOBJRowChangeEventHandler LNLAWOBJRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLAWOBJRowChangeEventHandler LNLAWOBJRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNLAWOBJRow(LNLAWOBJRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWOBJRow AddLNLAWOBJRow(string COOP_ID, string LOANCONTRACT_NO, string LOANOBJ_CODE, decimal SEQ_NO, string LOANOBJ_DESC, decimal LOANOBJ_AMT) {
LNLAWOBJRow rowLNLAWOBJRow = ((LNLAWOBJRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
LOANCONTRACT_NO,
LOANOBJ_CODE,
SEQ_NO,
LOANOBJ_DESC,
LOANOBJ_AMT};
rowLNLAWOBJRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNLAWOBJRow);
return rowLNLAWOBJRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWOBJRow FindByCOOP_IDLOANCONTRACT_NOLOANOBJ_CODESEQ_NO(string COOP_ID, string LOANCONTRACT_NO, string LOANOBJ_CODE, decimal SEQ_NO) {
return ((LNLAWOBJRow)(this.Rows.Find(new object[] {
COOP_ID,
LOANCONTRACT_NO,
LOANOBJ_CODE,
SEQ_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNLAWOBJDataTable cln = ((LNLAWOBJDataTable)(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 LNLAWOBJDataTable();
}
[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.columnLOANOBJ_CODE = base.Columns["LOANOBJ_CODE"];
this.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnLOANOBJ_DESC = base.Columns["LOANOBJ_DESC"];
this.columnLOANOBJ_AMT = base.Columns["LOANOBJ_AMT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnLOANOBJ_CODE = new global::System.Data.DataColumn("LOANOBJ_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJ_CODE);
this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnLOANOBJ_DESC = new global::System.Data.DataColumn("LOANOBJ_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJ_DESC);
this.columnLOANOBJ_AMT = new global::System.Data.DataColumn("LOANOBJ_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANOBJ_AMT);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnLOANCONTRACT_NO,
this.columnLOANOBJ_CODE,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 10;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 10;
this.columnLOANOBJ_CODE.AllowDBNull = false;
this.columnLOANOBJ_CODE.MaxLength = 10;
this.columnSEQ_NO.AllowDBNull = false;
this.columnLOANOBJ_DESC.MaxLength = 200;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLAWOBJRow NewLNLAWOBJRow() {
return ((LNLAWOBJRow)(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 LNLAWOBJRow(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(LNLAWOBJRow);
}
[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.LNLAWOBJRowChanged != null)) {
this.LNLAWOBJRowChanged(this, new LNLAWOBJRowChangeEvent(((LNLAWOBJRow)(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.LNLAWOBJRowChanging != null)) {
this.LNLAWOBJRowChanging(this, new LNLAWOBJRowChangeEvent(((LNLAWOBJRow)(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.LNLAWOBJRowDeleted != null)) {
this.LNLAWOBJRowDeleted(this, new LNLAWOBJRowChangeEvent(((LNLAWOBJRow)(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.LNLAWOBJRowDeleting != null)) {
this.LNLAWOBJRowDeleting(this, new LNLAWOBJRowChangeEvent(((LNLAWOBJRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNLAWOBJRow(LNLAWOBJRow 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();
DataSet2 ds = new DataSet2();
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 = "LNLAWOBJDataTable";
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 LNLAWMASTERRow : global::System.Data.DataRow {
private LNLAWMASTERDataTable tableLNLAWMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNLAWMASTER = ((LNLAWMASTERDataTable)(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.tableLNLAWMASTER.COOP_IDColumn]));
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANOBJECTIVE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJECTIVE_CODE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANREQUEST_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANREQUEST_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_AMT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANAPPROVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LOANAPPROVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.WITHDRAWABLE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_CALINTAMT {
get {
try {
return ((decimal)(this[this.tableLNLAWMASTER.PRINCIPAL_CALINTAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_CALINTAMT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.PRINCIPAL_CALINTAMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_FIXAMT {
get {
try {
return ((decimal)(this[this.tableLNLAWMASTER.PRINCIPAL_FIXAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_FIXAMT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.PRINCIPAL_FIXAMTColumn] = 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.tableLNLAWMASTER.LOANPAYMENT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENT_TYPE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PERIOD_INSTALLMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_INSTALLMENT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PERIOD_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.PERIOD_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RED_DOCNO {
get {
try {
return ((string)(this[this.tableLNLAWMASTER.RED_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RED_DOCNO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.RED_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BLACK_DOCNO {
get {
try {
return ((string)(this[this.tableLNLAWMASTER.BLACK_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BLACK_DOCNO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.BLACK_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_CONTRACTNO {
get {
try {
return ((string)(this[this.tableLNLAWMASTER.REF_CONTRACTNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_CONTRACTNO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.REF_CONTRACTNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INT_RATE {
get {
try {
return ((decimal)(this[this.tableLNLAWMASTER.INT_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_RATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.INT_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_RATE {
get {
try {
return ((decimal)(this[this.tableLNLAWMASTER.FINE_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_RATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.FINE_RATEColumn] = 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.tableLNLAWMASTER.PERIOD_LASTPAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_LASTPAYMENT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.PAYMENT_STATUSColumn] = 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.tableLNLAWMASTER.LAST_PERIODPAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIODPAY\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.STARTCONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTCONT_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.STARTCONT_DATEColumn] = 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.tableLNLAWMASTER.LASTRECEIVE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTRECEIVE_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTPAYMENT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAYMENT_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTCALINT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALINT_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.LASTCALINT_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.tableLNLAWMASTER.LASTPROCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPROCESS_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTACCESS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTACCESS_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.CLOSECONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSECONT_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.INTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.INTYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTYEAR_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.INTEREST_ACCUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ACCUM\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.INTACCUM_LASTYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTACCUM_LASTYEAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PRINCIPAL_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_RETURN\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.INTEREST_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.INTEREST_RETURNColumn] = 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.tableLNLAWMASTER.LAST_STM_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_STM_NO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.LAST_STM_NOColumn] = 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.tableLNLAWMASTER.OD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OD_FLAG\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.OD_FLAGColumn] = 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.tableLNLAWMASTER.CONTRACT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_STATUS\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.APPROVE_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_ID\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.APPROVE_BYCOOPIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPROVE_BYCOOPID\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.REMARKColumn] = 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.tableLNLAWMASTER.PERIOD_PAYAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PERIOD_PAYMENT_MAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT_MAX\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.PERIOD_PAYMENT_MAXColumn] = 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.tableLNLAWMASTER.EXPIRECONT_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPIRECONT_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.EXPIRECONT_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ID {
get {
try {
return ((string)(this[this.tableLNLAWMASTER.CANCEL_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ID\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.CANCEL_CAUSEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_CAUSE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.CANCEL_CAUSEColumn] = 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.tableLNLAWMASTER.FINEYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEYEAR_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.FINE_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.FINE_ARREARColumn] = 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.tableLNLAWMASTER.LASTREC_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTLINE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTPAGE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.LASTPAGE_NOColumn] = 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.tableLNLAWMASTER.LASTCALFINE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTCALFINE_DATE\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.LASTCALFINE_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.tableLNLAWMASTER.CONTRACT_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_INTEREST\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.BFFINEYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFFINEYEAR_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.BFINTERESTYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTERESTYEAR_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PRTBOOK_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRTBOOK_FLAG\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.PRTCARD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRTCARD_FLAG\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.BFPRINCIPALYEAR_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPRINCIPALYEAR_ARREAR\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTREC_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTREC_NO_CARD\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTLINE_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTLINE_NO_CARD\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTPAGE_NO_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTPAGE_NO_CARD\' in table \'LNLAWMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWMASTER.LASTPAGE_NO_CARDColumn] = 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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsPRINCIPAL_CALINTAMTNull() {
return this.IsNull(this.tableLNLAWMASTER.PRINCIPAL_CALINTAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_CALINTAMTNull() {
this[this.tableLNLAWMASTER.PRINCIPAL_CALINTAMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_FIXAMTNull() {
return this.IsNull(this.tableLNLAWMASTER.PRINCIPAL_FIXAMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_FIXAMTNull() {
this[this.tableLNLAWMASTER.PRINCIPAL_FIXAMTColumn] = 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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsRED_DOCNONull() {
return this.IsNull(this.tableLNLAWMASTER.RED_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRED_DOCNONull() {
this[this.tableLNLAWMASTER.RED_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBLACK_DOCNONull() {
return this.IsNull(this.tableLNLAWMASTER.BLACK_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBLACK_DOCNONull() {
this[this.tableLNLAWMASTER.BLACK_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_CONTRACTNONull() {
return this.IsNull(this.tableLNLAWMASTER.REF_CONTRACTNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_CONTRACTNONull() {
this[this.tableLNLAWMASTER.REF_CONTRACTNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINT_RATENull() {
return this.IsNull(this.tableLNLAWMASTER.INT_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINT_RATENull() {
this[this.tableLNLAWMASTER.INT_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_RATENull() {
return this.IsNull(this.tableLNLAWMASTER.FINE_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_RATENull() {
this[this.tableLNLAWMASTER.FINE_RATEColumn] = 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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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_PERIODPAYNull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsLASTRECEIVE_DATENull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsLASTPROCESS_DATENull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsLAST_STM_NONull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsOD_FLAGNull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsCONTRACT_STATUSNull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableLNLAWMASTER.REMARKColumn] = 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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsEXPIRECONT_DATENull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsCANCEL_IDNull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsFINEYEAR_ARREARNull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsLASTREC_NONull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsLASTCALFINE_DATENull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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 IsCONTRACT_INTERESTNull() {
return this.IsNull(this.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.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.tableLNLAWMASTER.LASTPAGE_NO_CARDColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNLAWSTATEMENTRow : global::System.Data.DataRow {
private LNLAWSTATEMENTDataTable tableLNLAWSTATEMENT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWSTATEMENTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNLAWSTATEMENT = ((LNLAWSTATEMENTDataTable)(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.tableLNLAWSTATEMENT.COOP_IDColumn]));
}
set {
this[this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNLAWSTATEMENT.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNLAWSTATEMENT.SEQ_NOColumn]));
}
set {
this[this.tableLNLAWSTATEMENT.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANITEMTYPE_CODE {
get {
return ((string)(this[this.tableLNLAWSTATEMENT.LOANITEMTYPE_CODEColumn]));
}
set {
this[this.tableLNLAWSTATEMENT.LOANITEMTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime SLIP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.SLIP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SLIP_DATE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.SLIP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime OPERATE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.OPERATE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OPERATE_DATE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.OPERATE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_DOCNO {
get {
try {
return ((string)(this[this.tableLNLAWSTATEMENT.REF_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_DOCNO\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.REF_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_SLIPNO {
get {
try {
return ((string)(this[this.tableLNLAWSTATEMENT.REF_SLIPNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_SLIPNO\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.REF_SLIPNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.PRINCIPAL_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_PAYMENT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.PRINCIPAL_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_CALINT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.PRINCIPAL_CALINTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_CALINT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.PRINCIPAL_CALINTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPRINCIPAL_CALINT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFPRINCIPAL_CALINTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPRINCIPAL_CALINT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFPRINCIPAL_CALINTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.INTEREST_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PAYMENT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.INTEREST_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.FINE_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_PAYMENT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.FINE_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTYEARARR_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFINTYEARARR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTYEARARR_AMT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFINTYEARARR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTARR_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.INTARR_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTARR_PAYMENT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.INTARR_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTEREST_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFINTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTEREST_ARREAR\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFINTEREST_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.tableLNLAWSTATEMENT.INTEREST_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_ARREAR\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.INTEREST_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINT_PERIOD {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFINT_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINT_PERIOD\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFINT_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_PERIOD {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.INTEREST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_PERIOD\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.INTEREST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFFINEYEAR_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFFINEYEAR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFFINEYEAR_AMT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFFINEYEAR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINEARR_PAYMENT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.FINEARR_PAYMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEARR_PAYMENT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.FINEARR_PAYMENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFFINE_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFFINE_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFFINE_ARREAR\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFFINE_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.tableLNLAWSTATEMENT.FINE_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_ARREAR\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.FINE_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFFINE_PERIOD {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFFINE_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFFINE_PERIOD\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFFINE_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_PERIOD {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.FINE_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_PERIOD\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.FINE_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_FROM {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.CALINT_FROMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FROM\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.CALINT_FROMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALINT_TO {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.CALINT_TOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_TO\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.CALINT_TOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALFINEFROM_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.CALFINEFROM_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALFINEFROM_DATE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.CALFINEFROM_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CALFINETO_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.CALFINETO_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALFINETO_DATE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.CALFINETO_DATEColumn] = 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.tableLNLAWSTATEMENT.INTEREST_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RETURN\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.INTEREST_RETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINE_RETURN {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.FINE_RETURNColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINE_RETURN\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.FINE_RETURNColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MONEYTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNLAWSTATEMENT.MONEYTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MONEYTYPE_CODE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.MONEYTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ITEM_STATUS {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.ITEM_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ITEM_STATUS\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.ITEM_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableLNLAWSTATEMENT.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENTRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNLAWSTATEMENT.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CANCEL_ENTRYID {
get {
try {
return ((string)(this[this.tableLNLAWSTATEMENT.CANCEL_ENTRYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_ENTRYID\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.CANCEL_ENTRYIDColumn] = 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.tableLNLAWSTATEMENT.CANCEL_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CANCEL_DATE\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.CANCEL_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFINTRETURN_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFINTRETURN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFINTRETURN_AMT\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFINTRETURN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REMARK {
get {
try {
return ((string)(this[this.tableLNLAWSTATEMENT.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BFPRINCIPAL_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.BFPRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BFPRINCIPAL_ARREAR\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.BFPRINCIPAL_ARREARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_ARREAR {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.PRINCIPAL_ARREARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_ARREAR\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.PRINCIPAL_ARREARColumn] = 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.tableLNLAWSTATEMENT.PRTCARD_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRTCARD_FLAG\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.PRTCARD_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRTBOOK_FLAG {
get {
try {
return ((decimal)(this[this.tableLNLAWSTATEMENT.PRTBOOK_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRTBOOK_FLAG\' in table \'LNLAWSTATEMENT\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWSTATEMENT.PRTBOOK_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSLIP_DATENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.SLIP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSLIP_DATENull() {
this[this.tableLNLAWSTATEMENT.SLIP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOPERATE_DATENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.OPERATE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOPERATE_DATENull() {
this[this.tableLNLAWSTATEMENT.OPERATE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_DOCNONull() {
return this.IsNull(this.tableLNLAWSTATEMENT.REF_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_DOCNONull() {
this[this.tableLNLAWSTATEMENT.REF_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_SLIPNONull() {
return this.IsNull(this.tableLNLAWSTATEMENT.REF_SLIPNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_SLIPNONull() {
this[this.tableLNLAWSTATEMENT.REF_SLIPNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_PAYMENTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.PRINCIPAL_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_PAYMENTNull() {
this[this.tableLNLAWSTATEMENT.PRINCIPAL_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_BALANCENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.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 IsPRINCIPAL_CALINTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.PRINCIPAL_CALINTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_CALINTNull() {
this[this.tableLNLAWSTATEMENT.PRINCIPAL_CALINTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPRINCIPAL_CALINTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFPRINCIPAL_CALINTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPRINCIPAL_CALINTNull() {
this[this.tableLNLAWSTATEMENT.BFPRINCIPAL_CALINTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PAYMENTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.INTEREST_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PAYMENTNull() {
this[this.tableLNLAWSTATEMENT.INTEREST_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_PAYMENTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.FINE_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_PAYMENTNull() {
this[this.tableLNLAWSTATEMENT.FINE_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTYEARARR_AMTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFINTYEARARR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTYEARARR_AMTNull() {
this[this.tableLNLAWSTATEMENT.BFINTYEARARR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTARR_PAYMENTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.INTARR_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTARR_PAYMENTNull() {
this[this.tableLNLAWSTATEMENT.INTARR_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFINTEREST_ARREARNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFINTEREST_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTEREST_ARREARNull() {
this[this.tableLNLAWSTATEMENT.BFINTEREST_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_ARREARNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.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 IsBFINT_PERIODNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFINT_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINT_PERIODNull() {
this[this.tableLNLAWSTATEMENT.BFINT_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_PERIODNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.INTEREST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_PERIODNull() {
this[this.tableLNLAWSTATEMENT.INTEREST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFFINEYEAR_AMTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFFINEYEAR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFFINEYEAR_AMTNull() {
this[this.tableLNLAWSTATEMENT.BFFINEYEAR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINEARR_PAYMENTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.FINEARR_PAYMENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINEARR_PAYMENTNull() {
this[this.tableLNLAWSTATEMENT.FINEARR_PAYMENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFFINE_ARREARNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFFINE_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFFINE_ARREARNull() {
this[this.tableLNLAWSTATEMENT.BFFINE_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_ARREARNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.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 IsBFFINE_PERIODNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFFINE_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFFINE_PERIODNull() {
this[this.tableLNLAWSTATEMENT.BFFINE_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINE_PERIODNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.FINE_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_PERIODNull() {
this[this.tableLNLAWSTATEMENT.FINE_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_FROMNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.CALINT_FROMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_FROMNull() {
this[this.tableLNLAWSTATEMENT.CALINT_FROMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_TONull() {
return this.IsNull(this.tableLNLAWSTATEMENT.CALINT_TOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_TONull() {
this[this.tableLNLAWSTATEMENT.CALINT_TOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALFINEFROM_DATENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.CALFINEFROM_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALFINEFROM_DATENull() {
this[this.tableLNLAWSTATEMENT.CALFINEFROM_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALFINETO_DATENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.CALFINETO_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALFINETO_DATENull() {
this[this.tableLNLAWSTATEMENT.CALFINETO_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_RETURNNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.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 IsFINE_RETURNNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.FINE_RETURNColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINE_RETURNNull() {
this[this.tableLNLAWSTATEMENT.FINE_RETURNColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMONEYTYPE_CODENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.MONEYTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMONEYTYPE_CODENull() {
this[this.tableLNLAWSTATEMENT.MONEYTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsITEM_STATUSNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.ITEM_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetITEM_STATUSNull() {
this[this.tableLNLAWSTATEMENT.ITEM_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tableLNLAWSTATEMENT.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_DATENull() {
return this.IsNull(this.tableLNLAWSTATEMENT.ENTRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_DATENull() {
this[this.tableLNLAWSTATEMENT.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCANCEL_ENTRYIDNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.CANCEL_ENTRYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCANCEL_ENTRYIDNull() {
this[this.tableLNLAWSTATEMENT.CANCEL_ENTRYIDColumn] = 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.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.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 IsBFINTRETURN_AMTNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFINTRETURN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFINTRETURN_AMTNull() {
this[this.tableLNLAWSTATEMENT.BFINTRETURN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableLNLAWSTATEMENT.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBFPRINCIPAL_ARREARNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.BFPRINCIPAL_ARREARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBFPRINCIPAL_ARREARNull() {
this[this.tableLNLAWSTATEMENT.BFPRINCIPAL_ARREARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_ARREARNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.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 IsPRTCARD_FLAGNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.PRTCARD_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRTBOOK_FLAGNull() {
return this.IsNull(this.tableLNLAWSTATEMENT.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.tableLNLAWSTATEMENT.PRTBOOK_FLAGColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNLAWCOLLRow : global::System.Data.DataRow {
private LNLAWCOLLDataTable tableLNLAWCOLL;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWCOLLRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNLAWCOLL = ((LNLAWCOLLDataTable)(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.tableLNLAWCOLL.COOP_IDColumn]));
}
set {
this[this.tableLNLAWCOLL.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.tableLNLAWCOLL.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNLAWCOLL.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNLAWCOLL.SEQ_NOColumn]));
}
set {
this[this.tableLNLAWCOLL.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCOLLTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNLAWCOLL.LOANCOLLTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCOLLTYPE_CODE\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.LOANCOLLTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_COLLNO {
get {
try {
return ((string)(this[this.tableLNLAWCOLL.REF_COLLNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_COLLNO\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.REF_COLLNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DESCRIPTION {
get {
try {
return ((string)(this[this.tableLNLAWCOLL.DESCRIPTIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.DESCRIPTIONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLL_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWCOLL.COLL_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLL_AMT\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.COLL_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLL_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNLAWCOLL.COLL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLL_BALANCE\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.COLL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLL_STATUS {
get {
try {
return ((decimal)(this[this.tableLNLAWCOLL.COLL_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLL_STATUS\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.COLL_STATUSColumn] = 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.tableLNLAWCOLL.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLBASE_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWCOLL.COLLBASE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLBASE_AMT\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.COLLBASE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLBALANCE_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWCOLL.COLLBALANCE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLBALANCE_AMT\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.COLLBALANCE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLACTIVE_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWCOLL.COLLACTIVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_AMT\' in table \'LNLAWCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWCOLL.COLLACTIVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCOLLTYPE_CODENull() {
return this.IsNull(this.tableLNLAWCOLL.LOANCOLLTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCOLLTYPE_CODENull() {
this[this.tableLNLAWCOLL.LOANCOLLTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_COLLNONull() {
return this.IsNull(this.tableLNLAWCOLL.REF_COLLNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_COLLNONull() {
this[this.tableLNLAWCOLL.REF_COLLNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDESCRIPTIONNull() {
return this.IsNull(this.tableLNLAWCOLL.DESCRIPTIONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDESCRIPTIONNull() {
this[this.tableLNLAWCOLL.DESCRIPTIONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLL_AMTNull() {
return this.IsNull(this.tableLNLAWCOLL.COLL_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLL_AMTNull() {
this[this.tableLNLAWCOLL.COLL_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLL_BALANCENull() {
return this.IsNull(this.tableLNLAWCOLL.COLL_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLL_BALANCENull() {
this[this.tableLNLAWCOLL.COLL_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLL_STATUSNull() {
return this.IsNull(this.tableLNLAWCOLL.COLL_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLL_STATUSNull() {
this[this.tableLNLAWCOLL.COLL_STATUSColumn] = 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.tableLNLAWCOLL.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableLNLAWCOLL.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLBASE_AMTNull() {
return this.IsNull(this.tableLNLAWCOLL.COLLBASE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLBASE_AMTNull() {
this[this.tableLNLAWCOLL.COLLBASE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLBALANCE_AMTNull() {
return this.IsNull(this.tableLNLAWCOLL.COLLBALANCE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLBALANCE_AMTNull() {
this[this.tableLNLAWCOLL.COLLBALANCE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLACTIVE_AMTNull() {
return this.IsNull(this.tableLNLAWCOLL.COLLACTIVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLACTIVE_AMTNull() {
this[this.tableLNLAWCOLL.COLLACTIVE_AMTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNLAWOBJRow : global::System.Data.DataRow {
private LNLAWOBJDataTable tableLNLAWOBJ;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLAWOBJRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNLAWOBJ = ((LNLAWOBJDataTable)(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.tableLNLAWOBJ.COOP_IDColumn]));
}
set {
this[this.tableLNLAWOBJ.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.tableLNLAWOBJ.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNLAWOBJ.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANOBJ_CODE {
get {
return ((string)(this[this.tableLNLAWOBJ.LOANOBJ_CODEColumn]));
}
set {
this[this.tableLNLAWOBJ.LOANOBJ_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNLAWOBJ.SEQ_NOColumn]));
}
set {
this[this.tableLNLAWOBJ.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANOBJ_DESC {
get {
try {
return ((string)(this[this.tableLNLAWOBJ.LOANOBJ_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJ_DESC\' in table \'LNLAWOBJ\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWOBJ.LOANOBJ_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANOBJ_AMT {
get {
try {
return ((decimal)(this[this.tableLNLAWOBJ.LOANOBJ_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANOBJ_AMT\' in table \'LNLAWOBJ\' is DBNull.", e);
}
}
set {
this[this.tableLNLAWOBJ.LOANOBJ_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANOBJ_DESCNull() {
return this.IsNull(this.tableLNLAWOBJ.LOANOBJ_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANOBJ_DESCNull() {
this[this.tableLNLAWOBJ.LOANOBJ_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANOBJ_AMTNull() {
return this.IsNull(this.tableLNLAWOBJ.LOANOBJ_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANOBJ_AMTNull() {
this[this.tableLNLAWOBJ.LOANOBJ_AMTColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNLAWMASTERRowChangeEvent : global::System.EventArgs {
private LNLAWMASTERRow 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 LNLAWMASTERRowChangeEvent(LNLAWMASTERRow 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 LNLAWMASTERRow 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 LNLAWSTATEMENTRowChangeEvent : global::System.EventArgs {
private LNLAWSTATEMENTRow 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 LNLAWSTATEMENTRowChangeEvent(LNLAWSTATEMENTRow 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 LNLAWSTATEMENTRow 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 LNLAWCOLLRowChangeEvent : global::System.EventArgs {
private LNLAWCOLLRow 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 LNLAWCOLLRowChangeEvent(LNLAWCOLLRow 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 LNLAWCOLLRow 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 LNLAWOBJRowChangeEvent : global::System.EventArgs {
private LNLAWOBJRow 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 LNLAWOBJRowChangeEvent(LNLAWOBJRow 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 LNLAWOBJRow 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_npl_tracking_ctrl.DataSet2TableAdapters {
///
///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 LNLAWMASTERTableAdapter : 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 LNLAWMASTERTableAdapter() {
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 = "LNLAWMASTER";
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("PRINCIPAL_CALINTAMT", "PRINCIPAL_CALINTAMT");
tableMapping.ColumnMappings.Add("PRINCIPAL_FIXAMT", "PRINCIPAL_FIXAMT");
tableMapping.ColumnMappings.Add("LOANPAYMENT_TYPE", "LOANPAYMENT_TYPE");
tableMapping.ColumnMappings.Add("PERIOD_INSTALLMENT", "PERIOD_INSTALLMENT");
tableMapping.ColumnMappings.Add("PERIOD_PAYMENT", "PERIOD_PAYMENT");
tableMapping.ColumnMappings.Add("RED_DOCNO", "RED_DOCNO");
tableMapping.ColumnMappings.Add("BLACK_DOCNO", "BLACK_DOCNO");
tableMapping.ColumnMappings.Add("REF_CONTRACTNO", "REF_CONTRACTNO");
tableMapping.ColumnMappings.Add("INT_RATE", "INT_RATE");
tableMapping.ColumnMappings.Add("FINE_RATE", "FINE_RATE");
tableMapping.ColumnMappings.Add("PERIOD_LASTPAYMENT", "PERIOD_LASTPAYMENT");
tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS");
tableMapping.ColumnMappings.Add("LAST_PERIODPAY", "LAST_PERIODPAY");
tableMapping.ColumnMappings.Add("STARTCONT_DATE", "STARTCONT_DATE");
tableMapping.ColumnMappings.Add("LASTRECEIVE_DATE", "LASTRECEIVE_DATE");
tableMapping.ColumnMappings.Add("LASTPAYMENT_DATE", "LASTPAYMENT_DATE");
tableMapping.ColumnMappings.Add("LASTCALINT_DATE", "LASTCALINT_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("LAST_STM_NO", "LAST_STM_NO");
tableMapping.ColumnMappings.Add("OD_FLAG", "OD_FLAG");
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("PERIOD_PAYAMT", "PERIOD_PAYAMT");
tableMapping.ColumnMappings.Add("PERIOD_PAYMENT_MAX", "PERIOD_PAYMENT_MAX");
tableMapping.ColumnMappings.Add("EXPIRECONT_DATE", "EXPIRECONT_DATE");
tableMapping.ColumnMappings.Add("CANCEL_ID", "CANCEL_ID");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("CANCEL_CAUSE", "CANCEL_CAUSE");
tableMapping.ColumnMappings.Add("FINEYEAR_ARREAR", "FINEYEAR_ARREAR");
tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR");
tableMapping.ColumnMappings.Add("LASTREC_NO", "LASTREC_NO");
tableMapping.ColumnMappings.Add("LASTLINE_NO", "LASTLINE_NO");
tableMapping.ColumnMappings.Add("LASTPAGE_NO", "LASTPAGE_NO");
tableMapping.ColumnMappings.Add("LASTCALFINE_DATE", "LASTCALFINE_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 \"LNLAWMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTRA" +
"CT_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 \"LNLAWMASTER\" (\"COOP_ID\", \"LOANCONTRACT_NO\", \"MEMCOOP_ID\", \"MEMBER_NO" +
"\", \"LOANTYPE_CODE\", \"LOANOBJECTIVE_CODE\", \"LOANREQUEST_DOCNO\", \"LOANREQUEST_AMT\"" +
", \"LOANAPPROVE_DATE\", \"LOANAPPROVE_AMT\", \"WITHDRAWABLE_AMT\", \"PRINCIPAL_BALANCE\"" +
", \"PRINCIPAL_CALINTAMT\", \"PRINCIPAL_FIXAMT\", \"LOANPAYMENT_TYPE\", \"PERIOD_INSTALL" +
"MENT\", \"PERIOD_PAYMENT\", \"RED_DOCNO\", \"BLACK_DOCNO\", \"REF_CONTRACTNO\", \"INT_RATE" +
"\", \"FINE_RATE\", \"PERIOD_LASTPAYMENT\", \"PAYMENT_STATUS\", \"LAST_PERIODPAY\", \"START" +
"CONT_DATE\", \"LASTRECEIVE_DATE\", \"LASTPAYMENT_DATE\", \"LASTCALINT_DATE\", \"LASTPROC" +
"ESS_DATE\", \"LASTACCESS_DATE\", \"CLOSECONT_DATE\", \"PRINCIPAL_ARREAR\", \"INTEREST_AR" +
"REAR\", \"INTYEAR_ARREAR\", \"INTEREST_ACCUM\", \"INTACCUM_LASTYEAR\", \"PRINCIPAL_RETUR" +
"N\", \"INTEREST_RETURN\", \"LAST_STM_NO\", \"OD_FLAG\", \"CONTRACT_STATUS\", \"APPROVE_ID\"" +
", \"APPROVE_BYCOOPID\", \"REMARK\", \"PERIOD_PAYAMT\", \"PERIOD_PAYMENT_MAX\", \"EXPIRECO" +
"NT_DATE\", \"CANCEL_ID\", \"CANCEL_DATE\", \"CANCEL_CAUSE\", \"FINEYEAR_ARREAR\", \"FINE_A" +
"RREAR\", \"LASTREC_NO\", \"LASTLINE_NO\", \"LASTPAGE_NO\", \"LASTCALFINE_DATE\", \"CONTRAC" +
"T_INTEREST\", \"BFFINEYEAR_ARREAR\", \"BFINTERESTYEAR_ARREAR\", \"PRTBOOK_FLAG\", \"PRTC" +
"ARD_FLAG\", \"BFPRINCIPALYEAR_ARREAR\", \"LASTREC_NO_CARD\", \"LASTLINE_NO_CARD\", \"LAS" +
"TPAGE_NO_CARD\") VALUES (:COOP_ID, :LOANCONTRACT_NO, :MEMCOOP_ID, :MEMBER_NO, :LO" +
"ANTYPE_CODE, :LOANOBJECTIVE_CODE, :LOANREQUEST_DOCNO, :LOANREQUEST_AMT, :LOANAPP" +
"ROVE_DATE, :LOANAPPROVE_AMT, :WITHDRAWABLE_AMT, :PRINCIPAL_BALANCE, :PRINCIPAL_C" +
"ALINTAMT, :PRINCIPAL_FIXAMT, :LOANPAYMENT_TYPE, :PERIOD_INSTALLMENT, :PERIOD_PAY" +
"MENT, :RED_DOCNO, :BLACK_DOCNO, :REF_CONTRACTNO, :INT_RATE, :FINE_RATE, :PERIOD_" +
"LASTPAYMENT, :PAYMENT_STATUS, :LAST_PERIODPAY, :STARTCONT_DATE, :LASTRECEIVE_DAT" +
"E, :LASTPAYMENT_DATE, :LASTCALINT_DATE, :LASTPROCESS_DATE, :LASTACCESS_DATE, :CL" +
"OSECONT_DATE, :PRINCIPAL_ARREAR, :INTEREST_ARREAR, :INTYEAR_ARREAR, :INTEREST_AC" +
"CUM, :INTACCUM_LASTYEAR, :PRINCIPAL_RETURN, :INTEREST_RETURN, :LAST_STM_NO, :OD_" +
"FLAG, :CONTRACT_STATUS, :APPROVE_ID, :APPROVE_BYCOOPID, :REMARK, :PERIOD_PAYAMT," +
" :PERIOD_PAYMENT_MAX, :EXPIRECONT_DATE, :CANCEL_ID, :CANCEL_DATE, :CANCEL_CAUSE," +
" :FINEYEAR_ARREAR, :FINE_ARREAR, :LASTREC_NO, :LASTLINE_NO, :LASTPAGE_NO, :LASTC" +
"ALFINE_DATE, :CONTRACT_INTEREST, :BFFINEYEAR_ARREAR, :BFINTERESTYEAR_ARREAR, :PR" +
"TBOOK_FLAG, :PRTCARD_FLAG, :p1, :LASTREC_NO_CARD, :LASTLINE_NO_CARD, :LASTPAGE_N" +
"O_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("PRINCIPAL_CALINTAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_CALINTAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_FIXAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_FIXAMT", 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("RED_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RED_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BLACK_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BLACK_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_CONTRACTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_CONTRACTNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_RATE", 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_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("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("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("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("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("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("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("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("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("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("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("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("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("p1", 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 \"LNLAWMASTER\" SET \"COOP_ID\" = :COOP_ID, \"LOANCONTRACT_NO\" = :LOANCONTRACT_" +
"NO, \"MEMCOOP_ID\" = :MEMCOOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"LOANTYPE_CODE\" = :LOA" +
"NTYPE_CODE, \"LOANOBJECTIVE_CODE\" = :LOANOBJECTIVE_CODE, \"LOANREQUEST_DOCNO\" = :L" +
"OANREQUEST_DOCNO, \"LOANREQUEST_AMT\" = :LOANREQUEST_AMT, \"LOANAPPROVE_DATE\" = :LO" +
"ANAPPROVE_DATE, \"LOANAPPROVE_AMT\" = :LOANAPPROVE_AMT, \"WITHDRAWABLE_AMT\" = :WITH" +
"DRAWABLE_AMT, \"PRINCIPAL_BALANCE\" = :PRINCIPAL_BALANCE, \"PRINCIPAL_CALINTAMT\" = " +
":PRINCIPAL_CALINTAMT, \"PRINCIPAL_FIXAMT\" = :PRINCIPAL_FIXAMT, \"LOANPAYMENT_TYPE\"" +
" = :LOANPAYMENT_TYPE, \"PERIOD_INSTALLMENT\" = :PERIOD_INSTALLMENT, \"PERIOD_PAYMEN" +
"T\" = :PERIOD_PAYMENT, \"RED_DOCNO\" = :RED_DOCNO, \"BLACK_DOCNO\" = :BLACK_DOCNO, \"R" +
"EF_CONTRACTNO\" = :REF_CONTRACTNO, \"INT_RATE\" = :INT_RATE, \"FINE_RATE\" = :FINE_RA" +
"TE, \"PERIOD_LASTPAYMENT\" = :PERIOD_LASTPAYMENT, \"PAYMENT_STATUS\" = :PAYMENT_STAT" +
"US, \"LAST_PERIODPAY\" = :LAST_PERIODPAY, \"STARTCONT_DATE\" = :STARTCONT_DATE, \"LAS" +
"TRECEIVE_DATE\" = :LASTRECEIVE_DATE, \"LASTPAYMENT_DATE\" = :LASTPAYMENT_DATE, \"LAS" +
"TCALINT_DATE\" = :LASTCALINT_DATE, \"LASTPROCESS_DATE\" = :LASTPROCESS_DATE, \"LASTA" +
"CCESS_DATE\" = :LASTACCESS_DATE, \"CLOSECONT_DATE\" = :CLOSECONT_DATE, \"PRINCIPAL_A" +
"RREAR\" = :PRINCIPAL_ARREAR, \"INTEREST_ARREAR\" = :INTEREST_ARREAR, \"INTYEAR_ARREA" +
"R\" = :INTYEAR_ARREAR, \"INTEREST_ACCUM\" = :INTEREST_ACCUM, \"INTACCUM_LASTYEAR\" = " +
":INTACCUM_LASTYEAR, \"PRINCIPAL_RETURN\" = :PRINCIPAL_RETURN, \"INTEREST_RETURN\" = " +
":INTEREST_RETURN, \"LAST_STM_NO\" = :LAST_STM_NO, \"OD_FLAG\" = :OD_FLAG, \"CONTRACT_" +
"STATUS\" = :CONTRACT_STATUS, \"APPROVE_ID\" = :APPROVE_ID, \"APPROVE_BYCOOPID\" = :AP" +
"PROVE_BYCOOPID, \"REMARK\" = :REMARK, \"PERIOD_PAYAMT\" = :PERIOD_PAYAMT, \"PERIOD_PA" +
"YMENT_MAX\" = :PERIOD_PAYMENT_MAX, \"EXPIRECONT_DATE\" = :EXPIRECONT_DATE, \"CANCEL_" +
"ID\" = :CANCEL_ID, \"CANCEL_DATE\" = :CANCEL_DATE, \"CANCEL_CAUSE\" = :CANCEL_CAUSE, " +
"\"FINEYEAR_ARREAR\" = :FINEYEAR_ARREAR, \"FINE_ARREAR\" = :FINE_ARREAR, \"LASTREC_NO\"" +
" = :LASTREC_NO, \"LASTLINE_NO\" = :LASTLINE_NO, \"LASTPAGE_NO\" = :LASTPAGE_NO, \"LAS" +
"TCALFINE_DATE\" = :LASTCALFINE_DATE, \"CONTRACT_INTEREST\" = :CONTRACT_INTEREST, \"B" +
"FFINEYEAR_ARREAR\" = :BFFINEYEAR_ARREAR, \"BFINTERESTYEAR_ARREAR\" = :BFINTERESTYEA" +
"R_ARREAR, \"PRTBOOK_FLAG\" = :PRTBOOK_FLAG, \"PRTCARD_FLAG\" = :PRTCARD_FLAG, \"BFPRI" +
"NCIPALYEAR_ARREAR\" = :p1, \"LASTREC_NO_CARD\" = :LASTREC_NO_CARD, \"LASTLINE_NO_CAR" +
"D\" = :LASTLINE_NO_CARD, \"LASTPAGE_NO_CARD\" = :LASTPAGE_NO_CARD WHERE ((\"COOP_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("PRINCIPAL_CALINTAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_CALINTAMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_FIXAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_FIXAMT", 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("RED_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RED_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BLACK_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BLACK_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_CONTRACTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_CONTRACTNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_RATE", 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_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("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("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("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("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("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("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("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("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("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("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("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("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("p1", 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 lnlawmaster";
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(DataSet2.LNLAWMASTERDataTable 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 DataSet2.LNLAWMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet2.LNLAWMASTERDataTable dataTable = new DataSet2.LNLAWMASTERDataTable();
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(DataSet2.LNLAWMASTERDataTable 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(DataSet2 dataSet) {
return this.Adapter.Update(dataSet, "LNLAWMASTER");
}
[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 PRINCIPAL_CALINTAMT,
global::System.Nullable PRINCIPAL_FIXAMT,
global::System.Nullable LOANPAYMENT_TYPE,
global::System.Nullable PERIOD_INSTALLMENT,
global::System.Nullable PERIOD_PAYMENT,
string RED_DOCNO,
string BLACK_DOCNO,
string REF_CONTRACTNO,
global::System.Nullable INT_RATE,
global::System.Nullable FINE_RATE,
global::System.Nullable PERIOD_LASTPAYMENT,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_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 LAST_STM_NO,
global::System.Nullable OD_FLAG,
global::System.Nullable CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
global::System.Nullable PERIOD_PAYAMT,
global::System.Nullable PERIOD_PAYMENT_MAX,
global::System.Nullable EXPIRECONT_DATE,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_CAUSE,
global::System.Nullable FINEYEAR_ARREAR,
global::System.Nullable FINE_ARREAR,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTLINE_NO,
global::System.Nullable LASTPAGE_NO,
global::System.Nullable LASTCALFINE_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 p1,
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 ((PRINCIPAL_CALINTAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(PRINCIPAL_CALINTAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_FIXAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(PRINCIPAL_FIXAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((LOANPAYMENT_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(LOANPAYMENT_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PERIOD_INSTALLMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(PERIOD_INSTALLMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(PERIOD_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((RED_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(RED_DOCNO));
}
if ((BLACK_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(BLACK_DOCNO));
}
if ((REF_CONTRACTNO == null)) {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(REF_CONTRACTNO));
}
if ((INT_RATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(INT_RATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((FINE_RATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(FINE_RATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((PERIOD_LASTPAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(PERIOD_LASTPAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((PAYMENT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(PAYMENT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODPAY.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(LAST_PERIODPAY.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((STARTCONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((System.DateTime)(STARTCONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((LASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((LASTCALINT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((System.DateTime)(LASTCALINT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((LASTACCESS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((System.DateTime)(LASTACCESS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((CLOSECONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((System.DateTime)(CLOSECONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((INTYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[34].Value = ((decimal)(INTYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[35].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((INTACCUM_LASTYEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[36].Value = ((decimal)(INTACCUM_LASTYEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((decimal)(PRINCIPAL_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((OD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(OD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((CONTRACT_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(CONTRACT_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((APPROVE_ID == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(APPROVE_ID));
}
if ((APPROVE_BYCOOPID == null)) {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(APPROVE_BYCOOPID));
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = ((string)(REMARK));
}
if ((PERIOD_PAYAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(PERIOD_PAYAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT_MAX.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value));
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((EXPIRECONT_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[47].Value = ((System.DateTime)(EXPIRECONT_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((CANCEL_ID == null)) {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(CANCEL_ID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[49].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((CANCEL_CAUSE == null)) {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = ((string)(CANCEL_CAUSE));
}
if ((FINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(FINEYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
if ((FINE_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(FINE_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(LASTREC_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(LASTLINE_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[55].Value = ((decimal)(LASTPAGE_NO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((LASTCALFINE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[56].Value = ((System.DateTime)(LASTCALFINE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((CONTRACT_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(CONTRACT_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((BFFINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[58].Value = ((decimal)(BFFINEYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((BFINTERESTYEAR_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[59].Value = ((decimal)(BFINTERESTYEAR_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
if ((PRTBOOK_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(PRTBOOK_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((PRTCARD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[61].Value = ((decimal)(PRTCARD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((p1.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(p1.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[63].Value = ((decimal)(LASTREC_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[64].Value = ((decimal)(LASTLINE_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO_CARD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[65].Value = ((decimal)(LASTPAGE_NO_CARD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[65].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 PRINCIPAL_CALINTAMT,
global::System.Nullable PRINCIPAL_FIXAMT,
global::System.Nullable LOANPAYMENT_TYPE,
global::System.Nullable PERIOD_INSTALLMENT,
global::System.Nullable PERIOD_PAYMENT,
string RED_DOCNO,
string BLACK_DOCNO,
string REF_CONTRACTNO,
global::System.Nullable INT_RATE,
global::System.Nullable FINE_RATE,
global::System.Nullable PERIOD_LASTPAYMENT,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_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 LAST_STM_NO,
global::System.Nullable OD_FLAG,
global::System.Nullable CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
global::System.Nullable PERIOD_PAYAMT,
global::System.Nullable PERIOD_PAYMENT_MAX,
global::System.Nullable EXPIRECONT_DATE,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_CAUSE,
global::System.Nullable FINEYEAR_ARREAR,
global::System.Nullable FINE_ARREAR,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTLINE_NO,
global::System.Nullable LASTPAGE_NO,
global::System.Nullable LASTCALFINE_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 p1,
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 ((PRINCIPAL_CALINTAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(PRINCIPAL_CALINTAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_FIXAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(PRINCIPAL_FIXAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((LOANPAYMENT_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(LOANPAYMENT_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((PERIOD_INSTALLMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(PERIOD_INSTALLMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(PERIOD_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((RED_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(RED_DOCNO));
}
if ((BLACK_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(BLACK_DOCNO));
}
if ((REF_CONTRACTNO == null)) {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(REF_CONTRACTNO));
}
if ((INT_RATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(INT_RATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((FINE_RATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(FINE_RATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((PERIOD_LASTPAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(PERIOD_LASTPAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((PAYMENT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(PAYMENT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((LAST_PERIODPAY.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(LAST_PERIODPAY.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((STARTCONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((System.DateTime)(STARTCONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((LASTRECEIVE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(LASTRECEIVE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((LASTPAYMENT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(LASTPAYMENT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((LASTCALINT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((System.DateTime)(LASTCALINT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((LASTPROCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((System.DateTime)(LASTPROCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((LASTACCESS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((System.DateTime)(LASTACCESS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((CLOSECONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((System.DateTime)(CLOSECONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[32].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((INTYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[34].Value = ((decimal)(INTYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
if ((INTEREST_ACCUM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((decimal)(INTEREST_ACCUM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((INTACCUM_LASTYEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[36].Value = ((decimal)(INTACCUM_LASTYEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((decimal)(PRINCIPAL_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((LAST_STM_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(LAST_STM_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
if ((OD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(OD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((CONTRACT_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(CONTRACT_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((APPROVE_ID == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(APPROVE_ID));
}
if ((APPROVE_BYCOOPID == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(APPROVE_BYCOOPID));
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(REMARK));
}
if ((PERIOD_PAYAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(PERIOD_PAYAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
if ((PERIOD_PAYMENT_MAX.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
if ((EXPIRECONT_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[47].Value = ((System.DateTime)(EXPIRECONT_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
if ((CANCEL_ID == null)) {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(CANCEL_ID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[49].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((CANCEL_CAUSE == null)) {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(CANCEL_CAUSE));
}
if ((FINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[51].Value = ((decimal)(FINEYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
if ((FINE_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(FINE_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[53].Value = ((decimal)(LASTREC_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(LASTLINE_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[55].Value = ((decimal)(LASTPAGE_NO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
if ((LASTCALFINE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[56].Value = ((System.DateTime)(LASTCALFINE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((CONTRACT_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[57].Value = ((decimal)(CONTRACT_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((BFFINEYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[58].Value = ((decimal)(BFFINEYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((BFINTERESTYEAR_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[59].Value = ((decimal)(BFINTERESTYEAR_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
if ((PRTBOOK_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(PRTBOOK_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((PRTCARD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[61].Value = ((decimal)(PRTCARD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((p1.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(p1.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((LASTREC_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[63].Value = ((decimal)(LASTREC_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((LASTLINE_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[64].Value = ((decimal)(LASTLINE_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((LASTPAGE_NO_CARD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[65].Value = ((decimal)(LASTPAGE_NO_CARD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[67].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 PRINCIPAL_CALINTAMT,
global::System.Nullable PRINCIPAL_FIXAMT,
global::System.Nullable LOANPAYMENT_TYPE,
global::System.Nullable PERIOD_INSTALLMENT,
global::System.Nullable PERIOD_PAYMENT,
string RED_DOCNO,
string BLACK_DOCNO,
string REF_CONTRACTNO,
global::System.Nullable INT_RATE,
global::System.Nullable FINE_RATE,
global::System.Nullable PERIOD_LASTPAYMENT,
global::System.Nullable PAYMENT_STATUS,
global::System.Nullable LAST_PERIODPAY,
global::System.Nullable STARTCONT_DATE,
global::System.Nullable LASTRECEIVE_DATE,
global::System.Nullable LASTPAYMENT_DATE,
global::System.Nullable LASTCALINT_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 LAST_STM_NO,
global::System.Nullable OD_FLAG,
global::System.Nullable CONTRACT_STATUS,
string APPROVE_ID,
string APPROVE_BYCOOPID,
string REMARK,
global::System.Nullable PERIOD_PAYAMT,
global::System.Nullable PERIOD_PAYMENT_MAX,
global::System.Nullable EXPIRECONT_DATE,
string CANCEL_ID,
global::System.Nullable CANCEL_DATE,
string CANCEL_CAUSE,
global::System.Nullable FINEYEAR_ARREAR,
global::System.Nullable FINE_ARREAR,
global::System.Nullable LASTREC_NO,
global::System.Nullable LASTLINE_NO,
global::System.Nullable LASTPAGE_NO,
global::System.Nullable LASTCALFINE_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 p1,
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) {
return this.Update(Original_COOP_ID, Original_LOANCONTRACT_NO, MEMCOOP_ID, MEMBER_NO, LOANTYPE_CODE, LOANOBJECTIVE_CODE, LOANREQUEST_DOCNO, LOANREQUEST_AMT, LOANAPPROVE_DATE, LOANAPPROVE_AMT, WITHDRAWABLE_AMT, PRINCIPAL_BALANCE, PRINCIPAL_CALINTAMT, PRINCIPAL_FIXAMT, LOANPAYMENT_TYPE, PERIOD_INSTALLMENT, PERIOD_PAYMENT, RED_DOCNO, BLACK_DOCNO, REF_CONTRACTNO, INT_RATE, FINE_RATE, PERIOD_LASTPAYMENT, PAYMENT_STATUS, LAST_PERIODPAY, STARTCONT_DATE, LASTRECEIVE_DATE, LASTPAYMENT_DATE, LASTCALINT_DATE, LASTPROCESS_DATE, LASTACCESS_DATE, CLOSECONT_DATE, PRINCIPAL_ARREAR, INTEREST_ARREAR, INTYEAR_ARREAR, INTEREST_ACCUM, INTACCUM_LASTYEAR, PRINCIPAL_RETURN, INTEREST_RETURN, LAST_STM_NO, OD_FLAG, CONTRACT_STATUS, APPROVE_ID, APPROVE_BYCOOPID, REMARK, PERIOD_PAYAMT, PERIOD_PAYMENT_MAX, EXPIRECONT_DATE, CANCEL_ID, CANCEL_DATE, CANCEL_CAUSE, FINEYEAR_ARREAR, FINE_ARREAR, LASTREC_NO, LASTLINE_NO, LASTPAGE_NO, LASTCALFINE_DATE, CONTRACT_INTEREST, BFFINEYEAR_ARREAR, BFINTERESTYEAR_ARREAR, PRTBOOK_FLAG, PRTCARD_FLAG, p1, LASTREC_NO_CARD, LASTLINE_NO_CARD, LASTPAGE_NO_CARD, Original_COOP_ID, Original_LOANCONTRACT_NO);
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class LNLAWSTATEMENTTableAdapter : 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 LNLAWSTATEMENTTableAdapter() {
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 = "LNLAWSTATEMENT";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("LOANITEMTYPE_CODE", "LOANITEMTYPE_CODE");
tableMapping.ColumnMappings.Add("SLIP_DATE", "SLIP_DATE");
tableMapping.ColumnMappings.Add("OPERATE_DATE", "OPERATE_DATE");
tableMapping.ColumnMappings.Add("REF_DOCNO", "REF_DOCNO");
tableMapping.ColumnMappings.Add("REF_SLIPNO", "REF_SLIPNO");
tableMapping.ColumnMappings.Add("PRINCIPAL_PAYMENT", "PRINCIPAL_PAYMENT");
tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE");
tableMapping.ColumnMappings.Add("PRINCIPAL_CALINT", "PRINCIPAL_CALINT");
tableMapping.ColumnMappings.Add("BFPRINCIPAL_CALINT", "BFPRINCIPAL_CALINT");
tableMapping.ColumnMappings.Add("INTEREST_PAYMENT", "INTEREST_PAYMENT");
tableMapping.ColumnMappings.Add("FINE_PAYMENT", "FINE_PAYMENT");
tableMapping.ColumnMappings.Add("BFINTYEARARR_AMT", "BFINTYEARARR_AMT");
tableMapping.ColumnMappings.Add("INTARR_PAYMENT", "INTARR_PAYMENT");
tableMapping.ColumnMappings.Add("BFINTEREST_ARREAR", "BFINTEREST_ARREAR");
tableMapping.ColumnMappings.Add("INTEREST_ARREAR", "INTEREST_ARREAR");
tableMapping.ColumnMappings.Add("BFINT_PERIOD", "BFINT_PERIOD");
tableMapping.ColumnMappings.Add("INTEREST_PERIOD", "INTEREST_PERIOD");
tableMapping.ColumnMappings.Add("BFFINEYEAR_AMT", "BFFINEYEAR_AMT");
tableMapping.ColumnMappings.Add("FINEARR_PAYMENT", "FINEARR_PAYMENT");
tableMapping.ColumnMappings.Add("BFFINE_ARREAR", "BFFINE_ARREAR");
tableMapping.ColumnMappings.Add("FINE_ARREAR", "FINE_ARREAR");
tableMapping.ColumnMappings.Add("BFFINE_PERIOD", "BFFINE_PERIOD");
tableMapping.ColumnMappings.Add("FINE_PERIOD", "FINE_PERIOD");
tableMapping.ColumnMappings.Add("CALINT_FROM", "CALINT_FROM");
tableMapping.ColumnMappings.Add("CALINT_TO", "CALINT_TO");
tableMapping.ColumnMappings.Add("CALFINEFROM_DATE", "CALFINEFROM_DATE");
tableMapping.ColumnMappings.Add("CALFINETO_DATE", "CALFINETO_DATE");
tableMapping.ColumnMappings.Add("INTEREST_RETURN", "INTEREST_RETURN");
tableMapping.ColumnMappings.Add("FINE_RETURN", "FINE_RETURN");
tableMapping.ColumnMappings.Add("MONEYTYPE_CODE", "MONEYTYPE_CODE");
tableMapping.ColumnMappings.Add("ITEM_STATUS", "ITEM_STATUS");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("CANCEL_ENTRYID", "CANCEL_ENTRYID");
tableMapping.ColumnMappings.Add("CANCEL_DATE", "CANCEL_DATE");
tableMapping.ColumnMappings.Add("BFINTRETURN_AMT", "BFINTRETURN_AMT");
tableMapping.ColumnMappings.Add("REMARK", "REMARK");
tableMapping.ColumnMappings.Add("BFPRINCIPAL_ARREAR", "BFPRINCIPAL_ARREAR");
tableMapping.ColumnMappings.Add("PRINCIPAL_ARREAR", "PRINCIPAL_ARREAR");
tableMapping.ColumnMappings.Add("PRTCARD_FLAG", "PRTCARD_FLAG");
tableMapping.ColumnMappings.Add("PRTBOOK_FLAG", "PRTBOOK_FLAG");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNLAWSTATEMENT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCON" +
"TRACT_NO\" = :Original_LOANCONTRACT_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""LNLAWSTATEMENT"" (""COOP_ID"", ""LOANCONTRACT_NO"", ""SEQ_NO"", ""LOANITEMTYPE_CODE"", ""SLIP_DATE"", ""OPERATE_DATE"", ""REF_DOCNO"", ""REF_SLIPNO"", ""PRINCIPAL_PAYMENT"", ""PRINCIPAL_BALANCE"", ""PRINCIPAL_CALINT"", ""BFPRINCIPAL_CALINT"", ""INTEREST_PAYMENT"", ""FINE_PAYMENT"", ""BFINTYEARARR_AMT"", ""INTARR_PAYMENT"", ""BFINTEREST_ARREAR"", ""INTEREST_ARREAR"", ""BFINT_PERIOD"", ""INTEREST_PERIOD"", ""BFFINEYEAR_AMT"", ""FINEARR_PAYMENT"", ""BFFINE_ARREAR"", ""FINE_ARREAR"", ""BFFINE_PERIOD"", ""FINE_PERIOD"", ""CALINT_FROM"", ""CALINT_TO"", ""CALFINEFROM_DATE"", ""CALFINETO_DATE"", ""INTEREST_RETURN"", ""FINE_RETURN"", ""MONEYTYPE_CODE"", ""ITEM_STATUS"", ""ENTRY_ID"", ""ENTRY_DATE"", ""CANCEL_ENTRYID"", ""CANCEL_DATE"", ""BFINTRETURN_AMT"", ""REMARK"", ""BFPRINCIPAL_ARREAR"", ""PRINCIPAL_ARREAR"", ""PRTCARD_FLAG"", ""PRTBOOK_FLAG"") VALUES (:COOP_ID, :LOANCONTRACT_NO, :SEQ_NO, :LOANITEMTYPE_CODE, :SLIP_DATE, :OPERATE_DATE, :REF_DOCNO, :REF_SLIPNO, :PRINCIPAL_PAYMENT, :PRINCIPAL_BALANCE, :PRINCIPAL_CALINT, :BFPRINCIPAL_CALINT, :INTEREST_PAYMENT, :FINE_PAYMENT, :BFINTYEARARR_AMT, :INTARR_PAYMENT, :BFINTEREST_ARREAR, :INTEREST_ARREAR, :BFINT_PERIOD, :INTEREST_PERIOD, :BFFINEYEAR_AMT, :FINEARR_PAYMENT, :BFFINE_ARREAR, :FINE_ARREAR, :BFFINE_PERIOD, :FINE_PERIOD, :CALINT_FROM, :CALINT_TO, :CALFINEFROM_DATE, :CALFINETO_DATE, :INTEREST_RETURN, :FINE_RETURN, :MONEYTYPE_CODE, :ITEM_STATUS, :ENTRY_ID, :ENTRY_DATE, :CANCEL_ENTRYID, :CANCEL_DATE, :BFINTRETURN_AMT, :REMARK, :BFPRINCIPAL_ARREAR, :PRINCIPAL_ARREAR, :PRTCARD_FLAG, :PRTBOOK_FLAG)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("PRINCIPAL_CALINT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_CALINT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINCIPAL_CALINT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_CALINT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTYEARARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTYEARARR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("BFINT_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINT_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEARR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_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("BFFINE_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALFINEFROM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALFINEFROM_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALFINETO_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALFINETO_DATE", 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("FINE_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ENTRYID", 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("BFINTRETURN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("PRTCARD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTCARD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTBOOK_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTBOOK_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE \"LNLAWSTATEMENT\" SET \"COOP_ID\" = :COOP_ID, \"LOANCONTRACT_NO\" = :LOANCONTRA" +
"CT_NO, \"SEQ_NO\" = :SEQ_NO, \"LOANITEMTYPE_CODE\" = :LOANITEMTYPE_CODE, \"SLIP_DATE\"" +
" = :SLIP_DATE, \"OPERATE_DATE\" = :OPERATE_DATE, \"REF_DOCNO\" = :REF_DOCNO, \"REF_SL" +
"IPNO\" = :REF_SLIPNO, \"PRINCIPAL_PAYMENT\" = :PRINCIPAL_PAYMENT, \"PRINCIPAL_BALANC" +
"E\" = :PRINCIPAL_BALANCE, \"PRINCIPAL_CALINT\" = :PRINCIPAL_CALINT, \"BFPRINCIPAL_CA" +
"LINT\" = :BFPRINCIPAL_CALINT, \"INTEREST_PAYMENT\" = :INTEREST_PAYMENT, \"FINE_PAYME" +
"NT\" = :FINE_PAYMENT, \"BFINTYEARARR_AMT\" = :BFINTYEARARR_AMT, \"INTARR_PAYMENT\" = " +
":INTARR_PAYMENT, \"BFINTEREST_ARREAR\" = :BFINTEREST_ARREAR, \"INTEREST_ARREAR\" = :" +
"INTEREST_ARREAR, \"BFINT_PERIOD\" = :BFINT_PERIOD, \"INTEREST_PERIOD\" = :INTEREST_P" +
"ERIOD, \"BFFINEYEAR_AMT\" = :BFFINEYEAR_AMT, \"FINEARR_PAYMENT\" = :FINEARR_PAYMENT," +
" \"BFFINE_ARREAR\" = :BFFINE_ARREAR, \"FINE_ARREAR\" = :FINE_ARREAR, \"BFFINE_PERIOD\"" +
" = :BFFINE_PERIOD, \"FINE_PERIOD\" = :FINE_PERIOD, \"CALINT_FROM\" = :CALINT_FROM, \"" +
"CALINT_TO\" = :CALINT_TO, \"CALFINEFROM_DATE\" = :CALFINEFROM_DATE, \"CALFINETO_DATE" +
"\" = :CALFINETO_DATE, \"INTEREST_RETURN\" = :INTEREST_RETURN, \"FINE_RETURN\" = :FINE" +
"_RETURN, \"MONEYTYPE_CODE\" = :MONEYTYPE_CODE, \"ITEM_STATUS\" = :ITEM_STATUS, \"ENTR" +
"Y_ID\" = :ENTRY_ID, \"ENTRY_DATE\" = :ENTRY_DATE, \"CANCEL_ENTRYID\" = :CANCEL_ENTRYI" +
"D, \"CANCEL_DATE\" = :CANCEL_DATE, \"BFINTRETURN_AMT\" = :BFINTRETURN_AMT, \"REMARK\" " +
"= :REMARK, \"BFPRINCIPAL_ARREAR\" = :BFPRINCIPAL_ARREAR, \"PRINCIPAL_ARREAR\" = :PRI" +
"NCIPAL_ARREAR, \"PRTCARD_FLAG\" = :PRTCARD_FLAG, \"PRTBOOK_FLAG\" = :PRTBOOK_FLAG WH" +
"ERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"LOANCONTRACT_NO\" = :Original_LOANCONT" +
"RACT_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANITEMTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANITEMTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SLIP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "SLIP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OPERATE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "OPERATE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REF_SLIPNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REF_SLIPNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINCIPAL_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("PRINCIPAL_CALINT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINCIPAL_CALINT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINCIPAL_CALINT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_CALINT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTYEARARR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTYEARARR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTARR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFINTEREST_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTEREST_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("BFINT_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINT_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINEYEAR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINEYEAR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEARR_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEARR_PAYMENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFFINE_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_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("BFFINE_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFFINE_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINE_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FROM", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_FROM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_TO", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALINT_TO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALFINEFROM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALFINEFROM_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALFINETO_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CALFINETO_DATE", 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("FINE_RETURN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINE_RETURN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEYTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MONEYTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ITEM_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ITEM_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CANCEL_ENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CANCEL_ENTRYID", 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("BFINTRETURN_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFINTRETURN_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BFPRINCIPAL_ARREAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BFPRINCIPAL_ARREAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("PRTCARD_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTCARD_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRTBOOK_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRTBOOK_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_LOANCONTRACT_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANCONTRACT_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString1"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from lnlawstatement";
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(DataSet2.LNLAWSTATEMENTDataTable 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 DataSet2.LNLAWSTATEMENTDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet2.LNLAWSTATEMENTDataTable dataTable = new DataSet2.LNLAWSTATEMENTDataTable(true);
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(DataSet2.LNLAWSTATEMENTDataTable 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(DataSet2 dataSet) {
return this.Adapter.Update(dataSet, "LNLAWSTATEMENT");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_LOANCONTRACT_NO, decimal Original_SEQ_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_LOANCONTRACT_NO));
}
this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string LOANCONTRACT_NO,
decimal SEQ_NO,
string LOANITEMTYPE_CODE,
global::System.Nullable SLIP_DATE,
global::System.Nullable OPERATE_DATE,
string REF_DOCNO,
string REF_SLIPNO,
global::System.Nullable PRINCIPAL_PAYMENT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable PRINCIPAL_CALINT,
global::System.Nullable BFPRINCIPAL_CALINT,
global::System.Nullable INTEREST_PAYMENT,
global::System.Nullable FINE_PAYMENT,
global::System.Nullable BFINTYEARARR_AMT,
global::System.Nullable INTARR_PAYMENT,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable BFINT_PERIOD,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable BFFINEYEAR_AMT,
global::System.Nullable FINEARR_PAYMENT,
global::System.Nullable BFFINE_ARREAR,
global::System.Nullable FINE_ARREAR,
global::System.Nullable BFFINE_PERIOD,
global::System.Nullable FINE_PERIOD,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable CALFINEFROM_DATE,
global::System.Nullable CALFINETO_DATE,
global::System.Nullable INTEREST_RETURN,
global::System.Nullable FINE_RETURN,
string MONEYTYPE_CODE,
global::System.Nullable ITEM_STATUS,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string CANCEL_ENTRYID,
global::System.Nullable CANCEL_DATE,
global::System.Nullable BFINTRETURN_AMT,
string REMARK,
global::System.Nullable BFPRINCIPAL_ARREAR,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable PRTCARD_FLAG,
global::System.Nullable PRTBOOK_FLAG) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("LOANCONTRACT_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO));
}
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((LOANITEMTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("LOANITEMTYPE_CODE");
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(LOANITEMTYPE_CODE));
}
if ((SLIP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[4].Value = ((System.DateTime)(SLIP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((REF_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(REF_DOCNO));
}
if ((REF_SLIPNO == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(REF_SLIPNO));
}
if ((PRINCIPAL_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(PRINCIPAL_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_BALANCE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(PRINCIPAL_BALANCE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_CALINT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(PRINCIPAL_CALINT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((BFPRINCIPAL_CALINT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(BFPRINCIPAL_CALINT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((INTEREST_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(INTEREST_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((FINE_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(FINE_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((BFINTYEARARR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(BFINTYEARARR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((INTARR_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(INTARR_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((BFINTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(BFINTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((BFINT_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(BFINT_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((BFFINEYEAR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(BFFINEYEAR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((FINEARR_PAYMENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(FINEARR_PAYMENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((BFFINE_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(BFFINE_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((FINE_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[23].Value = ((decimal)(FINE_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFFINE_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[24].Value = ((decimal)(BFFINE_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((FINE_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[25].Value = ((decimal)(FINE_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((CALINT_FROM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(CALINT_FROM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((CALINT_TO.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[27].Value = ((System.DateTime)(CALINT_TO.Value));
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((CALFINEFROM_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[28].Value = ((System.DateTime)(CALFINEFROM_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((CALFINETO_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[29].Value = ((System.DateTime)(CALFINETO_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((FINE_RETURN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(FINE_RETURN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(MONEYTYPE_CODE));
}
if ((ITEM_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(ITEM_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[35].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((CANCEL_ENTRYID == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(CANCEL_ENTRYID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[37].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((BFINTRETURN_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(BFINTRETURN_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(REMARK));
}
if ((BFPRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(BFPRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((PRTCARD_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(PRTCARD_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
if ((PRTBOOK_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[43].Value = ((decimal)(PRTBOOK_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string LOANCONTRACT_NO,
decimal SEQ_NO,
string LOANITEMTYPE_CODE,
global::System.Nullable SLIP_DATE,
global::System.Nullable OPERATE_DATE,
string REF_DOCNO,
string REF_SLIPNO,
global::System.Nullable PRINCIPAL_PAYMENT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable PRINCIPAL_CALINT,
global::System.Nullable BFPRINCIPAL_CALINT,
global::System.Nullable INTEREST_PAYMENT,
global::System.Nullable FINE_PAYMENT,
global::System.Nullable BFINTYEARARR_AMT,
global::System.Nullable INTARR_PAYMENT,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable BFINT_PERIOD,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable BFFINEYEAR_AMT,
global::System.Nullable FINEARR_PAYMENT,
global::System.Nullable BFFINE_ARREAR,
global::System.Nullable FINE_ARREAR,
global::System.Nullable BFFINE_PERIOD,
global::System.Nullable FINE_PERIOD,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable CALFINEFROM_DATE,
global::System.Nullable CALFINETO_DATE,
global::System.Nullable INTEREST_RETURN,
global::System.Nullable FINE_RETURN,
string MONEYTYPE_CODE,
global::System.Nullable ITEM_STATUS,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string CANCEL_ENTRYID,
global::System.Nullable CANCEL_DATE,
global::System.Nullable BFINTRETURN_AMT,
string REMARK,
global::System.Nullable BFPRINCIPAL_ARREAR,
global::System.Nullable PRINCIPAL_ARREAR,
global::System.Nullable PRTCARD_FLAG,
global::System.Nullable PRTBOOK_FLAG,
string Original_COOP_ID,
string Original_LOANCONTRACT_NO,
decimal Original_SEQ_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(LOANCONTRACT_NO));
}
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((LOANITEMTYPE_CODE == null)) {
throw new global::System.ArgumentNullException("LOANITEMTYPE_CODE");
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(LOANITEMTYPE_CODE));
}
if ((SLIP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(SLIP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((OPERATE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((System.DateTime)(OPERATE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((REF_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(REF_DOCNO));
}
if ((REF_SLIPNO == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(REF_SLIPNO));
}
if ((PRINCIPAL_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(PRINCIPAL_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_BALANCE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(PRINCIPAL_BALANCE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_CALINT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(PRINCIPAL_CALINT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((BFPRINCIPAL_CALINT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(BFPRINCIPAL_CALINT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((INTEREST_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(INTEREST_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((FINE_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(FINE_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((BFINTYEARARR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(BFINTYEARARR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((INTARR_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(INTARR_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((BFINTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(BFINTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((INTEREST_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(INTEREST_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((BFINT_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(BFINT_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
if ((INTEREST_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(INTEREST_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((BFFINEYEAR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[20].Value = ((decimal)(BFFINEYEAR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
if ((FINEARR_PAYMENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(FINEARR_PAYMENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((BFFINE_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(BFFINE_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
if ((FINE_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[23].Value = ((decimal)(FINE_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
if ((BFFINE_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[24].Value = ((decimal)(BFFINE_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
if ((FINE_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[25].Value = ((decimal)(FINE_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
if ((CALINT_FROM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(CALINT_FROM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
if ((CALINT_TO.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[27].Value = ((System.DateTime)(CALINT_TO.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
if ((CALFINEFROM_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[28].Value = ((System.DateTime)(CALFINEFROM_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
if ((CALFINETO_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[29].Value = ((System.DateTime)(CALFINETO_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
if ((INTEREST_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[30].Value = ((decimal)(INTEREST_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
if ((FINE_RETURN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[31].Value = ((decimal)(FINE_RETURN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
if ((MONEYTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(MONEYTYPE_CODE));
}
if ((ITEM_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[33].Value = ((decimal)(ITEM_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[35].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
if ((CANCEL_ENTRYID == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(CANCEL_ENTRYID));
}
if ((CANCEL_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[37].Value = ((System.DateTime)(CANCEL_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
if ((BFINTRETURN_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(BFINTRETURN_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(REMARK));
}
if ((BFPRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(BFPRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
if ((PRINCIPAL_ARREAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[41].Value = ((decimal)(PRINCIPAL_ARREAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
if ((PRTCARD_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[42].Value = ((decimal)(PRTCARD_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
if ((PRTBOOK_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[43].Value = ((decimal)(PRTBOOK_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(Original_COOP_ID));
}
if ((Original_LOANCONTRACT_NO == null)) {
throw new global::System.ArgumentNullException("Original_LOANCONTRACT_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(Original_LOANCONTRACT_NO));
}
this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string LOANITEMTYPE_CODE,
global::System.Nullable SLIP_DATE,
global::System.Nullable OPERATE_DATE,
string REF_DOCNO,
string REF_SLIPNO,
global::System.Nullable PRINCIPAL_PAYMENT,
global::System.Nullable PRINCIPAL_BALANCE,
global::System.Nullable PRINCIPAL_CALINT,
global::System.Nullable BFPRINCIPAL_CALINT,
global::System.Nullable INTEREST_PAYMENT,
global::System.Nullable FINE_PAYMENT,
global::System.Nullable BFINTYEARARR_AMT,
global::System.Nullable INTARR_PAYMENT,
global::System.Nullable BFINTEREST_ARREAR,
global::System.Nullable INTEREST_ARREAR,
global::System.Nullable BFINT_PERIOD,
global::System.Nullable INTEREST_PERIOD,
global::System.Nullable BFFINEYEAR_AMT,
global::System.Nullable FINEARR_PAYMENT,
global::System.Nullable BFFINE_ARREAR,
global::System.Nullable FINE_ARREAR,
global::System.Nullable BFFINE_PERIOD,
global::System.Nullable FINE_PERIOD,
global::System.Nullable CALINT_FROM,
global::System.Nullable CALINT_TO,
global::System.Nullable CALFINEFROM_DATE,
global::System.Nullable CALFINETO_DATE,
global::System.Nullable INTEREST_RETURN,
global::System.Nullable FINE_RETURN,
string MONEYTYPE_CODE,
global::System.Nullable ITEM_STATUS,
string ENTRY_ID,
global::System.Nullable ENTRY_DATE,
string CANCEL_ENTRYID,
global::System.Nullable CANCEL_DATE,
global::System.Nullable