//------------------------------------------------------------------------------ // // 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_contract_adjust_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 LNREQCONTADJUSTDataTable tableLNREQCONTADJUST; private LNREQCONTADJUSTDETDataTable tableLNREQCONTADJUSTDET; private LNREQCONTADJUSTINTSPCDataTable tableLNREQCONTADJUSTINTSPC; private LNREQCONTADJUSTCOLLDataTable tableLNREQCONTADJUSTCOLL; private DataTable1DataTable tableDataTable1; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["LNREQCONTADJUST"] != null)) { base.Tables.Add(new LNREQCONTADJUSTDataTable(ds.Tables["LNREQCONTADJUST"])); } if ((ds.Tables["LNREQCONTADJUSTDET"] != null)) { base.Tables.Add(new LNREQCONTADJUSTDETDataTable(ds.Tables["LNREQCONTADJUSTDET"])); } if ((ds.Tables["LNREQCONTADJUSTINTSPC"] != null)) { base.Tables.Add(new LNREQCONTADJUSTINTSPCDataTable(ds.Tables["LNREQCONTADJUSTINTSPC"])); } if ((ds.Tables["LNREQCONTADJUSTCOLL"] != null)) { base.Tables.Add(new LNREQCONTADJUSTCOLLDataTable(ds.Tables["LNREQCONTADJUSTCOLL"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public LNREQCONTADJUSTDataTable LNREQCONTADJUST { get { return this.tableLNREQCONTADJUST; } } [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 LNREQCONTADJUSTDETDataTable LNREQCONTADJUSTDET { get { return this.tableLNREQCONTADJUSTDET; } } [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 LNREQCONTADJUSTINTSPCDataTable LNREQCONTADJUSTINTSPC { get { return this.tableLNREQCONTADJUSTINTSPC; } } [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 LNREQCONTADJUSTCOLLDataTable LNREQCONTADJUSTCOLL { get { return this.tableLNREQCONTADJUSTCOLL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public DataTable1DataTable DataTable1 { get { return this.tableDataTable1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["LNREQCONTADJUST"] != null)) { base.Tables.Add(new LNREQCONTADJUSTDataTable(ds.Tables["LNREQCONTADJUST"])); } if ((ds.Tables["LNREQCONTADJUSTDET"] != null)) { base.Tables.Add(new LNREQCONTADJUSTDETDataTable(ds.Tables["LNREQCONTADJUSTDET"])); } if ((ds.Tables["LNREQCONTADJUSTINTSPC"] != null)) { base.Tables.Add(new LNREQCONTADJUSTINTSPCDataTable(ds.Tables["LNREQCONTADJUSTINTSPC"])); } if ((ds.Tables["LNREQCONTADJUSTCOLL"] != null)) { base.Tables.Add(new LNREQCONTADJUSTCOLLDataTable(ds.Tables["LNREQCONTADJUSTCOLL"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXml(reader); this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); stream.Position = 0; return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars(bool initTable) { this.tableLNREQCONTADJUST = ((LNREQCONTADJUSTDataTable)(base.Tables["LNREQCONTADJUST"])); if ((initTable == true)) { if ((this.tableLNREQCONTADJUST != null)) { this.tableLNREQCONTADJUST.InitVars(); } } this.tableLNREQCONTADJUSTDET = ((LNREQCONTADJUSTDETDataTable)(base.Tables["LNREQCONTADJUSTDET"])); if ((initTable == true)) { if ((this.tableLNREQCONTADJUSTDET != null)) { this.tableLNREQCONTADJUSTDET.InitVars(); } } this.tableLNREQCONTADJUSTINTSPC = ((LNREQCONTADJUSTINTSPCDataTable)(base.Tables["LNREQCONTADJUSTINTSPC"])); if ((initTable == true)) { if ((this.tableLNREQCONTADJUSTINTSPC != null)) { this.tableLNREQCONTADJUSTINTSPC.InitVars(); } } this.tableLNREQCONTADJUSTCOLL = ((LNREQCONTADJUSTCOLLDataTable)(base.Tables["LNREQCONTADJUSTCOLL"])); if ((initTable == true)) { if ((this.tableLNREQCONTADJUSTCOLL != null)) { this.tableLNREQCONTADJUSTCOLL.InitVars(); } } this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"])); if ((initTable == true)) { if ((this.tableDataTable1 != null)) { this.tableDataTable1.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLNREQCONTADJUST = new LNREQCONTADJUSTDataTable(); base.Tables.Add(this.tableLNREQCONTADJUST); this.tableLNREQCONTADJUSTDET = new LNREQCONTADJUSTDETDataTable(); base.Tables.Add(this.tableLNREQCONTADJUSTDET); this.tableLNREQCONTADJUSTINTSPC = new LNREQCONTADJUSTINTSPCDataTable(); base.Tables.Add(this.tableLNREQCONTADJUSTINTSPC); this.tableLNREQCONTADJUSTCOLL = new LNREQCONTADJUSTCOLLDataTable(); base.Tables.Add(this.tableLNREQCONTADJUSTCOLL); this.tableDataTable1 = new DataTable1DataTable(); base.Tables.Add(this.tableDataTable1); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNREQCONTADJUST() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNREQCONTADJUSTDET() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNREQCONTADJUSTINTSPC() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNREQCONTADJUSTCOLL() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDataTable1() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNREQCONTADJUSTRowChangeEventHandler(object sender, LNREQCONTADJUSTRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNREQCONTADJUSTDETRowChangeEventHandler(object sender, LNREQCONTADJUSTDETRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNREQCONTADJUSTINTSPCRowChangeEventHandler(object sender, LNREQCONTADJUSTINTSPCRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNREQCONTADJUSTCOLLRowChangeEventHandler(object sender, LNREQCONTADJUSTCOLLRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNREQCONTADJUSTDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnLOANTYPE_DESC; private global::System.Data.DataColumn columnLOANAPPROVE_AMT; private global::System.Data.DataColumn columnPRINCIPAL_BALANCE; private global::System.Data.DataColumn columnWITHDRAWABLE_AMT; private global::System.Data.DataColumn columnPRENAME_DESC; private global::System.Data.DataColumn columnMEMB_NAME; private global::System.Data.DataColumn columnMEMB_SURNAME; private global::System.Data.DataColumn columnLOANTYPE_CODE; private global::System.Data.DataColumn columnPREFIX; private global::System.Data.DataColumn columnMEMBER_TYPE; private global::System.Data.DataColumn columnCONTLAW_STATUS; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnCONTADJUST_DOCNO; private global::System.Data.DataColumn columnMEMCOOP_ID; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnCONCOOP_ID; private global::System.Data.DataColumn columnLOANCONTRACT_NO; private global::System.Data.DataColumn columnCONTADJUST_DATE; private global::System.Data.DataColumn columnCONTADJUST_STATUS; private global::System.Data.DataColumn columnENTRY_ID; private global::System.Data.DataColumn columnENTRY_DATE; private global::System.Data.DataColumn columnENTRY_BYCOOPID; private global::System.Data.DataColumn columnEXPIRECONT_DATE; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTDataTable() { this.TableName = "LNREQCONTADJUST"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTDataTable(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 LNREQCONTADJUSTDataTable(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 LOANTYPE_DESCColumn { get { return this.columnLOANTYPE_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANAPPROVE_AMTColumn { get { return this.columnLOANAPPROVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn { get { return this.columnPRINCIPAL_BALANCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn { get { return this.columnWITHDRAWABLE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRENAME_DESCColumn { get { return this.columnPRENAME_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_NAMEColumn { get { return this.columnMEMB_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMB_SURNAMEColumn { get { return this.columnMEMB_SURNAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANTYPE_CODEColumn { get { return this.columnLOANTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PREFIXColumn { get { return this.columnPREFIX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_TYPEColumn { get { return this.columnMEMBER_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTLAW_STATUSColumn { get { return this.columnCONTLAW_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn 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 CONTADJUST_DOCNOColumn { get { return this.columnCONTADJUST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMCOOP_IDColumn { get { return this.columnMEMCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_NOColumn { get { return this.columnMEMBER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONCOOP_IDColumn { get { return this.columnCONCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCONTRACT_NOColumn { get { return this.columnLOANCONTRACT_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_DATEColumn { get { return this.columnCONTADJUST_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_STATUSColumn { get { return this.columnCONTADJUST_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_IDColumn { get { return this.columnENTRY_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_DATEColumn { get { return this.columnENTRY_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ENTRY_BYCOOPIDColumn { get { return this.columnENTRY_BYCOOPID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPIRECONT_DATEColumn { get { return this.columnEXPIRECONT_DATE; } } [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 LNREQCONTADJUSTRow this[int index] { get { return ((LNREQCONTADJUSTRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTRowChangeEventHandler LNREQCONTADJUSTRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTRowChangeEventHandler LNREQCONTADJUSTRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTRowChangeEventHandler LNREQCONTADJUSTRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTRowChangeEventHandler LNREQCONTADJUSTRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNREQCONTADJUSTRow(LNREQCONTADJUSTRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTRow AddLNREQCONTADJUSTRow( string LOANTYPE_DESC, decimal LOANAPPROVE_AMT, decimal PRINCIPAL_BALANCE, decimal WITHDRAWABLE_AMT, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, string LOANTYPE_CODE, string PREFIX, decimal MEMBER_TYPE, decimal CONTLAW_STATUS, string COOP_ID, string CONTADJUST_DOCNO, string MEMCOOP_ID, string MEMBER_NO, string CONCOOP_ID, string LOANCONTRACT_NO, System.DateTime CONTADJUST_DATE, decimal CONTADJUST_STATUS, string ENTRY_ID, System.DateTime ENTRY_DATE, string ENTRY_BYCOOPID, System.DateTime EXPIRECONT_DATE) { LNREQCONTADJUSTRow rowLNREQCONTADJUSTRow = ((LNREQCONTADJUSTRow)(this.NewRow())); object[] columnValuesArray = new object[] { LOANTYPE_DESC, LOANAPPROVE_AMT, PRINCIPAL_BALANCE, WITHDRAWABLE_AMT, PRENAME_DESC, MEMB_NAME, MEMB_SURNAME, LOANTYPE_CODE, PREFIX, MEMBER_TYPE, CONTLAW_STATUS, COOP_ID, CONTADJUST_DOCNO, MEMCOOP_ID, MEMBER_NO, CONCOOP_ID, LOANCONTRACT_NO, CONTADJUST_DATE, CONTADJUST_STATUS, ENTRY_ID, ENTRY_DATE, ENTRY_BYCOOPID, EXPIRECONT_DATE}; rowLNREQCONTADJUSTRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNREQCONTADJUSTRow); return rowLNREQCONTADJUSTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTRow FindByCOOP_IDCONTADJUST_DOCNO(string COOP_ID, string CONTADJUST_DOCNO) { return ((LNREQCONTADJUSTRow)(this.Rows.Find(new object[] { COOP_ID, CONTADJUST_DOCNO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNREQCONTADJUSTDataTable cln = ((LNREQCONTADJUSTDataTable)(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 LNREQCONTADJUSTDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"]; this.columnLOANAPPROVE_AMT = base.Columns["LOANAPPROVE_AMT"]; this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"]; this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"]; this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"]; this.columnMEMB_NAME = base.Columns["MEMB_NAME"]; this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"]; this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"]; this.columnPREFIX = base.Columns["PREFIX"]; this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"]; this.columnCONTLAW_STATUS = base.Columns["CONTLAW_STATUS"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnCONTADJUST_DOCNO = base.Columns["CONTADJUST_DOCNO"]; this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnCONCOOP_ID = base.Columns["CONCOOP_ID"]; this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"]; this.columnCONTADJUST_DATE = base.Columns["CONTADJUST_DATE"]; this.columnCONTADJUST_STATUS = base.Columns["CONTADJUST_STATUS"]; this.columnENTRY_ID = base.Columns["ENTRY_ID"]; this.columnENTRY_DATE = base.Columns["ENTRY_DATE"]; this.columnENTRY_BYCOOPID = base.Columns["ENTRY_BYCOOPID"]; this.columnEXPIRECONT_DATE = base.Columns["EXPIRECONT_DATE"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_DESC); this.columnLOANAPPROVE_AMT = new global::System.Data.DataColumn("LOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANAPPROVE_AMT); this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRINCIPAL_BALANCE); this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnWITHDRAWABLE_AMT); this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRENAME_DESC); this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_NAME); this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMB_SURNAME); this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANTYPE_CODE); this.columnPREFIX = new global::System.Data.DataColumn("PREFIX", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPREFIX); this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_TYPE); this.columnCONTLAW_STATUS = new global::System.Data.DataColumn("CONTLAW_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTLAW_STATUS); this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnCONTADJUST_DOCNO = new global::System.Data.DataColumn("CONTADJUST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_DOCNO); this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCOOP_ID); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnCONCOOP_ID = new global::System.Data.DataColumn("CONCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONCOOP_ID); this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCONTRACT_NO); this.columnCONTADJUST_DATE = new global::System.Data.DataColumn("CONTADJUST_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_DATE); this.columnCONTADJUST_STATUS = new global::System.Data.DataColumn("CONTADJUST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_STATUS); this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_ID); this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_DATE); this.columnENTRY_BYCOOPID = new global::System.Data.DataColumn("ENTRY_BYCOOPID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnENTRY_BYCOOPID); this.columnEXPIRECONT_DATE = new global::System.Data.DataColumn("EXPIRECONT_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPIRECONT_DATE); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnCONTADJUST_DOCNO}, true)); this.columnLOANTYPE_DESC.MaxLength = 60; this.columnPRENAME_DESC.MaxLength = 30; this.columnMEMB_NAME.MaxLength = 60; this.columnMEMB_SURNAME.MaxLength = 60; this.columnLOANTYPE_CODE.MaxLength = 2; this.columnPREFIX.MaxLength = 2; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnCONTADJUST_DOCNO.AllowDBNull = false; this.columnCONTADJUST_DOCNO.MaxLength = 10; this.columnMEMCOOP_ID.MaxLength = 6; this.columnMEMBER_NO.AllowDBNull = false; this.columnMEMBER_NO.MaxLength = 8; this.columnCONCOOP_ID.MaxLength = 6; this.columnLOANCONTRACT_NO.MaxLength = 15; this.columnENTRY_ID.MaxLength = 32; this.columnENTRY_BYCOOPID.MaxLength = 6; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTRow NewLNREQCONTADJUSTRow() { return ((LNREQCONTADJUSTRow)(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 LNREQCONTADJUSTRow(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(LNREQCONTADJUSTRow); } [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.LNREQCONTADJUSTRowChanged != null)) { this.LNREQCONTADJUSTRowChanged(this, new LNREQCONTADJUSTRowChangeEvent(((LNREQCONTADJUSTRow)(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.LNREQCONTADJUSTRowChanging != null)) { this.LNREQCONTADJUSTRowChanging(this, new LNREQCONTADJUSTRowChangeEvent(((LNREQCONTADJUSTRow)(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.LNREQCONTADJUSTRowDeleted != null)) { this.LNREQCONTADJUSTRowDeleted(this, new LNREQCONTADJUSTRowChangeEvent(((LNREQCONTADJUSTRow)(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.LNREQCONTADJUSTRowDeleting != null)) { this.LNREQCONTADJUSTRowDeleting(this, new LNREQCONTADJUSTRowChangeEvent(((LNREQCONTADJUSTRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNREQCONTADJUSTRow(LNREQCONTADJUSTRow 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 = "LNREQCONTADJUSTDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNREQCONTADJUSTDETDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnCONTADJUST_DOCNO; private global::System.Data.DataColumn columnCONTADJUST_CODE; private global::System.Data.DataColumn columnLOANPAYMENT_TYPE; private global::System.Data.DataColumn columnPERIOD_PAYAMT; private global::System.Data.DataColumn columnPERIOD_PAYMENT; private global::System.Data.DataColumn columnPERIOD_PAYMENT_MAX; private global::System.Data.DataColumn columnPAYMENT_STATUS; private global::System.Data.DataColumn columnOLDPAYMENT_TYPE; private global::System.Data.DataColumn columnOLDPERIOD_PAYAMT; private global::System.Data.DataColumn columnOLDPERIOD_PAYMENT; private global::System.Data.DataColumn columnOLDPERIOD_PAYMAX; private global::System.Data.DataColumn columnOLDPAYMENT_STATUS; private global::System.Data.DataColumn columnINT_CONTINTTYPE; private global::System.Data.DataColumn columnINT_CONTINTRATE; private global::System.Data.DataColumn columnINT_CONTINTTABCODE; private global::System.Data.DataColumn columnINT_CONTINTINCREASE; private global::System.Data.DataColumn columnINT_INTSTEPTYPE; private global::System.Data.DataColumn columnOLDINT_CONTINTTYPE; private global::System.Data.DataColumn columnOLDINT_CONTINTRATE; private global::System.Data.DataColumn columnOLDINT_CONTINTTABCODE; private global::System.Data.DataColumn columnOLDINT_CONTINTINCREASE; private global::System.Data.DataColumn columnOLDINT_INTSTEPTYPE; private global::System.Data.DataColumn columnLOANPAY_CODE; private global::System.Data.DataColumn columnLOANPAY_BANK; private global::System.Data.DataColumn columnLOANPAY_BRANCH; private global::System.Data.DataColumn columnLOANPAY_ACCID; private global::System.Data.DataColumn columnOLDLOANPAY_CODE; private global::System.Data.DataColumn columnOLDLOANPAY_BANK; private global::System.Data.DataColumn columnOLDLOANPAY_BRANCH; private global::System.Data.DataColumn columnOLDLOANPAY_ACCID; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTDETDataTable() { this.TableName = "LNREQCONTADJUSTDET"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTDETDataTable(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 LNREQCONTADJUSTDETDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_DOCNOColumn { get { return this.columnCONTADJUST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_CODEColumn { get { return this.columnCONTADJUST_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAYMENT_TYPEColumn { get { return this.columnLOANPAYMENT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYAMTColumn { get { return this.columnPERIOD_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYMENTColumn { get { return this.columnPERIOD_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PERIOD_PAYMENT_MAXColumn { get { return this.columnPERIOD_PAYMENT_MAX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAYMENT_STATUSColumn { get { return this.columnPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDPAYMENT_TYPEColumn { get { return this.columnOLDPAYMENT_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDPERIOD_PAYAMTColumn { get { return this.columnOLDPERIOD_PAYAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDPERIOD_PAYMENTColumn { get { return this.columnOLDPERIOD_PAYMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDPERIOD_PAYMAXColumn { get { return this.columnOLDPERIOD_PAYMAX; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDPAYMENT_STATUSColumn { get { return this.columnOLDPAYMENT_STATUS; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTTYPEColumn { get { return this.columnINT_CONTINTTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTRATEColumn { get { return this.columnINT_CONTINTRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTTABCODEColumn { get { return this.columnINT_CONTINTTABCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTINCREASEColumn { get { return this.columnINT_CONTINTINCREASE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_INTSTEPTYPEColumn { get { return this.columnINT_INTSTEPTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDINT_CONTINTTYPEColumn { get { return this.columnOLDINT_CONTINTTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDINT_CONTINTRATEColumn { get { return this.columnOLDINT_CONTINTRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDINT_CONTINTTABCODEColumn { get { return this.columnOLDINT_CONTINTTABCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDINT_CONTINTINCREASEColumn { get { return this.columnOLDINT_CONTINTINCREASE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDINT_INTSTEPTYPEColumn { get { return this.columnOLDINT_INTSTEPTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_CODEColumn { get { return this.columnLOANPAY_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_BANKColumn { get { return this.columnLOANPAY_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_BRANCHColumn { get { return this.columnLOANPAY_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANPAY_ACCIDColumn { get { return this.columnLOANPAY_ACCID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDLOANPAY_CODEColumn { get { return this.columnOLDLOANPAY_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDLOANPAY_BANKColumn { get { return this.columnOLDLOANPAY_BANK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDLOANPAY_BRANCHColumn { get { return this.columnOLDLOANPAY_BRANCH; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLDLOANPAY_ACCIDColumn { get { return this.columnOLDLOANPAY_ACCID; } } [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 LNREQCONTADJUSTDETRow this[int index] { get { return ((LNREQCONTADJUSTDETRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTDETRowChangeEventHandler LNREQCONTADJUSTDETRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTDETRowChangeEventHandler LNREQCONTADJUSTDETRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTDETRowChangeEventHandler LNREQCONTADJUSTDETRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTDETRowChangeEventHandler LNREQCONTADJUSTDETRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNREQCONTADJUSTDETRow(LNREQCONTADJUSTDETRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTDETRow AddLNREQCONTADJUSTDETRow( string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_CODE, decimal LOANPAYMENT_TYPE, decimal PERIOD_PAYAMT, decimal PERIOD_PAYMENT, decimal PERIOD_PAYMENT_MAX, decimal PAYMENT_STATUS, decimal OLDPAYMENT_TYPE, decimal OLDPERIOD_PAYAMT, decimal OLDPERIOD_PAYMENT, decimal OLDPERIOD_PAYMAX, decimal OLDPAYMENT_STATUS, decimal INT_CONTINTTYPE, decimal INT_CONTINTRATE, string INT_CONTINTTABCODE, decimal INT_CONTINTINCREASE, decimal INT_INTSTEPTYPE, decimal OLDINT_CONTINTTYPE, decimal OLDINT_CONTINTRATE, string OLDINT_CONTINTTABCODE, decimal OLDINT_CONTINTINCREASE, decimal OLDINT_INTSTEPTYPE, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, string OLDLOANPAY_CODE, string OLDLOANPAY_BANK, string OLDLOANPAY_BRANCH, string OLDLOANPAY_ACCID) { LNREQCONTADJUSTDETRow rowLNREQCONTADJUSTDETRow = ((LNREQCONTADJUSTDETRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, CONTADJUST_DOCNO, CONTADJUST_CODE, LOANPAYMENT_TYPE, PERIOD_PAYAMT, PERIOD_PAYMENT, PERIOD_PAYMENT_MAX, PAYMENT_STATUS, OLDPAYMENT_TYPE, OLDPERIOD_PAYAMT, OLDPERIOD_PAYMENT, OLDPERIOD_PAYMAX, OLDPAYMENT_STATUS, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTINTINCREASE, INT_INTSTEPTYPE, OLDINT_CONTINTTYPE, OLDINT_CONTINTRATE, OLDINT_CONTINTTABCODE, OLDINT_CONTINTINCREASE, OLDINT_INTSTEPTYPE, LOANPAY_CODE, LOANPAY_BANK, LOANPAY_BRANCH, LOANPAY_ACCID, OLDLOANPAY_CODE, OLDLOANPAY_BANK, OLDLOANPAY_BRANCH, OLDLOANPAY_ACCID}; rowLNREQCONTADJUSTDETRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNREQCONTADJUSTDETRow); return rowLNREQCONTADJUSTDETRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTDETRow FindByCOOP_IDCONTADJUST_DOCNOCONTADJUST_CODE(string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_CODE) { return ((LNREQCONTADJUSTDETRow)(this.Rows.Find(new object[] { COOP_ID, CONTADJUST_DOCNO, CONTADJUST_CODE}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNREQCONTADJUSTDETDataTable cln = ((LNREQCONTADJUSTDETDataTable)(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 LNREQCONTADJUSTDETDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnCONTADJUST_DOCNO = base.Columns["CONTADJUST_DOCNO"]; this.columnCONTADJUST_CODE = base.Columns["CONTADJUST_CODE"]; this.columnLOANPAYMENT_TYPE = base.Columns["LOANPAYMENT_TYPE"]; this.columnPERIOD_PAYAMT = base.Columns["PERIOD_PAYAMT"]; this.columnPERIOD_PAYMENT = base.Columns["PERIOD_PAYMENT"]; this.columnPERIOD_PAYMENT_MAX = base.Columns["PERIOD_PAYMENT_MAX"]; this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"]; this.columnOLDPAYMENT_TYPE = base.Columns["OLDPAYMENT_TYPE"]; this.columnOLDPERIOD_PAYAMT = base.Columns["OLDPERIOD_PAYAMT"]; this.columnOLDPERIOD_PAYMENT = base.Columns["OLDPERIOD_PAYMENT"]; this.columnOLDPERIOD_PAYMAX = base.Columns["OLDPERIOD_PAYMAX"]; this.columnOLDPAYMENT_STATUS = base.Columns["OLDPAYMENT_STATUS"]; this.columnINT_CONTINTTYPE = base.Columns["INT_CONTINTTYPE"]; this.columnINT_CONTINTRATE = base.Columns["INT_CONTINTRATE"]; this.columnINT_CONTINTTABCODE = base.Columns["INT_CONTINTTABCODE"]; this.columnINT_CONTINTINCREASE = base.Columns["INT_CONTINTINCREASE"]; this.columnINT_INTSTEPTYPE = base.Columns["INT_INTSTEPTYPE"]; this.columnOLDINT_CONTINTTYPE = base.Columns["OLDINT_CONTINTTYPE"]; this.columnOLDINT_CONTINTRATE = base.Columns["OLDINT_CONTINTRATE"]; this.columnOLDINT_CONTINTTABCODE = base.Columns["OLDINT_CONTINTTABCODE"]; this.columnOLDINT_CONTINTINCREASE = base.Columns["OLDINT_CONTINTINCREASE"]; this.columnOLDINT_INTSTEPTYPE = base.Columns["OLDINT_INTSTEPTYPE"]; this.columnLOANPAY_CODE = base.Columns["LOANPAY_CODE"]; this.columnLOANPAY_BANK = base.Columns["LOANPAY_BANK"]; this.columnLOANPAY_BRANCH = base.Columns["LOANPAY_BRANCH"]; this.columnLOANPAY_ACCID = base.Columns["LOANPAY_ACCID"]; this.columnOLDLOANPAY_CODE = base.Columns["OLDLOANPAY_CODE"]; this.columnOLDLOANPAY_BANK = base.Columns["OLDLOANPAY_BANK"]; this.columnOLDLOANPAY_BRANCH = base.Columns["OLDLOANPAY_BRANCH"]; this.columnOLDLOANPAY_ACCID = base.Columns["OLDLOANPAY_ACCID"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnCONTADJUST_DOCNO = new global::System.Data.DataColumn("CONTADJUST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_DOCNO); this.columnCONTADJUST_CODE = new global::System.Data.DataColumn("CONTADJUST_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_CODE); this.columnLOANPAYMENT_TYPE = new global::System.Data.DataColumn("LOANPAYMENT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAYMENT_TYPE); this.columnPERIOD_PAYAMT = new global::System.Data.DataColumn("PERIOD_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYAMT); this.columnPERIOD_PAYMENT = new global::System.Data.DataColumn("PERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYMENT); this.columnPERIOD_PAYMENT_MAX = new global::System.Data.DataColumn("PERIOD_PAYMENT_MAX", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPERIOD_PAYMENT_MAX); this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAYMENT_STATUS); this.columnOLDPAYMENT_TYPE = new global::System.Data.DataColumn("OLDPAYMENT_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDPAYMENT_TYPE); this.columnOLDPERIOD_PAYAMT = new global::System.Data.DataColumn("OLDPERIOD_PAYAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDPERIOD_PAYAMT); this.columnOLDPERIOD_PAYMENT = new global::System.Data.DataColumn("OLDPERIOD_PAYMENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDPERIOD_PAYMENT); this.columnOLDPERIOD_PAYMAX = new global::System.Data.DataColumn("OLDPERIOD_PAYMAX", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDPERIOD_PAYMAX); this.columnOLDPAYMENT_STATUS = new global::System.Data.DataColumn("OLDPAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDPAYMENT_STATUS); this.columnINT_CONTINTTYPE = new global::System.Data.DataColumn("INT_CONTINTTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTTYPE); this.columnINT_CONTINTRATE = new global::System.Data.DataColumn("INT_CONTINTRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTRATE); this.columnINT_CONTINTTABCODE = new global::System.Data.DataColumn("INT_CONTINTTABCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTTABCODE); this.columnINT_CONTINTINCREASE = new global::System.Data.DataColumn("INT_CONTINTINCREASE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTINCREASE); this.columnINT_INTSTEPTYPE = new global::System.Data.DataColumn("INT_INTSTEPTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_INTSTEPTYPE); this.columnOLDINT_CONTINTTYPE = new global::System.Data.DataColumn("OLDINT_CONTINTTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDINT_CONTINTTYPE); this.columnOLDINT_CONTINTRATE = new global::System.Data.DataColumn("OLDINT_CONTINTRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDINT_CONTINTRATE); this.columnOLDINT_CONTINTTABCODE = new global::System.Data.DataColumn("OLDINT_CONTINTTABCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDINT_CONTINTTABCODE); this.columnOLDINT_CONTINTINCREASE = new global::System.Data.DataColumn("OLDINT_CONTINTINCREASE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDINT_CONTINTINCREASE); this.columnOLDINT_INTSTEPTYPE = new global::System.Data.DataColumn("OLDINT_INTSTEPTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDINT_INTSTEPTYPE); this.columnLOANPAY_CODE = new global::System.Data.DataColumn("LOANPAY_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_CODE); this.columnLOANPAY_BANK = new global::System.Data.DataColumn("LOANPAY_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_BANK); this.columnLOANPAY_BRANCH = new global::System.Data.DataColumn("LOANPAY_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_BRANCH); this.columnLOANPAY_ACCID = new global::System.Data.DataColumn("LOANPAY_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANPAY_ACCID); this.columnOLDLOANPAY_CODE = new global::System.Data.DataColumn("OLDLOANPAY_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDLOANPAY_CODE); this.columnOLDLOANPAY_BANK = new global::System.Data.DataColumn("OLDLOANPAY_BANK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDLOANPAY_BANK); this.columnOLDLOANPAY_BRANCH = new global::System.Data.DataColumn("OLDLOANPAY_BRANCH", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDLOANPAY_BRANCH); this.columnOLDLOANPAY_ACCID = new global::System.Data.DataColumn("OLDLOANPAY_ACCID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLDLOANPAY_ACCID); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnCONTADJUST_DOCNO, this.columnCONTADJUST_CODE}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnCONTADJUST_DOCNO.AllowDBNull = false; this.columnCONTADJUST_DOCNO.MaxLength = 10; this.columnCONTADJUST_CODE.AllowDBNull = false; this.columnCONTADJUST_CODE.MaxLength = 3; this.columnINT_CONTINTTABCODE.MaxLength = 5; this.columnOLDINT_CONTINTTABCODE.MaxLength = 5; this.columnLOANPAY_CODE.MaxLength = 3; this.columnLOANPAY_BANK.MaxLength = 3; this.columnLOANPAY_BRANCH.MaxLength = 4; this.columnLOANPAY_ACCID.MaxLength = 15; this.columnOLDLOANPAY_CODE.MaxLength = 3; this.columnOLDLOANPAY_BANK.MaxLength = 3; this.columnOLDLOANPAY_BRANCH.MaxLength = 4; this.columnOLDLOANPAY_ACCID.MaxLength = 15; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTDETRow NewLNREQCONTADJUSTDETRow() { return ((LNREQCONTADJUSTDETRow)(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 LNREQCONTADJUSTDETRow(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(LNREQCONTADJUSTDETRow); } [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.LNREQCONTADJUSTDETRowChanged != null)) { this.LNREQCONTADJUSTDETRowChanged(this, new LNREQCONTADJUSTDETRowChangeEvent(((LNREQCONTADJUSTDETRow)(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.LNREQCONTADJUSTDETRowChanging != null)) { this.LNREQCONTADJUSTDETRowChanging(this, new LNREQCONTADJUSTDETRowChangeEvent(((LNREQCONTADJUSTDETRow)(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.LNREQCONTADJUSTDETRowDeleted != null)) { this.LNREQCONTADJUSTDETRowDeleted(this, new LNREQCONTADJUSTDETRowChangeEvent(((LNREQCONTADJUSTDETRow)(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.LNREQCONTADJUSTDETRowDeleting != null)) { this.LNREQCONTADJUSTDETRowDeleting(this, new LNREQCONTADJUSTDETRowChangeEvent(((LNREQCONTADJUSTDETRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNREQCONTADJUSTDETRow(LNREQCONTADJUSTDETRow 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 = "LNREQCONTADJUSTDETDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNREQCONTADJUSTINTSPCDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnCONTADJUST_DOCNO; private global::System.Data.DataColumn columnCONTADJUST_TYPE; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnEFFECTIVE_DATE; private global::System.Data.DataColumn columnINT_CONTINTTYPE; private global::System.Data.DataColumn columnINT_CONTINTRATE; private global::System.Data.DataColumn columnINT_CONTINTTABCODE; private global::System.Data.DataColumn columnINT_CONTINTINCREASE; private global::System.Data.DataColumn columnINT_TIMETYPE; private global::System.Data.DataColumn columnINT_TIMEAMT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTINTSPCDataTable() { this.TableName = "LNREQCONTADJUSTINTSPC"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTINTSPCDataTable(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 LNREQCONTADJUSTINTSPCDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_DOCNOColumn { get { return this.columnCONTADJUST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_TYPEColumn { get { return this.columnCONTADJUST_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EFFECTIVE_DATEColumn { get { return this.columnEFFECTIVE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTTYPEColumn { get { return this.columnINT_CONTINTTYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTRATEColumn { get { return this.columnINT_CONTINTRATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTTABCODEColumn { get { return this.columnINT_CONTINTTABCODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_CONTINTINCREASEColumn { get { return this.columnINT_CONTINTINCREASE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_TIMETYPEColumn { get { return this.columnINT_TIMETYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_TIMEAMTColumn { get { return this.columnINT_TIMEAMT; } } [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 LNREQCONTADJUSTINTSPCRow this[int index] { get { return ((LNREQCONTADJUSTINTSPCRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTINTSPCRowChangeEventHandler LNREQCONTADJUSTINTSPCRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTINTSPCRowChangeEventHandler LNREQCONTADJUSTINTSPCRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTINTSPCRowChangeEventHandler LNREQCONTADJUSTINTSPCRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTINTSPCRowChangeEventHandler LNREQCONTADJUSTINTSPCRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNREQCONTADJUSTINTSPCRow(LNREQCONTADJUSTINTSPCRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTINTSPCRow AddLNREQCONTADJUSTINTSPCRow(string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_TYPE, decimal SEQ_NO, System.DateTime EFFECTIVE_DATE, decimal INT_CONTINTTYPE, decimal INT_CONTINTRATE, string INT_CONTINTTABCODE, decimal INT_CONTINTINCREASE, decimal INT_TIMETYPE, decimal INT_TIMEAMT) { LNREQCONTADJUSTINTSPCRow rowLNREQCONTADJUSTINTSPCRow = ((LNREQCONTADJUSTINTSPCRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, CONTADJUST_DOCNO, CONTADJUST_TYPE, SEQ_NO, EFFECTIVE_DATE, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTINTINCREASE, INT_TIMETYPE, INT_TIMEAMT}; rowLNREQCONTADJUSTINTSPCRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNREQCONTADJUSTINTSPCRow); return rowLNREQCONTADJUSTINTSPCRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTINTSPCRow FindByCOOP_IDCONTADJUST_DOCNOCONTADJUST_TYPESEQ_NO(string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_TYPE, decimal SEQ_NO) { return ((LNREQCONTADJUSTINTSPCRow)(this.Rows.Find(new object[] { COOP_ID, CONTADJUST_DOCNO, CONTADJUST_TYPE, SEQ_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNREQCONTADJUSTINTSPCDataTable cln = ((LNREQCONTADJUSTINTSPCDataTable)(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 LNREQCONTADJUSTINTSPCDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnCONTADJUST_DOCNO = base.Columns["CONTADJUST_DOCNO"]; this.columnCONTADJUST_TYPE = base.Columns["CONTADJUST_TYPE"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnEFFECTIVE_DATE = base.Columns["EFFECTIVE_DATE"]; this.columnINT_CONTINTTYPE = base.Columns["INT_CONTINTTYPE"]; this.columnINT_CONTINTRATE = base.Columns["INT_CONTINTRATE"]; this.columnINT_CONTINTTABCODE = base.Columns["INT_CONTINTTABCODE"]; this.columnINT_CONTINTINCREASE = base.Columns["INT_CONTINTINCREASE"]; this.columnINT_TIMETYPE = base.Columns["INT_TIMETYPE"]; this.columnINT_TIMEAMT = base.Columns["INT_TIMEAMT"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnCONTADJUST_DOCNO = new global::System.Data.DataColumn("CONTADJUST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_DOCNO); this.columnCONTADJUST_TYPE = new global::System.Data.DataColumn("CONTADJUST_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_TYPE); this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnEFFECTIVE_DATE = new global::System.Data.DataColumn("EFFECTIVE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEFFECTIVE_DATE); this.columnINT_CONTINTTYPE = new global::System.Data.DataColumn("INT_CONTINTTYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTTYPE); this.columnINT_CONTINTRATE = new global::System.Data.DataColumn("INT_CONTINTRATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTRATE); this.columnINT_CONTINTTABCODE = new global::System.Data.DataColumn("INT_CONTINTTABCODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTTABCODE); this.columnINT_CONTINTINCREASE = new global::System.Data.DataColumn("INT_CONTINTINCREASE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_CONTINTINCREASE); this.columnINT_TIMETYPE = new global::System.Data.DataColumn("INT_TIMETYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_TIMETYPE); this.columnINT_TIMEAMT = new global::System.Data.DataColumn("INT_TIMEAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_TIMEAMT); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnCONTADJUST_DOCNO, this.columnCONTADJUST_TYPE, this.columnSEQ_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnCONTADJUST_DOCNO.AllowDBNull = false; this.columnCONTADJUST_DOCNO.MaxLength = 10; this.columnCONTADJUST_TYPE.AllowDBNull = false; this.columnCONTADJUST_TYPE.MaxLength = 3; this.columnSEQ_NO.AllowDBNull = false; this.columnINT_CONTINTTABCODE.MaxLength = 5; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTINTSPCRow NewLNREQCONTADJUSTINTSPCRow() { return ((LNREQCONTADJUSTINTSPCRow)(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 LNREQCONTADJUSTINTSPCRow(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(LNREQCONTADJUSTINTSPCRow); } [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.LNREQCONTADJUSTINTSPCRowChanged != null)) { this.LNREQCONTADJUSTINTSPCRowChanged(this, new LNREQCONTADJUSTINTSPCRowChangeEvent(((LNREQCONTADJUSTINTSPCRow)(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.LNREQCONTADJUSTINTSPCRowChanging != null)) { this.LNREQCONTADJUSTINTSPCRowChanging(this, new LNREQCONTADJUSTINTSPCRowChangeEvent(((LNREQCONTADJUSTINTSPCRow)(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.LNREQCONTADJUSTINTSPCRowDeleted != null)) { this.LNREQCONTADJUSTINTSPCRowDeleted(this, new LNREQCONTADJUSTINTSPCRowChangeEvent(((LNREQCONTADJUSTINTSPCRow)(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.LNREQCONTADJUSTINTSPCRowDeleting != null)) { this.LNREQCONTADJUSTINTSPCRowDeleting(this, new LNREQCONTADJUSTINTSPCRowChangeEvent(((LNREQCONTADJUSTINTSPCRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNREQCONTADJUSTINTSPCRow(LNREQCONTADJUSTINTSPCRow 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 = "LNREQCONTADJUSTINTSPCDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNREQCONTADJUSTCOLLDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnCONTADJUST_DOCNO; private global::System.Data.DataColumn columnCONTADJUST_TYPE; private global::System.Data.DataColumn columnSEQ_NO; private global::System.Data.DataColumn columnLOANCOLLTYPE_CODE; private global::System.Data.DataColumn columnREFCOOP_ID; private global::System.Data.DataColumn columnREF_COLLNO; private global::System.Data.DataColumn columnDESCRIPTION; private global::System.Data.DataColumn columnCOLLBASE_AMT; private global::System.Data.DataColumn columnCOLLBASE_PERCENT; private global::System.Data.DataColumn columnCOLLUSED_AMT; private global::System.Data.DataColumn columnCOLLBALANCE_AMT; private global::System.Data.DataColumn columnCOLLMAX_AMT; private global::System.Data.DataColumn columnCOLLACTIVE_AMT; private global::System.Data.DataColumn columnCOLLACTIVE_PERCENT; private global::System.Data.DataColumn columnSUM_COLLACTIVE_AMT; private global::System.Data.DataColumn columnSUM_COLLACTIVE_PERCENT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTCOLLDataTable() { this.TableName = "LNREQCONTADJUSTCOLL"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTCOLLDataTable(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 LNREQCONTADJUSTCOLLDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COOP_IDColumn { get { return this.columnCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_DOCNOColumn { get { return this.columnCONTADJUST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONTADJUST_TYPEColumn { get { return this.columnCONTADJUST_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SEQ_NOColumn { get { return this.columnSEQ_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LOANCOLLTYPE_CODEColumn { get { return this.columnLOANCOLLTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFCOOP_IDColumn { get { return this.columnREFCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REF_COLLNOColumn { get { return this.columnREF_COLLNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DESCRIPTIONColumn { get { return this.columnDESCRIPTION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLBASE_AMTColumn { get { return this.columnCOLLBASE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLBASE_PERCENTColumn { get { return this.columnCOLLBASE_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLUSED_AMTColumn { get { return this.columnCOLLUSED_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLBALANCE_AMTColumn { get { return this.columnCOLLBALANCE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMAX_AMTColumn { get { return this.columnCOLLMAX_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLACTIVE_AMTColumn { get { return this.columnCOLLACTIVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLACTIVE_PERCENTColumn { get { return this.columnCOLLACTIVE_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUM_COLLACTIVE_AMTColumn { get { return this.columnSUM_COLLACTIVE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SUM_COLLACTIVE_PERCENTColumn { get { return this.columnSUM_COLLACTIVE_PERCENT; } } [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 LNREQCONTADJUSTCOLLRow this[int index] { get { return ((LNREQCONTADJUSTCOLLRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTCOLLRowChangeEventHandler LNREQCONTADJUSTCOLLRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTCOLLRowChangeEventHandler LNREQCONTADJUSTCOLLRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTCOLLRowChangeEventHandler LNREQCONTADJUSTCOLLRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNREQCONTADJUSTCOLLRowChangeEventHandler LNREQCONTADJUSTCOLLRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNREQCONTADJUSTCOLLRow(LNREQCONTADJUSTCOLLRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTCOLLRow AddLNREQCONTADJUSTCOLLRow( string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_TYPE, decimal SEQ_NO, string LOANCOLLTYPE_CODE, string REFCOOP_ID, string REF_COLLNO, string DESCRIPTION, decimal COLLBASE_AMT, decimal COLLBASE_PERCENT, decimal COLLUSED_AMT, decimal COLLBALANCE_AMT, decimal COLLMAX_AMT, decimal COLLACTIVE_AMT, decimal COLLACTIVE_PERCENT, decimal SUM_COLLACTIVE_AMT, decimal SUM_COLLACTIVE_PERCENT) { LNREQCONTADJUSTCOLLRow rowLNREQCONTADJUSTCOLLRow = ((LNREQCONTADJUSTCOLLRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, CONTADJUST_DOCNO, CONTADJUST_TYPE, SEQ_NO, LOANCOLLTYPE_CODE, REFCOOP_ID, REF_COLLNO, DESCRIPTION, COLLBASE_AMT, COLLBASE_PERCENT, COLLUSED_AMT, COLLBALANCE_AMT, COLLMAX_AMT, COLLACTIVE_AMT, COLLACTIVE_PERCENT, SUM_COLLACTIVE_AMT, SUM_COLLACTIVE_PERCENT}; rowLNREQCONTADJUSTCOLLRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNREQCONTADJUSTCOLLRow); return rowLNREQCONTADJUSTCOLLRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTCOLLRow FindByCOOP_IDCONTADJUST_DOCNOCONTADJUST_TYPESEQ_NO(string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_TYPE, decimal SEQ_NO) { return ((LNREQCONTADJUSTCOLLRow)(this.Rows.Find(new object[] { COOP_ID, CONTADJUST_DOCNO, CONTADJUST_TYPE, SEQ_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNREQCONTADJUSTCOLLDataTable cln = ((LNREQCONTADJUSTCOLLDataTable)(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 LNREQCONTADJUSTCOLLDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnCONTADJUST_DOCNO = base.Columns["CONTADJUST_DOCNO"]; this.columnCONTADJUST_TYPE = base.Columns["CONTADJUST_TYPE"]; this.columnSEQ_NO = base.Columns["SEQ_NO"]; this.columnLOANCOLLTYPE_CODE = base.Columns["LOANCOLLTYPE_CODE"]; this.columnREFCOOP_ID = base.Columns["REFCOOP_ID"]; this.columnREF_COLLNO = base.Columns["REF_COLLNO"]; this.columnDESCRIPTION = base.Columns["DESCRIPTION"]; this.columnCOLLBASE_AMT = base.Columns["COLLBASE_AMT"]; this.columnCOLLBASE_PERCENT = base.Columns["COLLBASE_PERCENT"]; this.columnCOLLUSED_AMT = base.Columns["COLLUSED_AMT"]; this.columnCOLLBALANCE_AMT = base.Columns["COLLBALANCE_AMT"]; this.columnCOLLMAX_AMT = base.Columns["COLLMAX_AMT"]; this.columnCOLLACTIVE_AMT = base.Columns["COLLACTIVE_AMT"]; this.columnCOLLACTIVE_PERCENT = base.Columns["COLLACTIVE_PERCENT"]; this.columnSUM_COLLACTIVE_AMT = base.Columns["SUM_COLLACTIVE_AMT"]; this.columnSUM_COLLACTIVE_PERCENT = base.Columns["SUM_COLLACTIVE_PERCENT"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnCONTADJUST_DOCNO = new global::System.Data.DataColumn("CONTADJUST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_DOCNO); this.columnCONTADJUST_TYPE = new global::System.Data.DataColumn("CONTADJUST_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONTADJUST_TYPE); this.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSEQ_NO); this.columnLOANCOLLTYPE_CODE = new global::System.Data.DataColumn("LOANCOLLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANCOLLTYPE_CODE); this.columnREFCOOP_ID = new global::System.Data.DataColumn("REFCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFCOOP_ID); this.columnREF_COLLNO = new global::System.Data.DataColumn("REF_COLLNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREF_COLLNO); this.columnDESCRIPTION = new global::System.Data.DataColumn("DESCRIPTION", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDESCRIPTION); this.columnCOLLBASE_AMT = new global::System.Data.DataColumn("COLLBASE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLBASE_AMT); this.columnCOLLBASE_PERCENT = new global::System.Data.DataColumn("COLLBASE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLBASE_PERCENT); this.columnCOLLUSED_AMT = new global::System.Data.DataColumn("COLLUSED_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLUSED_AMT); this.columnCOLLBALANCE_AMT = new global::System.Data.DataColumn("COLLBALANCE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLBALANCE_AMT); this.columnCOLLMAX_AMT = new global::System.Data.DataColumn("COLLMAX_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAX_AMT); this.columnCOLLACTIVE_AMT = new global::System.Data.DataColumn("COLLACTIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLACTIVE_AMT); this.columnCOLLACTIVE_PERCENT = new global::System.Data.DataColumn("COLLACTIVE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLACTIVE_PERCENT); this.columnSUM_COLLACTIVE_AMT = new global::System.Data.DataColumn("SUM_COLLACTIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUM_COLLACTIVE_AMT); this.columnSUM_COLLACTIVE_PERCENT = new global::System.Data.DataColumn("SUM_COLLACTIVE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSUM_COLLACTIVE_PERCENT); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnCONTADJUST_DOCNO, this.columnCONTADJUST_TYPE, this.columnSEQ_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnCONTADJUST_DOCNO.AllowDBNull = false; this.columnCONTADJUST_DOCNO.MaxLength = 10; this.columnCONTADJUST_TYPE.AllowDBNull = false; this.columnCONTADJUST_TYPE.MaxLength = 3; this.columnSEQ_NO.AllowDBNull = false; this.columnLOANCOLLTYPE_CODE.MaxLength = 2; this.columnREFCOOP_ID.MaxLength = 6; this.columnREF_COLLNO.MaxLength = 15; this.columnDESCRIPTION.MaxLength = 500; this.columnSUM_COLLACTIVE_AMT.ReadOnly = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNREQCONTADJUSTCOLLRow NewLNREQCONTADJUSTCOLLRow() { return ((LNREQCONTADJUSTCOLLRow)(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 LNREQCONTADJUSTCOLLRow(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(LNREQCONTADJUSTCOLLRow); } [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.LNREQCONTADJUSTCOLLRowChanged != null)) { this.LNREQCONTADJUSTCOLLRowChanged(this, new LNREQCONTADJUSTCOLLRowChangeEvent(((LNREQCONTADJUSTCOLLRow)(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.LNREQCONTADJUSTCOLLRowChanging != null)) { this.LNREQCONTADJUSTCOLLRowChanging(this, new LNREQCONTADJUSTCOLLRowChangeEvent(((LNREQCONTADJUSTCOLLRow)(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.LNREQCONTADJUSTCOLLRowDeleted != null)) { this.LNREQCONTADJUSTCOLLRowDeleted(this, new LNREQCONTADJUSTCOLLRowChangeEvent(((LNREQCONTADJUSTCOLLRow)(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.LNREQCONTADJUSTCOLLRowDeleting != null)) { this.LNREQCONTADJUSTCOLLRowDeleting(this, new LNREQCONTADJUSTCOLLRowChangeEvent(((LNREQCONTADJUSTCOLLRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNREQCONTADJUSTCOLLRow(LNREQCONTADJUSTCOLLRow 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 = "LNREQCONTADJUSTCOLLDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class DataTable1DataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable { private global::System.Data.DataColumn columnpeople_no1; private global::System.Data.DataColumn columnpeople_no2; private global::System.Data.DataColumn columnpeople_name1; private global::System.Data.DataColumn columnpeople_name2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1DataTable() { this.TableName = "DataTable1"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1DataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataTable1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn people_no1Column { get { return this.columnpeople_no1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn people_no2Column { get { return this.columnpeople_no2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn people_name1Column { get { return this.columnpeople_name1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn people_name2Column { get { return this.columnpeople_name2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row this[int index] { get { return ((DataTable1Row)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDataTable1Row(DataTable1Row row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row AddDataTable1Row(string people_no1, string people_no2, string people_name1, string people_name2) { DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow())); object[] columnValuesArray = new object[] { people_no1, people_no2, people_name1, people_name2}; rowDataTable1Row.ItemArray = columnValuesArray; this.Rows.Add(rowDataTable1Row); return rowDataTable1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual global::System.Collections.IEnumerator GetEnumerator() { return this.Rows.GetEnumerator(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new DataTable1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnpeople_no1 = base.Columns["people_no1"]; this.columnpeople_no2 = base.Columns["people_no2"]; this.columnpeople_name1 = base.Columns["people_name1"]; this.columnpeople_name2 = base.Columns["people_name2"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnpeople_no1 = new global::System.Data.DataColumn("people_no1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnpeople_no1); this.columnpeople_no2 = new global::System.Data.DataColumn("people_no2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnpeople_no2); this.columnpeople_name1 = new global::System.Data.DataColumn("people_name1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnpeople_name1); this.columnpeople_name2 = new global::System.Data.DataColumn("people_name2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnpeople_name2); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row NewDataTable1Row() { return ((DataTable1Row)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new DataTable1Row(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(DataTable1Row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.DataTable1RowChanged != null)) { this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.DataTable1RowChanging != null)) { this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.DataTable1RowDeleted != null)) { this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.DataTable1RowDeleting != null)) { this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDataTable1Row(DataTable1Row row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "DataTable1DataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class LNREQCONTADJUSTRow : global::System.Data.DataRow { private LNREQCONTADJUSTDataTable tableLNREQCONTADJUST; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNREQCONTADJUST = ((LNREQCONTADJUSTDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_DESC { get { try { return ((string)(this[this.tableLNREQCONTADJUST.LOANTYPE_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.LOANTYPE_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANAPPROVE_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUST.LOANAPPROVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.LOANAPPROVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRINCIPAL_BALANCE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUST.PRINCIPAL_BALANCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.PRINCIPAL_BALANCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal WITHDRAWABLE_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUST.WITHDRAWABLE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.WITHDRAWABLE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PRENAME_DESC { get { try { return ((string)(this[this.tableLNREQCONTADJUST.PRENAME_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.PRENAME_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_NAME { get { try { return ((string)(this[this.tableLNREQCONTADJUST.MEMB_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.MEMB_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMB_SURNAME { get { try { return ((string)(this[this.tableLNREQCONTADJUST.MEMB_SURNAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.MEMB_SURNAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANTYPE_CODE { get { try { return ((string)(this[this.tableLNREQCONTADJUST.LOANTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.LOANTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PREFIX { get { try { return ((string)(this[this.tableLNREQCONTADJUST.PREFIXColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PREFIX\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.PREFIXColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MEMBER_TYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUST.MEMBER_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.MEMBER_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTLAW_STATUS { get { try { return ((decimal)(this[this.tableLNREQCONTADJUST.CONTLAW_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTLAW_STATUS\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.CONTLAW_STATUSColumn] = 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.tableLNREQCONTADJUST.COOP_IDColumn])); } set { this[this.tableLNREQCONTADJUST.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_DOCNO { get { return ((string)(this[this.tableLNREQCONTADJUST.CONTADJUST_DOCNOColumn])); } set { this[this.tableLNREQCONTADJUST.CONTADJUST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCOOP_ID { get { try { return ((string)(this[this.tableLNREQCONTADJUST.MEMCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.MEMCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { return ((string)(this[this.tableLNREQCONTADJUST.MEMBER_NOColumn])); } set { this[this.tableLNREQCONTADJUST.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONCOOP_ID { get { try { return ((string)(this[this.tableLNREQCONTADJUST.CONCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONCOOP_ID\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.CONCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCONTRACT_NO { get { try { return ((string)(this[this.tableLNREQCONTADJUST.LOANCONTRACT_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCONTRACT_NO\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.LOANCONTRACT_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime CONTADJUST_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNREQCONTADJUST.CONTADJUST_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTADJUST_DATE\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.CONTADJUST_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONTADJUST_STATUS { get { try { return ((decimal)(this[this.tableLNREQCONTADJUST.CONTADJUST_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONTADJUST_STATUS\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.CONTADJUST_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_ID { get { try { return ((string)(this[this.tableLNREQCONTADJUST.ENTRY_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.ENTRY_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime ENTRY_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNREQCONTADJUST.ENTRY_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.ENTRY_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ENTRY_BYCOOPID { get { try { return ((string)(this[this.tableLNREQCONTADJUST.ENTRY_BYCOOPIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_BYCOOPID\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.ENTRY_BYCOOPIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime EXPIRECONT_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNREQCONTADJUST.EXPIRECONT_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPIRECONT_DATE\' in table \'LNREQCONTADJUST\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUST.EXPIRECONT_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_DESCNull() { return this.IsNull(this.tableLNREQCONTADJUST.LOANTYPE_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_DESCNull() { this[this.tableLNREQCONTADJUST.LOANTYPE_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANAPPROVE_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUST.LOANAPPROVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANAPPROVE_AMTNull() { this[this.tableLNREQCONTADJUST.LOANAPPROVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRINCIPAL_BALANCENull() { return this.IsNull(this.tableLNREQCONTADJUST.PRINCIPAL_BALANCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRINCIPAL_BALANCENull() { this[this.tableLNREQCONTADJUST.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsWITHDRAWABLE_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUST.WITHDRAWABLE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetWITHDRAWABLE_AMTNull() { this[this.tableLNREQCONTADJUST.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRENAME_DESCNull() { return this.IsNull(this.tableLNREQCONTADJUST.PRENAME_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRENAME_DESCNull() { this[this.tableLNREQCONTADJUST.PRENAME_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_NAMENull() { return this.IsNull(this.tableLNREQCONTADJUST.MEMB_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_NAMENull() { this[this.tableLNREQCONTADJUST.MEMB_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMB_SURNAMENull() { return this.IsNull(this.tableLNREQCONTADJUST.MEMB_SURNAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMB_SURNAMENull() { this[this.tableLNREQCONTADJUST.MEMB_SURNAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANTYPE_CODENull() { return this.IsNull(this.tableLNREQCONTADJUST.LOANTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANTYPE_CODENull() { this[this.tableLNREQCONTADJUST.LOANTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPREFIXNull() { return this.IsNull(this.tableLNREQCONTADJUST.PREFIXColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPREFIXNull() { this[this.tableLNREQCONTADJUST.PREFIXColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_TYPENull() { return this.IsNull(this.tableLNREQCONTADJUST.MEMBER_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_TYPENull() { this[this.tableLNREQCONTADJUST.MEMBER_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTLAW_STATUSNull() { return this.IsNull(this.tableLNREQCONTADJUST.CONTLAW_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTLAW_STATUSNull() { this[this.tableLNREQCONTADJUST.CONTLAW_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMCOOP_IDNull() { return this.IsNull(this.tableLNREQCONTADJUST.MEMCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMCOOP_IDNull() { this[this.tableLNREQCONTADJUST.MEMCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONCOOP_IDNull() { return this.IsNull(this.tableLNREQCONTADJUST.CONCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONCOOP_IDNull() { this[this.tableLNREQCONTADJUST.CONCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCONTRACT_NONull() { return this.IsNull(this.tableLNREQCONTADJUST.LOANCONTRACT_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCONTRACT_NONull() { this[this.tableLNREQCONTADJUST.LOANCONTRACT_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTADJUST_DATENull() { return this.IsNull(this.tableLNREQCONTADJUST.CONTADJUST_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTADJUST_DATENull() { this[this.tableLNREQCONTADJUST.CONTADJUST_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONTADJUST_STATUSNull() { return this.IsNull(this.tableLNREQCONTADJUST.CONTADJUST_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONTADJUST_STATUSNull() { this[this.tableLNREQCONTADJUST.CONTADJUST_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_IDNull() { return this.IsNull(this.tableLNREQCONTADJUST.ENTRY_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_IDNull() { this[this.tableLNREQCONTADJUST.ENTRY_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_DATENull() { return this.IsNull(this.tableLNREQCONTADJUST.ENTRY_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_DATENull() { this[this.tableLNREQCONTADJUST.ENTRY_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsENTRY_BYCOOPIDNull() { return this.IsNull(this.tableLNREQCONTADJUST.ENTRY_BYCOOPIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetENTRY_BYCOOPIDNull() { this[this.tableLNREQCONTADJUST.ENTRY_BYCOOPIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPIRECONT_DATENull() { return this.IsNull(this.tableLNREQCONTADJUST.EXPIRECONT_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPIRECONT_DATENull() { this[this.tableLNREQCONTADJUST.EXPIRECONT_DATEColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNREQCONTADJUSTDETRow : global::System.Data.DataRow { private LNREQCONTADJUSTDETDataTable tableLNREQCONTADJUSTDET; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTDETRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNREQCONTADJUSTDET = ((LNREQCONTADJUSTDETDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableLNREQCONTADJUSTDET.COOP_IDColumn])); } set { this[this.tableLNREQCONTADJUSTDET.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_DOCNO { get { return ((string)(this[this.tableLNREQCONTADJUSTDET.CONTADJUST_DOCNOColumn])); } set { this[this.tableLNREQCONTADJUSTDET.CONTADJUST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_CODE { get { return ((string)(this[this.tableLNREQCONTADJUSTDET.CONTADJUST_CODEColumn])); } set { this[this.tableLNREQCONTADJUSTDET.CONTADJUST_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LOANPAYMENT_TYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.LOANPAYMENT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAYMENT_TYPE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.LOANPAYMENT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYAMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYAMT\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYMENT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PERIOD_PAYMENT_MAX { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENT_MAXColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PERIOD_PAYMENT_MAX\' in table \'LNREQCONTADJUSTDET\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENT_MAXColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAYMENT_STATUS { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.PAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.PAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDPAYMENT_TYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDPAYMENT_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDPAYMENT_TYPE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDPAYMENT_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDPERIOD_PAYAMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDPERIOD_PAYAMT\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDPERIOD_PAYMENT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDPERIOD_PAYMENT\' in table \'LNREQCONTADJUSTDET\' is DBNull." + "", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDPERIOD_PAYMAX { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMAXColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDPERIOD_PAYMAX\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMAXColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDPAYMENT_STATUS { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDPAYMENT_STATUSColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDPAYMENT_STATUS\' in table \'LNREQCONTADJUSTDET\' is DBNull." + "", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDPAYMENT_STATUSColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTTYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.INT_CONTINTTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTYPE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTRATE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.INT_CONTINTRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTRATE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INT_CONTINTTABCODE { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.INT_CONTINTTABCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTABCODE\' in table \'LNREQCONTADJUSTDET\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTTABCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTINCREASE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.INT_CONTINTINCREASEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTINCREASE\' in table \'LNREQCONTADJUSTDET\' is DBNul" + "l.", e); } } set { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTINCREASEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_INTSTEPTYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.INT_INTSTEPTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_INTSTEPTYPE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.INT_INTSTEPTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDINT_CONTINTTYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDINT_CONTINTTYPE\' in table \'LNREQCONTADJUSTDET\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDINT_CONTINTRATE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDINT_CONTINTRATE\' in table \'LNREQCONTADJUSTDET\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLDINT_CONTINTTABCODE { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTABCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDINT_CONTINTTABCODE\' in table \'LNREQCONTADJUSTDET\' is DBN" + "ull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTABCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDINT_CONTINTINCREASE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTINCREASEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDINT_CONTINTINCREASE\' in table \'LNREQCONTADJUSTDET\' is DB" + "Null.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTINCREASEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLDINT_INTSTEPTYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTDET.OLDINT_INTSTEPTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDINT_INTSTEPTYPE\' in table \'LNREQCONTADJUSTDET\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDINT_INTSTEPTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_CODE { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.LOANPAY_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_CODE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.LOANPAY_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_BANK { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.LOANPAY_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BANK\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.LOANPAY_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_BRANCH { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.LOANPAY_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_BRANCH\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.LOANPAY_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANPAY_ACCID { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.LOANPAY_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANPAY_ACCID\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.LOANPAY_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLDLOANPAY_CODE { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDLOANPAY_CODE\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLDLOANPAY_BANK { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BANKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDLOANPAY_BANK\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BANKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLDLOANPAY_BRANCH { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BRANCHColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDLOANPAY_BRANCH\' in table \'LNREQCONTADJUSTDET\' is DBNull." + "", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BRANCHColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OLDLOANPAY_ACCID { get { try { return ((string)(this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_ACCIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLDLOANPAY_ACCID\' in table \'LNREQCONTADJUSTDET\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_ACCIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAYMENT_TYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.LOANPAYMENT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAYMENT_TYPENull() { this[this.tableLNREQCONTADJUSTDET.LOANPAYMENT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYAMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.PERIOD_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYAMTNull() { this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYMENTNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYMENTNull() { this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPERIOD_PAYMENT_MAXNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENT_MAXColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPERIOD_PAYMENT_MAXNull() { this[this.tableLNREQCONTADJUSTDET.PERIOD_PAYMENT_MAXColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAYMENT_STATUSNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.PAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAYMENT_STATUSNull() { this[this.tableLNREQCONTADJUSTDET.PAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDPAYMENT_TYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDPAYMENT_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDPAYMENT_TYPENull() { this[this.tableLNREQCONTADJUSTDET.OLDPAYMENT_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDPERIOD_PAYAMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDPERIOD_PAYAMTNull() { this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDPERIOD_PAYMENTNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDPERIOD_PAYMENTNull() { this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDPERIOD_PAYMAXNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMAXColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDPERIOD_PAYMAXNull() { this[this.tableLNREQCONTADJUSTDET.OLDPERIOD_PAYMAXColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDPAYMENT_STATUSNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDPAYMENT_STATUSColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDPAYMENT_STATUSNull() { this[this.tableLNREQCONTADJUSTDET.OLDPAYMENT_STATUSColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTTYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.INT_CONTINTTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTTYPENull() { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTRATENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.INT_CONTINTRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTRATENull() { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTTABCODENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.INT_CONTINTTABCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTTABCODENull() { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTTABCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTINCREASENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.INT_CONTINTINCREASEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTINCREASENull() { this[this.tableLNREQCONTADJUSTDET.INT_CONTINTINCREASEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_INTSTEPTYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.INT_INTSTEPTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_INTSTEPTYPENull() { this[this.tableLNREQCONTADJUSTDET.INT_INTSTEPTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDINT_CONTINTTYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDINT_CONTINTTYPENull() { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDINT_CONTINTRATENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDINT_CONTINTRATENull() { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDINT_CONTINTTABCODENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTABCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDINT_CONTINTTABCODENull() { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTTABCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDINT_CONTINTINCREASENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTINCREASEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDINT_CONTINTINCREASENull() { this[this.tableLNREQCONTADJUSTDET.OLDINT_CONTINTINCREASEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDINT_INTSTEPTYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDINT_INTSTEPTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDINT_INTSTEPTYPENull() { this[this.tableLNREQCONTADJUSTDET.OLDINT_INTSTEPTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_CODENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.LOANPAY_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_CODENull() { this[this.tableLNREQCONTADJUSTDET.LOANPAY_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_BANKNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.LOANPAY_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_BANKNull() { this[this.tableLNREQCONTADJUSTDET.LOANPAY_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_BRANCHNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.LOANPAY_BRANCHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_BRANCHNull() { this[this.tableLNREQCONTADJUSTDET.LOANPAY_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANPAY_ACCIDNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.LOANPAY_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANPAY_ACCIDNull() { this[this.tableLNREQCONTADJUSTDET.LOANPAY_ACCIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDLOANPAY_CODENull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDLOANPAY_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDLOANPAY_CODENull() { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDLOANPAY_BANKNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BANKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDLOANPAY_BANKNull() { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BANKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDLOANPAY_BRANCHNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BRANCHColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDLOANPAY_BRANCHNull() { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_BRANCHColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLDLOANPAY_ACCIDNull() { return this.IsNull(this.tableLNREQCONTADJUSTDET.OLDLOANPAY_ACCIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLDLOANPAY_ACCIDNull() { this[this.tableLNREQCONTADJUSTDET.OLDLOANPAY_ACCIDColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNREQCONTADJUSTINTSPCRow : global::System.Data.DataRow { private LNREQCONTADJUSTINTSPCDataTable tableLNREQCONTADJUSTINTSPC; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTINTSPCRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNREQCONTADJUSTINTSPC = ((LNREQCONTADJUSTINTSPCDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableLNREQCONTADJUSTINTSPC.COOP_IDColumn])); } set { this[this.tableLNREQCONTADJUSTINTSPC.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_DOCNO { get { return ((string)(this[this.tableLNREQCONTADJUSTINTSPC.CONTADJUST_DOCNOColumn])); } set { this[this.tableLNREQCONTADJUSTINTSPC.CONTADJUST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_TYPE { get { return ((string)(this[this.tableLNREQCONTADJUSTINTSPC.CONTADJUST_TYPEColumn])); } set { this[this.tableLNREQCONTADJUSTINTSPC.CONTADJUST_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { return ((decimal)(this[this.tableLNREQCONTADJUSTINTSPC.SEQ_NOColumn])); } set { this[this.tableLNREQCONTADJUSTINTSPC.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime EFFECTIVE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNREQCONTADJUSTINTSPC.EFFECTIVE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EFFECTIVE_DATE\' in table \'LNREQCONTADJUSTINTSPC\' is DBNull." + "", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.EFFECTIVE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTTYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTYPE\' in table \'LNREQCONTADJUSTINTSPC\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTRATE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTRATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTRATE\' in table \'LNREQCONTADJUSTINTSPC\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTRATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INT_CONTINTTABCODE { get { try { return ((string)(this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTABCODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTTABCODE\' in table \'LNREQCONTADJUSTINTSPC\' is DBN" + "ull.", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTABCODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_CONTINTINCREASE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTINCREASEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_CONTINTINCREASE\' in table \'LNREQCONTADJUSTINTSPC\' is DB" + "Null.", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTINCREASEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_TIMETYPE { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTINTSPC.INT_TIMETYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_TIMETYPE\' in table \'LNREQCONTADJUSTINTSPC\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.INT_TIMETYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_TIMEAMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTINTSPC.INT_TIMEAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_TIMEAMT\' in table \'LNREQCONTADJUSTINTSPC\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTINTSPC.INT_TIMEAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEFFECTIVE_DATENull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.EFFECTIVE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEFFECTIVE_DATENull() { this[this.tableLNREQCONTADJUSTINTSPC.EFFECTIVE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTTYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTTYPENull() { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTRATENull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTRATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTRATENull() { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTRATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTTABCODENull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTABCODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTTABCODENull() { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTTABCODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_CONTINTINCREASENull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTINCREASEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_CONTINTINCREASENull() { this[this.tableLNREQCONTADJUSTINTSPC.INT_CONTINTINCREASEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_TIMETYPENull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.INT_TIMETYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_TIMETYPENull() { this[this.tableLNREQCONTADJUSTINTSPC.INT_TIMETYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_TIMEAMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTINTSPC.INT_TIMEAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_TIMEAMTNull() { this[this.tableLNREQCONTADJUSTINTSPC.INT_TIMEAMTColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNREQCONTADJUSTCOLLRow : global::System.Data.DataRow { private LNREQCONTADJUSTCOLLDataTable tableLNREQCONTADJUSTCOLL; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNREQCONTADJUSTCOLLRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNREQCONTADJUSTCOLL = ((LNREQCONTADJUSTCOLLDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.COOP_IDColumn])); } set { this[this.tableLNREQCONTADJUSTCOLL.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_DOCNO { get { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.CONTADJUST_DOCNOColumn])); } set { this[this.tableLNREQCONTADJUSTCOLL.CONTADJUST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONTADJUST_TYPE { get { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.CONTADJUST_TYPEColumn])); } set { this[this.tableLNREQCONTADJUSTCOLL.CONTADJUST_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SEQ_NO { get { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.SEQ_NOColumn])); } set { this[this.tableLNREQCONTADJUSTCOLL.SEQ_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANCOLLTYPE_CODE { get { try { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.LOANCOLLTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANCOLLTYPE_CODE\' in table \'LNREQCONTADJUSTCOLL\' is DBNull" + ".", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.LOANCOLLTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFCOOP_ID { get { try { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.REFCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFCOOP_ID\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.REFCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REF_COLLNO { get { try { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.REF_COLLNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REF_COLLNO\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.REF_COLLNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DESCRIPTION { get { try { return ((string)(this[this.tableLNREQCONTADJUSTCOLL.DESCRIPTIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DESCRIPTION\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.DESCRIPTIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLBASE_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLBASE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLBASE_AMT\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLBASE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLBASE_PERCENT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLBASE_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLBASE_PERCENT\' in table \'LNREQCONTADJUSTCOLL\' is DBNull." + "", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLBASE_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLUSED_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLUSED_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLUSED_AMT\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLUSED_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLBALANCE_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLBALANCE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLBALANCE_AMT\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLBALANCE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLMAX_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLMAX_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAX_AMT\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLMAX_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLACTIVE_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_AMT\' in table \'LNREQCONTADJUSTCOLL\' is DBNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLACTIVE_PERCENT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_PERCENT\' in table \'LNREQCONTADJUSTCOLL\' is DBNul" + "l.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUM_COLLACTIVE_AMT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUM_COLLACTIVE_AMT\' in table \'LNREQCONTADJUSTCOLL\' is DBNul" + "l.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SUM_COLLACTIVE_PERCENT { get { try { return ((decimal)(this[this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SUM_COLLACTIVE_PERCENT\' in table \'LNREQCONTADJUSTCOLL\' is D" + "BNull.", e); } } set { this[this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANCOLLTYPE_CODENull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.LOANCOLLTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANCOLLTYPE_CODENull() { this[this.tableLNREQCONTADJUSTCOLL.LOANCOLLTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFCOOP_IDNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.REFCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFCOOP_IDNull() { this[this.tableLNREQCONTADJUSTCOLL.REFCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREF_COLLNONull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.REF_COLLNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREF_COLLNONull() { this[this.tableLNREQCONTADJUSTCOLL.REF_COLLNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDESCRIPTIONNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.DESCRIPTIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDESCRIPTIONNull() { this[this.tableLNREQCONTADJUSTCOLL.DESCRIPTIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLBASE_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLBASE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLBASE_AMTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLBASE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLBASE_PERCENTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLBASE_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLBASE_PERCENTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLBASE_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLUSED_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLUSED_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLUSED_AMTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLUSED_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLBALANCE_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLBALANCE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLBALANCE_AMTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLBALANCE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMAX_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLMAX_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAX_AMTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLMAX_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLACTIVE_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLACTIVE_AMTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLACTIVE_PERCENTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLACTIVE_PERCENTNull() { this[this.tableLNREQCONTADJUSTCOLL.COLLACTIVE_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUM_COLLACTIVE_AMTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUM_COLLACTIVE_AMTNull() { this[this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSUM_COLLACTIVE_PERCENTNull() { return this.IsNull(this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSUM_COLLACTIVE_PERCENTNull() { this[this.tableLNREQCONTADJUSTCOLL.SUM_COLLACTIVE_PERCENTColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DataTable1Row : global::System.Data.DataRow { private DataTable1DataTable tableDataTable1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1Row(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDataTable1 = ((DataTable1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string people_no1 { get { try { return ((string)(this[this.tableDataTable1.people_no1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'people_no1\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.people_no1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string people_no2 { get { try { return ((string)(this[this.tableDataTable1.people_no2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'people_no2\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.people_no2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string people_name1 { get { try { return ((string)(this[this.tableDataTable1.people_name1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'people_name1\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.people_name1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string people_name2 { get { try { return ((string)(this[this.tableDataTable1.people_name2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'people_name2\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.people_name2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ispeople_no1Null() { return this.IsNull(this.tableDataTable1.people_no1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setpeople_no1Null() { this[this.tableDataTable1.people_no1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ispeople_no2Null() { return this.IsNull(this.tableDataTable1.people_no2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setpeople_no2Null() { this[this.tableDataTable1.people_no2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ispeople_name1Null() { return this.IsNull(this.tableDataTable1.people_name1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setpeople_name1Null() { this[this.tableDataTable1.people_name1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ispeople_name2Null() { return this.IsNull(this.tableDataTable1.people_name2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setpeople_name2Null() { this[this.tableDataTable1.people_name2Column] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNREQCONTADJUSTRowChangeEvent : global::System.EventArgs { private LNREQCONTADJUSTRow 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 LNREQCONTADJUSTRowChangeEvent(LNREQCONTADJUSTRow 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 LNREQCONTADJUSTRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNREQCONTADJUSTDETRowChangeEvent : global::System.EventArgs { private LNREQCONTADJUSTDETRow 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 LNREQCONTADJUSTDETRowChangeEvent(LNREQCONTADJUSTDETRow 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 LNREQCONTADJUSTDETRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNREQCONTADJUSTINTSPCRowChangeEvent : global::System.EventArgs { private LNREQCONTADJUSTINTSPCRow 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 LNREQCONTADJUSTINTSPCRowChangeEvent(LNREQCONTADJUSTINTSPCRow 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 LNREQCONTADJUSTINTSPCRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNREQCONTADJUSTCOLLRowChangeEvent : global::System.EventArgs { private LNREQCONTADJUSTCOLLRow 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 LNREQCONTADJUSTCOLLRowChangeEvent(LNREQCONTADJUSTCOLLRow 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 LNREQCONTADJUSTCOLLRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class DataTable1RowChangeEvent : global::System.EventArgs { private DataTable1Row eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace Saving.Applications.shrlon.ws_sl_contract_adjust_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 LNREQCONTADJUSTTableAdapter : global::System.ComponentModel.Component { private global::System.Data.OracleClient.OracleDataAdapter _adapter; private global::System.Data.OracleClient.OracleConnection _connection; 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 LNREQCONTADJUSTTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private 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")] 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 = "LNREQCONTADJUST"; tableMapping.ColumnMappings.Add("LOANTYPE_DESC", "LOANTYPE_DESC"); tableMapping.ColumnMappings.Add("LOANAPPROVE_AMT", "LOANAPPROVE_AMT"); tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE"); tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT"); tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC"); tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME"); tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME"); tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE"); tableMapping.ColumnMappings.Add("PREFIX", "PREFIX"); tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE"); tableMapping.ColumnMappings.Add("CONTLAW_STATUS", "CONTLAW_STATUS"); tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("CONTADJUST_DOCNO", "CONTADJUST_DOCNO"); tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("CONCOOP_ID", "CONCOOP_ID"); tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO"); tableMapping.ColumnMappings.Add("CONTADJUST_DATE", "CONTADJUST_DATE"); tableMapping.ColumnMappings.Add("CONTADJUST_STATUS", "CONTADJUST_STATUS"); tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID"); tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE"); tableMapping.ColumnMappings.Add("ENTRY_BYCOOPID", "ENTRY_BYCOOPID"); tableMapping.ColumnMappings.Add("EXPIRECONT_DATE", "EXPIRECONT_DATE"); this._adapter.TableMappings.Add(tableMapping); } [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 \"LNLOANTYPE\".\"LOANTYPE_DESC\", \r\n \"LNCONTMASTER\".\"LOANAPPROVE_AMT" + "\", \r\n \"LNCONTMASTER\".\"PRINCIPAL_BALANCE\", \r\n \"LNCONTMASTER\"." + "\"WITHDRAWABLE_AMT\", \r\n \"MBUCFPRENAME\".\"PRENAME_DESC\", \r\n \"MB" + "MEMBMASTER\".\"MEMB_NAME\", \r\n \"MBMEMBMASTER\".\"MEMB_SURNAME\", \r\n " + " \"LNCONTMASTER\".\"LOANTYPE_CODE\", \r\n \"LNLOANTYPE\".\"PREFIX\", \r\n " + " \"MBMEMBMASTER\".\"MEMBER_TYPE\", \r\n \"LNCONTMASTER\".\"CONTLAW_STATUS\", " + " \r\n \"LNREQCONTADJUST\".\"COOP_ID\", \r\n \"LNREQCONTADJUST\".\"CONTADJ" + "UST_DOCNO\", \r\n \"LNREQCONTADJUST\".\"MEMCOOP_ID\", \r\n \"LNREQCONT" + "ADJUST\".\"MEMBER_NO\", \r\n \"LNREQCONTADJUST\".\"CONCOOP_ID\", \r\n \"" + "LNREQCONTADJUST\".\"LOANCONTRACT_NO\", \r\n \"LNREQCONTADJUST\".\"CONTADJUST_D" + "ATE\", \r\n \"LNREQCONTADJUST\".\"CONTADJUST_STATUS\", \r\n \"LNREQCON" + "TADJUST\".\"ENTRY_ID\", \r\n \"LNREQCONTADJUST\".\"ENTRY_DATE\", \r\n \"" + "LNREQCONTADJUST\".\"ENTRY_BYCOOPID\" , \r\n\"LNCONTMASTER\".EXPIRECONT_DATE\r\n FROM \"" + "LNREQCONTADJUST\", \r\n \"LNCONTMASTER\", \r\n \"MBMEMBMASTER\", \r\n" + " \"MBUCFPRENAME\", \r\n \"LNLOANTYPE\" \r\n WHERE ( \"LNCONTMASTER\"." + "\"MEMBER_NO\" = \"MBMEMBMASTER\".\"MEMBER_NO\" ) and \r\n ( \"MBUCFPRENAME\".\"PRE" + "NAME_CODE\" = \"MBMEMBMASTER\".\"PRENAME_CODE\" ) and \r\n ( \"LNCONTMASTER\".\"L" + "OANTYPE_CODE\" = \"LNLOANTYPE\".\"LOANTYPE_CODE\" ) and \r\n ( \"LNREQCONTADJUS" + "T\".\"LOANCONTRACT_NO\" = \"LNCONTMASTER\".\"LOANCONTRACT_NO\" ) and \r\n ( \"LNC" + "ONTMASTER\".\"COOP_ID\" = \"LNLOANTYPE\".\"COOP_ID\" ) and \r\n ( \"LNCONTMASTER\"" + ".\"MEMCOOP_ID\" = \"MBMEMBMASTER\".\"COOP_ID\" ) and \r\n ( \"LNREQCONTADJUST\".\"" + "CONCOOP_ID\" = \"LNCONTMASTER\".\"COOP_ID\" ) "; 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.LNREQCONTADJUSTDataTable 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.LNREQCONTADJUSTDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNREQCONTADJUSTDataTable dataTable = new DataSet1.LNREQCONTADJUSTDataTable(); this.Adapter.Fill(dataTable); return dataTable; } } /// ///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 LNREQCONTADJUSTDETTableAdapter : global::System.ComponentModel.Component { private global::System.Data.OracleClient.OracleDataAdapter _adapter; private global::System.Data.OracleClient.OracleConnection _connection; 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 LNREQCONTADJUSTDETTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private 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")] 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 = "LNREQCONTADJUSTDET"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("CONTADJUST_DOCNO", "CONTADJUST_DOCNO"); tableMapping.ColumnMappings.Add("CONTADJUST_CODE", "CONTADJUST_CODE"); tableMapping.ColumnMappings.Add("LOANPAYMENT_TYPE", "LOANPAYMENT_TYPE"); tableMapping.ColumnMappings.Add("PERIOD_PAYAMT", "PERIOD_PAYAMT"); tableMapping.ColumnMappings.Add("PERIOD_PAYMENT", "PERIOD_PAYMENT"); tableMapping.ColumnMappings.Add("PERIOD_PAYMENT_MAX", "PERIOD_PAYMENT_MAX"); tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS"); tableMapping.ColumnMappings.Add("OLDPAYMENT_TYPE", "OLDPAYMENT_TYPE"); tableMapping.ColumnMappings.Add("OLDPERIOD_PAYAMT", "OLDPERIOD_PAYAMT"); tableMapping.ColumnMappings.Add("OLDPERIOD_PAYMENT", "OLDPERIOD_PAYMENT"); tableMapping.ColumnMappings.Add("OLDPERIOD_PAYMAX", "OLDPERIOD_PAYMAX"); tableMapping.ColumnMappings.Add("OLDPAYMENT_STATUS", "OLDPAYMENT_STATUS"); tableMapping.ColumnMappings.Add("INT_CONTINTTYPE", "INT_CONTINTTYPE"); tableMapping.ColumnMappings.Add("INT_CONTINTRATE", "INT_CONTINTRATE"); tableMapping.ColumnMappings.Add("INT_CONTINTTABCODE", "INT_CONTINTTABCODE"); tableMapping.ColumnMappings.Add("INT_CONTINTINCREASE", "INT_CONTINTINCREASE"); tableMapping.ColumnMappings.Add("INT_INTSTEPTYPE", "INT_INTSTEPTYPE"); tableMapping.ColumnMappings.Add("OLDINT_CONTINTTYPE", "OLDINT_CONTINTTYPE"); tableMapping.ColumnMappings.Add("OLDINT_CONTINTRATE", "OLDINT_CONTINTRATE"); tableMapping.ColumnMappings.Add("OLDINT_CONTINTTABCODE", "OLDINT_CONTINTTABCODE"); tableMapping.ColumnMappings.Add("OLDINT_CONTINTINCREASE", "OLDINT_CONTINTINCREASE"); tableMapping.ColumnMappings.Add("OLDINT_INTSTEPTYPE", "OLDINT_INTSTEPTYPE"); tableMapping.ColumnMappings.Add("LOANPAY_CODE", "LOANPAY_CODE"); tableMapping.ColumnMappings.Add("LOANPAY_BANK", "LOANPAY_BANK"); tableMapping.ColumnMappings.Add("LOANPAY_BRANCH", "LOANPAY_BRANCH"); tableMapping.ColumnMappings.Add("LOANPAY_ACCID", "LOANPAY_ACCID"); tableMapping.ColumnMappings.Add("OLDLOANPAY_CODE", "OLDLOANPAY_CODE"); tableMapping.ColumnMappings.Add("OLDLOANPAY_BANK", "OLDLOANPAY_BANK"); tableMapping.ColumnMappings.Add("OLDLOANPAY_BRANCH", "OLDLOANPAY_BRANCH"); tableMapping.ColumnMappings.Add("OLDLOANPAY_ACCID", "OLDLOANPAY_ACCID"); 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 \"LNREQCONTADJUSTDET\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"CON" + "TADJUST_DOCNO\" = :Original_CONTADJUST_DOCNO) AND (\"CONTADJUST_CODE\" = :Original_" + "CONTADJUST_CODE))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_CODE", 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 ""LNREQCONTADJUSTDET"" (""COOP_ID"", ""CONTADJUST_DOCNO"", ""CONTADJUST_CODE"", ""LOANPAYMENT_TYPE"", ""PERIOD_PAYAMT"", ""PERIOD_PAYMENT"", ""PERIOD_PAYMENT_MAX"", ""PAYMENT_STATUS"", ""OLDPAYMENT_TYPE"", ""OLDPERIOD_PAYAMT"", ""OLDPERIOD_PAYMENT"", ""OLDPERIOD_PAYMAX"", ""OLDPAYMENT_STATUS"", ""INT_CONTINTTYPE"", ""INT_CONTINTRATE"", ""INT_CONTINTTABCODE"", ""INT_CONTINTINCREASE"", ""INT_INTSTEPTYPE"", ""OLDINT_CONTINTTYPE"", ""OLDINT_CONTINTRATE"", ""OLDINT_CONTINTTABCODE"", ""OLDINT_CONTINTINCREASE"", ""OLDINT_INTSTEPTYPE"", ""LOANPAY_CODE"", ""LOANPAY_BANK"", ""LOANPAY_BRANCH"", ""LOANPAY_ACCID"", ""OLDLOANPAY_CODE"", ""OLDLOANPAY_BANK"", ""OLDLOANPAY_BRANCH"", ""OLDLOANPAY_ACCID"") VALUES (:COOP_ID, :CONTADJUST_DOCNO, :CONTADJUST_CODE, :LOANPAYMENT_TYPE, :PERIOD_PAYAMT, :PERIOD_PAYMENT, :PERIOD_PAYMENT_MAX, :PAYMENT_STATUS, :OLDPAYMENT_TYPE, :OLDPERIOD_PAYAMT, :OLDPERIOD_PAYMENT, :OLDPERIOD_PAYMAX, :OLDPAYMENT_STATUS, :INT_CONTINTTYPE, :INT_CONTINTRATE, :INT_CONTINTTABCODE, :INT_CONTINTINCREASE, :INT_INTSTEPTYPE, :OLDINT_CONTINTTYPE, :OLDINT_CONTINTRATE, :OLDINT_CONTINTTABCODE, :p1, :OLDINT_INTSTEPTYPE, :LOANPAY_CODE, :LOANPAY_BANK, :LOANPAY_BRANCH, :LOANPAY_ACCID, :OLDLOANPAY_CODE, :OLDLOANPAY_BANK, :OLDLOANPAY_BRANCH, :OLDLOANPAY_ACCID)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT_MAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT_MAX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPERIOD_PAYMAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPERIOD_PAYMAX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDINT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDINT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDINT_CONTINTTABCODE", 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, "OLDINT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDINT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_ACCID", 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 ""LNREQCONTADJUSTDET"" SET ""COOP_ID"" = :COOP_ID, ""CONTADJUST_DOCNO"" = :CONTADJUST_DOCNO, ""CONTADJUST_CODE"" = :CONTADJUST_CODE, ""LOANPAYMENT_TYPE"" = :LOANPAYMENT_TYPE, ""PERIOD_PAYAMT"" = :PERIOD_PAYAMT, ""PERIOD_PAYMENT"" = :PERIOD_PAYMENT, ""PERIOD_PAYMENT_MAX"" = :PERIOD_PAYMENT_MAX, ""PAYMENT_STATUS"" = :PAYMENT_STATUS, ""OLDPAYMENT_TYPE"" = :OLDPAYMENT_TYPE, ""OLDPERIOD_PAYAMT"" = :OLDPERIOD_PAYAMT, ""OLDPERIOD_PAYMENT"" = :OLDPERIOD_PAYMENT, ""OLDPERIOD_PAYMAX"" = :OLDPERIOD_PAYMAX, ""OLDPAYMENT_STATUS"" = :OLDPAYMENT_STATUS, ""INT_CONTINTTYPE"" = :INT_CONTINTTYPE, ""INT_CONTINTRATE"" = :INT_CONTINTRATE, ""INT_CONTINTTABCODE"" = :INT_CONTINTTABCODE, ""INT_CONTINTINCREASE"" = :INT_CONTINTINCREASE, ""INT_INTSTEPTYPE"" = :INT_INTSTEPTYPE, ""OLDINT_CONTINTTYPE"" = :OLDINT_CONTINTTYPE, ""OLDINT_CONTINTRATE"" = :OLDINT_CONTINTRATE, ""OLDINT_CONTINTTABCODE"" = :OLDINT_CONTINTTABCODE, ""OLDINT_CONTINTINCREASE"" = :p1, ""OLDINT_INTSTEPTYPE"" = :OLDINT_INTSTEPTYPE, ""LOANPAY_CODE"" = :LOANPAY_CODE, ""LOANPAY_BANK"" = :LOANPAY_BANK, ""LOANPAY_BRANCH"" = :LOANPAY_BRANCH, ""LOANPAY_ACCID"" = :LOANPAY_ACCID, ""OLDLOANPAY_CODE"" = :OLDLOANPAY_CODE, ""OLDLOANPAY_BANK"" = :OLDLOANPAY_BANK, ""OLDLOANPAY_BRANCH"" = :OLDLOANPAY_BRANCH, ""OLDLOANPAY_ACCID"" = :OLDLOANPAY_ACCID WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""CONTADJUST_DOCNO"" = :Original_CONTADJUST_DOCNO) AND (""CONTADJUST_CODE"" = :Original_CONTADJUST_CODE))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LOANPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PERIOD_PAYMENT_MAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PERIOD_PAYMENT_MAX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPAYMENT_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPAYMENT_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPERIOD_PAYAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPERIOD_PAYAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPERIOD_PAYMENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPERIOD_PAYMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPERIOD_PAYMAX", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPERIOD_PAYMAX", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDPAYMENT_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDPAYMENT_STATUS", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDINT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDINT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDINT_CONTINTTABCODE", 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, "OLDINT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDINT_INTSTEPTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLDINT_INTSTEPTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_BANK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_BRANCH", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLDLOANPAY_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OLDLOANPAY_ACCID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_CODE", 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 \"LNREQCONTADJUSTDET\".\"COOP_ID\", \r\n \"LNREQCONTADJUSTDET\".\"CONTA" + "DJUST_DOCNO\", \r\n \"LNREQCONTADJUSTDET\".\"CONTADJUST_CODE\", \r\n " + "\"LNREQCONTADJUSTDET\".\"LOANPAYMENT_TYPE\", \r\n \"LNREQCONTADJUSTDET\".\"PERI" + "OD_PAYAMT\", \r\n \"LNREQCONTADJUSTDET\".\"PERIOD_PAYMENT\", \r\n \"LN" + "REQCONTADJUSTDET\".\"PERIOD_PAYMENT_MAX\", \r\n \"LNREQCONTADJUSTDET\".\"PAYME" + "NT_STATUS\", \r\n \"LNREQCONTADJUSTDET\".\"OLDPAYMENT_TYPE\", \r\n \"L" + "NREQCONTADJUSTDET\".\"OLDPERIOD_PAYAMT\", \r\n \"LNREQCONTADJUSTDET\".\"OLDPER" + "IOD_PAYMENT\", \r\n \"LNREQCONTADJUSTDET\".\"OLDPERIOD_PAYMAX\", \r\n " + " \"LNREQCONTADJUSTDET\".\"OLDPAYMENT_STATUS\",\r\n \"LNREQCONTADJUSTDET\".\"INT_C" + "ONTINTTYPE\", \r\n \"LNREQCONTADJUSTDET\".\"INT_CONTINTRATE\", \r\n \"" + "LNREQCONTADJUSTDET\".\"INT_CONTINTTABCODE\", \r\n \"LNREQCONTADJUSTDET\".\"INT" + "_CONTINTINCREASE\", \r\n \"LNREQCONTADJUSTDET\".\"INT_INTSTEPTYPE\", \r\n " + " \"LNREQCONTADJUSTDET\".\"OLDINT_CONTINTTYPE\", \r\n \"LNREQCONTADJUSTDET" + "\".\"OLDINT_CONTINTRATE\", \r\n \"LNREQCONTADJUSTDET\".\"OLDINT_CONTINTTABCODE" + "\", \r\n \"LNREQCONTADJUSTDET\".\"OLDINT_CONTINTINCREASE\", \r\n \"LNR" + "EQCONTADJUSTDET\".\"OLDINT_INTSTEPTYPE\", \r\n \"LNREQCONTADJUSTDET\".\"LOANPAY" + "_CODE\", \r\n \"LNREQCONTADJUSTDET\".\"LOANPAY_BANK\", \r\n \"LNREQCON" + "TADJUSTDET\".\"LOANPAY_BRANCH\", \r\n \"LNREQCONTADJUSTDET\".\"LOANPAY_ACCID\"," + " \r\n \"LNREQCONTADJUSTDET\".\"OLDLOANPAY_CODE\", \r\n \"LNREQCONTADJ" + "USTDET\".\"OLDLOANPAY_BANK\", \r\n \"LNREQCONTADJUSTDET\".\"OLDLOANPAY_BRANCH\"" + ", \r\n \"LNREQCONTADJUSTDET\".\"OLDLOANPAY_ACCID\" \r\n FROM \"LNREQCONTADJ" + "USTDET\" "; 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.LNREQCONTADJUSTDETDataTable 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.LNREQCONTADJUSTDETDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNREQCONTADJUSTDETDataTable dataTable = new DataSet1.LNREQCONTADJUSTDETDataTable(); 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.LNREQCONTADJUSTDETDataTable 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, "LNREQCONTADJUSTDET"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete(string Original_COOP_ID, string Original_CONTADJUST_DOCNO, string Original_CONTADJUST_CODE) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_DOCNO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CONTADJUST_DOCNO)); } if ((Original_CONTADJUST_CODE == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_CODE"); } else { this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_CONTADJUST_CODE)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_CODE, global::System.Nullable LOANPAYMENT_TYPE, global::System.Nullable PERIOD_PAYAMT, global::System.Nullable PERIOD_PAYMENT, global::System.Nullable PERIOD_PAYMENT_MAX, global::System.Nullable PAYMENT_STATUS, global::System.Nullable OLDPAYMENT_TYPE, global::System.Nullable OLDPERIOD_PAYAMT, global::System.Nullable OLDPERIOD_PAYMENT, global::System.Nullable OLDPERIOD_PAYMAX, global::System.Nullable OLDPAYMENT_STATUS, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_INTSTEPTYPE, global::System.Nullable OLDINT_CONTINTTYPE, global::System.Nullable OLDINT_CONTINTRATE, string OLDINT_CONTINTTABCODE, global::System.Nullable p1, global::System.Nullable OLDINT_INTSTEPTYPE, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, string OLDLOANPAY_CODE, string OLDLOANPAY_BANK, string OLDLOANPAY_BRANCH, string OLDLOANPAY_ACCID) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("CONTADJUST_DOCNO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CONTADJUST_DOCNO)); } if ((CONTADJUST_CODE == null)) { throw new global::System.ArgumentNullException("CONTADJUST_CODE"); } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(CONTADJUST_CODE)); } if ((LOANPAYMENT_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(LOANPAYMENT_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } if ((PERIOD_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(PERIOD_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(PERIOD_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT_MAX.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((PAYMENT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(PAYMENT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((OLDPAYMENT_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(OLDPAYMENT_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((OLDPERIOD_PAYAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(OLDPERIOD_PAYAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((OLDPERIOD_PAYMENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(OLDPERIOD_PAYMENT.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((OLDPERIOD_PAYMAX.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(OLDPERIOD_PAYMAX.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((OLDPAYMENT_STATUS.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(OLDPAYMENT_STATUS.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((INT_CONTINTTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(INT_CONTINTTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((INT_CONTINTRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(INT_CONTINTRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((INT_CONTINTTABCODE == null)) { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[15].Value = ((string)(INT_CONTINTTABCODE)); } if ((INT_CONTINTINCREASE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(INT_CONTINTINCREASE.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((INT_INTSTEPTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(INT_INTSTEPTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((OLDINT_CONTINTTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(OLDINT_CONTINTTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((OLDINT_CONTINTRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(OLDINT_CONTINTRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((OLDINT_CONTINTTABCODE == null)) { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[20].Value = ((string)(OLDINT_CONTINTTABCODE)); } if ((p1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(p1.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((OLDINT_INTSTEPTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[22].Value = ((decimal)(OLDINT_INTSTEPTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((LOANPAY_CODE == null)) { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[23].Value = ((string)(LOANPAY_CODE)); } if ((LOANPAY_BANK == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(LOANPAY_BANK)); } if ((LOANPAY_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[25].Value = ((string)(LOANPAY_BRANCH)); } if ((LOANPAY_ACCID == null)) { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[26].Value = ((string)(LOANPAY_ACCID)); } if ((OLDLOANPAY_CODE == null)) { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[27].Value = ((string)(OLDLOANPAY_CODE)); } if ((OLDLOANPAY_BANK == null)) { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[28].Value = ((string)(OLDLOANPAY_BANK)); } if ((OLDLOANPAY_BRANCH == null)) { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[29].Value = ((string)(OLDLOANPAY_BRANCH)); } if ((OLDLOANPAY_ACCID == null)) { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[30].Value = ((string)(OLDLOANPAY_ACCID)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_CODE, global::System.Nullable LOANPAYMENT_TYPE, global::System.Nullable PERIOD_PAYAMT, global::System.Nullable PERIOD_PAYMENT, global::System.Nullable PERIOD_PAYMENT_MAX, global::System.Nullable PAYMENT_STATUS, global::System.Nullable OLDPAYMENT_TYPE, global::System.Nullable OLDPERIOD_PAYAMT, global::System.Nullable OLDPERIOD_PAYMENT, global::System.Nullable OLDPERIOD_PAYMAX, global::System.Nullable OLDPAYMENT_STATUS, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_INTSTEPTYPE, global::System.Nullable OLDINT_CONTINTTYPE, global::System.Nullable OLDINT_CONTINTRATE, string OLDINT_CONTINTTABCODE, global::System.Nullable p1, global::System.Nullable OLDINT_INTSTEPTYPE, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, string OLDLOANPAY_CODE, string OLDLOANPAY_BANK, string OLDLOANPAY_BRANCH, string OLDLOANPAY_ACCID, string Original_COOP_ID, string Original_CONTADJUST_DOCNO, string Original_CONTADJUST_CODE) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("CONTADJUST_DOCNO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CONTADJUST_DOCNO)); } if ((CONTADJUST_CODE == null)) { throw new global::System.ArgumentNullException("CONTADJUST_CODE"); } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CONTADJUST_CODE)); } if ((LOANPAYMENT_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(LOANPAYMENT_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } if ((PERIOD_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(PERIOD_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(PERIOD_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((PERIOD_PAYMENT_MAX.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(PERIOD_PAYMENT_MAX.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((PAYMENT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(PAYMENT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((OLDPAYMENT_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(OLDPAYMENT_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((OLDPERIOD_PAYAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(OLDPERIOD_PAYAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((OLDPERIOD_PAYMENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(OLDPERIOD_PAYMENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((OLDPERIOD_PAYMAX.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(OLDPERIOD_PAYMAX.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((OLDPAYMENT_STATUS.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(OLDPAYMENT_STATUS.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((INT_CONTINTTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(INT_CONTINTTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((INT_CONTINTRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(INT_CONTINTRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((INT_CONTINTTABCODE == null)) { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(INT_CONTINTTABCODE)); } if ((INT_CONTINTINCREASE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(INT_CONTINTINCREASE.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((INT_INTSTEPTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(INT_INTSTEPTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((OLDINT_CONTINTTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[18].Value = ((decimal)(OLDINT_CONTINTTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((OLDINT_CONTINTRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[19].Value = ((decimal)(OLDINT_CONTINTRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((OLDINT_CONTINTTABCODE == null)) { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(OLDINT_CONTINTTABCODE)); } if ((p1.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(p1.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((OLDINT_INTSTEPTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[22].Value = ((decimal)(OLDINT_INTSTEPTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((LOANPAY_CODE == null)) { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(LOANPAY_CODE)); } if ((LOANPAY_BANK == null)) { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(LOANPAY_BANK)); } if ((LOANPAY_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(LOANPAY_BRANCH)); } if ((LOANPAY_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(LOANPAY_ACCID)); } if ((OLDLOANPAY_CODE == null)) { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(OLDLOANPAY_CODE)); } if ((OLDLOANPAY_BANK == null)) { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(OLDLOANPAY_BANK)); } if ((OLDLOANPAY_BRANCH == null)) { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(OLDLOANPAY_BRANCH)); } if ((OLDLOANPAY_ACCID == null)) { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(OLDLOANPAY_ACCID)); } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_COOP_ID)); } if ((Original_CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_DOCNO"); } else { this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(Original_CONTADJUST_DOCNO)); } if ((Original_CONTADJUST_CODE == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_CODE"); } else { this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_CONTADJUST_CODE)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( global::System.Nullable LOANPAYMENT_TYPE, global::System.Nullable PERIOD_PAYAMT, global::System.Nullable PERIOD_PAYMENT, global::System.Nullable PERIOD_PAYMENT_MAX, global::System.Nullable PAYMENT_STATUS, global::System.Nullable OLDPAYMENT_TYPE, global::System.Nullable OLDPERIOD_PAYAMT, global::System.Nullable OLDPERIOD_PAYMENT, global::System.Nullable OLDPERIOD_PAYMAX, global::System.Nullable OLDPAYMENT_STATUS, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_INTSTEPTYPE, global::System.Nullable OLDINT_CONTINTTYPE, global::System.Nullable OLDINT_CONTINTRATE, string OLDINT_CONTINTTABCODE, global::System.Nullable p1, global::System.Nullable OLDINT_INTSTEPTYPE, string LOANPAY_CODE, string LOANPAY_BANK, string LOANPAY_BRANCH, string LOANPAY_ACCID, string OLDLOANPAY_CODE, string OLDLOANPAY_BANK, string OLDLOANPAY_BRANCH, string OLDLOANPAY_ACCID, string Original_COOP_ID, string Original_CONTADJUST_DOCNO, string Original_CONTADJUST_CODE) { return this.Update(Original_COOP_ID, Original_CONTADJUST_DOCNO, Original_CONTADJUST_CODE, LOANPAYMENT_TYPE, PERIOD_PAYAMT, PERIOD_PAYMENT, PERIOD_PAYMENT_MAX, PAYMENT_STATUS, OLDPAYMENT_TYPE, OLDPERIOD_PAYAMT, OLDPERIOD_PAYMENT, OLDPERIOD_PAYMAX, OLDPAYMENT_STATUS, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTINTINCREASE, INT_INTSTEPTYPE, OLDINT_CONTINTTYPE, OLDINT_CONTINTRATE, OLDINT_CONTINTTABCODE, p1, OLDINT_INTSTEPTYPE, LOANPAY_CODE, LOANPAY_BANK, LOANPAY_BRANCH, LOANPAY_ACCID, OLDLOANPAY_CODE, OLDLOANPAY_BANK, OLDLOANPAY_BRANCH, OLDLOANPAY_ACCID, Original_COOP_ID, Original_CONTADJUST_DOCNO, Original_CONTADJUST_CODE); } } /// ///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 LNREQCONTADJUSTINTSPCTableAdapter : global::System.ComponentModel.Component { private global::System.Data.OracleClient.OracleDataAdapter _adapter; private global::System.Data.OracleClient.OracleConnection _connection; 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 LNREQCONTADJUSTINTSPCTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private 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")] 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 = "LNREQCONTADJUSTINTSPC"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("CONTADJUST_DOCNO", "CONTADJUST_DOCNO"); tableMapping.ColumnMappings.Add("CONTADJUST_TYPE", "CONTADJUST_TYPE"); tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO"); tableMapping.ColumnMappings.Add("EFFECTIVE_DATE", "EFFECTIVE_DATE"); tableMapping.ColumnMappings.Add("INT_CONTINTTYPE", "INT_CONTINTTYPE"); tableMapping.ColumnMappings.Add("INT_CONTINTRATE", "INT_CONTINTRATE"); tableMapping.ColumnMappings.Add("INT_CONTINTTABCODE", "INT_CONTINTTABCODE"); tableMapping.ColumnMappings.Add("INT_CONTINTINCREASE", "INT_CONTINTINCREASE"); tableMapping.ColumnMappings.Add("INT_TIMETYPE", "INT_TIMETYPE"); tableMapping.ColumnMappings.Add("INT_TIMEAMT", "INT_TIMEAMT"); 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 \"LNREQCONTADJUSTINTSPC\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"" + "CONTADJUST_DOCNO\" = :Original_CONTADJUST_DOCNO) AND (\"CONTADJUST_TYPE\" = :Origin" + "al_CONTADJUST_TYPE) AND (\"SEQ_NO\" = :Original_SEQ_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_TYPE", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = @"INSERT INTO ""LNREQCONTADJUSTINTSPC"" (""COOP_ID"", ""CONTADJUST_DOCNO"", ""CONTADJUST_TYPE"", ""SEQ_NO"", ""EFFECTIVE_DATE"", ""INT_CONTINTTYPE"", ""INT_CONTINTRATE"", ""INT_CONTINTTABCODE"", ""INT_CONTINTINCREASE"", ""INT_TIMETYPE"", ""INT_TIMEAMT"") VALUES (:COOP_ID, :CONTADJUST_DOCNO, :CONTADJUST_TYPE, :SEQ_NO, :EFFECTIVE_DATE, :INT_CONTINTTYPE, :INT_CONTINTRATE, :INT_CONTINTTABCODE, :INT_CONTINTINCREASE, :INT_TIMETYPE, :INT_TIMEAMT)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EFFECTIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EFFECTIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_TIMETYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_TIMETYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_TIMEAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_TIMEAMT", 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 ""LNREQCONTADJUSTINTSPC"" SET ""COOP_ID"" = :COOP_ID, ""CONTADJUST_DOCNO"" = :CONTADJUST_DOCNO, ""CONTADJUST_TYPE"" = :CONTADJUST_TYPE, ""SEQ_NO"" = :SEQ_NO, ""EFFECTIVE_DATE"" = :EFFECTIVE_DATE, ""INT_CONTINTTYPE"" = :INT_CONTINTTYPE, ""INT_CONTINTRATE"" = :INT_CONTINTRATE, ""INT_CONTINTTABCODE"" = :INT_CONTINTTABCODE, ""INT_CONTINTINCREASE"" = :INT_CONTINTINCREASE, ""INT_TIMETYPE"" = :INT_TIMETYPE, ""INT_TIMEAMT"" = :INT_TIMEAMT WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""CONTADJUST_DOCNO"" = :Original_CONTADJUST_DOCNO) AND (""CONTADJUST_TYPE"" = :Original_CONTADJUST_TYPE) AND (""SEQ_NO"" = :Original_SEQ_NO))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONTADJUST_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EFFECTIVE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EFFECTIVE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTRATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTRATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTTABCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTTABCODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_CONTINTINCREASE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_CONTINTINCREASE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_TIMETYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_TIMETYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_TIMEAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_TIMEAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_DOCNO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_CONTADJUST_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CONTADJUST_TYPE", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["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 ""LNREQCONTADJUSTINTSPC"".""COOP_ID"", ""LNREQCONTADJUSTINTSPC"".""CONTADJUST_DOCNO"", ""LNREQCONTADJUSTINTSPC"".""CONTADJUST_TYPE"", ""LNREQCONTADJUSTINTSPC"".""SEQ_NO"", ""LNREQCONTADJUSTINTSPC"".""EFFECTIVE_DATE"", ""LNREQCONTADJUSTINTSPC"".""INT_CONTINTTYPE"", ""LNREQCONTADJUSTINTSPC"".""INT_CONTINTRATE"", ""LNREQCONTADJUSTINTSPC"".""INT_CONTINTTABCODE"", ""LNREQCONTADJUSTINTSPC"".""INT_CONTINTINCREASE"", ""LNREQCONTADJUSTINTSPC"".""INT_TIMETYPE"", ""LNREQCONTADJUSTINTSPC"".""INT_TIMEAMT"" FROM ""LNREQCONTADJUSTINTSPC"""; 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.LNREQCONTADJUSTINTSPCDataTable 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.LNREQCONTADJUSTINTSPCDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNREQCONTADJUSTINTSPCDataTable dataTable = new DataSet1.LNREQCONTADJUSTINTSPCDataTable(); 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.LNREQCONTADJUSTINTSPCDataTable 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, "LNREQCONTADJUSTINTSPC"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete(string Original_COOP_ID, string Original_CONTADJUST_DOCNO, string Original_CONTADJUST_TYPE, decimal Original_SEQ_NO) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_DOCNO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CONTADJUST_DOCNO)); } if ((Original_CONTADJUST_TYPE == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_TYPE"); } else { this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_CONTADJUST_TYPE)); } this.Adapter.DeleteCommand.Parameters[3].Value = ((decimal)(Original_SEQ_NO)); global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert(string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_TYPE, decimal SEQ_NO, global::System.Nullable EFFECTIVE_DATE, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_TIMETYPE, global::System.Nullable INT_TIMEAMT) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("CONTADJUST_DOCNO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CONTADJUST_DOCNO)); } if ((CONTADJUST_TYPE == null)) { throw new global::System.ArgumentNullException("CONTADJUST_TYPE"); } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(CONTADJUST_TYPE)); } this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(SEQ_NO)); if ((EFFECTIVE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[4].Value = ((System.DateTime)(EFFECTIVE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((INT_CONTINTTYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(INT_CONTINTTYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((INT_CONTINTRATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(INT_CONTINTRATE.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((INT_CONTINTTABCODE == null)) { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[7].Value = ((string)(INT_CONTINTTABCODE)); } if ((INT_CONTINTINCREASE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(INT_CONTINTINCREASE.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((INT_TIMETYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(INT_TIMETYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((INT_TIMEAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(INT_TIMEAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update(string COOP_ID, string CONTADJUST_DOCNO, string CONTADJUST_TYPE, decimal SEQ_NO, global::System.Nullable EFFECTIVE_DATE, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_TIMETYPE, global::System.Nullable INT_TIMEAMT, string Original_COOP_ID, string Original_CONTADJUST_DOCNO, string Original_CONTADJUST_TYPE, decimal Original_SEQ_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("CONTADJUST_DOCNO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CONTADJUST_DOCNO)); } if ((CONTADJUST_TYPE == null)) { throw new global::System.ArgumentNullException("CONTADJUST_TYPE"); } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CONTADJUST_TYPE)); } this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(SEQ_NO)); if ((EFFECTIVE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[4].Value = ((System.DateTime)(EFFECTIVE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((INT_CONTINTTYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(INT_CONTINTTYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((INT_CONTINTRATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(INT_CONTINTRATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((INT_CONTINTTABCODE == null)) { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(INT_CONTINTTABCODE)); } if ((INT_CONTINTINCREASE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(INT_CONTINTINCREASE.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((INT_TIMETYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(INT_TIMETYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((INT_TIMEAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(INT_TIMEAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(Original_COOP_ID)); } if ((Original_CONTADJUST_DOCNO == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_DOCNO"); } else { this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(Original_CONTADJUST_DOCNO)); } if ((Original_CONTADJUST_TYPE == null)) { throw new global::System.ArgumentNullException("Original_CONTADJUST_TYPE"); } else { this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Original_CONTADJUST_TYPE)); } this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(Original_SEQ_NO)); global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update(global::System.Nullable EFFECTIVE_DATE, global::System.Nullable INT_CONTINTTYPE, global::System.Nullable INT_CONTINTRATE, string INT_CONTINTTABCODE, global::System.Nullable INT_CONTINTINCREASE, global::System.Nullable INT_TIMETYPE, global::System.Nullable INT_TIMEAMT, string Original_COOP_ID, string Original_CONTADJUST_DOCNO, string Original_CONTADJUST_TYPE, decimal Original_SEQ_NO) { return this.Update(Original_COOP_ID, Original_CONTADJUST_DOCNO, Original_CONTADJUST_TYPE, Original_SEQ_NO, EFFECTIVE_DATE, INT_CONTINTTYPE, INT_CONTINTRATE, INT_CONTINTTABCODE, INT_CONTINTINCREASE, INT_TIMETYPE, INT_TIMEAMT, Original_COOP_ID, Original_CONTADJUST_DOCNO, Original_CONTADJUST_TYPE, Original_SEQ_NO); } } } #pragma warning restore 1591