//------------------------------------------------------------------------------ // // 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.dlg.w_dlg_printcont_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 LNPRINTCONTDataTable tableLNPRINTCONT; 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["LNPRINTCONT"] != null)) { base.Tables.Add(new LNPRINTCONTDataTable(ds.Tables["LNPRINTCONT"])); } 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 LNPRINTCONTDataTable LNPRINTCONT { get { return this.tableLNPRINTCONT; } } [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["LNPRINTCONT"] != null)) { base.Tables.Add(new LNPRINTCONTDataTable(ds.Tables["LNPRINTCONT"])); } 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.tableLNPRINTCONT = ((LNPRINTCONTDataTable)(base.Tables["LNPRINTCONT"])); if ((initTable == true)) { if ((this.tableLNPRINTCONT != null)) { this.tableLNPRINTCONT.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.tableLNPRINTCONT = new LNPRINTCONTDataTable(); base.Tables.Add(this.tableLNPRINTCONT); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNPRINTCONT() { 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 LNPRINTCONTRowChangeEventHandler(object sender, LNPRINTCONTRowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNPRINTCONTDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnLOANREQUEST_DOCNO; private global::System.Data.DataColumn columnPAY_AMT1; private global::System.Data.DataColumn columnPAY_AMT2; private global::System.Data.DataColumn columnPAY_AMT3; private global::System.Data.DataColumn columnPAY_AMT4; private global::System.Data.DataColumn columnTYPE_PAY1; private global::System.Data.DataColumn columnTYPE_PAY2; private global::System.Data.DataColumn columnTYPE_PAY3; private global::System.Data.DataColumn columnTYPE_PAY4; private global::System.Data.DataColumn columnRECIEVE_AMT1; private global::System.Data.DataColumn columnRECIEVE_AMT2; private global::System.Data.DataColumn columnRECIEVE_AMT3; private global::System.Data.DataColumn columnRECIEVE_AMT4; private global::System.Data.DataColumn columnRECIEVE_PAY1; private global::System.Data.DataColumn columnRECIEVE_PAY2; private global::System.Data.DataColumn columnRECIEVE_PAY3; private global::System.Data.DataColumn columnRECIEVE_PAY4; private global::System.Data.DataColumn columnRECIEVE_LAND1; private global::System.Data.DataColumn columnRECIEVE_LAND2; private global::System.Data.DataColumn columnRECIEVE_LAND3; private global::System.Data.DataColumn columnRECIEVE_LAND4; private global::System.Data.DataColumn columnRECIEVE1; private global::System.Data.DataColumn columnRECIEVE2; private global::System.Data.DataColumn columnRECIEVE3; private global::System.Data.DataColumn columnRECIEVE4; private global::System.Data.DataColumn columnTYPE_AMT1; private global::System.Data.DataColumn columnTYPE_AMT2; private global::System.Data.DataColumn columnTYPE_AMT3; private global::System.Data.DataColumn columnTYPE_AMT4; private global::System.Data.DataColumn columnTYPE_LAND1; private global::System.Data.DataColumn columnTYPE_LAND2; private global::System.Data.DataColumn columnTYPE_LAND3; private global::System.Data.DataColumn columnTYPE_LAND4; private global::System.Data.DataColumn columnTYPE4; private global::System.Data.DataColumn columnTYPE3; private global::System.Data.DataColumn columnTYPE2; private global::System.Data.DataColumn columnTYPE1; private global::System.Data.DataColumn columnPAY_AMT5; private global::System.Data.DataColumn columnTYPE_PAY5; private global::System.Data.DataColumn columnRECIEVE_AMT5; private global::System.Data.DataColumn columnRECIEVE_PAY5; private global::System.Data.DataColumn columnRECIEVE_LAND5; private global::System.Data.DataColumn columnRECIEVE5; private global::System.Data.DataColumn columnTYPE5; private global::System.Data.DataColumn columnPAY_AMT6; private global::System.Data.DataColumn columnPAY_AMT7; private global::System.Data.DataColumn columnPAY_AMT8; private global::System.Data.DataColumn columnPAY_AMT9; private global::System.Data.DataColumn columnPAY_AMT10; private global::System.Data.DataColumn columnTYPE_AMT5; private global::System.Data.DataColumn columnTYPE_LAND5; private global::System.Data.DataColumn columnPAY_AMT11; private global::System.Data.DataColumn columnPAY_AMT12; private global::System.Data.DataColumn columnPAY_AMT13; private global::System.Data.DataColumn columnPAY_AMT14; private global::System.Data.DataColumn columnPAY_AMT15; private global::System.Data.DataColumn columnPAY_AMT16; private global::System.Data.DataColumn columnPAY_AMT17; private global::System.Data.DataColumn columnPAY_AMT18; private global::System.Data.DataColumn columnPAY_AMT19; private global::System.Data.DataColumn columnTOTAL; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNPRINTCONTDataTable() { this.TableName = "LNPRINTCONT"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNPRINTCONTDataTable(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 LNPRINTCONTDataTable(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 LOANREQUEST_DOCNOColumn { get { return this.columnLOANREQUEST_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT1Column { get { return this.columnPAY_AMT1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT2Column { get { return this.columnPAY_AMT2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT3Column { get { return this.columnPAY_AMT3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT4Column { get { return this.columnPAY_AMT4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_PAY1Column { get { return this.columnTYPE_PAY1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_PAY2Column { get { return this.columnTYPE_PAY2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_PAY3Column { get { return this.columnTYPE_PAY3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_PAY4Column { get { return this.columnTYPE_PAY4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_AMT1Column { get { return this.columnRECIEVE_AMT1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_AMT2Column { get { return this.columnRECIEVE_AMT2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_AMT3Column { get { return this.columnRECIEVE_AMT3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_AMT4Column { get { return this.columnRECIEVE_AMT4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_PAY1Column { get { return this.columnRECIEVE_PAY1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_PAY2Column { get { return this.columnRECIEVE_PAY2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_PAY3Column { get { return this.columnRECIEVE_PAY3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_PAY4Column { get { return this.columnRECIEVE_PAY4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_LAND1Column { get { return this.columnRECIEVE_LAND1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_LAND2Column { get { return this.columnRECIEVE_LAND2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_LAND3Column { get { return this.columnRECIEVE_LAND3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_LAND4Column { get { return this.columnRECIEVE_LAND4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE1Column { get { return this.columnRECIEVE1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE2Column { get { return this.columnRECIEVE2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE3Column { get { return this.columnRECIEVE3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE4Column { get { return this.columnRECIEVE4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_AMT1Column { get { return this.columnTYPE_AMT1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_AMT2Column { get { return this.columnTYPE_AMT2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_AMT3Column { get { return this.columnTYPE_AMT3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_AMT4Column { get { return this.columnTYPE_AMT4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_LAND1Column { get { return this.columnTYPE_LAND1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_LAND2Column { get { return this.columnTYPE_LAND2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_LAND3Column { get { return this.columnTYPE_LAND3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_LAND4Column { get { return this.columnTYPE_LAND4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE4Column { get { return this.columnTYPE4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE3Column { get { return this.columnTYPE3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE2Column { get { return this.columnTYPE2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE1Column { get { return this.columnTYPE1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT5Column { get { return this.columnPAY_AMT5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_PAY5Column { get { return this.columnTYPE_PAY5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_AMT5Column { get { return this.columnRECIEVE_AMT5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_PAY5Column { get { return this.columnRECIEVE_PAY5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE_LAND5Column { get { return this.columnRECIEVE_LAND5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RECIEVE5Column { get { return this.columnRECIEVE5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE5Column { get { return this.columnTYPE5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT6Column { get { return this.columnPAY_AMT6; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT7Column { get { return this.columnPAY_AMT7; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT8Column { get { return this.columnPAY_AMT8; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT9Column { get { return this.columnPAY_AMT9; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT10Column { get { return this.columnPAY_AMT10; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_AMT5Column { get { return this.columnTYPE_AMT5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TYPE_LAND5Column { get { return this.columnTYPE_LAND5; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT11Column { get { return this.columnPAY_AMT11; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT12Column { get { return this.columnPAY_AMT12; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT13Column { get { return this.columnPAY_AMT13; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT14Column { get { return this.columnPAY_AMT14; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT15Column { get { return this.columnPAY_AMT15; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT16Column { get { return this.columnPAY_AMT16; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT17Column { get { return this.columnPAY_AMT17; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT18Column { get { return this.columnPAY_AMT18; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAY_AMT19Column { get { return this.columnPAY_AMT19; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TOTALColumn { get { return this.columnTOTAL; } } [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 LNPRINTCONTRow this[int index] { get { return ((LNPRINTCONTRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNPRINTCONTRowChangeEventHandler LNPRINTCONTRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNPRINTCONTRowChangeEventHandler LNPRINTCONTRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNPRINTCONTRowChangeEventHandler LNPRINTCONTRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNPRINTCONTRowChangeEventHandler LNPRINTCONTRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNPRINTCONTRow(LNPRINTCONTRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNPRINTCONTRow AddLNPRINTCONTRow( string COOP_ID, string LOANREQUEST_DOCNO, decimal PAY_AMT1, decimal PAY_AMT2, decimal PAY_AMT3, decimal PAY_AMT4, string TYPE_PAY1, string TYPE_PAY2, string TYPE_PAY3, string TYPE_PAY4, decimal RECIEVE_AMT1, decimal RECIEVE_AMT2, decimal RECIEVE_AMT3, decimal RECIEVE_AMT4, decimal RECIEVE_PAY1, decimal RECIEVE_PAY2, decimal RECIEVE_PAY3, decimal RECIEVE_PAY4, decimal RECIEVE_LAND1, decimal RECIEVE_LAND2, decimal RECIEVE_LAND3, decimal RECIEVE_LAND4, string RECIEVE1, string RECIEVE2, string RECIEVE3, string RECIEVE4, decimal TYPE_AMT1, decimal TYPE_AMT2, decimal TYPE_AMT3, decimal TYPE_AMT4, decimal TYPE_LAND1, decimal TYPE_LAND2, decimal TYPE_LAND3, decimal TYPE_LAND4, string TYPE4, string TYPE3, string TYPE2, string TYPE1, decimal PAY_AMT5, string TYPE_PAY5, decimal RECIEVE_AMT5, decimal RECIEVE_PAY5, decimal RECIEVE_LAND5, string RECIEVE5, string TYPE5, string PAY_AMT6, string PAY_AMT7, string PAY_AMT8, string PAY_AMT9, string PAY_AMT10, decimal TYPE_AMT5, decimal TYPE_LAND5, decimal PAY_AMT11, decimal PAY_AMT12, decimal PAY_AMT13, string PAY_AMT14, string PAY_AMT15, string PAY_AMT16, string PAY_AMT17, string PAY_AMT18, decimal PAY_AMT19, decimal TOTAL) { LNPRINTCONTRow rowLNPRINTCONTRow = ((LNPRINTCONTRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, LOANREQUEST_DOCNO, PAY_AMT1, PAY_AMT2, PAY_AMT3, PAY_AMT4, TYPE_PAY1, TYPE_PAY2, TYPE_PAY3, TYPE_PAY4, RECIEVE_AMT1, RECIEVE_AMT2, RECIEVE_AMT3, RECIEVE_AMT4, RECIEVE_PAY1, RECIEVE_PAY2, RECIEVE_PAY3, RECIEVE_PAY4, RECIEVE_LAND1, RECIEVE_LAND2, RECIEVE_LAND3, RECIEVE_LAND4, RECIEVE1, RECIEVE2, RECIEVE3, RECIEVE4, TYPE_AMT1, TYPE_AMT2, TYPE_AMT3, TYPE_AMT4, TYPE_LAND1, TYPE_LAND2, TYPE_LAND3, TYPE_LAND4, TYPE4, TYPE3, TYPE2, TYPE1, PAY_AMT5, TYPE_PAY5, RECIEVE_AMT5, RECIEVE_PAY5, RECIEVE_LAND5, RECIEVE5, TYPE5, PAY_AMT6, PAY_AMT7, PAY_AMT8, PAY_AMT9, PAY_AMT10, TYPE_AMT5, TYPE_LAND5, PAY_AMT11, PAY_AMT12, PAY_AMT13, PAY_AMT14, PAY_AMT15, PAY_AMT16, PAY_AMT17, PAY_AMT18, PAY_AMT19, TOTAL}; rowLNPRINTCONTRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNPRINTCONTRow); return rowLNPRINTCONTRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNPRINTCONTDataTable cln = ((LNPRINTCONTDataTable)(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 LNPRINTCONTDataTable(); } [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.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"]; this.columnPAY_AMT1 = base.Columns["PAY_AMT1"]; this.columnPAY_AMT2 = base.Columns["PAY_AMT2"]; this.columnPAY_AMT3 = base.Columns["PAY_AMT3"]; this.columnPAY_AMT4 = base.Columns["PAY_AMT4"]; this.columnTYPE_PAY1 = base.Columns["TYPE_PAY1"]; this.columnTYPE_PAY2 = base.Columns["TYPE_PAY2"]; this.columnTYPE_PAY3 = base.Columns["TYPE_PAY3"]; this.columnTYPE_PAY4 = base.Columns["TYPE_PAY4"]; this.columnRECIEVE_AMT1 = base.Columns["RECIEVE_AMT1"]; this.columnRECIEVE_AMT2 = base.Columns["RECIEVE_AMT2"]; this.columnRECIEVE_AMT3 = base.Columns["RECIEVE_AMT3"]; this.columnRECIEVE_AMT4 = base.Columns["RECIEVE_AMT4"]; this.columnRECIEVE_PAY1 = base.Columns["RECIEVE_PAY1"]; this.columnRECIEVE_PAY2 = base.Columns["RECIEVE_PAY2"]; this.columnRECIEVE_PAY3 = base.Columns["RECIEVE_PAY3"]; this.columnRECIEVE_PAY4 = base.Columns["RECIEVE_PAY4"]; this.columnRECIEVE_LAND1 = base.Columns["RECIEVE_LAND1"]; this.columnRECIEVE_LAND2 = base.Columns["RECIEVE_LAND2"]; this.columnRECIEVE_LAND3 = base.Columns["RECIEVE_LAND3"]; this.columnRECIEVE_LAND4 = base.Columns["RECIEVE_LAND4"]; this.columnRECIEVE1 = base.Columns["RECIEVE1"]; this.columnRECIEVE2 = base.Columns["RECIEVE2"]; this.columnRECIEVE3 = base.Columns["RECIEVE3"]; this.columnRECIEVE4 = base.Columns["RECIEVE4"]; this.columnTYPE_AMT1 = base.Columns["TYPE_AMT1"]; this.columnTYPE_AMT2 = base.Columns["TYPE_AMT2"]; this.columnTYPE_AMT3 = base.Columns["TYPE_AMT3"]; this.columnTYPE_AMT4 = base.Columns["TYPE_AMT4"]; this.columnTYPE_LAND1 = base.Columns["TYPE_LAND1"]; this.columnTYPE_LAND2 = base.Columns["TYPE_LAND2"]; this.columnTYPE_LAND3 = base.Columns["TYPE_LAND3"]; this.columnTYPE_LAND4 = base.Columns["TYPE_LAND4"]; this.columnTYPE4 = base.Columns["TYPE4"]; this.columnTYPE3 = base.Columns["TYPE3"]; this.columnTYPE2 = base.Columns["TYPE2"]; this.columnTYPE1 = base.Columns["TYPE1"]; this.columnPAY_AMT5 = base.Columns["PAY_AMT5"]; this.columnTYPE_PAY5 = base.Columns["TYPE_PAY5"]; this.columnRECIEVE_AMT5 = base.Columns["RECIEVE_AMT5"]; this.columnRECIEVE_PAY5 = base.Columns["RECIEVE_PAY5"]; this.columnRECIEVE_LAND5 = base.Columns["RECIEVE_LAND5"]; this.columnRECIEVE5 = base.Columns["RECIEVE5"]; this.columnTYPE5 = base.Columns["TYPE5"]; this.columnPAY_AMT6 = base.Columns["PAY_AMT6"]; this.columnPAY_AMT7 = base.Columns["PAY_AMT7"]; this.columnPAY_AMT8 = base.Columns["PAY_AMT8"]; this.columnPAY_AMT9 = base.Columns["PAY_AMT9"]; this.columnPAY_AMT10 = base.Columns["PAY_AMT10"]; this.columnTYPE_AMT5 = base.Columns["TYPE_AMT5"]; this.columnTYPE_LAND5 = base.Columns["TYPE_LAND5"]; this.columnPAY_AMT11 = base.Columns["PAY_AMT11"]; this.columnPAY_AMT12 = base.Columns["PAY_AMT12"]; this.columnPAY_AMT13 = base.Columns["PAY_AMT13"]; this.columnPAY_AMT14 = base.Columns["PAY_AMT14"]; this.columnPAY_AMT15 = base.Columns["PAY_AMT15"]; this.columnPAY_AMT16 = base.Columns["PAY_AMT16"]; this.columnPAY_AMT17 = base.Columns["PAY_AMT17"]; this.columnPAY_AMT18 = base.Columns["PAY_AMT18"]; this.columnPAY_AMT19 = base.Columns["PAY_AMT19"]; this.columnTOTAL = base.Columns["TOTAL"]; } [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.columnLOANREQUEST_DOCNO = new global::System.Data.DataColumn("LOANREQUEST_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLOANREQUEST_DOCNO); this.columnPAY_AMT1 = new global::System.Data.DataColumn("PAY_AMT1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT1); this.columnPAY_AMT2 = new global::System.Data.DataColumn("PAY_AMT2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT2); this.columnPAY_AMT3 = new global::System.Data.DataColumn("PAY_AMT3", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT3); this.columnPAY_AMT4 = new global::System.Data.DataColumn("PAY_AMT4", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT4); this.columnTYPE_PAY1 = new global::System.Data.DataColumn("TYPE_PAY1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_PAY1); this.columnTYPE_PAY2 = new global::System.Data.DataColumn("TYPE_PAY2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_PAY2); this.columnTYPE_PAY3 = new global::System.Data.DataColumn("TYPE_PAY3", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_PAY3); this.columnTYPE_PAY4 = new global::System.Data.DataColumn("TYPE_PAY4", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_PAY4); this.columnRECIEVE_AMT1 = new global::System.Data.DataColumn("RECIEVE_AMT1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_AMT1); this.columnRECIEVE_AMT2 = new global::System.Data.DataColumn("RECIEVE_AMT2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_AMT2); this.columnRECIEVE_AMT3 = new global::System.Data.DataColumn("RECIEVE_AMT3", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_AMT3); this.columnRECIEVE_AMT4 = new global::System.Data.DataColumn("RECIEVE_AMT4", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_AMT4); this.columnRECIEVE_PAY1 = new global::System.Data.DataColumn("RECIEVE_PAY1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_PAY1); this.columnRECIEVE_PAY2 = new global::System.Data.DataColumn("RECIEVE_PAY2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_PAY2); this.columnRECIEVE_PAY3 = new global::System.Data.DataColumn("RECIEVE_PAY3", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_PAY3); this.columnRECIEVE_PAY4 = new global::System.Data.DataColumn("RECIEVE_PAY4", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_PAY4); this.columnRECIEVE_LAND1 = new global::System.Data.DataColumn("RECIEVE_LAND1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_LAND1); this.columnRECIEVE_LAND2 = new global::System.Data.DataColumn("RECIEVE_LAND2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_LAND2); this.columnRECIEVE_LAND3 = new global::System.Data.DataColumn("RECIEVE_LAND3", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_LAND3); this.columnRECIEVE_LAND4 = new global::System.Data.DataColumn("RECIEVE_LAND4", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_LAND4); this.columnRECIEVE1 = new global::System.Data.DataColumn("RECIEVE1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE1); this.columnRECIEVE2 = new global::System.Data.DataColumn("RECIEVE2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE2); this.columnRECIEVE3 = new global::System.Data.DataColumn("RECIEVE3", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE3); this.columnRECIEVE4 = new global::System.Data.DataColumn("RECIEVE4", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE4); this.columnTYPE_AMT1 = new global::System.Data.DataColumn("TYPE_AMT1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_AMT1); this.columnTYPE_AMT2 = new global::System.Data.DataColumn("TYPE_AMT2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_AMT2); this.columnTYPE_AMT3 = new global::System.Data.DataColumn("TYPE_AMT3", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_AMT3); this.columnTYPE_AMT4 = new global::System.Data.DataColumn("TYPE_AMT4", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_AMT4); this.columnTYPE_LAND1 = new global::System.Data.DataColumn("TYPE_LAND1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_LAND1); this.columnTYPE_LAND2 = new global::System.Data.DataColumn("TYPE_LAND2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_LAND2); this.columnTYPE_LAND3 = new global::System.Data.DataColumn("TYPE_LAND3", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_LAND3); this.columnTYPE_LAND4 = new global::System.Data.DataColumn("TYPE_LAND4", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_LAND4); this.columnTYPE4 = new global::System.Data.DataColumn("TYPE4", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE4); this.columnTYPE3 = new global::System.Data.DataColumn("TYPE3", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE3); this.columnTYPE2 = new global::System.Data.DataColumn("TYPE2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE2); this.columnTYPE1 = new global::System.Data.DataColumn("TYPE1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE1); this.columnPAY_AMT5 = new global::System.Data.DataColumn("PAY_AMT5", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT5); this.columnTYPE_PAY5 = new global::System.Data.DataColumn("TYPE_PAY5", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_PAY5); this.columnRECIEVE_AMT5 = new global::System.Data.DataColumn("RECIEVE_AMT5", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_AMT5); this.columnRECIEVE_PAY5 = new global::System.Data.DataColumn("RECIEVE_PAY5", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_PAY5); this.columnRECIEVE_LAND5 = new global::System.Data.DataColumn("RECIEVE_LAND5", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE_LAND5); this.columnRECIEVE5 = new global::System.Data.DataColumn("RECIEVE5", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRECIEVE5); this.columnTYPE5 = new global::System.Data.DataColumn("TYPE5", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE5); this.columnPAY_AMT6 = new global::System.Data.DataColumn("PAY_AMT6", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT6); this.columnPAY_AMT7 = new global::System.Data.DataColumn("PAY_AMT7", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT7); this.columnPAY_AMT8 = new global::System.Data.DataColumn("PAY_AMT8", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT8); this.columnPAY_AMT9 = new global::System.Data.DataColumn("PAY_AMT9", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT9); this.columnPAY_AMT10 = new global::System.Data.DataColumn("PAY_AMT10", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT10); this.columnTYPE_AMT5 = new global::System.Data.DataColumn("TYPE_AMT5", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_AMT5); this.columnTYPE_LAND5 = new global::System.Data.DataColumn("TYPE_LAND5", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTYPE_LAND5); this.columnPAY_AMT11 = new global::System.Data.DataColumn("PAY_AMT11", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT11); this.columnPAY_AMT12 = new global::System.Data.DataColumn("PAY_AMT12", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT12); this.columnPAY_AMT13 = new global::System.Data.DataColumn("PAY_AMT13", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT13); this.columnPAY_AMT14 = new global::System.Data.DataColumn("PAY_AMT14", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT14); this.columnPAY_AMT15 = new global::System.Data.DataColumn("PAY_AMT15", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT15); this.columnPAY_AMT16 = new global::System.Data.DataColumn("PAY_AMT16", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT16); this.columnPAY_AMT17 = new global::System.Data.DataColumn("PAY_AMT17", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT17); this.columnPAY_AMT18 = new global::System.Data.DataColumn("PAY_AMT18", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT18); this.columnPAY_AMT19 = new global::System.Data.DataColumn("PAY_AMT19", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAY_AMT19); this.columnTOTAL = new global::System.Data.DataColumn("TOTAL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTOTAL); this.columnCOOP_ID.MaxLength = 10; this.columnLOANREQUEST_DOCNO.MaxLength = 10; this.columnTYPE_PAY1.MaxLength = 100; this.columnTYPE_PAY2.MaxLength = 100; this.columnTYPE_PAY3.MaxLength = 100; this.columnTYPE_PAY4.MaxLength = 100; this.columnRECIEVE1.MaxLength = 100; this.columnRECIEVE2.MaxLength = 100; this.columnRECIEVE3.MaxLength = 100; this.columnRECIEVE4.MaxLength = 100; this.columnTYPE4.MaxLength = 100; this.columnTYPE3.MaxLength = 100; this.columnTYPE2.MaxLength = 100; this.columnTYPE1.MaxLength = 100; this.columnTYPE_PAY5.MaxLength = 100; this.columnRECIEVE5.MaxLength = 100; this.columnTYPE5.MaxLength = 100; this.columnPAY_AMT6.MaxLength = 50; this.columnPAY_AMT7.MaxLength = 50; this.columnPAY_AMT8.MaxLength = 50; this.columnPAY_AMT9.MaxLength = 50; this.columnPAY_AMT10.MaxLength = 50; this.columnPAY_AMT14.MaxLength = 50; this.columnPAY_AMT15.MaxLength = 50; this.columnPAY_AMT16.MaxLength = 50; this.columnPAY_AMT17.MaxLength = 50; this.columnPAY_AMT18.MaxLength = 50; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNPRINTCONTRow NewLNPRINTCONTRow() { return ((LNPRINTCONTRow)(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 LNPRINTCONTRow(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(LNPRINTCONTRow); } [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.LNPRINTCONTRowChanged != null)) { this.LNPRINTCONTRowChanged(this, new LNPRINTCONTRowChangeEvent(((LNPRINTCONTRow)(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.LNPRINTCONTRowChanging != null)) { this.LNPRINTCONTRowChanging(this, new LNPRINTCONTRowChangeEvent(((LNPRINTCONTRow)(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.LNPRINTCONTRowDeleted != null)) { this.LNPRINTCONTRowDeleted(this, new LNPRINTCONTRowChangeEvent(((LNPRINTCONTRow)(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.LNPRINTCONTRowDeleting != null)) { this.LNPRINTCONTRowDeleting(this, new LNPRINTCONTRowChangeEvent(((LNPRINTCONTRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNPRINTCONTRow(LNPRINTCONTRow 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 = "LNPRINTCONTDataTable"; 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 LNPRINTCONTRow : global::System.Data.DataRow { private LNPRINTCONTDataTable tableLNPRINTCONT; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNPRINTCONTRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNPRINTCONT = ((LNPRINTCONTDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { try { return ((string)(this[this.tableLNPRINTCONT.COOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COOP_ID\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LOANREQUEST_DOCNO { get { try { return ((string)(this[this.tableLNPRINTCONT.LOANREQUEST_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.LOANREQUEST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT1 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT2 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT3 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT4 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE_PAY1 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE_PAY1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_PAY1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_PAY1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE_PAY2 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE_PAY2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_PAY2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_PAY2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE_PAY3 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE_PAY3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_PAY3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_PAY3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE_PAY4 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE_PAY4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_PAY4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_PAY4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_AMT1 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_AMT1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_AMT1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_AMT1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_AMT2 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_AMT2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_AMT2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_AMT2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_AMT3 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_AMT3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_AMT3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_AMT3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_AMT4 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_AMT4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_AMT4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_AMT4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_PAY1 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_PAY1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_PAY1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_PAY1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_PAY2 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_PAY2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_PAY2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_PAY2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_PAY3 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_PAY3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_PAY3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_PAY3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_PAY4 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_PAY4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_PAY4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_PAY4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_LAND1 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_LAND1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_LAND1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_LAND1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_LAND2 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_LAND2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_LAND2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_LAND2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_LAND3 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_LAND3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_LAND3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_LAND3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_LAND4 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_LAND4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_LAND4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_LAND4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECIEVE1 { get { try { return ((string)(this[this.tableLNPRINTCONT.RECIEVE1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECIEVE2 { get { try { return ((string)(this[this.tableLNPRINTCONT.RECIEVE2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECIEVE3 { get { try { return ((string)(this[this.tableLNPRINTCONT.RECIEVE3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECIEVE4 { get { try { return ((string)(this[this.tableLNPRINTCONT.RECIEVE4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_AMT1 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_AMT1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_AMT1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_AMT1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_AMT2 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_AMT2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_AMT2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_AMT2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_AMT3 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_AMT3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_AMT3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_AMT3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_AMT4 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_AMT4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_AMT4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_AMT4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_LAND1 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_LAND1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_LAND1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_LAND1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_LAND2 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_LAND2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_LAND2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_LAND2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_LAND3 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_LAND3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_LAND3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_LAND3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_LAND4 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_LAND4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_LAND4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_LAND4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE4 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE4\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE3 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE3\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE2 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE2\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE1 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE1\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT5 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE_PAY5 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE_PAY5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_PAY5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_PAY5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_AMT5 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_AMT5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_AMT5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_AMT5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_PAY5 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_PAY5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_PAY5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_PAY5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal RECIEVE_LAND5 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.RECIEVE_LAND5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE_LAND5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE_LAND5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RECIEVE5 { get { try { return ((string)(this[this.tableLNPRINTCONT.RECIEVE5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RECIEVE5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.RECIEVE5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TYPE5 { get { try { return ((string)(this[this.tableLNPRINTCONT.TYPE5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT6 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT6Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT6\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT6Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT7 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT7Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT7\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT7Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT8 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT8Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT8\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT8Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT9 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT9Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT9\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT9Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT10 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT10Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT10\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT10Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_AMT5 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_AMT5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_AMT5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_AMT5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TYPE_LAND5 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TYPE_LAND5Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TYPE_LAND5\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TYPE_LAND5Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT11 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT11Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT11\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT11Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT12 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT12Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT12\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT12Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT13 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT13Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT13\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT13Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT14 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT14Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT14\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT14Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT15 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT15Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT15\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT15Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT16 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT16Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT16\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT16Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT17 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT17Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT17\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT17Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAY_AMT18 { get { try { return ((string)(this[this.tableLNPRINTCONT.PAY_AMT18Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT18\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT18Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PAY_AMT19 { get { try { return ((decimal)(this[this.tableLNPRINTCONT.PAY_AMT19Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAY_AMT19\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.PAY_AMT19Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TOTAL { get { try { return ((decimal)(this[this.tableLNPRINTCONT.TOTALColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TOTAL\' in table \'LNPRINTCONT\' is DBNull.", e); } } set { this[this.tableLNPRINTCONT.TOTALColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOOP_IDNull() { return this.IsNull(this.tableLNPRINTCONT.COOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOOP_IDNull() { this[this.tableLNPRINTCONT.COOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLOANREQUEST_DOCNONull() { return this.IsNull(this.tableLNPRINTCONT.LOANREQUEST_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLOANREQUEST_DOCNONull() { this[this.tableLNPRINTCONT.LOANREQUEST_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT1Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT1Null() { this[this.tableLNPRINTCONT.PAY_AMT1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT2Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT2Null() { this[this.tableLNPRINTCONT.PAY_AMT2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT3Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT3Null() { this[this.tableLNPRINTCONT.PAY_AMT3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT4Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT4Null() { this[this.tableLNPRINTCONT.PAY_AMT4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_PAY1Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_PAY1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_PAY1Null() { this[this.tableLNPRINTCONT.TYPE_PAY1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_PAY2Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_PAY2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_PAY2Null() { this[this.tableLNPRINTCONT.TYPE_PAY2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_PAY3Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_PAY3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_PAY3Null() { this[this.tableLNPRINTCONT.TYPE_PAY3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_PAY4Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_PAY4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_PAY4Null() { this[this.tableLNPRINTCONT.TYPE_PAY4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_AMT1Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_AMT1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_AMT1Null() { this[this.tableLNPRINTCONT.RECIEVE_AMT1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_AMT2Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_AMT2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_AMT2Null() { this[this.tableLNPRINTCONT.RECIEVE_AMT2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_AMT3Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_AMT3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_AMT3Null() { this[this.tableLNPRINTCONT.RECIEVE_AMT3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_AMT4Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_AMT4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_AMT4Null() { this[this.tableLNPRINTCONT.RECIEVE_AMT4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_PAY1Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_PAY1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_PAY1Null() { this[this.tableLNPRINTCONT.RECIEVE_PAY1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_PAY2Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_PAY2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_PAY2Null() { this[this.tableLNPRINTCONT.RECIEVE_PAY2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_PAY3Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_PAY3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_PAY3Null() { this[this.tableLNPRINTCONT.RECIEVE_PAY3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_PAY4Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_PAY4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_PAY4Null() { this[this.tableLNPRINTCONT.RECIEVE_PAY4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_LAND1Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_LAND1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_LAND1Null() { this[this.tableLNPRINTCONT.RECIEVE_LAND1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_LAND2Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_LAND2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_LAND2Null() { this[this.tableLNPRINTCONT.RECIEVE_LAND2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_LAND3Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_LAND3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_LAND3Null() { this[this.tableLNPRINTCONT.RECIEVE_LAND3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_LAND4Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_LAND4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_LAND4Null() { this[this.tableLNPRINTCONT.RECIEVE_LAND4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE1Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE1Null() { this[this.tableLNPRINTCONT.RECIEVE1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE2Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE2Null() { this[this.tableLNPRINTCONT.RECIEVE2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE3Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE3Null() { this[this.tableLNPRINTCONT.RECIEVE3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE4Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE4Null() { this[this.tableLNPRINTCONT.RECIEVE4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_AMT1Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_AMT1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_AMT1Null() { this[this.tableLNPRINTCONT.TYPE_AMT1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_AMT2Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_AMT2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_AMT2Null() { this[this.tableLNPRINTCONT.TYPE_AMT2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_AMT3Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_AMT3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_AMT3Null() { this[this.tableLNPRINTCONT.TYPE_AMT3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_AMT4Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_AMT4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_AMT4Null() { this[this.tableLNPRINTCONT.TYPE_AMT4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_LAND1Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_LAND1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_LAND1Null() { this[this.tableLNPRINTCONT.TYPE_LAND1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_LAND2Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_LAND2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_LAND2Null() { this[this.tableLNPRINTCONT.TYPE_LAND2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_LAND3Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_LAND3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_LAND3Null() { this[this.tableLNPRINTCONT.TYPE_LAND3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_LAND4Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_LAND4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_LAND4Null() { this[this.tableLNPRINTCONT.TYPE_LAND4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE4Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE4Null() { this[this.tableLNPRINTCONT.TYPE4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE3Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE3Null() { this[this.tableLNPRINTCONT.TYPE3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE2Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE2Null() { this[this.tableLNPRINTCONT.TYPE2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE1Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE1Null() { this[this.tableLNPRINTCONT.TYPE1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT5Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT5Null() { this[this.tableLNPRINTCONT.PAY_AMT5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_PAY5Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_PAY5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_PAY5Null() { this[this.tableLNPRINTCONT.TYPE_PAY5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_AMT5Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_AMT5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_AMT5Null() { this[this.tableLNPRINTCONT.RECIEVE_AMT5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_PAY5Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_PAY5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_PAY5Null() { this[this.tableLNPRINTCONT.RECIEVE_PAY5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE_LAND5Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE_LAND5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE_LAND5Null() { this[this.tableLNPRINTCONT.RECIEVE_LAND5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRECIEVE5Null() { return this.IsNull(this.tableLNPRINTCONT.RECIEVE5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRECIEVE5Null() { this[this.tableLNPRINTCONT.RECIEVE5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE5Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE5Null() { this[this.tableLNPRINTCONT.TYPE5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT6Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT6Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT6Null() { this[this.tableLNPRINTCONT.PAY_AMT6Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT7Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT7Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT7Null() { this[this.tableLNPRINTCONT.PAY_AMT7Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT8Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT8Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT8Null() { this[this.tableLNPRINTCONT.PAY_AMT8Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT9Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT9Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT9Null() { this[this.tableLNPRINTCONT.PAY_AMT9Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT10Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT10Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT10Null() { this[this.tableLNPRINTCONT.PAY_AMT10Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_AMT5Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_AMT5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_AMT5Null() { this[this.tableLNPRINTCONT.TYPE_AMT5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTYPE_LAND5Null() { return this.IsNull(this.tableLNPRINTCONT.TYPE_LAND5Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTYPE_LAND5Null() { this[this.tableLNPRINTCONT.TYPE_LAND5Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT11Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT11Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT11Null() { this[this.tableLNPRINTCONT.PAY_AMT11Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT12Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT12Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT12Null() { this[this.tableLNPRINTCONT.PAY_AMT12Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT13Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT13Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT13Null() { this[this.tableLNPRINTCONT.PAY_AMT13Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT14Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT14Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT14Null() { this[this.tableLNPRINTCONT.PAY_AMT14Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT15Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT15Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT15Null() { this[this.tableLNPRINTCONT.PAY_AMT15Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT16Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT16Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT16Null() { this[this.tableLNPRINTCONT.PAY_AMT16Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT17Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT17Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT17Null() { this[this.tableLNPRINTCONT.PAY_AMT17Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT18Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT18Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT18Null() { this[this.tableLNPRINTCONT.PAY_AMT18Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAY_AMT19Null() { return this.IsNull(this.tableLNPRINTCONT.PAY_AMT19Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAY_AMT19Null() { this[this.tableLNPRINTCONT.PAY_AMT19Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTOTALNull() { return this.IsNull(this.tableLNPRINTCONT.TOTALColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTOTALNull() { this[this.tableLNPRINTCONT.TOTALColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNPRINTCONTRowChangeEvent : global::System.EventArgs { private LNPRINTCONTRow 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 LNPRINTCONTRowChangeEvent(LNPRINTCONTRow 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 LNPRINTCONTRow 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.dlg.w_dlg_printcont_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 LNPRINTCONTTableAdapter : global::System.ComponentModel.Component { private global::System.Data.OracleClient.OracleDataAdapter _adapter; private global::System.Data.OracleClient.OracleConnection _connection; private global::System.Data.OracleClient.OracleTransaction _transaction; private global::System.Data.OracleClient.OracleCommand[] _commandCollection; private bool _clearBeforeFill; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNPRINTCONTTableAdapter() { this.ClearBeforeFill = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter { get { if ((this._adapter == null)) { this.InitAdapter(); } return this._adapter; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal global::System.Data.OracleClient.OracleConnection Connection { get { if ((this._connection == null)) { this.InitConnection(); } return this._connection; } set { this._connection = value; if ((this.Adapter.InsertCommand != null)) { this.Adapter.InsertCommand.Connection = value; } if ((this.Adapter.DeleteCommand != null)) { this.Adapter.DeleteCommand.Connection = value; } if ((this.Adapter.UpdateCommand != null)) { this.Adapter.UpdateCommand.Connection = value; } for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { if ((this.CommandCollection[i] != null)) { ((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value; } } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal global::System.Data.OracleClient.OracleTransaction Transaction { get { return this._transaction; } set { this._transaction = value; for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { this.CommandCollection[i].Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.DeleteCommand != null))) { this.Adapter.DeleteCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.InsertCommand != null))) { this.Adapter.InsertCommand.Transaction = this._transaction; } if (((this.Adapter != null) && (this.Adapter.UpdateCommand != null))) { this.Adapter.UpdateCommand.Transaction = this._transaction; } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected global::System.Data.OracleClient.OracleCommand[] CommandCollection { get { if ((this._commandCollection == null)) { this.InitCommandCollection(); } return this._commandCollection; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool ClearBeforeFill { get { return this._clearBeforeFill; } set { this._clearBeforeFill = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitAdapter() { this._adapter = new global::System.Data.OracleClient.OracleDataAdapter(); global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "LNPRINTCONT"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO"); tableMapping.ColumnMappings.Add("PAY_AMT1", "PAY_AMT1"); tableMapping.ColumnMappings.Add("PAY_AMT2", "PAY_AMT2"); tableMapping.ColumnMappings.Add("PAY_AMT3", "PAY_AMT3"); tableMapping.ColumnMappings.Add("PAY_AMT4", "PAY_AMT4"); tableMapping.ColumnMappings.Add("TYPE_PAY1", "TYPE_PAY1"); tableMapping.ColumnMappings.Add("TYPE_PAY2", "TYPE_PAY2"); tableMapping.ColumnMappings.Add("TYPE_PAY3", "TYPE_PAY3"); tableMapping.ColumnMappings.Add("TYPE_PAY4", "TYPE_PAY4"); tableMapping.ColumnMappings.Add("RECIEVE_AMT1", "RECIEVE_AMT1"); tableMapping.ColumnMappings.Add("RECIEVE_AMT2", "RECIEVE_AMT2"); tableMapping.ColumnMappings.Add("RECIEVE_AMT3", "RECIEVE_AMT3"); tableMapping.ColumnMappings.Add("RECIEVE_AMT4", "RECIEVE_AMT4"); tableMapping.ColumnMappings.Add("RECIEVE_PAY1", "RECIEVE_PAY1"); tableMapping.ColumnMappings.Add("RECIEVE_PAY2", "RECIEVE_PAY2"); tableMapping.ColumnMappings.Add("RECIEVE_PAY3", "RECIEVE_PAY3"); tableMapping.ColumnMappings.Add("RECIEVE_PAY4", "RECIEVE_PAY4"); tableMapping.ColumnMappings.Add("RECIEVE_LAND1", "RECIEVE_LAND1"); tableMapping.ColumnMappings.Add("RECIEVE_LAND2", "RECIEVE_LAND2"); tableMapping.ColumnMappings.Add("RECIEVE_LAND3", "RECIEVE_LAND3"); tableMapping.ColumnMappings.Add("RECIEVE_LAND4", "RECIEVE_LAND4"); tableMapping.ColumnMappings.Add("RECIEVE1", "RECIEVE1"); tableMapping.ColumnMappings.Add("RECIEVE2", "RECIEVE2"); tableMapping.ColumnMappings.Add("RECIEVE3", "RECIEVE3"); tableMapping.ColumnMappings.Add("RECIEVE4", "RECIEVE4"); tableMapping.ColumnMappings.Add("TYPE_AMT1", "TYPE_AMT1"); tableMapping.ColumnMappings.Add("TYPE_AMT2", "TYPE_AMT2"); tableMapping.ColumnMappings.Add("TYPE_AMT3", "TYPE_AMT3"); tableMapping.ColumnMappings.Add("TYPE_AMT4", "TYPE_AMT4"); tableMapping.ColumnMappings.Add("TYPE_LAND1", "TYPE_LAND1"); tableMapping.ColumnMappings.Add("TYPE_LAND2", "TYPE_LAND2"); tableMapping.ColumnMappings.Add("TYPE_LAND3", "TYPE_LAND3"); tableMapping.ColumnMappings.Add("TYPE_LAND4", "TYPE_LAND4"); tableMapping.ColumnMappings.Add("TYPE4", "TYPE4"); tableMapping.ColumnMappings.Add("TYPE3", "TYPE3"); tableMapping.ColumnMappings.Add("TYPE2", "TYPE2"); tableMapping.ColumnMappings.Add("TYPE1", "TYPE1"); tableMapping.ColumnMappings.Add("PAY_AMT5", "PAY_AMT5"); tableMapping.ColumnMappings.Add("TYPE_PAY5", "TYPE_PAY5"); tableMapping.ColumnMappings.Add("RECIEVE_AMT5", "RECIEVE_AMT5"); tableMapping.ColumnMappings.Add("RECIEVE_PAY5", "RECIEVE_PAY5"); tableMapping.ColumnMappings.Add("RECIEVE_LAND5", "RECIEVE_LAND5"); tableMapping.ColumnMappings.Add("RECIEVE5", "RECIEVE5"); tableMapping.ColumnMappings.Add("TYPE5", "TYPE5"); tableMapping.ColumnMappings.Add("PAY_AMT6", "PAY_AMT6"); tableMapping.ColumnMappings.Add("PAY_AMT7", "PAY_AMT7"); tableMapping.ColumnMappings.Add("PAY_AMT8", "PAY_AMT8"); tableMapping.ColumnMappings.Add("PAY_AMT9", "PAY_AMT9"); tableMapping.ColumnMappings.Add("PAY_AMT10", "PAY_AMT10"); tableMapping.ColumnMappings.Add("TYPE_AMT5", "TYPE_AMT5"); tableMapping.ColumnMappings.Add("TYPE_LAND5", "TYPE_LAND5"); tableMapping.ColumnMappings.Add("PAY_AMT11", "PAY_AMT11"); tableMapping.ColumnMappings.Add("PAY_AMT12", "PAY_AMT12"); tableMapping.ColumnMappings.Add("PAY_AMT13", "PAY_AMT13"); tableMapping.ColumnMappings.Add("PAY_AMT14", "PAY_AMT14"); tableMapping.ColumnMappings.Add("PAY_AMT15", "PAY_AMT15"); tableMapping.ColumnMappings.Add("PAY_AMT16", "PAY_AMT16"); tableMapping.ColumnMappings.Add("PAY_AMT17", "PAY_AMT17"); tableMapping.ColumnMappings.Add("PAY_AMT18", "PAY_AMT18"); tableMapping.ColumnMappings.Add("PAY_AMT19", "PAY_AMT19"); this._adapter.TableMappings.Add(tableMapping); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = "INSERT INTO \"LNPRINTCONT\" (\"COOP_ID\", \"LOANREQUEST_DOCNO\", \"PAY_AMT1\", \"PAY_AMT2\"" + ", \"PAY_AMT3\", \"PAY_AMT4\", \"TYPE_PAY1\", \"TYPE_PAY2\", \"TYPE_PAY3\", \"TYPE_PAY4\", \"R" + "ECIEVE_AMT1\", \"RECIEVE_AMT2\", \"RECIEVE_AMT3\", \"RECIEVE_AMT4\", \"RECIEVE_PAY1\", \"R" + "ECIEVE_PAY2\", \"RECIEVE_PAY3\", \"RECIEVE_PAY4\", \"RECIEVE_LAND1\", \"RECIEVE_LAND2\", " + "\"RECIEVE_LAND3\", \"RECIEVE_LAND4\", \"RECIEVE1\", \"RECIEVE2\", \"RECIEVE3\", \"RECIEVE4\"" + ", \"TYPE_AMT1\", \"TYPE_AMT2\", \"TYPE_AMT3\", \"TYPE_AMT4\", \"TYPE_LAND1\", \"TYPE_LAND2\"" + ", \"TYPE_LAND3\", \"TYPE_LAND4\", \"TYPE4\", \"TYPE3\", \"TYPE2\", \"TYPE1\", \"PAY_AMT5\", \"T" + "YPE_PAY5\", \"RECIEVE_AMT5\", \"RECIEVE_PAY5\", \"RECIEVE_LAND5\", \"RECIEVE5\", \"TYPE5\"," + " \"PAY_AMT6\", \"PAY_AMT7\", \"PAY_AMT8\", \"PAY_AMT9\", \"PAY_AMT10\", \"TYPE_AMT5\", \"TYPE" + "_LAND5\", \"PAY_AMT11\", \"PAY_AMT12\", \"PAY_AMT13\", \"PAY_AMT14\", \"PAY_AMT15\", \"PAY_A" + "MT16\", \"PAY_AMT17\", \"PAY_AMT18\", \"PAY_AMT19\") VALUES (:COOP_ID, :LOANREQUEST_DOC" + "NO, :PAY_AMT1, :PAY_AMT2, :PAY_AMT3, :PAY_AMT4, :TYPE_PAY1, :TYPE_PAY2, :TYPE_PA" + "Y3, :TYPE_PAY4, :RECIEVE_AMT1, :RECIEVE_AMT2, :RECIEVE_AMT3, :RECIEVE_AMT4, :REC" + "IEVE_PAY1, :RECIEVE_PAY2, :RECIEVE_PAY3, :RECIEVE_PAY4, :RECIEVE_LAND1, :RECIEVE" + "_LAND2, :RECIEVE_LAND3, :RECIEVE_LAND4, :RECIEVE1, :RECIEVE2, :RECIEVE3, :RECIEV" + "E4, :TYPE_AMT1, :TYPE_AMT2, :TYPE_AMT3, :TYPE_AMT4, :TYPE_LAND1, :TYPE_LAND2, :T" + "YPE_LAND3, :TYPE_LAND4, :TYPE4, :TYPE3, :TYPE2, :TYPE1, :PAY_AMT5, :TYPE_PAY5, :" + "RECIEVE_AMT5, :RECIEVE_PAY5, :RECIEVE_LAND5, :RECIEVE5, :TYPE5, :PAY_AMT6, :PAY_" + "AMT7, :PAY_AMT8, :PAY_AMT9, :PAY_AMT10, :TYPE_AMT5, :TYPE_LAND5, :PAY_AMT11, :PA" + "Y_AMT12, :PAY_AMT13, :PAY_AMT14, :PAY_AMT15, :PAY_AMT16, :PAY_AMT17, :PAY_AMT18," + " :PAY_AMT19)"; 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.VarChar, 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("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT3", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_PAY1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE_PAY1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_PAY2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE_PAY2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_PAY3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE_PAY3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_PAY4", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE_PAY4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_AMT1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_AMT1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_AMT2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_AMT2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_AMT3", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_AMT3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_AMT4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_AMT4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_PAY1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_PAY1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_PAY2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_PAY2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_PAY3", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_PAY3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_PAY4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_PAY4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_LAND1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_LAND1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_LAND2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_LAND2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_LAND3", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_LAND3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_LAND4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_LAND4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECIEVE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECIEVE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECIEVE3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE4", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECIEVE4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_AMT1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_AMT1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_AMT2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_AMT2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_AMT3", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_AMT3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_AMT4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_AMT4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_LAND1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_LAND1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_LAND2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_LAND2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_LAND3", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_LAND3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_LAND4", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_LAND4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE4", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT5", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_PAY5", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE_PAY5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_AMT5", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_AMT5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_PAY5", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_PAY5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE_LAND5", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RECIEVE_LAND5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RECIEVE5", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "RECIEVE5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE5", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TYPE5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT6", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT6", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT7", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT7", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT8", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT8", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT9", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT9", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT10", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT10", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_AMT5", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_AMT5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TYPE_LAND5", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TYPE_LAND5", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT11", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT11", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT12", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT12", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT13", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT13", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT14", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT14", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT15", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT15", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT16", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT16", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT17", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT17", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT18", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT18", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_AMT19", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_AMT19", global::System.Data.DataRowVersion.Current, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString1"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "select * from lnprintcont"; 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.LNPRINTCONTDataTable 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.LNPRINTCONTDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNPRINTCONTDataTable dataTable = new DataSet1.LNPRINTCONTDataTable(); 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.LNPRINTCONTDataTable 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, "LNPRINTCONT"); } [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.Insert, true)] public virtual int Insert( string COOP_ID, string LOANREQUEST_DOCNO, global::System.Nullable PAY_AMT1, global::System.Nullable PAY_AMT2, global::System.Nullable PAY_AMT3, global::System.Nullable PAY_AMT4, string TYPE_PAY1, string TYPE_PAY2, string TYPE_PAY3, string TYPE_PAY4, global::System.Nullable RECIEVE_AMT1, global::System.Nullable RECIEVE_AMT2, global::System.Nullable RECIEVE_AMT3, global::System.Nullable RECIEVE_AMT4, global::System.Nullable RECIEVE_PAY1, global::System.Nullable RECIEVE_PAY2, global::System.Nullable RECIEVE_PAY3, global::System.Nullable RECIEVE_PAY4, global::System.Nullable RECIEVE_LAND1, global::System.Nullable RECIEVE_LAND2, global::System.Nullable RECIEVE_LAND3, global::System.Nullable RECIEVE_LAND4, string RECIEVE1, string RECIEVE2, string RECIEVE3, string RECIEVE4, global::System.Nullable TYPE_AMT1, global::System.Nullable TYPE_AMT2, global::System.Nullable TYPE_AMT3, global::System.Nullable TYPE_AMT4, global::System.Nullable TYPE_LAND1, global::System.Nullable TYPE_LAND2, global::System.Nullable TYPE_LAND3, global::System.Nullable TYPE_LAND4, string TYPE4, string TYPE3, string TYPE2, string TYPE1, global::System.Nullable PAY_AMT5, string TYPE_PAY5, global::System.Nullable RECIEVE_AMT5, global::System.Nullable RECIEVE_PAY5, global::System.Nullable RECIEVE_LAND5, string RECIEVE5, string TYPE5, string PAY_AMT6, string PAY_AMT7, string PAY_AMT8, string PAY_AMT9, string PAY_AMT10, global::System.Nullable TYPE_AMT5, global::System.Nullable TYPE_LAND5, global::System.Nullable PAY_AMT11, global::System.Nullable PAY_AMT12, global::System.Nullable PAY_AMT13, string PAY_AMT14, string PAY_AMT15, string PAY_AMT16, string PAY_AMT17, string PAY_AMT18, global::System.Nullable PAY_AMT19) { if ((COOP_ID == null)) { this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(LOANREQUEST_DOCNO)); } if ((PAY_AMT1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(PAY_AMT1.Value)); } else { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } if ((PAY_AMT2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(PAY_AMT2.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } if ((PAY_AMT3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(PAY_AMT3.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } if ((PAY_AMT4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(PAY_AMT4.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((TYPE_PAY1 == null)) { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[6].Value = ((string)(TYPE_PAY1)); } if ((TYPE_PAY2 == null)) { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[7].Value = ((string)(TYPE_PAY2)); } if ((TYPE_PAY3 == null)) { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[8].Value = ((string)(TYPE_PAY3)); } if ((TYPE_PAY4 == null)) { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[9].Value = ((string)(TYPE_PAY4)); } if ((RECIEVE_AMT1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(RECIEVE_AMT1.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((RECIEVE_AMT2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(RECIEVE_AMT2.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((RECIEVE_AMT3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(RECIEVE_AMT3.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((RECIEVE_AMT4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(RECIEVE_AMT4.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((RECIEVE_PAY1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(RECIEVE_PAY1.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((RECIEVE_PAY2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(RECIEVE_PAY2.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((RECIEVE_PAY3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(RECIEVE_PAY3.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((RECIEVE_PAY4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(RECIEVE_PAY4.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((RECIEVE_LAND1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[18].Value = ((decimal)(RECIEVE_LAND1.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((RECIEVE_LAND2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[19].Value = ((decimal)(RECIEVE_LAND2.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((RECIEVE_LAND3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[20].Value = ((decimal)(RECIEVE_LAND3.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((RECIEVE_LAND4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(RECIEVE_LAND4.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((RECIEVE1 == null)) { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[22].Value = ((string)(RECIEVE1)); } if ((RECIEVE2 == null)) { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[23].Value = ((string)(RECIEVE2)); } if ((RECIEVE3 == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(RECIEVE3)); } if ((RECIEVE4 == null)) { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[25].Value = ((string)(RECIEVE4)); } if ((TYPE_AMT1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((decimal)(TYPE_AMT1.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((TYPE_AMT2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[27].Value = ((decimal)(TYPE_AMT2.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((TYPE_AMT3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(TYPE_AMT3.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((TYPE_AMT4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[29].Value = ((decimal)(TYPE_AMT4.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((TYPE_LAND1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[30].Value = ((decimal)(TYPE_LAND1.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((TYPE_LAND2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[31].Value = ((decimal)(TYPE_LAND2.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((TYPE_LAND3.HasValue == true)) { this.Adapter.InsertCommand.Parameters[32].Value = ((decimal)(TYPE_LAND3.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((TYPE_LAND4.HasValue == true)) { this.Adapter.InsertCommand.Parameters[33].Value = ((decimal)(TYPE_LAND4.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((TYPE4 == null)) { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[34].Value = ((string)(TYPE4)); } if ((TYPE3 == null)) { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[35].Value = ((string)(TYPE3)); } if ((TYPE2 == null)) { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[36].Value = ((string)(TYPE2)); } if ((TYPE1 == null)) { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[37].Value = ((string)(TYPE1)); } if ((PAY_AMT5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(PAY_AMT5.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((TYPE_PAY5 == null)) { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[39].Value = ((string)(TYPE_PAY5)); } if ((RECIEVE_AMT5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(RECIEVE_AMT5.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((RECIEVE_PAY5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[41].Value = ((decimal)(RECIEVE_PAY5.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((RECIEVE_LAND5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[42].Value = ((decimal)(RECIEVE_LAND5.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((RECIEVE5 == null)) { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[43].Value = ((string)(RECIEVE5)); } if ((TYPE5 == null)) { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[44].Value = ((string)(TYPE5)); } if ((PAY_AMT6 == null)) { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[45].Value = ((string)(PAY_AMT6)); } if ((PAY_AMT7 == null)) { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[46].Value = ((string)(PAY_AMT7)); } if ((PAY_AMT8 == null)) { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[47].Value = ((string)(PAY_AMT8)); } if ((PAY_AMT9 == null)) { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[48].Value = ((string)(PAY_AMT9)); } if ((PAY_AMT10 == null)) { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[49].Value = ((string)(PAY_AMT10)); } if ((TYPE_AMT5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[50].Value = ((decimal)(TYPE_AMT5.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((TYPE_LAND5.HasValue == true)) { this.Adapter.InsertCommand.Parameters[51].Value = ((decimal)(TYPE_LAND5.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((PAY_AMT11.HasValue == true)) { this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(PAY_AMT11.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((PAY_AMT12.HasValue == true)) { this.Adapter.InsertCommand.Parameters[53].Value = ((decimal)(PAY_AMT12.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((PAY_AMT13.HasValue == true)) { this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(PAY_AMT13.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((PAY_AMT14 == null)) { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[55].Value = ((string)(PAY_AMT14)); } if ((PAY_AMT15 == null)) { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[56].Value = ((string)(PAY_AMT15)); } if ((PAY_AMT16 == null)) { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[57].Value = ((string)(PAY_AMT16)); } if ((PAY_AMT17 == null)) { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[58].Value = ((string)(PAY_AMT17)); } if ((PAY_AMT18 == null)) { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[59].Value = ((string)(PAY_AMT18)); } if ((PAY_AMT19.HasValue == true)) { this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(PAY_AMT19.Value)); } else { this.Adapter.InsertCommand.Parameters[60].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(); } } } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private LNPRINTCONTTableAdapter _lNPRINTCONTTableAdapter; private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public UpdateOrderOption UpdateOrder { get { return this._updateOrder; } set { this._updateOrder = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + "a", "System.Drawing.Design.UITypeEditor")] public LNPRINTCONTTableAdapter LNPRINTCONTTableAdapter { get { return this._lNPRINTCONTTableAdapter; } set { this._lNPRINTCONTTableAdapter = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool BackupDataSetBeforeUpdate { get { return this._backupDataSetBeforeUpdate; } set { this._backupDataSetBeforeUpdate = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public global::System.Data.IDbConnection Connection { get { if ((this._connection != null)) { return this._connection; } if (((this._lNPRINTCONTTableAdapter != null) && (this._lNPRINTCONTTableAdapter.Connection != null))) { return this._lNPRINTCONTTableAdapter.Connection; } return null; } set { this._connection = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int TableAdapterInstanceCount { get { int count = 0; if ((this._lNPRINTCONTTableAdapter != null)) { count = (count + 1); } return count; } } /// ///Update rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._lNPRINTCONTTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.LNPRINTCONT.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._lNPRINTCONTTableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } return result; } /// ///Insert rows in top-down order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) { int result = 0; if ((this._lNPRINTCONTTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.LNPRINTCONT.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._lNPRINTCONTTableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } return result; } /// ///Delete rows in bottom-up order. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; if ((this._lNPRINTCONTTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.LNPRINTCONT.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._lNPRINTCONTTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } return result; } /// ///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) { if (((updatedRows == null) || (updatedRows.Length < 1))) { return updatedRows; } if (((allAddedRows == null) || (allAddedRows.Count < 1))) { return updatedRows; } global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List(); for (int i = 0; (i < updatedRows.Length); i = (i + 1)) { global::System.Data.DataRow row = updatedRows[i]; if ((allAddedRows.Contains(row) == false)) { realUpdatedRows.Add(row); } } return realUpdatedRows.ToArray(); } /// ///Update all changes to the dataset. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public virtual int UpdateAll(DataSet1 dataSet) { if ((dataSet == null)) { throw new global::System.ArgumentNullException("dataSet"); } if ((dataSet.HasChanges() == false)) { return 0; } if (((this._lNPRINTCONTTableAdapter != null) && (this.MatchTableAdapterConnection(this._lNPRINTCONTTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + "ger TableAdapter property to a valid TableAdapter instance."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) == global::System.Data.ConnectionState.Broken)) { workConnection.Close(); } if ((workConnection.State == global::System.Data.ConnectionState.Closed)) { workConnection.Open(); workConnOpened = true; } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" + "ctions or the current state is not allowing the transaction to begin."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List(); global::System.Collections.Generic.Dictionary revertConnections = new global::System.Collections.Generic.Dictionary(); int result = 0; global::System.Data.DataSet backupDataSet = null; if (this.BackupDataSetBeforeUpdate) { backupDataSet = new global::System.Data.DataSet(); backupDataSet.Merge(dataSet); } try { // ---- Prepare for update ----------- // if ((this._lNPRINTCONTTableAdapter != null)) { revertConnections.Add(this._lNPRINTCONTTableAdapter, this._lNPRINTCONTTableAdapter.Connection); this._lNPRINTCONTTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._lNPRINTCONTTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._lNPRINTCONTTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._lNPRINTCONTTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._lNPRINTCONTTableAdapter.Adapter); } } // //---- Perform updates ----------- // if ((this.UpdateOrder == UpdateOrderOption.UpdateInsertDelete)) { result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); } else { result = (result + this.UpdateInsertedRows(dataSet, allAddedRows)); result = (result + this.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)); } result = (result + this.UpdateDeletedRows(dataSet, allChangedRows)); // //---- Commit updates ----------- // workTransaction.Commit(); if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } if ((0 < allChangedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allChangedRows.Count]; allChangedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); } } } catch (global::System.Exception ex) { workTransaction.Rollback(); // ---- Restore the dataset ----------- if (this.BackupDataSetBeforeUpdate) { global::System.Diagnostics.Debug.Assert((backupDataSet != null)); dataSet.Clear(); dataSet.Merge(backupDataSet); } else { if ((0 < allAddedRows.Count)) { global::System.Data.DataRow[] rows = new System.Data.DataRow[allAddedRows.Count]; allAddedRows.CopyTo(rows); for (int i = 0; (i < rows.Length); i = (i + 1)) { global::System.Data.DataRow row = rows[i]; row.AcceptChanges(); row.SetAdded(); } } } throw ex; } finally { if (workConnOpened) { workConnection.Close(); } if ((this._lNPRINTCONTTableAdapter != null)) { this._lNPRINTCONTTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._lNPRINTCONTTableAdapter])); this._lNPRINTCONTTableAdapter.Transaction = null; } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); for (int i = 0; (i < adapters.Length); i = (i + 1)) { global::System.Data.Common.DataAdapter adapter = adapters[i]; adapter.AcceptChangesDuringUpdate = true; } } } return result; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual void SortSelfReferenceRows(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) { global::System.Array.Sort(rows, new SelfReferenceComparer(relation, childFirst)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected virtual bool MatchTableAdapterConnection(global::System.Data.IDbConnection inputConnection) { if ((this._connection != null)) { return true; } if (((this.Connection == null) || (inputConnection == null))) { return true; } if (string.Equals(this.Connection.ConnectionString, inputConnection.ConnectionString, global::System.StringComparison.Ordinal)) { return true; } return false; } /// ///Update Order Option /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public enum UpdateOrderOption { InsertUpdateDelete = 0, UpdateInsertDelete = 1, } /// ///Used to sort self-referenced table's rows /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private class SelfReferenceComparer : object, global::System.Collections.Generic.IComparer { private global::System.Data.DataRelation _relation; private int _childFirst; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal SelfReferenceComparer(global::System.Data.DataRelation relation, bool childFirst) { this._relation = relation; if (childFirst) { this._childFirst = -1; } else { this._childFirst = 1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private global::System.Data.DataRow GetRoot(global::System.Data.DataRow row, out int distance) { global::System.Diagnostics.Debug.Assert((row != null)); global::System.Data.DataRow root = row; distance = 0; global::System.Collections.Generic.IDictionary traversedRows = new global::System.Collections.Generic.Dictionary(); traversedRows[row] = row; global::System.Data.DataRow parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Default); } if ((distance == 0)) { traversedRows.Clear(); traversedRows[row] = row; parent = row.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); for ( ; ((parent != null) && (traversedRows.ContainsKey(parent) == false)); ) { distance = (distance + 1); root = parent; traversedRows[parent] = parent; parent = parent.GetParentRow(this._relation, global::System.Data.DataRowVersion.Original); } } return root; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int Compare(global::System.Data.DataRow row1, global::System.Data.DataRow row2) { if (object.ReferenceEquals(row1, row2)) { return 0; } if ((row1 == null)) { return -1; } if ((row2 == null)) { return 1; } int distance1 = 0; global::System.Data.DataRow root1 = this.GetRoot(row1, out distance1); int distance2 = 0; global::System.Data.DataRow root2 = this.GetRoot(row2, out distance2); if (object.ReferenceEquals(root1, root2)) { return (this._childFirst * distance1.CompareTo(distance2)); } else { global::System.Diagnostics.Debug.Assert(((root1.Table != null) && (root2.Table != null))); if ((root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2))) { return -1; } else { return 1; } } } } } } #pragma warning restore 1591