//------------------------------------------------------------------------------
//
// 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();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["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.InitExpressions();
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public 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.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["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(false);
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.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.LNLOANCONSTANT.DAYINYEAR_1Column.Expression = "DAYINYEAR";
this.LNLOANCONSTANT.INTDATEINC_FIRSTRCV_1Column.Expression = "INTDATEINC_FIRSTRCV";
this.LNLOANCONSTANT.INTDATEINC_LASTPAY_1Column.Expression = "INTDATEINC_LASTPAY";
}
[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_NO;
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 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 columnCALINT_FUTURE;
private global::System.Data.DataColumn columnKPPROCMRT_TYPE;
private global::System.Data.DataColumn columnFIXPAYCAL_TYPE;
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 columnINTDATEVIEW_TYPE;
private global::System.Data.DataColumn columnINTDATEINC_FIRSTRCV;
private global::System.Data.DataColumn columnINTDATEINC_LASTPAY;
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 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 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 columnCOOP_ID;
private global::System.Data.DataColumn columnDAYINYEAR_1;
private global::System.Data.DataColumn columnINTDATEINC_FIRSTRCV_1;
private global::System.Data.DataColumn columnINTDATEINC_LASTPAY_1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLOANCONSTANTDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNLOANCONSTANTDataTable(bool initExpressions) {
this.TableName = "LNLOANCONSTANT";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal 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_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 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 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 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 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 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 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 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 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 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 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 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 DAYINYEAR_1Column {
get {
return this.columnDAYINYEAR_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTDATEINC_FIRSTRCV_1Column {
get {
return this.columnINTDATEINC_FIRSTRCV_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTDATEINC_LASTPAY_1Column {
get {
return this.columnINTDATEINC_LASTPAY_1;
}
}
[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(
decimal COOP_NO,
decimal MAXALLLOAN_AMOUNT,
decimal DAYINYEAR,
decimal FORMATYEAR_TYPE,
decimal FORMATMONTH_TYPE,
string CONTRACT_FORMAT,
decimal GRTRIGHT_CONTFLAG,
decimal GRTRIGHT_MEMFLAG,
decimal GRTRIGHT_CONTRACT,
decimal GRTRIGHT_MEMBER,
decimal CALINT_FUTURE,
decimal KPPROCMRT_TYPE,
decimal FIXPAYCAL_TYPE,
decimal RDINTSATANG_TYPE,
string RDINTSATANG_TABCODE,
decimal RDINTSATANGSUM_TYPE,
decimal RDINTDEC_TYPE,
decimal INTDATEVIEW_TYPE,
decimal INTDATEINC_FIRSTRCV,
decimal INTDATEINC_LASTPAY,
decimal FIXPAYINTOVERFST_TYPE,
decimal FIXPAYINTOVERFSTPRN_TYPE,
decimal FIXPAYINTOVERNXT_TYPE,
decimal FIXPAYINTOVERNXTPRN_TYPE,
decimal GRTMEMCO_CONTFLAG,
decimal GRTMEMCO_MEMFLAG,
decimal GRTMEMCO_CONTRACT,
decimal GRTMEMCO_MEMBER,
decimal LNOVERRETRY_SHRFORMAT,
string LNOVERRETRY_SHRRATIO,
decimal LNOVERRETRY_SHRPERC,
decimal LNOVERRETRY_CMFORMAT,
string LNOVERRETRY_CMRATIO,
decimal LNOVERRETRY_CMPERC,
string COOP_ID,
string DAYINYEAR_1,
string INTDATEINC_FIRSTRCV_1,
string INTDATEINC_LASTPAY_1) {
LNLOANCONSTANTRow rowLNLOANCONSTANTRow = ((LNLOANCONSTANTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_NO,
MAXALLLOAN_AMOUNT,
DAYINYEAR,
FORMATYEAR_TYPE,
FORMATMONTH_TYPE,
CONTRACT_FORMAT,
GRTRIGHT_CONTFLAG,
GRTRIGHT_MEMFLAG,
GRTRIGHT_CONTRACT,
GRTRIGHT_MEMBER,
CALINT_FUTURE,
KPPROCMRT_TYPE,
FIXPAYCAL_TYPE,
RDINTSATANG_TYPE,
RDINTSATANG_TABCODE,
RDINTSATANGSUM_TYPE,
RDINTDEC_TYPE,
INTDATEVIEW_TYPE,
INTDATEINC_FIRSTRCV,
INTDATEINC_LASTPAY,
FIXPAYINTOVERFST_TYPE,
FIXPAYINTOVERFSTPRN_TYPE,
FIXPAYINTOVERNXT_TYPE,
FIXPAYINTOVERNXTPRN_TYPE,
GRTMEMCO_CONTFLAG,
GRTMEMCO_MEMFLAG,
GRTMEMCO_CONTRACT,
GRTMEMCO_MEMBER,
LNOVERRETRY_SHRFORMAT,
LNOVERRETRY_SHRRATIO,
LNOVERRETRY_SHRPERC,
LNOVERRETRY_CMFORMAT,
LNOVERRETRY_CMRATIO,
LNOVERRETRY_CMPERC,
COOP_ID,
DAYINYEAR_1,
INTDATEINC_FIRSTRCV_1,
INTDATEINC_LASTPAY_1};
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 AddLNLOANCONSTANTRow(
decimal COOP_NO,
decimal MAXALLLOAN_AMOUNT,
decimal DAYINYEAR,
decimal FORMATYEAR_TYPE,
decimal FORMATMONTH_TYPE,
string CONTRACT_FORMAT,
decimal GRTRIGHT_CONTFLAG,
decimal GRTRIGHT_MEMFLAG,
decimal GRTRIGHT_CONTRACT,
decimal GRTRIGHT_MEMBER,
decimal CALINT_FUTURE,
decimal KPPROCMRT_TYPE,
decimal FIXPAYCAL_TYPE,
decimal RDINTSATANG_TYPE,
string RDINTSATANG_TABCODE,
decimal RDINTSATANGSUM_TYPE,
decimal RDINTDEC_TYPE,
decimal INTDATEVIEW_TYPE,
decimal INTDATEINC_FIRSTRCV,
decimal INTDATEINC_LASTPAY,
decimal FIXPAYINTOVERFST_TYPE,
decimal FIXPAYINTOVERFSTPRN_TYPE,
decimal FIXPAYINTOVERNXT_TYPE,
decimal FIXPAYINTOVERNXTPRN_TYPE,
decimal GRTMEMCO_CONTFLAG,
decimal GRTMEMCO_MEMFLAG,
decimal GRTMEMCO_CONTRACT,
decimal GRTMEMCO_MEMBER,
decimal LNOVERRETRY_SHRFORMAT,
string LNOVERRETRY_SHRRATIO,
decimal LNOVERRETRY_SHRPERC,
decimal LNOVERRETRY_CMFORMAT,
string LNOVERRETRY_CMRATIO,
decimal LNOVERRETRY_CMPERC,
string COOP_ID) {
LNLOANCONSTANTRow rowLNLOANCONSTANTRow = ((LNLOANCONSTANTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_NO,
MAXALLLOAN_AMOUNT,
DAYINYEAR,
FORMATYEAR_TYPE,
FORMATMONTH_TYPE,
CONTRACT_FORMAT,
GRTRIGHT_CONTFLAG,
GRTRIGHT_MEMFLAG,
GRTRIGHT_CONTRACT,
GRTRIGHT_MEMBER,
CALINT_FUTURE,
KPPROCMRT_TYPE,
FIXPAYCAL_TYPE,
RDINTSATANG_TYPE,
RDINTSATANG_TABCODE,
RDINTSATANGSUM_TYPE,
RDINTDEC_TYPE,
INTDATEVIEW_TYPE,
INTDATEINC_FIRSTRCV,
INTDATEINC_LASTPAY,
FIXPAYINTOVERFST_TYPE,
FIXPAYINTOVERFSTPRN_TYPE,
FIXPAYINTOVERNXT_TYPE,
FIXPAYINTOVERNXTPRN_TYPE,
GRTMEMCO_CONTFLAG,
GRTMEMCO_MEMFLAG,
GRTMEMCO_CONTRACT,
GRTMEMCO_MEMBER,
LNOVERRETRY_SHRFORMAT,
LNOVERRETRY_SHRRATIO,
LNOVERRETRY_SHRPERC,
LNOVERRETRY_CMFORMAT,
LNOVERRETRY_CMRATIO,
LNOVERRETRY_CMPERC,
COOP_ID,
null,
null,
null};
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_NO = base.Columns["COOP_NO"];
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.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.columnCALINT_FUTURE = base.Columns["CALINT_FUTURE"];
this.columnKPPROCMRT_TYPE = base.Columns["KPPROCMRT_TYPE"];
this.columnFIXPAYCAL_TYPE = base.Columns["FIXPAYCAL_TYPE"];
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.columnINTDATEVIEW_TYPE = base.Columns["INTDATEVIEW_TYPE"];
this.columnINTDATEINC_FIRSTRCV = base.Columns["INTDATEINC_FIRSTRCV"];
this.columnINTDATEINC_LASTPAY = base.Columns["INTDATEINC_LASTPAY"];
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.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.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.columnCOOP_ID = base.Columns["COOP_ID"];
this.columnDAYINYEAR_1 = base.Columns["DAYINYEAR_1"];
this.columnINTDATEINC_FIRSTRCV_1 = base.Columns["INTDATEINC_FIRSTRCV_1"];
this.columnINTDATEINC_LASTPAY_1 = base.Columns["INTDATEINC_LASTPAY_1"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
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.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.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.columnCALINT_FUTURE = new global::System.Data.DataColumn("CALINT_FUTURE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCALINT_FUTURE);
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.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.columnINTDATEVIEW_TYPE = new global::System.Data.DataColumn("INTDATEVIEW_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTDATEVIEW_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.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.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.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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnDAYINYEAR_1 = new global::System.Data.DataColumn("DAYINYEAR_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDAYINYEAR_1);
this.columnINTDATEINC_FIRSTRCV_1 = new global::System.Data.DataColumn("INTDATEINC_FIRSTRCV_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTDATEINC_FIRSTRCV_1);
this.columnINTDATEINC_LASTPAY_1 = new global::System.Data.DataColumn("INTDATEINC_LASTPAY_1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTDATEINC_LASTPAY_1);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID}, true));
this.columnCOOP_NO.AllowDBNull = false;
this.columnCONTRACT_FORMAT.MaxLength = 15;
this.columnRDINTSATANG_TABCODE.MaxLength = 3;
this.columnLNOVERRETRY_SHRRATIO.MaxLength = 10;
this.columnLNOVERRETRY_CMRATIO.MaxLength = 10;
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.Unique = true;
this.columnCOOP_ID.MaxLength = 6;
this.columnDAYINYEAR_1.ReadOnly = true;
this.columnINTDATEINC_FIRSTRCV_1.ReadOnly = true;
this.columnINTDATEINC_LASTPAY_1.ReadOnly = true;
}
[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")]
private void InitExpressions() {
this.DAYINYEAR_1Column.Expression = "DAYINYEAR";
this.INTDATEINC_FIRSTRCV_1Column.Expression = "INTDATEINC_FIRSTRCV";
this.INTDATEINC_LASTPAY_1Column.Expression = "INTDATEINC_LASTPAY";
}
[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 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 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 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 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 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 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 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 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 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 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 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 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 string DAYINYEAR_1 {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.DAYINYEAR_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DAYINYEAR_1\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.DAYINYEAR_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INTDATEINC_FIRSTRCV_1 {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCV_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTDATEINC_FIRSTRCV_1\' in table \'LNLOANCONSTANT\' is DBNull." +
"", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCV_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INTDATEINC_LASTPAY_1 {
get {
try {
return ((string)(this[this.tableLNLOANCONSTANT.INTDATEINC_LASTPAY_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTDATEINC_LASTPAY_1\' in table \'LNLOANCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNLOANCONSTANT.INTDATEINC_LASTPAY_1Column] = 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 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 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 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 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 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 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 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 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 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 IsDAYINYEAR_1Null() {
return this.IsNull(this.tableLNLOANCONSTANT.DAYINYEAR_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDAYINYEAR_1Null() {
this[this.tableLNLOANCONSTANT.DAYINYEAR_1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTDATEINC_FIRSTRCV_1Null() {
return this.IsNull(this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCV_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTDATEINC_FIRSTRCV_1Null() {
this[this.tableLNLOANCONSTANT.INTDATEINC_FIRSTRCV_1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTDATEINC_LASTPAY_1Null() {
return this.IsNull(this.tableLNLOANCONSTANT.INTDATEINC_LASTPAY_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTDATEINC_LASTPAY_1Null() {
this[this.tableLNLOANCONSTANT.INTDATEINC_LASTPAY_1Column] = 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_NO", "COOP_NO");
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("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("CALINT_FUTURE", "CALINT_FUTURE");
tableMapping.ColumnMappings.Add("KPPROCMRT_TYPE", "KPPROCMRT_TYPE");
tableMapping.ColumnMappings.Add("FIXPAYCAL_TYPE", "FIXPAYCAL_TYPE");
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("INTDATEVIEW_TYPE", "INTDATEVIEW_TYPE");
tableMapping.ColumnMappings.Add("INTDATEINC_FIRSTRCV", "INTDATEINC_FIRSTRCV");
tableMapping.ColumnMappings.Add("INTDATEINC_LASTPAY", "INTDATEINC_LASTPAY");
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("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("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("COOP_ID", "COOP_ID");
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_NO"", ""MAXALLLOAN_AMOUNT"", ""DAYINYEAR"", ""FORMATYEAR_TYPE"", ""FORMATMONTH_TYPE"", ""CONTRACT_FORMAT"", ""GRTRIGHT_CONTFLAG"", ""GRTRIGHT_MEMFLAG"", ""GRTRIGHT_CONTRACT"", ""GRTRIGHT_MEMBER"", ""CALINT_FUTURE"", ""KPPROCMRT_TYPE"", ""FIXPAYCAL_TYPE"", ""RDINTSATANG_TYPE"", ""RDINTSATANG_TABCODE"", ""RDINTSATANGSUM_TYPE"", ""RDINTDEC_TYPE"", ""INTDATEVIEW_TYPE"", ""INTDATEINC_FIRSTRCV"", ""INTDATEINC_LASTPAY"", ""FIXPAYINTOVERFST_TYPE"", ""FIXPAYINTOVERFSTPRN_TYPE"", ""FIXPAYINTOVERNXT_TYPE"", ""FIXPAYINTOVERNXTPRN_TYPE"", ""GRTMEMCO_CONTFLAG"", ""GRTMEMCO_MEMFLAG"", ""GRTMEMCO_CONTRACT"", ""GRTMEMCO_MEMBER"", ""LNOVERRETRY_SHRFORMAT"", ""LNOVERRETRY_SHRRATIO"", ""LNOVERRETRY_SHRPERC"", ""LNOVERRETRY_CMFORMAT"", ""LNOVERRETRY_CMRATIO"", ""LNOVERRETRY_CMPERC"", ""COOP_ID"") VALUES (:COOP_NO, :MAXALLLOAN_AMOUNT, :DAYINYEAR, :FORMATYEAR_TYPE, :FORMATMONTH_TYPE, :CONTRACT_FORMAT, :GRTRIGHT_CONTFLAG, :GRTRIGHT_MEMFLAG, :GRTRIGHT_CONTRACT, :GRTRIGHT_MEMBER, :CALINT_FUTURE, :KPPROCMRT_TYPE, :FIXPAYCAL_TYPE, :RDINTSATANG_TYPE, :RDINTSATANG_TABCODE, :RDINTSATANGSUM_TYPE, :RDINTDEC_TYPE, :INTDATEVIEW_TYPE, :INTDATEINC_FIRSTRCV, :INTDATEINC_LASTPAY, :FIXPAYINTOVERFST_TYPE, :p1, :FIXPAYINTOVERNXT_TYPE, :p4, :GRTMEMCO_CONTFLAG, :GRTMEMCO_MEMFLAG, :GRTMEMCO_CONTRACT, :GRTMEMCO_MEMBER, :LNOVERRETRY_SHRFORMAT, :LNOVERRETRY_SHRRATIO, :LNOVERRETRY_SHRPERC, :LNOVERRETRY_CMFORMAT, :LNOVERRETRY_CMRATIO, :LNOVERRETRY_CMPERC, :COOP_ID)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
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("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("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("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("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("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("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("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("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("p1", 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("p4", 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("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("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("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 = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNLOANCONSTANT"" SET ""COOP_NO"" = :COOP_NO, ""MAXALLLOAN_AMOUNT"" = :MAXALLLOAN_AMOUNT, ""DAYINYEAR"" = :DAYINYEAR, ""FORMATYEAR_TYPE"" = :FORMATYEAR_TYPE, ""FORMATMONTH_TYPE"" = :FORMATMONTH_TYPE, ""CONTRACT_FORMAT"" = :CONTRACT_FORMAT, ""GRTRIGHT_CONTFLAG"" = :GRTRIGHT_CONTFLAG, ""GRTRIGHT_MEMFLAG"" = :GRTRIGHT_MEMFLAG, ""GRTRIGHT_CONTRACT"" = :GRTRIGHT_CONTRACT, ""GRTRIGHT_MEMBER"" = :GRTRIGHT_MEMBER, ""CALINT_FUTURE"" = :CALINT_FUTURE, ""KPPROCMRT_TYPE"" = :KPPROCMRT_TYPE, ""FIXPAYCAL_TYPE"" = :FIXPAYCAL_TYPE, ""RDINTSATANG_TYPE"" = :RDINTSATANG_TYPE, ""RDINTSATANG_TABCODE"" = :RDINTSATANG_TABCODE, ""RDINTSATANGSUM_TYPE"" = :RDINTSATANGSUM_TYPE, ""RDINTDEC_TYPE"" = :RDINTDEC_TYPE, ""INTDATEVIEW_TYPE"" = :INTDATEVIEW_TYPE, ""INTDATEINC_FIRSTRCV"" = :INTDATEINC_FIRSTRCV, ""INTDATEINC_LASTPAY"" = :INTDATEINC_LASTPAY, ""FIXPAYINTOVERFST_TYPE"" = :FIXPAYINTOVERFST_TYPE, ""FIXPAYINTOVERFSTPRN_TYPE"" = :p1, ""FIXPAYINTOVERNXT_TYPE"" = :FIXPAYINTOVERNXT_TYPE, ""FIXPAYINTOVERNXTPRN_TYPE"" = :p4, ""GRTMEMCO_CONTFLAG"" = :GRTMEMCO_CONTFLAG, ""GRTMEMCO_MEMFLAG"" = :GRTMEMCO_MEMFLAG, ""GRTMEMCO_CONTRACT"" = :GRTMEMCO_CONTRACT, ""GRTMEMCO_MEMBER"" = :GRTMEMCO_MEMBER, ""LNOVERRETRY_SHRFORMAT"" = :LNOVERRETRY_SHRFORMAT, ""LNOVERRETRY_SHRRATIO"" = :LNOVERRETRY_SHRRATIO, ""LNOVERRETRY_SHRPERC"" = :LNOVERRETRY_SHRPERC, ""LNOVERRETRY_CMFORMAT"" = :LNOVERRETRY_CMFORMAT, ""LNOVERRETRY_CMRATIO"" = :LNOVERRETRY_CMRATIO, ""LNOVERRETRY_CMPERC"" = :LNOVERRETRY_CMPERC, ""COOP_ID"" = :COOP_ID 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_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("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("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("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("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("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("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("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("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("p1", 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("p4", 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("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("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("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("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["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT COOP_NO, MAXALLLOAN_AMOUNT, DAYINYEAR, FORMATYEAR_TYPE, FORMATMONTH_TYPE, CONTRACT_FORMAT, GRTRIGHT_CONTFLAG, GRTRIGHT_MEMFLAG, GRTRIGHT_CONTRACT, GRTRIGHT_MEMBER, CALINT_FUTURE, KPPROCMRT_TYPE, FIXPAYCAL_TYPE, RDINTSATANG_TYPE, RDINTSATANG_TABCODE, RDINTSATANGSUM_TYPE, RDINTDEC_TYPE, INTDATEVIEW_TYPE, INTDATEINC_FIRSTRCV, INTDATEINC_LASTPAY, FIXPAYINTOVERFST_TYPE, FIXPAYINTOVERFSTPRN_TYPE, FIXPAYINTOVERNXT_TYPE, FIXPAYINTOVERNXTPRN_TYPE, GRTMEMCO_CONTFLAG, GRTMEMCO_MEMFLAG, GRTMEMCO_CONTRACT, GRTMEMCO_MEMBER, LNOVERRETRY_SHRFORMAT, LNOVERRETRY_SHRRATIO, LNOVERRETRY_SHRPERC, LNOVERRETRY_CMFORMAT, LNOVERRETRY_CMRATIO, LNOVERRETRY_CMPERC, COOP_ID 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(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(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