//------------------------------------------------------------------------------
//
// 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_cfloanconstant_ctrl {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("DataSet1")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class DataSet1 : global::System.Data.DataSet {
private LNLOANCONSTANTDataTable tableLNLOANCONSTANT;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["LNLOANCONSTANT"] != null)) {
base.Tables.Add(new LNLOANCONSTANTDataTable(ds.Tables["LNLOANCONSTANT"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public LNLOANCONSTANTDataTable LNLOANCONSTANT {
get {
return this.tableLNLOANCONSTANT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["LNLOANCONSTANT"] != null)) {
base.Tables.Add(new LNLOANCONSTANTDataTable(ds.Tables["LNLOANCONSTANT"]));
}
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.tableLNLOANCONSTANT = ((LNLOANCONSTANTDataTable)(base.Tables["LNLOANCONSTANT"]));
if ((initTable == true)) {
if ((this.tableLNLOANCONSTANT != null)) {
this.tableLNLOANCONSTANT.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet1";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet1.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableLNLOANCONSTANT = new LNLOANCONSTANTDataTable();
base.Tables.Add(this.tableLNLOANCONSTANT);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNLOANCONSTANT() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNLOANCONSTANTRowChangeEventHandler(object sender, LNLOANCONSTANTRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNLOANCONSTANTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMAXALLLOAN_AMOUNT;
private global::System.Data.DataColumn columnDAYINYEAR;
private global::System.Data.DataColumn columnFORMATYEAR_TYPE;
private global::System.Data.DataColumn columnFORMATMONTH_TYPE;
private global::System.Data.DataColumn columnCONTRACT_FORMAT;
private global::System.Data.DataColumn columnCOUNTDATE_TYPE;
private global::System.Data.DataColumn columnINTROUND_TYPE;
private global::System.Data.DataColumn columnGRTRIGHT_CONTFLAG;
private global::System.Data.DataColumn columnGRTRIGHT_MEMFLAG;
private global::System.Data.DataColumn columnGRTRIGHT_CONTRACT;
private global::System.Data.DataColumn columnGRTRIGHT_MEMBER;
private global::System.Data.DataColumn columnINCLUINTARR_STATUS;
private global::System.Data.DataColumn columnGENBF_STATUS;
private global::System.Data.DataColumn columnSTARTCALINT_TYPE;
private global::System.Data.DataColumn columnCALINT_FUTURE;
private global::System.Data.DataColumn columnFURTUREINT_RECIEVE;
private global::System.Data.DataColumn columnPRINTCONTRACT;
private global::System.Data.DataColumn columnINTROUNDSUM_TYPE;
private global::System.Data.DataColumn columnINTROUND_FORMAT;
private global::System.Data.DataColumn columnINTROUND_NUM;
private global::System.Data.DataColumn columnRECEIPTSPLIT_FLAG;
private global::System.Data.DataColumn columnKPPROCMRT_TYPE;
private global::System.Data.DataColumn columnFIXPAYCAL_TYPE;
private global::System.Data.DataColumn columnCOUNTDATEFST_TYPE;
private global::System.Data.DataColumn columnINSVAT_RATE;
private global::System.Data.DataColumn columnINSCOORDINATE_RATE;
private global::System.Data.DataColumn columnINSDISCOUNT_RATE;
private global::System.Data.DataColumn columnTRNCOLLSPLIT_TYPE;
private global::System.Data.DataColumn columnTRNCOLLCONTNO_TYPE;
private global::System.Data.DataColumn columnTRNCOLLCONTNO_REF;
private global::System.Data.DataColumn columnINTFUTMINUSINTRET_FLAG;
private global::System.Data.DataColumn columnINSURANCEDEFALSE_AMT;
private global::System.Data.DataColumn columnKEEPORDER_TYPE;
private global::System.Data.DataColumn columnKPITEMARRDOUBLE_FLAG;
private global::System.Data.DataColumn columnFINEPX_PERCENT;
private global::System.Data.DataColumn columnFINEPX_FLAG;
private global::System.Data.DataColumn columnFINEARRROUND_TYPE;
private global::System.Data.DataColumn columnMAXKPLNBLANCE_AMT;
private global::System.Data.DataColumn columnGENCONTNO_FLAG;
private global::System.Data.DataColumn columnINTROUNDKP_TYPE;
private global::System.Data.DataColumn columnLNPAYARREAR_PERC;
private global::System.Data.DataColumn columnLNPAYARREAR_TYPE;
private global::System.Data.DataColumn columnLNPAYARREAR_STATUS;
private global::System.Data.DataColumn columnRDINTSATANG_TYPE;
private global::System.Data.DataColumn columnRDINTSATANG_TABCODE;
private global::System.Data.DataColumn columnRDINTSATANGSUM_TYPE;
private global::System.Data.DataColumn columnRDINTDEC_TYPE;
private global::System.Data.DataColumn columnFIXPAYINTOVERFST_TYPE;
private global::System.Data.DataColumn columnFIXPAYINTOVERFSTPRN_TYPE;
private global::System.Data.DataColumn columnFIXPAYINTOVERNXT_TYPE;
private global::System.Data.DataColumn columnFIXPAYINTOVERNXTPRN_TYPE;
private global::System.Data.DataColumn columnINTDATEVIEW_TYPE;
private global::System.Data.DataColumn columnGRTRIGHT_TYPE;
private global::System.Data.DataColumn columnINTDATEINC_FIRSTRCV;
private global::System.Data.DataColumn columnINTDATEINC_LASTPAY;
private global::System.Data.DataColumn columnRDINTDEC_DIGIT;
private global::System.Data.DataColumn columnGRTMEMCO_CONTFLAG;
private global::System.Data.DataColumn columnGRTMEMCO_MEMFLAG;
private global::System.Data.DataColumn columnGRTMEMCO_CONTRACT;
private global::System.Data.DataColumn columnGRTMEMCO_MEMBER;
private global::System.Data.DataColumn columnCOOP_NO;
private global::System.Data.DataColumn columnINSFLOOD_AMT;
private global::System.Data.DataColumn columnLNOVERRETRY_SHRFORMAT;
private global::System.Data.DataColumn columnLNOVERRETRY_SHRRATIO;
private global::System.Data.DataColumn columnLNOVERRETRY_SHRPERC;
private global::System.Data.DataColumn columnLNOVERRETRY_CMFORMAT;
private global::System.Data.DataColumn columnLNOVERRETRY_CMRATIO;
private global::System.Data.DataColumn columnLNOVERRETRY_CMPERC;
private global::System.Data.DataColumn columnCONTCOUNT;
private global::System.Data.DataColumn columnCONTCOUNT_END;
private global::System.Data.DataColumn columnPAGETOTAL_PB;
private global::System.Data.DataColumn columnLINENOMIDPAGE_PB;
private global::System.Data.DataColumn columnNLINENEXTMID_PB;
private global::System.Data.DataColumn columnLINEPERPAGE_PB;
private global::System.Data.DataColumn columnLINEPERPAGE_PB_CARD;
private global::System.Data.DataColumn columnLINENOMIDPAGE_PB_CARD;
private global::System.Data.DataColumn columnNLINENEXTMID_PB_CARD;
private global::System.Data.DataColumn columnPAGETOTAL_PB_CARD;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLOANCONSTANTDataTable() {
this.TableName = "LNLOANCONSTANT";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLOANCONSTANTDataTable(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 LNLOANCONSTANTDataTable(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 MAXALLLOAN_AMOUNTColumn {
get {
return this.columnMAXALLLOAN_AMOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DAYINYEARColumn {
get {
return this.columnDAYINYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FORMATYEAR_TYPEColumn {
get {
return this.columnFORMATYEAR_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FORMATMONTH_TYPEColumn {
get {
return this.columnFORMATMONTH_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTRACT_FORMATColumn {
get {
return this.columnCONTRACT_FORMAT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COUNTDATE_TYPEColumn {
get {
return this.columnCOUNTDATE_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTROUND_TYPEColumn {
get {
return this.columnINTROUND_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTRIGHT_CONTFLAGColumn {
get {
return this.columnGRTRIGHT_CONTFLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTRIGHT_MEMFLAGColumn {
get {
return this.columnGRTRIGHT_MEMFLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTRIGHT_CONTRACTColumn {
get {
return this.columnGRTRIGHT_CONTRACT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTRIGHT_MEMBERColumn {
get {
return this.columnGRTRIGHT_MEMBER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INCLUINTARR_STATUSColumn {
get {
return this.columnINCLUINTARR_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GENBF_STATUSColumn {
get {
return this.columnGENBF_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn STARTCALINT_TYPEColumn {
get {
return this.columnSTARTCALINT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CALINT_FUTUREColumn {
get {
return this.columnCALINT_FUTURE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FURTUREINT_RECIEVEColumn {
get {
return this.columnFURTUREINT_RECIEVE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINTCONTRACTColumn {
get {
return this.columnPRINTCONTRACT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTROUNDSUM_TYPEColumn {
get {
return this.columnINTROUNDSUM_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTROUND_FORMATColumn {
get {
return this.columnINTROUND_FORMAT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTROUND_NUMColumn {
get {
return this.columnINTROUND_NUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RECEIPTSPLIT_FLAGColumn {
get {
return this.columnRECEIPTSPLIT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KPPROCMRT_TYPEColumn {
get {
return this.columnKPPROCMRT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIXPAYCAL_TYPEColumn {
get {
return this.columnFIXPAYCAL_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COUNTDATEFST_TYPEColumn {
get {
return this.columnCOUNTDATEFST_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSVAT_RATEColumn {
get {
return this.columnINSVAT_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSCOORDINATE_RATEColumn {
get {
return this.columnINSCOORDINATE_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSDISCOUNT_RATEColumn {
get {
return this.columnINSDISCOUNT_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNCOLLSPLIT_TYPEColumn {
get {
return this.columnTRNCOLLSPLIT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNCOLLCONTNO_TYPEColumn {
get {
return this.columnTRNCOLLCONTNO_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRNCOLLCONTNO_REFColumn {
get {
return this.columnTRNCOLLCONTNO_REF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTFUTMINUSINTRET_FLAGColumn {
get {
return this.columnINTFUTMINUSINTRET_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSURANCEDEFALSE_AMTColumn {
get {
return this.columnINSURANCEDEFALSE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KEEPORDER_TYPEColumn {
get {
return this.columnKEEPORDER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KPITEMARRDOUBLE_FLAGColumn {
get {
return this.columnKPITEMARRDOUBLE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINEPX_PERCENTColumn {
get {
return this.columnFINEPX_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINEPX_FLAGColumn {
get {
return this.columnFINEPX_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FINEARRROUND_TYPEColumn {
get {
return this.columnFINEARRROUND_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAXKPLNBLANCE_AMTColumn {
get {
return this.columnMAXKPLNBLANCE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GENCONTNO_FLAGColumn {
get {
return this.columnGENCONTNO_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTROUNDKP_TYPEColumn {
get {
return this.columnINTROUNDKP_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNPAYARREAR_PERCColumn {
get {
return this.columnLNPAYARREAR_PERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNPAYARREAR_TYPEColumn {
get {
return this.columnLNPAYARREAR_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNPAYARREAR_STATUSColumn {
get {
return this.columnLNPAYARREAR_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RDINTSATANG_TYPEColumn {
get {
return this.columnRDINTSATANG_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RDINTSATANG_TABCODEColumn {
get {
return this.columnRDINTSATANG_TABCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RDINTSATANGSUM_TYPEColumn {
get {
return this.columnRDINTSATANGSUM_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RDINTDEC_TYPEColumn {
get {
return this.columnRDINTDEC_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIXPAYINTOVERFST_TYPEColumn {
get {
return this.columnFIXPAYINTOVERFST_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIXPAYINTOVERFSTPRN_TYPEColumn {
get {
return this.columnFIXPAYINTOVERFSTPRN_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIXPAYINTOVERNXT_TYPEColumn {
get {
return this.columnFIXPAYINTOVERNXT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIXPAYINTOVERNXTPRN_TYPEColumn {
get {
return this.columnFIXPAYINTOVERNXTPRN_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTDATEVIEW_TYPEColumn {
get {
return this.columnINTDATEVIEW_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTRIGHT_TYPEColumn {
get {
return this.columnGRTRIGHT_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTDATEINC_FIRSTRCVColumn {
get {
return this.columnINTDATEINC_FIRSTRCV;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTDATEINC_LASTPAYColumn {
get {
return this.columnINTDATEINC_LASTPAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RDINTDEC_DIGITColumn {
get {
return this.columnRDINTDEC_DIGIT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTMEMCO_CONTFLAGColumn {
get {
return this.columnGRTMEMCO_CONTFLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTMEMCO_MEMFLAGColumn {
get {
return this.columnGRTMEMCO_MEMFLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTMEMCO_CONTRACTColumn {
get {
return this.columnGRTMEMCO_CONTRACT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GRTMEMCO_MEMBERColumn {
get {
return this.columnGRTMEMCO_MEMBER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COOP_NOColumn {
get {
return this.columnCOOP_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSFLOOD_AMTColumn {
get {
return this.columnINSFLOOD_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNOVERRETRY_SHRFORMATColumn {
get {
return this.columnLNOVERRETRY_SHRFORMAT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNOVERRETRY_SHRRATIOColumn {
get {
return this.columnLNOVERRETRY_SHRRATIO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNOVERRETRY_SHRPERCColumn {
get {
return this.columnLNOVERRETRY_SHRPERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNOVERRETRY_CMFORMATColumn {
get {
return this.columnLNOVERRETRY_CMFORMAT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNOVERRETRY_CMRATIOColumn {
get {
return this.columnLNOVERRETRY_CMRATIO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNOVERRETRY_CMPERCColumn {
get {
return this.columnLNOVERRETRY_CMPERC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTCOUNTColumn {
get {
return this.columnCONTCOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CONTCOUNT_ENDColumn {
get {
return this.columnCONTCOUNT_END;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAGETOTAL_PBColumn {
get {
return this.columnPAGETOTAL_PB;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LINENOMIDPAGE_PBColumn {
get {
return this.columnLINENOMIDPAGE_PB;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NLINENEXTMID_PBColumn {
get {
return this.columnNLINENEXTMID_PB;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LINEPERPAGE_PBColumn {
get {
return this.columnLINEPERPAGE_PB;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LINEPERPAGE_PB_CARDColumn {
get {
return this.columnLINEPERPAGE_PB_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LINENOMIDPAGE_PB_CARDColumn {
get {
return this.columnLINENOMIDPAGE_PB_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NLINENEXTMID_PB_CARDColumn {
get {
return this.columnNLINENEXTMID_PB_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAGETOTAL_PB_CARDColumn {
get {
return this.columnPAGETOTAL_PB_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 LNLOANCONSTANTRow this[int index] {
get {
return ((LNLOANCONSTANTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLOANCONSTANTRowChangeEventHandler LNLOANCONSTANTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLOANCONSTANTRowChangeEventHandler LNLOANCONSTANTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLOANCONSTANTRowChangeEventHandler LNLOANCONSTANTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNLOANCONSTANTRowChangeEventHandler LNLOANCONSTANTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNLOANCONSTANTRow(LNLOANCONSTANTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLOANCONSTANTRow AddLNLOANCONSTANTRow(
string COOP_ID,
decimal MAXALLLOAN_AMOUNT,
decimal DAYINYEAR,
decimal FORMATYEAR_TYPE,
decimal FORMATMONTH_TYPE,
string CONTRACT_FORMAT,
decimal COUNTDATE_TYPE,
decimal INTROUND_TYPE,
decimal GRTRIGHT_CONTFLAG,
decimal GRTRIGHT_MEMFLAG,
decimal GRTRIGHT_CONTRACT,
decimal GRTRIGHT_MEMBER,
decimal INCLUINTARR_STATUS,
decimal GENBF_STATUS,
decimal STARTCALINT_TYPE,
decimal CALINT_FUTURE,
decimal FURTUREINT_RECIEVE,
decimal PRINTCONTRACT,
decimal INTROUNDSUM_TYPE,
decimal INTROUND_FORMAT,
decimal INTROUND_NUM,
decimal RECEIPTSPLIT_FLAG,
decimal KPPROCMRT_TYPE,
decimal FIXPAYCAL_TYPE,
decimal COUNTDATEFST_TYPE,
decimal INSVAT_RATE,
decimal INSCOORDINATE_RATE,
decimal INSDISCOUNT_RATE,
decimal TRNCOLLSPLIT_TYPE,
decimal TRNCOLLCONTNO_TYPE,
string TRNCOLLCONTNO_REF,
decimal INTFUTMINUSINTRET_FLAG,
decimal INSURANCEDEFALSE_AMT,
decimal KEEPORDER_TYPE,
decimal KPITEMARRDOUBLE_FLAG,
decimal FINEPX_PERCENT,
decimal FINEPX_FLAG,
decimal FINEARRROUND_TYPE,
decimal MAXKPLNBLANCE_AMT,
decimal GENCONTNO_FLAG,
decimal INTROUNDKP_TYPE,
decimal LNPAYARREAR_PERC,
decimal LNPAYARREAR_TYPE,
decimal LNPAYARREAR_STATUS,
decimal RDINTSATANG_TYPE,
string RDINTSATANG_TABCODE,
decimal RDINTSATANGSUM_TYPE,
decimal RDINTDEC_TYPE,
decimal FIXPAYINTOVERFST_TYPE,
decimal FIXPAYINTOVERFSTPRN_TYPE,
decimal FIXPAYINTOVERNXT_TYPE,
decimal FIXPAYINTOVERNXTPRN_TYPE,
decimal INTDATEVIEW_TYPE,
decimal GRTRIGHT_TYPE,
decimal INTDATEINC_FIRSTRCV,
decimal INTDATEINC_LASTPAY,
decimal RDINTDEC_DIGIT,
decimal GRTMEMCO_CONTFLAG,
decimal GRTMEMCO_MEMFLAG,
decimal GRTMEMCO_CONTRACT,
decimal GRTMEMCO_MEMBER,
decimal COOP_NO,
decimal INSFLOOD_AMT,
decimal LNOVERRETRY_SHRFORMAT,
string LNOVERRETRY_SHRRATIO,
decimal LNOVERRETRY_SHRPERC,
decimal LNOVERRETRY_CMFORMAT,
string LNOVERRETRY_CMRATIO,
decimal LNOVERRETRY_CMPERC,
decimal CONTCOUNT,
decimal CONTCOUNT_END,
decimal PAGETOTAL_PB,
decimal LINENOMIDPAGE_PB,
decimal NLINENEXTMID_PB,
decimal LINEPERPAGE_PB,
decimal LINEPERPAGE_PB_CARD,
decimal LINENOMIDPAGE_PB_CARD,
decimal NLINENEXTMID_PB_CARD,
decimal PAGETOTAL_PB_CARD) {
LNLOANCONSTANTRow rowLNLOANCONSTANTRow = ((LNLOANCONSTANTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MAXALLLOAN_AMOUNT,
DAYINYEAR,
FORMATYEAR_TYPE,
FORMATMONTH_TYPE,
CONTRACT_FORMAT,
COUNTDATE_TYPE,
INTROUND_TYPE,
GRTRIGHT_CONTFLAG,
GRTRIGHT_MEMFLAG,
GRTRIGHT_CONTRACT,
GRTRIGHT_MEMBER,
INCLUINTARR_STATUS,
GENBF_STATUS,
STARTCALINT_TYPE,
CALINT_FUTURE,
FURTUREINT_RECIEVE,
PRINTCONTRACT,
INTROUNDSUM_TYPE,
INTROUND_FORMAT,
INTROUND_NUM,
RECEIPTSPLIT_FLAG,
KPPROCMRT_TYPE,
FIXPAYCAL_TYPE,
COUNTDATEFST_TYPE,
INSVAT_RATE,
INSCOORDINATE_RATE,
INSDISCOUNT_RATE,
TRNCOLLSPLIT_TYPE,
TRNCOLLCONTNO_TYPE,
TRNCOLLCONTNO_REF,
INTFUTMINUSINTRET_FLAG,
INSURANCEDEFALSE_AMT,
KEEPORDER_TYPE,
KPITEMARRDOUBLE_FLAG,
FINEPX_PERCENT,
FINEPX_FLAG,
FINEARRROUND_TYPE,
MAXKPLNBLANCE_AMT,
GENCONTNO_FLAG,
INTROUNDKP_TYPE,
LNPAYARREAR_PERC,
LNPAYARREAR_TYPE,
LNPAYARREAR_STATUS,
RDINTSATANG_TYPE,
RDINTSATANG_TABCODE,
RDINTSATANGSUM_TYPE,
RDINTDEC_TYPE,
FIXPAYINTOVERFST_TYPE,
FIXPAYINTOVERFSTPRN_TYPE,
FIXPAYINTOVERNXT_TYPE,
FIXPAYINTOVERNXTPRN_TYPE,
INTDATEVIEW_TYPE,
GRTRIGHT_TYPE,
INTDATEINC_FIRSTRCV,
INTDATEINC_LASTPAY,
RDINTDEC_DIGIT,
GRTMEMCO_CONTFLAG,
GRTMEMCO_MEMFLAG,
GRTMEMCO_CONTRACT,
GRTMEMCO_MEMBER,
COOP_NO,
INSFLOOD_AMT,
LNOVERRETRY_SHRFORMAT,
LNOVERRETRY_SHRRATIO,
LNOVERRETRY_SHRPERC,
LNOVERRETRY_CMFORMAT,
LNOVERRETRY_CMRATIO,
LNOVERRETRY_CMPERC,
CONTCOUNT,
CONTCOUNT_END,
PAGETOTAL_PB,
LINENOMIDPAGE_PB,
NLINENEXTMID_PB,
LINEPERPAGE_PB,
LINEPERPAGE_PB_CARD,
LINENOMIDPAGE_PB_CARD,
NLINENEXTMID_PB_CARD,
PAGETOTAL_PB_CARD};
rowLNLOANCONSTANTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNLOANCONSTANTRow);
return rowLNLOANCONSTANTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLOANCONSTANTRow FindByCOOP_ID(string COOP_ID) {
return ((LNLOANCONSTANTRow)(this.Rows.Find(new object[] {
COOP_ID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNLOANCONSTANTDataTable cln = ((LNLOANCONSTANTDataTable)(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 LNLOANCONSTANTDataTable();
}
[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.columnMAXALLLOAN_AMOUNT = base.Columns["MAXALLLOAN_AMOUNT"];
this.columnDAYINYEAR = base.Columns["DAYINYEAR"];
this.columnFORMATYEAR_TYPE = base.Columns["FORMATYEAR_TYPE"];
this.columnFORMATMONTH_TYPE = base.Columns["FORMATMONTH_TYPE"];
this.columnCONTRACT_FORMAT = base.Columns["CONTRACT_FORMAT"];
this.columnCOUNTDATE_TYPE = base.Columns["COUNTDATE_TYPE"];
this.columnINTROUND_TYPE = base.Columns["INTROUND_TYPE"];
this.columnGRTRIGHT_CONTFLAG = base.Columns["GRTRIGHT_CONTFLAG"];
this.columnGRTRIGHT_MEMFLAG = base.Columns["GRTRIGHT_MEMFLAG"];
this.columnGRTRIGHT_CONTRACT = base.Columns["GRTRIGHT_CONTRACT"];
this.columnGRTRIGHT_MEMBER = base.Columns["GRTRIGHT_MEMBER"];
this.columnINCLUINTARR_STATUS = base.Columns["INCLUINTARR_STATUS"];
this.columnGENBF_STATUS = base.Columns["GENBF_STATUS"];
this.columnSTARTCALINT_TYPE = base.Columns["STARTCALINT_TYPE"];
this.columnCALINT_FUTURE = base.Columns["CALINT_FUTURE"];
this.columnFURTUREINT_RECIEVE = base.Columns["FURTUREINT_RECIEVE"];
this.columnPRINTCONTRACT = base.Columns["PRINTCONTRACT"];
this.columnINTROUNDSUM_TYPE = base.Columns["INTROUNDSUM_TYPE"];
this.columnINTROUND_FORMAT = base.Columns["INTROUND_FORMAT"];
this.columnINTROUND_NUM = base.Columns["INTROUND_NUM"];
this.columnRECEIPTSPLIT_FLAG = base.Columns["RECEIPTSPLIT_FLAG"];
this.columnKPPROCMRT_TYPE = base.Columns["KPPROCMRT_TYPE"];
this.columnFIXPAYCAL_TYPE = base.Columns["FIXPAYCAL_TYPE"];
this.columnCOUNTDATEFST_TYPE = base.Columns["COUNTDATEFST_TYPE"];
this.columnINSVAT_RATE = base.Columns["INSVAT_RATE"];
this.columnINSCOORDINATE_RATE = base.Columns["INSCOORDINATE_RATE"];
this.columnINSDISCOUNT_RATE = base.Columns["INSDISCOUNT_RATE"];
this.columnTRNCOLLSPLIT_TYPE = base.Columns["TRNCOLLSPLIT_TYPE"];
this.columnTRNCOLLCONTNO_TYPE = base.Columns["TRNCOLLCONTNO_TYPE"];
this.columnTRNCOLLCONTNO_REF = base.Columns["TRNCOLLCONTNO_REF"];
this.columnINTFUTMINUSINTRET_FLAG = base.Columns["INTFUTMINUSINTRET_FLAG"];
this.columnINSURANCEDEFALSE_AMT = base.Columns["INSURANCEDEFALSE_AMT"];
this.columnKEEPORDER_TYPE = base.Columns["KEEPORDER_TYPE"];
this.columnKPITEMARRDOUBLE_FLAG = base.Columns["KPITEMARRDOUBLE_FLAG"];
this.columnFINEPX_PERCENT = base.Columns["FINEPX_PERCENT"];
this.columnFINEPX_FLAG = base.Columns["FINEPX_FLAG"];
this.columnFINEARRROUND_TYPE = base.Columns["FINEARRROUND_TYPE"];
this.columnMAXKPLNBLANCE_AMT = base.Columns["MAXKPLNBLANCE_AMT"];
this.columnGENCONTNO_FLAG = base.Columns["GENCONTNO_FLAG"];
this.columnINTROUNDKP_TYPE = base.Columns["INTROUNDKP_TYPE"];
this.columnLNPAYARREAR_PERC = base.Columns["LNPAYARREAR_PERC"];
this.columnLNPAYARREAR_TYPE = base.Columns["LNPAYARREAR_TYPE"];
this.columnLNPAYARREAR_STATUS = base.Columns["LNPAYARREAR_STATUS"];
this.columnRDINTSATANG_TYPE = base.Columns["RDINTSATANG_TYPE"];
this.columnRDINTSATANG_TABCODE = base.Columns["RDINTSATANG_TABCODE"];
this.columnRDINTSATANGSUM_TYPE = base.Columns["RDINTSATANGSUM_TYPE"];
this.columnRDINTDEC_TYPE = base.Columns["RDINTDEC_TYPE"];
this.columnFIXPAYINTOVERFST_TYPE = base.Columns["FIXPAYINTOVERFST_TYPE"];
this.columnFIXPAYINTOVERFSTPRN_TYPE = base.Columns["FIXPAYINTOVERFSTPRN_TYPE"];
this.columnFIXPAYINTOVERNXT_TYPE = base.Columns["FIXPAYINTOVERNXT_TYPE"];
this.columnFIXPAYINTOVERNXTPRN_TYPE = base.Columns["FIXPAYINTOVERNXTPRN_TYPE"];
this.columnINTDATEVIEW_TYPE = base.Columns["INTDATEVIEW_TYPE"];
this.columnGRTRIGHT_TYPE = base.Columns["GRTRIGHT_TYPE"];
this.columnINTDATEINC_FIRSTRCV = base.Columns["INTDATEINC_FIRSTRCV"];
this.columnINTDATEINC_LASTPAY = base.Columns["INTDATEINC_LASTPAY"];
this.columnRDINTDEC_DIGIT = base.Columns["RDINTDEC_DIGIT"];
this.columnGRTMEMCO_CONTFLAG = base.Columns["GRTMEMCO_CONTFLAG"];
this.columnGRTMEMCO_MEMFLAG = base.Columns["GRTMEMCO_MEMFLAG"];
this.columnGRTMEMCO_CONTRACT = base.Columns["GRTMEMCO_CONTRACT"];
this.columnGRTMEMCO_MEMBER = base.Columns["GRTMEMCO_MEMBER"];
this.columnCOOP_NO = base.Columns["COOP_NO"];
this.columnINSFLOOD_AMT = base.Columns["INSFLOOD_AMT"];
this.columnLNOVERRETRY_SHRFORMAT = base.Columns["LNOVERRETRY_SHRFORMAT"];
this.columnLNOVERRETRY_SHRRATIO = base.Columns["LNOVERRETRY_SHRRATIO"];
this.columnLNOVERRETRY_SHRPERC = base.Columns["LNOVERRETRY_SHRPERC"];
this.columnLNOVERRETRY_CMFORMAT = base.Columns["LNOVERRETRY_CMFORMAT"];
this.columnLNOVERRETRY_CMRATIO = base.Columns["LNOVERRETRY_CMRATIO"];
this.columnLNOVERRETRY_CMPERC = base.Columns["LNOVERRETRY_CMPERC"];
this.columnCONTCOUNT = base.Columns["CONTCOUNT"];
this.columnCONTCOUNT_END = base.Columns["CONTCOUNT_END"];
this.columnPAGETOTAL_PB = base.Columns["PAGETOTAL_PB"];
this.columnLINENOMIDPAGE_PB = base.Columns["LINENOMIDPAGE_PB"];
this.columnNLINENEXTMID_PB = base.Columns["NLINENEXTMID_PB"];
this.columnLINEPERPAGE_PB = base.Columns["LINEPERPAGE_PB"];
this.columnLINEPERPAGE_PB_CARD = base.Columns["LINEPERPAGE_PB_CARD"];
this.columnLINENOMIDPAGE_PB_CARD = base.Columns["LINENOMIDPAGE_PB_CARD"];
this.columnNLINENEXTMID_PB_CARD = base.Columns["NLINENEXTMID_PB_CARD"];
this.columnPAGETOTAL_PB_CARD = base.Columns["PAGETOTAL_PB_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.columnMAXALLLOAN_AMOUNT = new global::System.Data.DataColumn("MAXALLLOAN_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXALLLOAN_AMOUNT);
this.columnDAYINYEAR = new global::System.Data.DataColumn("DAYINYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDAYINYEAR);
this.columnFORMATYEAR_TYPE = new global::System.Data.DataColumn("FORMATYEAR_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFORMATYEAR_TYPE);
this.columnFORMATMONTH_TYPE = new global::System.Data.DataColumn("FORMATMONTH_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFORMATMONTH_TYPE);
this.columnCONTRACT_FORMAT = new global::System.Data.DataColumn("CONTRACT_FORMAT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTRACT_FORMAT);
this.columnCOUNTDATE_TYPE = new global::System.Data.DataColumn("COUNTDATE_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOUNTDATE_TYPE);
this.columnINTROUND_TYPE = new global::System.Data.DataColumn("INTROUND_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTROUND_TYPE);
this.columnGRTRIGHT_CONTFLAG = new global::System.Data.DataColumn("GRTRIGHT_CONTFLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTRIGHT_CONTFLAG);
this.columnGRTRIGHT_MEMFLAG = new global::System.Data.DataColumn("GRTRIGHT_MEMFLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTRIGHT_MEMFLAG);
this.columnGRTRIGHT_CONTRACT = new global::System.Data.DataColumn("GRTRIGHT_CONTRACT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTRIGHT_CONTRACT);
this.columnGRTRIGHT_MEMBER = new global::System.Data.DataColumn("GRTRIGHT_MEMBER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTRIGHT_MEMBER);
this.columnINCLUINTARR_STATUS = new global::System.Data.DataColumn("INCLUINTARR_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINCLUINTARR_STATUS);
this.columnGENBF_STATUS = new global::System.Data.DataColumn("GENBF_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGENBF_STATUS);
this.columnSTARTCALINT_TYPE = new global::System.Data.DataColumn("STARTCALINT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTARTCALINT_TYPE);
this.columnCALINT_FUTURE = new global::System.Data.DataColumn("CALINT_FUTURE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FUTURE);
this.columnFURTUREINT_RECIEVE = new global::System.Data.DataColumn("FURTUREINT_RECIEVE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFURTUREINT_RECIEVE);
this.columnPRINTCONTRACT = new global::System.Data.DataColumn("PRINTCONTRACT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINTCONTRACT);
this.columnINTROUNDSUM_TYPE = new global::System.Data.DataColumn("INTROUNDSUM_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTROUNDSUM_TYPE);
this.columnINTROUND_FORMAT = new global::System.Data.DataColumn("INTROUND_FORMAT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTROUND_FORMAT);
this.columnINTROUND_NUM = new global::System.Data.DataColumn("INTROUND_NUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTROUND_NUM);
this.columnRECEIPTSPLIT_FLAG = new global::System.Data.DataColumn("RECEIPTSPLIT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECEIPTSPLIT_FLAG);
this.columnKPPROCMRT_TYPE = new global::System.Data.DataColumn("KPPROCMRT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKPPROCMRT_TYPE);
this.columnFIXPAYCAL_TYPE = new global::System.Data.DataColumn("FIXPAYCAL_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIXPAYCAL_TYPE);
this.columnCOUNTDATEFST_TYPE = new global::System.Data.DataColumn("COUNTDATEFST_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOUNTDATEFST_TYPE);
this.columnINSVAT_RATE = new global::System.Data.DataColumn("INSVAT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSVAT_RATE);
this.columnINSCOORDINATE_RATE = new global::System.Data.DataColumn("INSCOORDINATE_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSCOORDINATE_RATE);
this.columnINSDISCOUNT_RATE = new global::System.Data.DataColumn("INSDISCOUNT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSDISCOUNT_RATE);
this.columnTRNCOLLSPLIT_TYPE = new global::System.Data.DataColumn("TRNCOLLSPLIT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNCOLLSPLIT_TYPE);
this.columnTRNCOLLCONTNO_TYPE = new global::System.Data.DataColumn("TRNCOLLCONTNO_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNCOLLCONTNO_TYPE);
this.columnTRNCOLLCONTNO_REF = new global::System.Data.DataColumn("TRNCOLLCONTNO_REF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRNCOLLCONTNO_REF);
this.columnINTFUTMINUSINTRET_FLAG = new global::System.Data.DataColumn("INTFUTMINUSINTRET_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTFUTMINUSINTRET_FLAG);
this.columnINSURANCEDEFALSE_AMT = new global::System.Data.DataColumn("INSURANCEDEFALSE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSURANCEDEFALSE_AMT);
this.columnKEEPORDER_TYPE = new global::System.Data.DataColumn("KEEPORDER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPORDER_TYPE);
this.columnKPITEMARRDOUBLE_FLAG = new global::System.Data.DataColumn("KPITEMARRDOUBLE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKPITEMARRDOUBLE_FLAG);
this.columnFINEPX_PERCENT = new global::System.Data.DataColumn("FINEPX_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINEPX_PERCENT);
this.columnFINEPX_FLAG = new global::System.Data.DataColumn("FINEPX_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINEPX_FLAG);
this.columnFINEARRROUND_TYPE = new global::System.Data.DataColumn("FINEARRROUND_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFINEARRROUND_TYPE);
this.columnMAXKPLNBLANCE_AMT = new global::System.Data.DataColumn("MAXKPLNBLANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAXKPLNBLANCE_AMT);
this.columnGENCONTNO_FLAG = new global::System.Data.DataColumn("GENCONTNO_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGENCONTNO_FLAG);
this.columnINTROUNDKP_TYPE = new global::System.Data.DataColumn("INTROUNDKP_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTROUNDKP_TYPE);
this.columnLNPAYARREAR_PERC = new global::System.Data.DataColumn("LNPAYARREAR_PERC", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNPAYARREAR_PERC);
this.columnLNPAYARREAR_TYPE = new global::System.Data.DataColumn("LNPAYARREAR_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNPAYARREAR_TYPE);
this.columnLNPAYARREAR_STATUS = new global::System.Data.DataColumn("LNPAYARREAR_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNPAYARREAR_STATUS);
this.columnRDINTSATANG_TYPE = new global::System.Data.DataColumn("RDINTSATANG_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRDINTSATANG_TYPE);
this.columnRDINTSATANG_TABCODE = new global::System.Data.DataColumn("RDINTSATANG_TABCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRDINTSATANG_TABCODE);
this.columnRDINTSATANGSUM_TYPE = new global::System.Data.DataColumn("RDINTSATANGSUM_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRDINTSATANGSUM_TYPE);
this.columnRDINTDEC_TYPE = new global::System.Data.DataColumn("RDINTDEC_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRDINTDEC_TYPE);
this.columnFIXPAYINTOVERFST_TYPE = new global::System.Data.DataColumn("FIXPAYINTOVERFST_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIXPAYINTOVERFST_TYPE);
this.columnFIXPAYINTOVERFSTPRN_TYPE = new global::System.Data.DataColumn("FIXPAYINTOVERFSTPRN_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIXPAYINTOVERFSTPRN_TYPE);
this.columnFIXPAYINTOVERNXT_TYPE = new global::System.Data.DataColumn("FIXPAYINTOVERNXT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIXPAYINTOVERNXT_TYPE);
this.columnFIXPAYINTOVERNXTPRN_TYPE = new global::System.Data.DataColumn("FIXPAYINTOVERNXTPRN_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIXPAYINTOVERNXTPRN_TYPE);
this.columnINTDATEVIEW_TYPE = new global::System.Data.DataColumn("INTDATEVIEW_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTDATEVIEW_TYPE);
this.columnGRTRIGHT_TYPE = new global::System.Data.DataColumn("GRTRIGHT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTRIGHT_TYPE);
this.columnINTDATEINC_FIRSTRCV = new global::System.Data.DataColumn("INTDATEINC_FIRSTRCV", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTDATEINC_FIRSTRCV);
this.columnINTDATEINC_LASTPAY = new global::System.Data.DataColumn("INTDATEINC_LASTPAY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTDATEINC_LASTPAY);
this.columnRDINTDEC_DIGIT = new global::System.Data.DataColumn("RDINTDEC_DIGIT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRDINTDEC_DIGIT);
this.columnGRTMEMCO_CONTFLAG = new global::System.Data.DataColumn("GRTMEMCO_CONTFLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTMEMCO_CONTFLAG);
this.columnGRTMEMCO_MEMFLAG = new global::System.Data.DataColumn("GRTMEMCO_MEMFLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTMEMCO_MEMFLAG);
this.columnGRTMEMCO_CONTRACT = new global::System.Data.DataColumn("GRTMEMCO_CONTRACT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTMEMCO_CONTRACT);
this.columnGRTMEMCO_MEMBER = new global::System.Data.DataColumn("GRTMEMCO_MEMBER", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGRTMEMCO_MEMBER);
this.columnCOOP_NO = new global::System.Data.DataColumn("COOP_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_NO);
this.columnINSFLOOD_AMT = new global::System.Data.DataColumn("INSFLOOD_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSFLOOD_AMT);
this.columnLNOVERRETRY_SHRFORMAT = new global::System.Data.DataColumn("LNOVERRETRY_SHRFORMAT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNOVERRETRY_SHRFORMAT);
this.columnLNOVERRETRY_SHRRATIO = new global::System.Data.DataColumn("LNOVERRETRY_SHRRATIO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNOVERRETRY_SHRRATIO);
this.columnLNOVERRETRY_SHRPERC = new global::System.Data.DataColumn("LNOVERRETRY_SHRPERC", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNOVERRETRY_SHRPERC);
this.columnLNOVERRETRY_CMFORMAT = new global::System.Data.DataColumn("LNOVERRETRY_CMFORMAT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNOVERRETRY_CMFORMAT);
this.columnLNOVERRETRY_CMRATIO = new global::System.Data.DataColumn("LNOVERRETRY_CMRATIO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNOVERRETRY_CMRATIO);
this.columnLNOVERRETRY_CMPERC = new global::System.Data.DataColumn("LNOVERRETRY_CMPERC", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNOVERRETRY_CMPERC);
this.columnCONTCOUNT = new global::System.Data.DataColumn("CONTCOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTCOUNT);
this.columnCONTCOUNT_END = new global::System.Data.DataColumn("CONTCOUNT_END", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONTCOUNT_END);
this.columnPAGETOTAL_PB = new global::System.Data.DataColumn("PAGETOTAL_PB", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAGETOTAL_PB);
this.columnLINENOMIDPAGE_PB = new global::System.Data.DataColumn("LINENOMIDPAGE_PB", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLINENOMIDPAGE_PB);
this.columnNLINENEXTMID_PB = new global::System.Data.DataColumn("NLINENEXTMID_PB", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNLINENEXTMID_PB);
this.columnLINEPERPAGE_PB = new global::System.Data.DataColumn("LINEPERPAGE_PB", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLINEPERPAGE_PB);
this.columnLINEPERPAGE_PB_CARD = new global::System.Data.DataColumn("LINEPERPAGE_PB_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLINEPERPAGE_PB_CARD);
this.columnLINENOMIDPAGE_PB_CARD = new global::System.Data.DataColumn("LINENOMIDPAGE_PB_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLINENOMIDPAGE_PB_CARD);
this.columnNLINENEXTMID_PB_CARD = new global::System.Data.DataColumn("NLINENEXTMID_PB_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNLINENEXTMID_PB_CARD);
this.columnPAGETOTAL_PB_CARD = new global::System.Data.DataColumn("PAGETOTAL_PB_CARD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAGETOTAL_PB_CARD);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.Unique = true;
this.columnCOOP_ID.MaxLength = 6;
this.columnCONTRACT_FORMAT.MaxLength = 15;
this.columnTRNCOLLCONTNO_REF.MaxLength = 2;
this.columnRDINTSATANG_TABCODE.MaxLength = 3;
this.columnCOOP_NO.AllowDBNull = false;
this.columnLNOVERRETRY_SHRRATIO.MaxLength = 10;
this.columnLNOVERRETRY_CMRATIO.MaxLength = 10;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLOANCONSTANTRow NewLNLOANCONSTANTRow() {
return ((LNLOANCONSTANTRow)(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 LNLOANCONSTANTRow(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(LNLOANCONSTANTRow);
}
[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.LNLOANCONSTANTRowChanged != null)) {
this.LNLOANCONSTANTRowChanged(this, new LNLOANCONSTANTRowChangeEvent(((LNLOANCONSTANTRow)(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.LNLOANCONSTANTRowChanging != null)) {
this.LNLOANCONSTANTRowChanging(this, new LNLOANCONSTANTRowChangeEvent(((LNLOANCONSTANTRow)(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.LNLOANCONSTANTRowDeleted != null)) {
this.LNLOANCONSTANTRowDeleted(this, new LNLOANCONSTANTRowChangeEvent(((LNLOANCONSTANTRow)(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.LNLOANCONSTANTRowDeleting != null)) {
this.LNLOANCONSTANTRowDeleting(this, new LNLOANCONSTANTRowChangeEvent(((LNLOANCONSTANTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNLOANCONSTANTRow(LNLOANCONSTANTRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "LNLOANCONSTANTDataTable";
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 LNLOANCONSTANTRow : global::System.Data.DataRow {
private LNLOANCONSTANTDataTable tableLNLOANCONSTANT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNLOANCONSTANTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNLOANCONSTANT = ((LNLOANCONSTANTDataTable)(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.tableLNLOANCONSTANT.COOP_IDColumn]));
}
set {
this[this.tableLNLOANCONSTANT.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXALLLOAN_AMOUNT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.MAXALLLOAN_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXALLLOAN_AMOUNT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.MAXALLLOAN_AMOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DAYINYEAR {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.DAYINYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DAYINYEAR\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.DAYINYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FORMATYEAR_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FORMATYEAR_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FORMATYEAR_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FORMATYEAR_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FORMATMONTH_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FORMATMONTH_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FORMATMONTH_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FORMATMONTH_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CONTRACT_FORMAT {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.CONTRACT_FORMATColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTRACT_FORMAT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.CONTRACT_FORMATColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COUNTDATE_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.COUNTDATE_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COUNTDATE_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.COUNTDATE_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTROUND_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTROUND_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTROUND_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTROUND_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTRIGHT_CONTFLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTRIGHT_CONTFLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTRIGHT_CONTFLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTRIGHT_CONTFLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTRIGHT_MEMFLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTRIGHT_MEMFLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTRIGHT_MEMFLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTRIGHT_MEMFLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTRIGHT_CONTRACT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTRIGHT_CONTRACTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTRIGHT_CONTRACT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTRIGHT_CONTRACTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTRIGHT_MEMBER {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTRIGHT_MEMBERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTRIGHT_MEMBER\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTRIGHT_MEMBERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INCLUINTARR_STATUS {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INCLUINTARR_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INCLUINTARR_STATUS\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INCLUINTARR_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GENBF_STATUS {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GENBF_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GENBF_STATUS\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GENBF_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal STARTCALINT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.STARTCALINT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'STARTCALINT_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.STARTCALINT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CALINT_FUTURE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.CALINT_FUTUREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CALINT_FUTURE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.CALINT_FUTUREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FURTUREINT_RECIEVE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FURTUREINT_RECIEVEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FURTUREINT_RECIEVE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FURTUREINT_RECIEVEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINTCONTRACT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.PRINTCONTRACTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINTCONTRACT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.PRINTCONTRACTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTROUNDSUM_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTROUNDSUM_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTROUNDSUM_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTROUNDSUM_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTROUND_FORMAT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTROUND_FORMATColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTROUND_FORMAT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTROUND_FORMATColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTROUND_NUM {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTROUND_NUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTROUND_NUM\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTROUND_NUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RECEIPTSPLIT_FLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.RECEIPTSPLIT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RECEIPTSPLIT_FLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.RECEIPTSPLIT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KPPROCMRT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.KPPROCMRT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KPPROCMRT_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.KPPROCMRT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIXPAYCAL_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FIXPAYCAL_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIXPAYCAL_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FIXPAYCAL_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COUNTDATEFST_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.COUNTDATEFST_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COUNTDATEFST_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.COUNTDATEFST_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSVAT_RATE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INSVAT_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSVAT_RATE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INSVAT_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSCOORDINATE_RATE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INSCOORDINATE_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSCOORDINATE_RATE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INSCOORDINATE_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSDISCOUNT_RATE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INSDISCOUNT_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSDISCOUNT_RATE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INSDISCOUNT_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRNCOLLSPLIT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.TRNCOLLSPLIT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNCOLLSPLIT_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.TRNCOLLSPLIT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRNCOLLCONTNO_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.TRNCOLLCONTNO_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNCOLLCONTNO_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.TRNCOLLCONTNO_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TRNCOLLCONTNO_REF {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.TRNCOLLCONTNO_REFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRNCOLLCONTNO_REF\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.TRNCOLLCONTNO_REFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTFUTMINUSINTRET_FLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTFUTMINUSINTRET_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTFUTMINUSINTRET_FLAG\' in table \'LNLOANCONSTANT\' is DBNull" +
".", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTFUTMINUSINTRET_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSURANCEDEFALSE_AMT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INSURANCEDEFALSE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSURANCEDEFALSE_AMT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INSURANCEDEFALSE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KEEPORDER_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.KEEPORDER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPORDER_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.KEEPORDER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KPITEMARRDOUBLE_FLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.KPITEMARRDOUBLE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KPITEMARRDOUBLE_FLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.KPITEMARRDOUBLE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINEPX_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FINEPX_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEPX_PERCENT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FINEPX_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINEPX_FLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FINEPX_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEPX_FLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FINEPX_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FINEARRROUND_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FINEARRROUND_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FINEARRROUND_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FINEARRROUND_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAXKPLNBLANCE_AMT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.MAXKPLNBLANCE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAXKPLNBLANCE_AMT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.MAXKPLNBLANCE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GENCONTNO_FLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GENCONTNO_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GENCONTNO_FLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GENCONTNO_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTROUNDKP_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTROUNDKP_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTROUNDKP_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTROUNDKP_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNPAYARREAR_PERC {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNPAYARREAR_PERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNPAYARREAR_PERC\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNPAYARREAR_PERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNPAYARREAR_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNPAYARREAR_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNPAYARREAR_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNPAYARREAR_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNPAYARREAR_STATUS {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNPAYARREAR_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNPAYARREAR_STATUS\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNPAYARREAR_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RDINTSATANG_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.RDINTSATANG_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RDINTSATANG_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.RDINTSATANG_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RDINTSATANG_TABCODE {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.RDINTSATANG_TABCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RDINTSATANG_TABCODE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.RDINTSATANG_TABCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RDINTSATANGSUM_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.RDINTSATANGSUM_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RDINTSATANGSUM_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.RDINTSATANGSUM_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RDINTDEC_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.RDINTDEC_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RDINTDEC_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.RDINTDEC_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIXPAYINTOVERFST_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FIXPAYINTOVERFST_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIXPAYINTOVERFST_TYPE\' in table \'LNLOANCONSTANT\' is DBNull." +
"", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERFST_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIXPAYINTOVERFSTPRN_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FIXPAYINTOVERFSTPRN_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIXPAYINTOVERFSTPRN_TYPE\' in table \'LNLOANCONSTANT\' is DBNu" +
"ll.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERFSTPRN_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIXPAYINTOVERNXT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FIXPAYINTOVERNXT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIXPAYINTOVERNXT_TYPE\' in table \'LNLOANCONSTANT\' is DBNull." +
"", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERNXT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIXPAYINTOVERNXTPRN_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.FIXPAYINTOVERNXTPRN_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIXPAYINTOVERNXTPRN_TYPE\' in table \'LNLOANCONSTANT\' is DBNu" +
"ll.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERNXTPRN_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTDATEVIEW_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTDATEVIEW_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTDATEVIEW_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTDATEVIEW_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTRIGHT_TYPE {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTRIGHT_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTRIGHT_TYPE\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTRIGHT_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTDATEINC_FIRSTRCV {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCVColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTDATEINC_FIRSTRCV\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCVColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTDATEINC_LASTPAY {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INTDATEINC_LASTPAYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTDATEINC_LASTPAY\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTDATEINC_LASTPAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RDINTDEC_DIGIT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.RDINTDEC_DIGITColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RDINTDEC_DIGIT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.RDINTDEC_DIGITColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTMEMCO_CONTFLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTMEMCO_CONTFLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTMEMCO_CONTFLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTMEMCO_CONTFLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTMEMCO_MEMFLAG {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTMEMCO_MEMFLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTMEMCO_MEMFLAG\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTMEMCO_MEMFLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTMEMCO_CONTRACT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTMEMCO_CONTRACTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTMEMCO_CONTRACT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTMEMCO_CONTRACTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GRTMEMCO_MEMBER {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.GRTMEMCO_MEMBERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GRTMEMCO_MEMBER\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.GRTMEMCO_MEMBERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COOP_NO {
get {
return ((decimal)(this[this.tableLNLOANCONSTANT.COOP_NOColumn]));
}
set {
this[this.tableLNLOANCONSTANT.COOP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSFLOOD_AMT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.INSFLOOD_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSFLOOD_AMT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INSFLOOD_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNOVERRETRY_SHRFORMAT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRFORMATColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNOVERRETRY_SHRFORMAT\' in table \'LNLOANCONSTANT\' is DBNull." +
"", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRFORMATColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LNOVERRETRY_SHRRATIO {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRRATIOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNOVERRETRY_SHRRATIO\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRRATIOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNOVERRETRY_SHRPERC {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRPERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNOVERRETRY_SHRPERC\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRPERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNOVERRETRY_CMFORMAT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMFORMATColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNOVERRETRY_CMFORMAT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMFORMATColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LNOVERRETRY_CMRATIO {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMRATIOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNOVERRETRY_CMRATIO\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMRATIOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNOVERRETRY_CMPERC {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMPERCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNOVERRETRY_CMPERC\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMPERCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTCOUNT {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.CONTCOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTCOUNT\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.CONTCOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CONTCOUNT_END {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.CONTCOUNT_ENDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONTCOUNT_END\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.CONTCOUNT_ENDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAGETOTAL_PB {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.PAGETOTAL_PBColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAGETOTAL_PB\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.PAGETOTAL_PBColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LINENOMIDPAGE_PB {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LINENOMIDPAGE_PBColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LINENOMIDPAGE_PB\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LINENOMIDPAGE_PBColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NLINENEXTMID_PB {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.NLINENEXTMID_PBColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NLINENEXTMID_PB\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.NLINENEXTMID_PBColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LINEPERPAGE_PB {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LINEPERPAGE_PBColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LINEPERPAGE_PB\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LINEPERPAGE_PBColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LINEPERPAGE_PB_CARD {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LINEPERPAGE_PB_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LINEPERPAGE_PB_CARD\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LINEPERPAGE_PB_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LINENOMIDPAGE_PB_CARD {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.LINENOMIDPAGE_PB_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LINENOMIDPAGE_PB_CARD\' in table \'LNLOANCONSTANT\' is DBNull." +
"", e);
}
}
set {
this[this.tableLNLOANCONSTANT.LINENOMIDPAGE_PB_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal NLINENEXTMID_PB_CARD {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.NLINENEXTMID_PB_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NLINENEXTMID_PB_CARD\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.NLINENEXTMID_PB_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAGETOTAL_PB_CARD {
get {
try {
return ((decimal)(this[this.tableLNLOANCONSTANT.PAGETOTAL_PB_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAGETOTAL_PB_CARD\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.PAGETOTAL_PB_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXALLLOAN_AMOUNTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.MAXALLLOAN_AMOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXALLLOAN_AMOUNTNull() {
this[this.tableLNLOANCONSTANT.MAXALLLOAN_AMOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDAYINYEARNull() {
return this.IsNull(this.tableLNLOANCONSTANT.DAYINYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDAYINYEARNull() {
this[this.tableLNLOANCONSTANT.DAYINYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFORMATYEAR_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FORMATYEAR_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFORMATYEAR_TYPENull() {
this[this.tableLNLOANCONSTANT.FORMATYEAR_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFORMATMONTH_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FORMATMONTH_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFORMATMONTH_TYPENull() {
this[this.tableLNLOANCONSTANT.FORMATMONTH_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTRACT_FORMATNull() {
return this.IsNull(this.tableLNLOANCONSTANT.CONTRACT_FORMATColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTRACT_FORMATNull() {
this[this.tableLNLOANCONSTANT.CONTRACT_FORMATColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOUNTDATE_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.COUNTDATE_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOUNTDATE_TYPENull() {
this[this.tableLNLOANCONSTANT.COUNTDATE_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTROUND_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTROUND_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTROUND_TYPENull() {
this[this.tableLNLOANCONSTANT.INTROUND_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTRIGHT_CONTFLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTRIGHT_CONTFLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTRIGHT_CONTFLAGNull() {
this[this.tableLNLOANCONSTANT.GRTRIGHT_CONTFLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTRIGHT_MEMFLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTRIGHT_MEMFLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTRIGHT_MEMFLAGNull() {
this[this.tableLNLOANCONSTANT.GRTRIGHT_MEMFLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTRIGHT_CONTRACTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTRIGHT_CONTRACTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTRIGHT_CONTRACTNull() {
this[this.tableLNLOANCONSTANT.GRTRIGHT_CONTRACTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTRIGHT_MEMBERNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTRIGHT_MEMBERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTRIGHT_MEMBERNull() {
this[this.tableLNLOANCONSTANT.GRTRIGHT_MEMBERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINCLUINTARR_STATUSNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INCLUINTARR_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINCLUINTARR_STATUSNull() {
this[this.tableLNLOANCONSTANT.INCLUINTARR_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGENBF_STATUSNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GENBF_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGENBF_STATUSNull() {
this[this.tableLNLOANCONSTANT.GENBF_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSTARTCALINT_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.STARTCALINT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSTARTCALINT_TYPENull() {
this[this.tableLNLOANCONSTANT.STARTCALINT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCALINT_FUTURENull() {
return this.IsNull(this.tableLNLOANCONSTANT.CALINT_FUTUREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCALINT_FUTURENull() {
this[this.tableLNLOANCONSTANT.CALINT_FUTUREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFURTUREINT_RECIEVENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FURTUREINT_RECIEVEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFURTUREINT_RECIEVENull() {
this[this.tableLNLOANCONSTANT.FURTUREINT_RECIEVEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINTCONTRACTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.PRINTCONTRACTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINTCONTRACTNull() {
this[this.tableLNLOANCONSTANT.PRINTCONTRACTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTROUNDSUM_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTROUNDSUM_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTROUNDSUM_TYPENull() {
this[this.tableLNLOANCONSTANT.INTROUNDSUM_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTROUND_FORMATNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTROUND_FORMATColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTROUND_FORMATNull() {
this[this.tableLNLOANCONSTANT.INTROUND_FORMATColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTROUND_NUMNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTROUND_NUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTROUND_NUMNull() {
this[this.tableLNLOANCONSTANT.INTROUND_NUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRECEIPTSPLIT_FLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.RECEIPTSPLIT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRECEIPTSPLIT_FLAGNull() {
this[this.tableLNLOANCONSTANT.RECEIPTSPLIT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKPPROCMRT_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.KPPROCMRT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKPPROCMRT_TYPENull() {
this[this.tableLNLOANCONSTANT.KPPROCMRT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIXPAYCAL_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FIXPAYCAL_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIXPAYCAL_TYPENull() {
this[this.tableLNLOANCONSTANT.FIXPAYCAL_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOUNTDATEFST_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.COUNTDATEFST_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOUNTDATEFST_TYPENull() {
this[this.tableLNLOANCONSTANT.COUNTDATEFST_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSVAT_RATENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INSVAT_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSVAT_RATENull() {
this[this.tableLNLOANCONSTANT.INSVAT_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSCOORDINATE_RATENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INSCOORDINATE_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSCOORDINATE_RATENull() {
this[this.tableLNLOANCONSTANT.INSCOORDINATE_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSDISCOUNT_RATENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INSDISCOUNT_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSDISCOUNT_RATENull() {
this[this.tableLNLOANCONSTANT.INSDISCOUNT_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNCOLLSPLIT_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.TRNCOLLSPLIT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNCOLLSPLIT_TYPENull() {
this[this.tableLNLOANCONSTANT.TRNCOLLSPLIT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNCOLLCONTNO_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.TRNCOLLCONTNO_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNCOLLCONTNO_TYPENull() {
this[this.tableLNLOANCONSTANT.TRNCOLLCONTNO_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRNCOLLCONTNO_REFNull() {
return this.IsNull(this.tableLNLOANCONSTANT.TRNCOLLCONTNO_REFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRNCOLLCONTNO_REFNull() {
this[this.tableLNLOANCONSTANT.TRNCOLLCONTNO_REFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTFUTMINUSINTRET_FLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTFUTMINUSINTRET_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTFUTMINUSINTRET_FLAGNull() {
this[this.tableLNLOANCONSTANT.INTFUTMINUSINTRET_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSURANCEDEFALSE_AMTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INSURANCEDEFALSE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSURANCEDEFALSE_AMTNull() {
this[this.tableLNLOANCONSTANT.INSURANCEDEFALSE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPORDER_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.KEEPORDER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPORDER_TYPENull() {
this[this.tableLNLOANCONSTANT.KEEPORDER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKPITEMARRDOUBLE_FLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.KPITEMARRDOUBLE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKPITEMARRDOUBLE_FLAGNull() {
this[this.tableLNLOANCONSTANT.KPITEMARRDOUBLE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINEPX_PERCENTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.FINEPX_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINEPX_PERCENTNull() {
this[this.tableLNLOANCONSTANT.FINEPX_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINEPX_FLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.FINEPX_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINEPX_FLAGNull() {
this[this.tableLNLOANCONSTANT.FINEPX_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFINEARRROUND_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FINEARRROUND_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFINEARRROUND_TYPENull() {
this[this.tableLNLOANCONSTANT.FINEARRROUND_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAXKPLNBLANCE_AMTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.MAXKPLNBLANCE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAXKPLNBLANCE_AMTNull() {
this[this.tableLNLOANCONSTANT.MAXKPLNBLANCE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGENCONTNO_FLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GENCONTNO_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGENCONTNO_FLAGNull() {
this[this.tableLNLOANCONSTANT.GENCONTNO_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTROUNDKP_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTROUNDKP_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTROUNDKP_TYPENull() {
this[this.tableLNLOANCONSTANT.INTROUNDKP_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNPAYARREAR_PERCNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNPAYARREAR_PERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNPAYARREAR_PERCNull() {
this[this.tableLNLOANCONSTANT.LNPAYARREAR_PERCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNPAYARREAR_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNPAYARREAR_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNPAYARREAR_TYPENull() {
this[this.tableLNLOANCONSTANT.LNPAYARREAR_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNPAYARREAR_STATUSNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNPAYARREAR_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNPAYARREAR_STATUSNull() {
this[this.tableLNLOANCONSTANT.LNPAYARREAR_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRDINTSATANG_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.RDINTSATANG_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRDINTSATANG_TYPENull() {
this[this.tableLNLOANCONSTANT.RDINTSATANG_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRDINTSATANG_TABCODENull() {
return this.IsNull(this.tableLNLOANCONSTANT.RDINTSATANG_TABCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRDINTSATANG_TABCODENull() {
this[this.tableLNLOANCONSTANT.RDINTSATANG_TABCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRDINTSATANGSUM_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.RDINTSATANGSUM_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRDINTSATANGSUM_TYPENull() {
this[this.tableLNLOANCONSTANT.RDINTSATANGSUM_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRDINTDEC_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.RDINTDEC_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRDINTDEC_TYPENull() {
this[this.tableLNLOANCONSTANT.RDINTDEC_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIXPAYINTOVERFST_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FIXPAYINTOVERFST_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIXPAYINTOVERFST_TYPENull() {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERFST_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIXPAYINTOVERFSTPRN_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FIXPAYINTOVERFSTPRN_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIXPAYINTOVERFSTPRN_TYPENull() {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERFSTPRN_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIXPAYINTOVERNXT_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FIXPAYINTOVERNXT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIXPAYINTOVERNXT_TYPENull() {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERNXT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIXPAYINTOVERNXTPRN_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.FIXPAYINTOVERNXTPRN_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIXPAYINTOVERNXTPRN_TYPENull() {
this[this.tableLNLOANCONSTANT.FIXPAYINTOVERNXTPRN_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTDATEVIEW_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTDATEVIEW_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTDATEVIEW_TYPENull() {
this[this.tableLNLOANCONSTANT.INTDATEVIEW_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTRIGHT_TYPENull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTRIGHT_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTRIGHT_TYPENull() {
this[this.tableLNLOANCONSTANT.GRTRIGHT_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTDATEINC_FIRSTRCVNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCVColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTDATEINC_FIRSTRCVNull() {
this[this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCVColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTDATEINC_LASTPAYNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INTDATEINC_LASTPAYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTDATEINC_LASTPAYNull() {
this[this.tableLNLOANCONSTANT.INTDATEINC_LASTPAYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRDINTDEC_DIGITNull() {
return this.IsNull(this.tableLNLOANCONSTANT.RDINTDEC_DIGITColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRDINTDEC_DIGITNull() {
this[this.tableLNLOANCONSTANT.RDINTDEC_DIGITColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTMEMCO_CONTFLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTMEMCO_CONTFLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTMEMCO_CONTFLAGNull() {
this[this.tableLNLOANCONSTANT.GRTMEMCO_CONTFLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTMEMCO_MEMFLAGNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTMEMCO_MEMFLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTMEMCO_MEMFLAGNull() {
this[this.tableLNLOANCONSTANT.GRTMEMCO_MEMFLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTMEMCO_CONTRACTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTMEMCO_CONTRACTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTMEMCO_CONTRACTNull() {
this[this.tableLNLOANCONSTANT.GRTMEMCO_CONTRACTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGRTMEMCO_MEMBERNull() {
return this.IsNull(this.tableLNLOANCONSTANT.GRTMEMCO_MEMBERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGRTMEMCO_MEMBERNull() {
this[this.tableLNLOANCONSTANT.GRTMEMCO_MEMBERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSFLOOD_AMTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.INSFLOOD_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSFLOOD_AMTNull() {
this[this.tableLNLOANCONSTANT.INSFLOOD_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNOVERRETRY_SHRFORMATNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNOVERRETRY_SHRFORMATColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNOVERRETRY_SHRFORMATNull() {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRFORMATColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNOVERRETRY_SHRRATIONull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNOVERRETRY_SHRRATIOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNOVERRETRY_SHRRATIONull() {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRRATIOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNOVERRETRY_SHRPERCNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNOVERRETRY_SHRPERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNOVERRETRY_SHRPERCNull() {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_SHRPERCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNOVERRETRY_CMFORMATNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNOVERRETRY_CMFORMATColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNOVERRETRY_CMFORMATNull() {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMFORMATColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNOVERRETRY_CMRATIONull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNOVERRETRY_CMRATIOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNOVERRETRY_CMRATIONull() {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMRATIOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNOVERRETRY_CMPERCNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LNOVERRETRY_CMPERCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNOVERRETRY_CMPERCNull() {
this[this.tableLNLOANCONSTANT.LNOVERRETRY_CMPERCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTCOUNTNull() {
return this.IsNull(this.tableLNLOANCONSTANT.CONTCOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTCOUNTNull() {
this[this.tableLNLOANCONSTANT.CONTCOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCONTCOUNT_ENDNull() {
return this.IsNull(this.tableLNLOANCONSTANT.CONTCOUNT_ENDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCONTCOUNT_ENDNull() {
this[this.tableLNLOANCONSTANT.CONTCOUNT_ENDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAGETOTAL_PBNull() {
return this.IsNull(this.tableLNLOANCONSTANT.PAGETOTAL_PBColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAGETOTAL_PBNull() {
this[this.tableLNLOANCONSTANT.PAGETOTAL_PBColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLINENOMIDPAGE_PBNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LINENOMIDPAGE_PBColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLINENOMIDPAGE_PBNull() {
this[this.tableLNLOANCONSTANT.LINENOMIDPAGE_PBColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNLINENEXTMID_PBNull() {
return this.IsNull(this.tableLNLOANCONSTANT.NLINENEXTMID_PBColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNLINENEXTMID_PBNull() {
this[this.tableLNLOANCONSTANT.NLINENEXTMID_PBColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLINEPERPAGE_PBNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LINEPERPAGE_PBColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLINEPERPAGE_PBNull() {
this[this.tableLNLOANCONSTANT.LINEPERPAGE_PBColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLINEPERPAGE_PB_CARDNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LINEPERPAGE_PB_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLINEPERPAGE_PB_CARDNull() {
this[this.tableLNLOANCONSTANT.LINEPERPAGE_PB_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLINENOMIDPAGE_PB_CARDNull() {
return this.IsNull(this.tableLNLOANCONSTANT.LINENOMIDPAGE_PB_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLINENOMIDPAGE_PB_CARDNull() {
this[this.tableLNLOANCONSTANT.LINENOMIDPAGE_PB_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNLINENEXTMID_PB_CARDNull() {
return this.IsNull(this.tableLNLOANCONSTANT.NLINENEXTMID_PB_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNLINENEXTMID_PB_CARDNull() {
this[this.tableLNLOANCONSTANT.NLINENEXTMID_PB_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAGETOTAL_PB_CARDNull() {
return this.IsNull(this.tableLNLOANCONSTANT.PAGETOTAL_PB_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAGETOTAL_PB_CARDNull() {
this[this.tableLNLOANCONSTANT.PAGETOTAL_PB_CARDColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNLOANCONSTANTRowChangeEvent : global::System.EventArgs {
private LNLOANCONSTANTRow 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 LNLOANCONSTANTRowChangeEvent(LNLOANCONSTANTRow 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 LNLOANCONSTANTRow 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_cfloanconstant_ctrl.DataSet1TableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class LNLOANCONSTANTTableAdapter : 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 LNLOANCONSTANTTableAdapter() {
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 = "LNLOANCONSTANT";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MAXALLLOAN_AMOUNT", "MAXALLLOAN_AMOUNT");
tableMapping.ColumnMappings.Add("DAYINYEAR", "DAYINYEAR");
tableMapping.ColumnMappings.Add("FORMATYEAR_TYPE", "FORMATYEAR_TYPE");
tableMapping.ColumnMappings.Add("FORMATMONTH_TYPE", "FORMATMONTH_TYPE");
tableMapping.ColumnMappings.Add("CONTRACT_FORMAT", "CONTRACT_FORMAT");
tableMapping.ColumnMappings.Add("COUNTDATE_TYPE", "COUNTDATE_TYPE");
tableMapping.ColumnMappings.Add("INTROUND_TYPE", "INTROUND_TYPE");
tableMapping.ColumnMappings.Add("GRTRIGHT_CONTFLAG", "GRTRIGHT_CONTFLAG");
tableMapping.ColumnMappings.Add("GRTRIGHT_MEMFLAG", "GRTRIGHT_MEMFLAG");
tableMapping.ColumnMappings.Add("GRTRIGHT_CONTRACT", "GRTRIGHT_CONTRACT");
tableMapping.ColumnMappings.Add("GRTRIGHT_MEMBER", "GRTRIGHT_MEMBER");
tableMapping.ColumnMappings.Add("INCLUINTARR_STATUS", "INCLUINTARR_STATUS");
tableMapping.ColumnMappings.Add("GENBF_STATUS", "GENBF_STATUS");
tableMapping.ColumnMappings.Add("STARTCALINT_TYPE", "STARTCALINT_TYPE");
tableMapping.ColumnMappings.Add("CALINT_FUTURE", "CALINT_FUTURE");
tableMapping.ColumnMappings.Add("FURTUREINT_RECIEVE", "FURTUREINT_RECIEVE");
tableMapping.ColumnMappings.Add("PRINTCONTRACT", "PRINTCONTRACT");
tableMapping.ColumnMappings.Add("INTROUNDSUM_TYPE", "INTROUNDSUM_TYPE");
tableMapping.ColumnMappings.Add("INTROUND_FORMAT", "INTROUND_FORMAT");
tableMapping.ColumnMappings.Add("INTROUND_NUM", "INTROUND_NUM");
tableMapping.ColumnMappings.Add("RECEIPTSPLIT_FLAG", "RECEIPTSPLIT_FLAG");
tableMapping.ColumnMappings.Add("KPPROCMRT_TYPE", "KPPROCMRT_TYPE");
tableMapping.ColumnMappings.Add("FIXPAYCAL_TYPE", "FIXPAYCAL_TYPE");
tableMapping.ColumnMappings.Add("COUNTDATEFST_TYPE", "COUNTDATEFST_TYPE");
tableMapping.ColumnMappings.Add("INSVAT_RATE", "INSVAT_RATE");
tableMapping.ColumnMappings.Add("INSCOORDINATE_RATE", "INSCOORDINATE_RATE");
tableMapping.ColumnMappings.Add("INSDISCOUNT_RATE", "INSDISCOUNT_RATE");
tableMapping.ColumnMappings.Add("TRNCOLLSPLIT_TYPE", "TRNCOLLSPLIT_TYPE");
tableMapping.ColumnMappings.Add("TRNCOLLCONTNO_TYPE", "TRNCOLLCONTNO_TYPE");
tableMapping.ColumnMappings.Add("TRNCOLLCONTNO_REF", "TRNCOLLCONTNO_REF");
tableMapping.ColumnMappings.Add("INTFUTMINUSINTRET_FLAG", "INTFUTMINUSINTRET_FLAG");
tableMapping.ColumnMappings.Add("INSURANCEDEFALSE_AMT", "INSURANCEDEFALSE_AMT");
tableMapping.ColumnMappings.Add("KEEPORDER_TYPE", "KEEPORDER_TYPE");
tableMapping.ColumnMappings.Add("KPITEMARRDOUBLE_FLAG", "KPITEMARRDOUBLE_FLAG");
tableMapping.ColumnMappings.Add("FINEPX_PERCENT", "FINEPX_PERCENT");
tableMapping.ColumnMappings.Add("FINEPX_FLAG", "FINEPX_FLAG");
tableMapping.ColumnMappings.Add("FINEARRROUND_TYPE", "FINEARRROUND_TYPE");
tableMapping.ColumnMappings.Add("MAXKPLNBLANCE_AMT", "MAXKPLNBLANCE_AMT");
tableMapping.ColumnMappings.Add("GENCONTNO_FLAG", "GENCONTNO_FLAG");
tableMapping.ColumnMappings.Add("INTROUNDKP_TYPE", "INTROUNDKP_TYPE");
tableMapping.ColumnMappings.Add("LNPAYARREAR_PERC", "LNPAYARREAR_PERC");
tableMapping.ColumnMappings.Add("LNPAYARREAR_TYPE", "LNPAYARREAR_TYPE");
tableMapping.ColumnMappings.Add("LNPAYARREAR_STATUS", "LNPAYARREAR_STATUS");
tableMapping.ColumnMappings.Add("RDINTSATANG_TYPE", "RDINTSATANG_TYPE");
tableMapping.ColumnMappings.Add("RDINTSATANG_TABCODE", "RDINTSATANG_TABCODE");
tableMapping.ColumnMappings.Add("RDINTSATANGSUM_TYPE", "RDINTSATANGSUM_TYPE");
tableMapping.ColumnMappings.Add("RDINTDEC_TYPE", "RDINTDEC_TYPE");
tableMapping.ColumnMappings.Add("FIXPAYINTOVERFST_TYPE", "FIXPAYINTOVERFST_TYPE");
tableMapping.ColumnMappings.Add("FIXPAYINTOVERFSTPRN_TYPE", "FIXPAYINTOVERFSTPRN_TYPE");
tableMapping.ColumnMappings.Add("FIXPAYINTOVERNXT_TYPE", "FIXPAYINTOVERNXT_TYPE");
tableMapping.ColumnMappings.Add("FIXPAYINTOVERNXTPRN_TYPE", "FIXPAYINTOVERNXTPRN_TYPE");
tableMapping.ColumnMappings.Add("INTDATEVIEW_TYPE", "INTDATEVIEW_TYPE");
tableMapping.ColumnMappings.Add("GRTRIGHT_TYPE", "GRTRIGHT_TYPE");
tableMapping.ColumnMappings.Add("INTDATEINC_FIRSTRCV", "INTDATEINC_FIRSTRCV");
tableMapping.ColumnMappings.Add("INTDATEINC_LASTPAY", "INTDATEINC_LASTPAY");
tableMapping.ColumnMappings.Add("RDINTDEC_DIGIT", "RDINTDEC_DIGIT");
tableMapping.ColumnMappings.Add("GRTMEMCO_CONTFLAG", "GRTMEMCO_CONTFLAG");
tableMapping.ColumnMappings.Add("GRTMEMCO_MEMFLAG", "GRTMEMCO_MEMFLAG");
tableMapping.ColumnMappings.Add("GRTMEMCO_CONTRACT", "GRTMEMCO_CONTRACT");
tableMapping.ColumnMappings.Add("GRTMEMCO_MEMBER", "GRTMEMCO_MEMBER");
tableMapping.ColumnMappings.Add("COOP_NO", "COOP_NO");
tableMapping.ColumnMappings.Add("INSFLOOD_AMT", "INSFLOOD_AMT");
tableMapping.ColumnMappings.Add("LNOVERRETRY_SHRFORMAT", "LNOVERRETRY_SHRFORMAT");
tableMapping.ColumnMappings.Add("LNOVERRETRY_SHRRATIO", "LNOVERRETRY_SHRRATIO");
tableMapping.ColumnMappings.Add("LNOVERRETRY_SHRPERC", "LNOVERRETRY_SHRPERC");
tableMapping.ColumnMappings.Add("LNOVERRETRY_CMFORMAT", "LNOVERRETRY_CMFORMAT");
tableMapping.ColumnMappings.Add("LNOVERRETRY_CMRATIO", "LNOVERRETRY_CMRATIO");
tableMapping.ColumnMappings.Add("LNOVERRETRY_CMPERC", "LNOVERRETRY_CMPERC");
tableMapping.ColumnMappings.Add("CONTCOUNT", "CONTCOUNT");
tableMapping.ColumnMappings.Add("CONTCOUNT_END", "CONTCOUNT_END");
tableMapping.ColumnMappings.Add("PAGETOTAL_PB", "PAGETOTAL_PB");
tableMapping.ColumnMappings.Add("LINENOMIDPAGE_PB", "LINENOMIDPAGE_PB");
tableMapping.ColumnMappings.Add("NLINENEXTMID_PB", "NLINENEXTMID_PB");
tableMapping.ColumnMappings.Add("LINEPERPAGE_PB", "LINEPERPAGE_PB");
tableMapping.ColumnMappings.Add("LINEPERPAGE_PB_CARD", "LINEPERPAGE_PB_CARD");
tableMapping.ColumnMappings.Add("LINENOMIDPAGE_PB_CARD", "LINENOMIDPAGE_PB_CARD");
tableMapping.ColumnMappings.Add("NLINENEXTMID_PB_CARD", "NLINENEXTMID_PB_CARD");
tableMapping.ColumnMappings.Add("PAGETOTAL_PB_CARD", "PAGETOTAL_PB_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 \"LNLOANCONSTANT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID))";
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.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"LNLOANCONSTANT\" (\"COOP_ID\", \"MAXALLLOAN_AMOUNT\", \"DAYINYEAR\", \"FORMA" +
"TYEAR_TYPE\", \"FORMATMONTH_TYPE\", \"CONTRACT_FORMAT\", \"COUNTDATE_TYPE\", \"INTROUND_" +
"TYPE\", \"GRTRIGHT_CONTFLAG\", \"GRTRIGHT_MEMFLAG\", \"GRTRIGHT_CONTRACT\", \"GRTRIGHT_M" +
"EMBER\", \"INCLUINTARR_STATUS\", \"GENBF_STATUS\", \"STARTCALINT_TYPE\", \"CALINT_FUTURE" +
"\", \"FURTUREINT_RECIEVE\", \"PRINTCONTRACT\", \"INTROUNDSUM_TYPE\", \"INTROUND_FORMAT\"," +
" \"INTROUND_NUM\", \"RECEIPTSPLIT_FLAG\", \"KPPROCMRT_TYPE\", \"FIXPAYCAL_TYPE\", \"COUNT" +
"DATEFST_TYPE\", \"INSVAT_RATE\", \"INSCOORDINATE_RATE\", \"INSDISCOUNT_RATE\", \"TRNCOLL" +
"SPLIT_TYPE\", \"TRNCOLLCONTNO_TYPE\", \"TRNCOLLCONTNO_REF\", \"INTFUTMINUSINTRET_FLAG\"" +
", \"INSURANCEDEFALSE_AMT\", \"KEEPORDER_TYPE\", \"KPITEMARRDOUBLE_FLAG\", \"FINEPX_PERC" +
"ENT\", \"FINEPX_FLAG\", \"FINEARRROUND_TYPE\", \"MAXKPLNBLANCE_AMT\", \"GENCONTNO_FLAG\"," +
" \"INTROUNDKP_TYPE\", \"LNPAYARREAR_PERC\", \"LNPAYARREAR_TYPE\", \"LNPAYARREAR_STATUS\"" +
", \"RDINTSATANG_TYPE\", \"RDINTSATANG_TABCODE\", \"RDINTSATANGSUM_TYPE\", \"RDINTDEC_TY" +
"PE\", \"FIXPAYINTOVERFST_TYPE\", \"FIXPAYINTOVERFSTPRN_TYPE\", \"FIXPAYINTOVERNXT_TYPE" +
"\", \"FIXPAYINTOVERNXTPRN_TYPE\", \"INTDATEVIEW_TYPE\", \"GRTRIGHT_TYPE\", \"INTDATEINC_" +
"FIRSTRCV\", \"INTDATEINC_LASTPAY\", \"RDINTDEC_DIGIT\", \"GRTMEMCO_CONTFLAG\", \"GRTMEMC" +
"O_MEMFLAG\", \"GRTMEMCO_CONTRACT\", \"GRTMEMCO_MEMBER\", \"COOP_NO\", \"INSFLOOD_AMT\", \"" +
"LNOVERRETRY_SHRFORMAT\", \"LNOVERRETRY_SHRRATIO\", \"LNOVERRETRY_SHRPERC\", \"LNOVERRE" +
"TRY_CMFORMAT\", \"LNOVERRETRY_CMRATIO\", \"LNOVERRETRY_CMPERC\", \"CONTCOUNT\", \"CONTCO" +
"UNT_END\", \"PAGETOTAL_PB\", \"LINENOMIDPAGE_PB\", \"NLINENEXTMID_PB\", \"LINEPERPAGE_PB" +
"\", \"LINEPERPAGE_PB_CARD\", \"LINENOMIDPAGE_PB_CARD\", \"NLINENEXTMID_PB_CARD\", \"PAGE" +
"TOTAL_PB_CARD\") VALUES (:COOP_ID, :MAXALLLOAN_AMOUNT, :DAYINYEAR, :FORMATYEAR_TY" +
"PE, :FORMATMONTH_TYPE, :CONTRACT_FORMAT, :COUNTDATE_TYPE, :INTROUND_TYPE, :GRTRI" +
"GHT_CONTFLAG, :GRTRIGHT_MEMFLAG, :GRTRIGHT_CONTRACT, :GRTRIGHT_MEMBER, :INCLUINT" +
"ARR_STATUS, :GENBF_STATUS, :STARTCALINT_TYPE, :CALINT_FUTURE, :FURTUREINT_RECIEV" +
"E, :PRINTCONTRACT, :INTROUNDSUM_TYPE, :INTROUND_FORMAT, :INTROUND_NUM, :RECEIPTS" +
"PLIT_FLAG, :KPPROCMRT_TYPE, :FIXPAYCAL_TYPE, :COUNTDATEFST_TYPE, :INSVAT_RATE, :" +
"INSCOORDINATE_RATE, :INSDISCOUNT_RATE, :TRNCOLLSPLIT_TYPE, :TRNCOLLCONTNO_TYPE, " +
":TRNCOLLCONTNO_REF, :p1, :INSURANCEDEFALSE_AMT, :KEEPORDER_TYPE, :KPITEMARRDOUBL" +
"E_FLAG, :FINEPX_PERCENT, :FINEPX_FLAG, :FINEARRROUND_TYPE, :MAXKPLNBLANCE_AMT, :" +
"GENCONTNO_FLAG, :INTROUNDKP_TYPE, :LNPAYARREAR_PERC, :LNPAYARREAR_TYPE, :LNPAYAR" +
"REAR_STATUS, :RDINTSATANG_TYPE, :RDINTSATANG_TABCODE, :RDINTSATANGSUM_TYPE, :RDI" +
"NTDEC_TYPE, :FIXPAYINTOVERFST_TYPE, :p4, :FIXPAYINTOVERNXT_TYPE, :p7, :INTDATEVI" +
"EW_TYPE, :GRTRIGHT_TYPE, :INTDATEINC_FIRSTRCV, :INTDATEINC_LASTPAY, :RDINTDEC_DI" +
"GIT, :GRTMEMCO_CONTFLAG, :GRTMEMCO_MEMFLAG, :GRTMEMCO_CONTRACT, :GRTMEMCO_MEMBER" +
", :COOP_NO, :INSFLOOD_AMT, :LNOVERRETRY_SHRFORMAT, :LNOVERRETRY_SHRRATIO, :LNOVE" +
"RRETRY_SHRPERC, :LNOVERRETRY_CMFORMAT, :LNOVERRETRY_CMRATIO, :LNOVERRETRY_CMPERC" +
", :CONTCOUNT, :CONTCOUNT_END, :PAGETOTAL_PB, :LINENOMIDPAGE_PB, :NLINENEXTMID_PB" +
", :LINEPERPAGE_PB, :LINEPERPAGE_PB_CARD, :LINENOMIDPAGE_PB_CARD, :NLINENEXTMID_P" +
"B_CARD, :PAGETOTAL_PB_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("MAXALLLOAN_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXALLLOAN_AMOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DAYINYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DAYINYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMATYEAR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FORMATYEAR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMATMONTH_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FORMATMONTH_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_FORMAT", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_FORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTDATE_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTDATE_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUND_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUND_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_CONTFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_CONTFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_MEMFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_MEMFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_CONTRACT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_CONTRACT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_MEMBER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_MEMBER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INCLUINTARR_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INCLUINTARR_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GENBF_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GENBF_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCALINT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "STARTCALINT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FUTURE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CALINT_FUTURE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FURTUREINT_RECIEVE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FURTUREINT_RECIEVE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINTCONTRACT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINTCONTRACT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUNDSUM_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUNDSUM_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUND_FORMAT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUND_FORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUND_NUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUND_NUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPTSPLIT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIPTSPLIT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KPPROCMRT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KPPROCMRT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIXPAYCAL_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYCAL_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTDATEFST_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTDATEFST_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSVAT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSVAT_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSCOORDINATE_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSCOORDINATE_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSDISCOUNT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSDISCOUNT_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNCOLLSPLIT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNCOLLSPLIT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNCOLLCONTNO_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNCOLLCONTNO_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNCOLLCONTNO_REF", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRNCOLLCONTNO_REF", 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, "INTFUTMINUSINTRET_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCEDEFALSE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCEDEFALSE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPORDER_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPORDER_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KPITEMARRDOUBLE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KPITEMARRDOUBLE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEPX_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEPX_PERCENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEPX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEPX_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEARRROUND_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEARRROUND_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXKPLNBLANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXKPLNBLANCE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GENCONTNO_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GENCONTNO_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUNDKP_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUNDKP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPAYARREAR_PERC", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPAYARREAR_PERC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPAYARREAR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPAYARREAR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPAYARREAR_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPAYARREAR_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTSATANG_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTSATANG_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTSATANG_TABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RDINTSATANG_TABCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTSATANGSUM_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTSATANGSUM_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTDEC_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTDEC_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIXPAYINTOVERFST_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERFST_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERFSTPRN_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIXPAYINTOVERNXT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERNXT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p7", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERNXTPRN_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTDATEVIEW_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTDATEVIEW_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTDATEINC_FIRSTRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTDATEINC_FIRSTRCV", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTDATEINC_LASTPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTDATEINC_LASTPAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTDEC_DIGIT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTDEC_DIGIT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_CONTFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_CONTFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_MEMFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_MEMFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_CONTRACT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_CONTRACT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_MEMBER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_MEMBER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COOP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSFLOOD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSFLOOD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_SHRFORMAT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_SHRFORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_SHRRATIO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_SHRRATIO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_SHRPERC", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_SHRPERC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_CMFORMAT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_CMFORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_CMRATIO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_CMRATIO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_CMPERC", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_CMPERC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT_END", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT_END", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGETOTAL_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAGETOTAL_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINENOMIDPAGE_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINENOMIDPAGE_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NLINENEXTMID_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NLINENEXTMID_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINEPERPAGE_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINEPERPAGE_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINEPERPAGE_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINEPERPAGE_PB_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINENOMIDPAGE_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINENOMIDPAGE_PB_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NLINENEXTMID_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NLINENEXTMID_PB_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGETOTAL_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAGETOTAL_PB_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 \"LNLOANCONSTANT\" SET \"COOP_ID\" = :COOP_ID, \"MAXALLLOAN_AMOUNT\" = :MAXALLLO" +
"AN_AMOUNT, \"DAYINYEAR\" = :DAYINYEAR, \"FORMATYEAR_TYPE\" = :FORMATYEAR_TYPE, \"FORM" +
"ATMONTH_TYPE\" = :FORMATMONTH_TYPE, \"CONTRACT_FORMAT\" = :CONTRACT_FORMAT, \"COUNTD" +
"ATE_TYPE\" = :COUNTDATE_TYPE, \"INTROUND_TYPE\" = :INTROUND_TYPE, \"GRTRIGHT_CONTFLA" +
"G\" = :GRTRIGHT_CONTFLAG, \"GRTRIGHT_MEMFLAG\" = :GRTRIGHT_MEMFLAG, \"GRTRIGHT_CONTR" +
"ACT\" = :GRTRIGHT_CONTRACT, \"GRTRIGHT_MEMBER\" = :GRTRIGHT_MEMBER, \"INCLUINTARR_ST" +
"ATUS\" = :INCLUINTARR_STATUS, \"GENBF_STATUS\" = :GENBF_STATUS, \"STARTCALINT_TYPE\" " +
"= :STARTCALINT_TYPE, \"CALINT_FUTURE\" = :CALINT_FUTURE, \"FURTUREINT_RECIEVE\" = :F" +
"URTUREINT_RECIEVE, \"PRINTCONTRACT\" = :PRINTCONTRACT, \"INTROUNDSUM_TYPE\" = :INTRO" +
"UNDSUM_TYPE, \"INTROUND_FORMAT\" = :INTROUND_FORMAT, \"INTROUND_NUM\" = :INTROUND_NU" +
"M, \"RECEIPTSPLIT_FLAG\" = :RECEIPTSPLIT_FLAG, \"KPPROCMRT_TYPE\" = :KPPROCMRT_TYPE," +
" \"FIXPAYCAL_TYPE\" = :FIXPAYCAL_TYPE, \"COUNTDATEFST_TYPE\" = :COUNTDATEFST_TYPE, \"" +
"INSVAT_RATE\" = :INSVAT_RATE, \"INSCOORDINATE_RATE\" = :INSCOORDINATE_RATE, \"INSDIS" +
"COUNT_RATE\" = :INSDISCOUNT_RATE, \"TRNCOLLSPLIT_TYPE\" = :TRNCOLLSPLIT_TYPE, \"TRNC" +
"OLLCONTNO_TYPE\" = :TRNCOLLCONTNO_TYPE, \"TRNCOLLCONTNO_REF\" = :TRNCOLLCONTNO_REF," +
" \"INTFUTMINUSINTRET_FLAG\" = :p1, \"INSURANCEDEFALSE_AMT\" = :INSURANCEDEFALSE_AMT," +
" \"KEEPORDER_TYPE\" = :KEEPORDER_TYPE, \"KPITEMARRDOUBLE_FLAG\" = :KPITEMARRDOUBLE_F" +
"LAG, \"FINEPX_PERCENT\" = :FINEPX_PERCENT, \"FINEPX_FLAG\" = :FINEPX_FLAG, \"FINEARRR" +
"OUND_TYPE\" = :FINEARRROUND_TYPE, \"MAXKPLNBLANCE_AMT\" = :MAXKPLNBLANCE_AMT, \"GENC" +
"ONTNO_FLAG\" = :GENCONTNO_FLAG, \"INTROUNDKP_TYPE\" = :INTROUNDKP_TYPE, \"LNPAYARREA" +
"R_PERC\" = :LNPAYARREAR_PERC, \"LNPAYARREAR_TYPE\" = :LNPAYARREAR_TYPE, \"LNPAYARREA" +
"R_STATUS\" = :LNPAYARREAR_STATUS, \"RDINTSATANG_TYPE\" = :RDINTSATANG_TYPE, \"RDINTS" +
"ATANG_TABCODE\" = :RDINTSATANG_TABCODE, \"RDINTSATANGSUM_TYPE\" = :RDINTSATANGSUM_T" +
"YPE, \"RDINTDEC_TYPE\" = :RDINTDEC_TYPE, \"FIXPAYINTOVERFST_TYPE\" = :FIXPAYINTOVERF" +
"ST_TYPE, \"FIXPAYINTOVERFSTPRN_TYPE\" = :p4, \"FIXPAYINTOVERNXT_TYPE\" = :FIXPAYINTO" +
"VERNXT_TYPE, \"FIXPAYINTOVERNXTPRN_TYPE\" = :p7, \"INTDATEVIEW_TYPE\" = :INTDATEVIEW" +
"_TYPE, \"GRTRIGHT_TYPE\" = :GRTRIGHT_TYPE, \"INTDATEINC_FIRSTRCV\" = :INTDATEINC_FIR" +
"STRCV, \"INTDATEINC_LASTPAY\" = :INTDATEINC_LASTPAY, \"RDINTDEC_DIGIT\" = :RDINTDEC_" +
"DIGIT, \"GRTMEMCO_CONTFLAG\" = :GRTMEMCO_CONTFLAG, \"GRTMEMCO_MEMFLAG\" = :GRTMEMCO_" +
"MEMFLAG, \"GRTMEMCO_CONTRACT\" = :GRTMEMCO_CONTRACT, \"GRTMEMCO_MEMBER\" = :GRTMEMCO" +
"_MEMBER, \"COOP_NO\" = :COOP_NO, \"INSFLOOD_AMT\" = :INSFLOOD_AMT, \"LNOVERRETRY_SHRF" +
"ORMAT\" = :LNOVERRETRY_SHRFORMAT, \"LNOVERRETRY_SHRRATIO\" = :LNOVERRETRY_SHRRATIO," +
" \"LNOVERRETRY_SHRPERC\" = :LNOVERRETRY_SHRPERC, \"LNOVERRETRY_CMFORMAT\" = :LNOVERR" +
"ETRY_CMFORMAT, \"LNOVERRETRY_CMRATIO\" = :LNOVERRETRY_CMRATIO, \"LNOVERRETRY_CMPERC" +
"\" = :LNOVERRETRY_CMPERC, \"CONTCOUNT\" = :CONTCOUNT, \"CONTCOUNT_END\" = :CONTCOUNT_" +
"END, \"PAGETOTAL_PB\" = :PAGETOTAL_PB, \"LINENOMIDPAGE_PB\" = :LINENOMIDPAGE_PB, \"NL" +
"INENEXTMID_PB\" = :NLINENEXTMID_PB, \"LINEPERPAGE_PB\" = :LINEPERPAGE_PB, \"LINEPERP" +
"AGE_PB_CARD\" = :LINEPERPAGE_PB_CARD, \"LINENOMIDPAGE_PB_CARD\" = :LINENOMIDPAGE_PB" +
"_CARD, \"NLINENEXTMID_PB_CARD\" = :NLINENEXTMID_PB_CARD, \"PAGETOTAL_PB_CARD\" = :PA" +
"GETOTAL_PB_CARD WHERE ((\"COOP_ID\" = :Original_COOP_ID))";
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("MAXALLLOAN_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXALLLOAN_AMOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DAYINYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DAYINYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMATYEAR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FORMATYEAR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FORMATMONTH_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FORMATMONTH_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTRACT_FORMAT", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTRACT_FORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTDATE_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTDATE_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUND_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUND_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_CONTFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_CONTFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_MEMFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_MEMFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_CONTRACT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_CONTRACT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_MEMBER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_MEMBER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INCLUINTARR_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INCLUINTARR_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GENBF_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GENBF_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("STARTCALINT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "STARTCALINT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CALINT_FUTURE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CALINT_FUTURE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FURTUREINT_RECIEVE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FURTUREINT_RECIEVE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINTCONTRACT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINTCONTRACT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUNDSUM_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUNDSUM_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUND_FORMAT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUND_FORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUND_NUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUND_NUM", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECEIPTSPLIT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECEIPTSPLIT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KPPROCMRT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KPPROCMRT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIXPAYCAL_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYCAL_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COUNTDATEFST_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COUNTDATEFST_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSVAT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSVAT_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSCOORDINATE_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSCOORDINATE_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSDISCOUNT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSDISCOUNT_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNCOLLSPLIT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNCOLLSPLIT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNCOLLCONTNO_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRNCOLLCONTNO_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRNCOLLCONTNO_REF", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TRNCOLLCONTNO_REF", 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, "INTFUTMINUSINTRET_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCEDEFALSE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCEDEFALSE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPORDER_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPORDER_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KPITEMARRDOUBLE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KPITEMARRDOUBLE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEPX_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEPX_PERCENT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEPX_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEPX_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FINEARRROUND_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FINEARRROUND_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MAXKPLNBLANCE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MAXKPLNBLANCE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GENCONTNO_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GENCONTNO_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTROUNDKP_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTROUNDKP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPAYARREAR_PERC", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPAYARREAR_PERC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPAYARREAR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPAYARREAR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPAYARREAR_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPAYARREAR_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTSATANG_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTSATANG_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTSATANG_TABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RDINTSATANG_TABCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTSATANGSUM_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTSATANGSUM_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTDEC_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTDEC_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIXPAYINTOVERFST_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERFST_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERFSTPRN_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIXPAYINTOVERNXT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERNXT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("p7", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIXPAYINTOVERNXTPRN_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTDATEVIEW_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTDATEVIEW_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTRIGHT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTRIGHT_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTDATEINC_FIRSTRCV", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTDATEINC_FIRSTRCV", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTDATEINC_LASTPAY", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTDATEINC_LASTPAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RDINTDEC_DIGIT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RDINTDEC_DIGIT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_CONTFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_CONTFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_MEMFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_MEMFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_CONTRACT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_CONTRACT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GRTMEMCO_MEMBER", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "GRTMEMCO_MEMBER", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COOP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSFLOOD_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSFLOOD_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_SHRFORMAT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_SHRFORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_SHRRATIO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_SHRRATIO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_SHRPERC", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_SHRPERC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_CMFORMAT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_CMFORMAT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_CMRATIO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_CMRATIO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNOVERRETRY_CMPERC", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNOVERRETRY_CMPERC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTCOUNT_END", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONTCOUNT_END", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGETOTAL_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAGETOTAL_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINENOMIDPAGE_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINENOMIDPAGE_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NLINENEXTMID_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NLINENEXTMID_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINEPERPAGE_PB", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINEPERPAGE_PB", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINEPERPAGE_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINEPERPAGE_PB_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LINENOMIDPAGE_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LINENOMIDPAGE_PB_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NLINENEXTMID_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "NLINENEXTMID_PB_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGETOTAL_PB_CARD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAGETOTAL_PB_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));
}
[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["ConnectionString2"].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 LNLOANCONSTANT";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.LNLOANCONSTANTDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.LNLOANCONSTANTDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNLOANCONSTANTDataTable dataTable = new DataSet1.LNLOANCONSTANTDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.LNLOANCONSTANTDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "LNLOANCONSTANT");
}
[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);
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private LNLOANCONSTANTTableAdapter _lNLOANCONSTANTTableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public LNLOANCONSTANTTableAdapter LNLOANCONSTANTTableAdapter {
get {
return this._lNLOANCONSTANTTableAdapter;
}
set {
this._lNLOANCONSTANTTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._lNLOANCONSTANTTableAdapter != null)
&& (this._lNLOANCONSTANTTableAdapter.Connection != null))) {
return this._lNLOANCONSTANTTableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._lNLOANCONSTANTTableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._lNLOANCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.LNLOANCONSTANT.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._lNLOANCONSTANTTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._lNLOANCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.LNLOANCONSTANT.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._lNLOANCONSTANTTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._lNLOANCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.LNLOANCONSTANT.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._lNLOANCONSTANTTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._lNLOANCONSTANTTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._lNLOANCONSTANTTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary