//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Saving.Applications.shrlon.ws_sl_coll_print_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 LNCOLLMASTERDataTable tableLNCOLLMASTER; private LNCOLLMASTER1DataTable tableLNCOLLMASTER1; private DataTable1DataTable tableDataTable1; private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataSet1() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["LNCOLLMASTER"] != null)) { base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"])); } if ((ds.Tables["LNCOLLMASTER1"] != null)) { base.Tables.Add(new LNCOLLMASTER1DataTable(ds.Tables["LNCOLLMASTER1"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public LNCOLLMASTERDataTable LNCOLLMASTER { get { return this.tableLNCOLLMASTER; } } [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 LNCOLLMASTER1DataTable LNCOLLMASTER1 { get { return this.tableLNCOLLMASTER1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public DataTable1DataTable DataTable1 { get { return this.tableDataTable1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] public override global::System.Data.SchemaSerializationMode SchemaSerializationMode { get { return this._schemaSerializationMode; } set { this._schemaSerializationMode = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataTableCollection Tables { get { return base.Tables; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] public new global::System.Data.DataRelationCollection Relations { get { return base.Relations; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void InitializeDerivedDataSet() { this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataSet Clone() { DataSet1 cln = ((DataSet1)(base.Clone())); cln.InitVars(); cln.SchemaSerializationMode = this.SchemaSerializationMode; return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeTables() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override bool ShouldSerializeRelations() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) { if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { this.Reset(); global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXml(reader); if ((ds.Tables["LNCOLLMASTER"] != null)) { base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"])); } if ((ds.Tables["LNCOLLMASTER1"] != null)) { base.Tables.Add(new LNCOLLMASTER1DataTable(ds.Tables["LNCOLLMASTER1"])); } if ((ds.Tables["DataTable1"] != null)) { base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXml(reader); this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() { global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); stream.Position = 0; return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.InitVars(true); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars(bool initTable) { this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(base.Tables["LNCOLLMASTER"])); if ((initTable == true)) { if ((this.tableLNCOLLMASTER != null)) { this.tableLNCOLLMASTER.InitVars(); } } this.tableLNCOLLMASTER1 = ((LNCOLLMASTER1DataTable)(base.Tables["LNCOLLMASTER1"])); if ((initTable == true)) { if ((this.tableLNCOLLMASTER1 != null)) { this.tableLNCOLLMASTER1.InitVars(); } } this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"])); if ((initTable == true)) { if ((this.tableDataTable1 != null)) { this.tableDataTable1.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLNCOLLMASTER = new LNCOLLMASTERDataTable(); base.Tables.Add(this.tableLNCOLLMASTER); this.tableLNCOLLMASTER1 = new LNCOLLMASTER1DataTable(); base.Tables.Add(this.tableLNCOLLMASTER1); this.tableDataTable1 = new DataTable1DataTable(); base.Tables.Add(this.tableDataTable1); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCOLLMASTER() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeLNCOLLMASTER1() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeDataTable1() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) { this.InitVars(); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) { DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCOLLMASTERRowChangeEventHandler(object sender, LNCOLLMASTERRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void LNCOLLMASTER1RowChangeEventHandler(object sender, LNCOLLMASTER1RowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNCOLLMASTERDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnCOLLMAST_NO; private global::System.Data.DataColumn columnCOLLMAST_REFNO; private global::System.Data.DataColumn columnCOLLMASTTYPE_CODE; private global::System.Data.DataColumn columnCOLLMAST_DESC; private global::System.Data.DataColumn columnLANDESTIMATE_AMT; private global::System.Data.DataColumn columnHOUSEESTIMATE_AMT; private global::System.Data.DataColumn columnESTIMATE_PRICE; private global::System.Data.DataColumn columnMORTGAGE_PRICE; private global::System.Data.DataColumn columnMORTGAGE_DATE; private global::System.Data.DataColumn columnEXPIRE_DATE; private global::System.Data.DataColumn columnREDEEM_FLAG; private global::System.Data.DataColumn columnREDEEM_DATE; private global::System.Data.DataColumn columnREMARK; private global::System.Data.DataColumn columnBLINDLAND_FLAG; private global::System.Data.DataColumn columnMEMBER_NO; private global::System.Data.DataColumn columnLANDSIDE_NO; private global::System.Data.DataColumn columnCOLLRELATION_CODE; private global::System.Data.DataColumn columnOWNER_RELATION; private global::System.Data.DataColumn columnLAND_DEPARTMENT; private global::System.Data.DataColumn columnLAND_NO; private global::System.Data.DataColumn columnSURVEY_NO; private global::System.Data.DataColumn columnBOOK_NO; private global::System.Data.DataColumn columnPAGE_NO; private global::System.Data.DataColumn columnGROUP_NO; private global::System.Data.DataColumn columnLOANREQUEST_DOCNO; private global::System.Data.DataColumn columnCOLLMAST_DATE; private global::System.Data.DataColumn columnMEMCOOP_ID; private global::System.Data.DataColumn columnCOLLMAST_PRICE; private global::System.Data.DataColumn columnLAND_RAVANG; private global::System.Data.DataColumn columnLAND_DOCNO; private global::System.Data.DataColumn columnLAND_LANDNO; private global::System.Data.DataColumn columnLAND_SURVEY; private global::System.Data.DataColumn columnLAND_BOOKNO; private global::System.Data.DataColumn columnLAND_PAGENO; private global::System.Data.DataColumn columnPOS_TAMBOL; private global::System.Data.DataColumn columnPOS_AMPHUR; private global::System.Data.DataColumn columnPOS_PROVINCE; private global::System.Data.DataColumn columnSIZE_RAI; private global::System.Data.DataColumn columnSIZE_NGAN; private global::System.Data.DataColumn columnSIZE_WA; private global::System.Data.DataColumn columnPHOTOAIR_PROVINCE; private global::System.Data.DataColumn columnPHOTOAIR_NUMBER; private global::System.Data.DataColumn columnPHOTOAIR_PAGE; private global::System.Data.DataColumn columnPRICEPER_UNIT; private global::System.Data.DataColumn columnDOL_PRINCE; private global::System.Data.DataColumn columnEST_PERCENT; private global::System.Data.DataColumn columnEST_PRICE; private global::System.Data.DataColumn columnBD_VILLAGE; private global::System.Data.DataColumn columnBD_ADDRNO; private global::System.Data.DataColumn columnBD_ADDRMOO; private global::System.Data.DataColumn columnBD_SOI; private global::System.Data.DataColumn columnBD_ROAD; private global::System.Data.DataColumn columnBD_TAMBOL; private global::System.Data.DataColumn columnBD_AMPHUR; private global::System.Data.DataColumn columnBD_PROVINCE; private global::System.Data.DataColumn columnBD_TYPE; private global::System.Data.DataColumn columnBD_DEPRECIATION; private global::System.Data.DataColumn columnBD_ONLANDNO; private global::System.Data.DataColumn columnCONDO_REGISTNO; private global::System.Data.DataColumn columnCONDO_NAME; private global::System.Data.DataColumn columnCONDO_TOWERNO; private global::System.Data.DataColumn columnCONDO_FLOOR; private global::System.Data.DataColumn columnCONDO_ROOMNO; private global::System.Data.DataColumn columnCONDO_ROOMSIZE; private global::System.Data.DataColumn columnCONDO_PRICESQUARE; private global::System.Data.DataColumn columnCOLLMASTTYPE_GRP; private global::System.Data.DataColumn columnBD_SUMPRICE; private global::System.Data.DataColumn columnBD_AGE; private global::System.Data.DataColumn columnCONDO_DEPRECIATION; private global::System.Data.DataColumn columnCONDO_AGE; private global::System.Data.DataColumn columnDESC_POSITION; private global::System.Data.DataColumn columnDESC_UTILITY; private global::System.Data.DataColumn columnDESC_TRAVEL; private global::System.Data.DataColumn columnDESC_ETC; private global::System.Data.DataColumn columnOTHERNET_AMT; private global::System.Data.DataColumn columnOTHERNET_PERCENT; private global::System.Data.DataColumn columnOTHEREST_AMT; private global::System.Data.DataColumn columnOTHEREST_DESC; private global::System.Data.DataColumn columnHOUSEEST_PERCENT; private global::System.Data.DataColumn columnHOUSEESTIMATE2_AMT; private global::System.Data.DataColumn columnPRICE_AREA2; private global::System.Data.DataColumn columnTOTAL_AREA2; private global::System.Data.DataColumn columnLANDEST_PERCENT; private global::System.Data.DataColumn columnHOUSEESTIMATE1_AMT; private global::System.Data.DataColumn columnPRICE_AREA1; private global::System.Data.DataColumn columnTOTAL_AREA1; private global::System.Data.DataColumn columnINSPECTER_DESC; private global::System.Data.DataColumn columnINSPECTOR_DESC; private global::System.Data.DataColumn columnMORTGAGE_TYPE; private global::System.Data.DataColumn columnMORTGAGE_LANDNUM; private global::System.Data.DataColumn columnFATHER_NAME; private global::System.Data.DataColumn columnMATHER_NAME; private global::System.Data.DataColumn columnMORTGAGE_PARTAMT; private global::System.Data.DataColumn columnMORTGAGE_PARTALL; private global::System.Data.DataColumn columnREFCOLL_NAME; private global::System.Data.DataColumn columnLAND_OFFICE; private global::System.Data.DataColumn columnMRTG_NAME1; private global::System.Data.DataColumn columnMRTG_PERSONID1; private global::System.Data.DataColumn columnMRTG_AGE1; private global::System.Data.DataColumn columnMRTG_NATIONALITY1; private global::System.Data.DataColumn columnMRTG_CITIZENSHIP1; private global::System.Data.DataColumn columnMRTG_VILLAGE1; private global::System.Data.DataColumn columnMRTG_ADDRESS1; private global::System.Data.DataColumn columnMRTG_MOO1; private global::System.Data.DataColumn columnMRTG_SOI1; private global::System.Data.DataColumn columnMRTG_ROAD1; private global::System.Data.DataColumn columnMRTG_TAMBOL1; private global::System.Data.DataColumn columnMRTG_AMPHUR1; private global::System.Data.DataColumn columnMRTG_PROVINCE1; private global::System.Data.DataColumn columnMRTG_NAME2; private global::System.Data.DataColumn columnMRTG_PERSONID2; private global::System.Data.DataColumn columnMRTG_AGE2; private global::System.Data.DataColumn columnMRTG_NATIONALITY2; private global::System.Data.DataColumn columnMRTG_CITIZENSHIP2; private global::System.Data.DataColumn columnMRTG_VILLAGE2; private global::System.Data.DataColumn columnMRTG_ADDRESS2; private global::System.Data.DataColumn columnMRTG_MOO2; private global::System.Data.DataColumn columnMRTG_SOI2; private global::System.Data.DataColumn columnMRTG_ROAD2; private global::System.Data.DataColumn columnMRTG_TAMBOL2; private global::System.Data.DataColumn columnMRTG_AMPHUR2; private global::System.Data.DataColumn columnMRTG_PROVINCE2; private global::System.Data.DataColumn columnDETAIL3; private global::System.Data.DataColumn columnDETAIL4; private global::System.Data.DataColumn columnPEOPLE_NAME; private global::System.Data.DataColumn columnPEOPLE_POSITION; private global::System.Data.DataColumn columnINT_RATE; private global::System.Data.DataColumn columnMRTG_MATENAME1; private global::System.Data.DataColumn columnREFCOLL_MEMNO; private global::System.Data.DataColumn columnMRTG_PARENTNAME2; private global::System.Data.DataColumn columnMRTG_MATENAME2; private global::System.Data.DataColumn columnMRTG_PARENTNAME1; private global::System.Data.DataColumn columnPOS_MOO; private global::System.Data.DataColumn columnPOS_ADDNO; private global::System.Data.DataColumn columnflag; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERDataTable() { this.TableName = "LNCOLLMASTER"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTERDataTable(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 LNCOLLMASTERDataTable(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 COLLMAST_NOColumn { get { return this.columnCOLLMAST_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMAST_REFNOColumn { get { return this.columnCOLLMAST_REFNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMASTTYPE_CODEColumn { get { return this.columnCOLLMASTTYPE_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMAST_DESCColumn { get { return this.columnCOLLMAST_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LANDESTIMATE_AMTColumn { get { return this.columnLANDESTIMATE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn HOUSEESTIMATE_AMTColumn { get { return this.columnHOUSEESTIMATE_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ESTIMATE_PRICEColumn { get { return this.columnESTIMATE_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_PRICEColumn { get { return this.columnMORTGAGE_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_DATEColumn { get { return this.columnMORTGAGE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EXPIRE_DATEColumn { get { return this.columnEXPIRE_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REDEEM_FLAGColumn { get { return this.columnREDEEM_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REDEEM_DATEColumn { get { return this.columnREDEEM_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REMARKColumn { get { return this.columnREMARK; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BLINDLAND_FLAGColumn { get { return this.columnBLINDLAND_FLAG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMBER_NOColumn { get { return this.columnMEMBER_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LANDSIDE_NOColumn { get { return this.columnLANDSIDE_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLRELATION_CODEColumn { get { return this.columnCOLLRELATION_CODE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OWNER_RELATIONColumn { get { return this.columnOWNER_RELATION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_DEPARTMENTColumn { get { return this.columnLAND_DEPARTMENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_NOColumn { get { return this.columnLAND_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SURVEY_NOColumn { get { return this.columnSURVEY_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BOOK_NOColumn { get { return this.columnBOOK_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PAGE_NOColumn { get { return this.columnPAGE_NO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn GROUP_NOColumn { get { return this.columnGROUP_NO; } } [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 COLLMAST_DATEColumn { get { return this.columnCOLLMAST_DATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MEMCOOP_IDColumn { get { return this.columnMEMCOOP_ID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMAST_PRICEColumn { get { return this.columnCOLLMAST_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_RAVANGColumn { get { return this.columnLAND_RAVANG; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_DOCNOColumn { get { return this.columnLAND_DOCNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_LANDNOColumn { get { return this.columnLAND_LANDNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_SURVEYColumn { get { return this.columnLAND_SURVEY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_BOOKNOColumn { get { return this.columnLAND_BOOKNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_PAGENOColumn { get { return this.columnLAND_PAGENO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_TAMBOLColumn { get { return this.columnPOS_TAMBOL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_AMPHURColumn { get { return this.columnPOS_AMPHUR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_PROVINCEColumn { get { return this.columnPOS_PROVINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SIZE_RAIColumn { get { return this.columnSIZE_RAI; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SIZE_NGANColumn { get { return this.columnSIZE_NGAN; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SIZE_WAColumn { get { return this.columnSIZE_WA; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PHOTOAIR_PROVINCEColumn { get { return this.columnPHOTOAIR_PROVINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PHOTOAIR_NUMBERColumn { get { return this.columnPHOTOAIR_NUMBER; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PHOTOAIR_PAGEColumn { get { return this.columnPHOTOAIR_PAGE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRICEPER_UNITColumn { get { return this.columnPRICEPER_UNIT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DOL_PRINCEColumn { get { return this.columnDOL_PRINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EST_PERCENTColumn { get { return this.columnEST_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EST_PRICEColumn { get { return this.columnEST_PRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_VILLAGEColumn { get { return this.columnBD_VILLAGE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_ADDRNOColumn { get { return this.columnBD_ADDRNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_ADDRMOOColumn { get { return this.columnBD_ADDRMOO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_SOIColumn { get { return this.columnBD_SOI; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_ROADColumn { get { return this.columnBD_ROAD; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_TAMBOLColumn { get { return this.columnBD_TAMBOL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_AMPHURColumn { get { return this.columnBD_AMPHUR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_PROVINCEColumn { get { return this.columnBD_PROVINCE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_TYPEColumn { get { return this.columnBD_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_DEPRECIATIONColumn { get { return this.columnBD_DEPRECIATION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_ONLANDNOColumn { get { return this.columnBD_ONLANDNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_REGISTNOColumn { get { return this.columnCONDO_REGISTNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_NAMEColumn { get { return this.columnCONDO_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_TOWERNOColumn { get { return this.columnCONDO_TOWERNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_FLOORColumn { get { return this.columnCONDO_FLOOR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_ROOMNOColumn { get { return this.columnCONDO_ROOMNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_ROOMSIZEColumn { get { return this.columnCONDO_ROOMSIZE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_PRICESQUAREColumn { get { return this.columnCONDO_PRICESQUARE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMASTTYPE_GRPColumn { get { return this.columnCOLLMASTTYPE_GRP; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_SUMPRICEColumn { get { return this.columnBD_SUMPRICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BD_AGEColumn { get { return this.columnBD_AGE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_DEPRECIATIONColumn { get { return this.columnCONDO_DEPRECIATION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CONDO_AGEColumn { get { return this.columnCONDO_AGE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DESC_POSITIONColumn { get { return this.columnDESC_POSITION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DESC_UTILITYColumn { get { return this.columnDESC_UTILITY; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DESC_TRAVELColumn { get { return this.columnDESC_TRAVEL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DESC_ETCColumn { get { return this.columnDESC_ETC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OTHERNET_AMTColumn { get { return this.columnOTHERNET_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OTHERNET_PERCENTColumn { get { return this.columnOTHERNET_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OTHEREST_AMTColumn { get { return this.columnOTHEREST_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OTHEREST_DESCColumn { get { return this.columnOTHEREST_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn HOUSEEST_PERCENTColumn { get { return this.columnHOUSEEST_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn HOUSEESTIMATE2_AMTColumn { get { return this.columnHOUSEESTIMATE2_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRICE_AREA2Column { get { return this.columnPRICE_AREA2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TOTAL_AREA2Column { get { return this.columnTOTAL_AREA2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LANDEST_PERCENTColumn { get { return this.columnLANDEST_PERCENT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn HOUSEESTIMATE1_AMTColumn { get { return this.columnHOUSEESTIMATE1_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PRICE_AREA1Column { get { return this.columnPRICE_AREA1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TOTAL_AREA1Column { get { return this.columnTOTAL_AREA1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INSPECTER_DESCColumn { get { return this.columnINSPECTER_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INSPECTOR_DESCColumn { get { return this.columnINSPECTOR_DESC; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_TYPEColumn { get { return this.columnMORTGAGE_TYPE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_LANDNUMColumn { get { return this.columnMORTGAGE_LANDNUM; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FATHER_NAMEColumn { get { return this.columnFATHER_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MATHER_NAMEColumn { get { return this.columnMATHER_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_PARTAMTColumn { get { return this.columnMORTGAGE_PARTAMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MORTGAGE_PARTALLColumn { get { return this.columnMORTGAGE_PARTALL; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFCOLL_NAMEColumn { get { return this.columnREFCOLL_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn LAND_OFFICEColumn { get { return this.columnLAND_OFFICE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_NAME1Column { get { return this.columnMRTG_NAME1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_PERSONID1Column { get { return this.columnMRTG_PERSONID1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_AGE1Column { get { return this.columnMRTG_AGE1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_NATIONALITY1Column { get { return this.columnMRTG_NATIONALITY1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_CITIZENSHIP1Column { get { return this.columnMRTG_CITIZENSHIP1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_VILLAGE1Column { get { return this.columnMRTG_VILLAGE1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_ADDRESS1Column { get { return this.columnMRTG_ADDRESS1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_MOO1Column { get { return this.columnMRTG_MOO1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_SOI1Column { get { return this.columnMRTG_SOI1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_ROAD1Column { get { return this.columnMRTG_ROAD1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_TAMBOL1Column { get { return this.columnMRTG_TAMBOL1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_AMPHUR1Column { get { return this.columnMRTG_AMPHUR1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_PROVINCE1Column { get { return this.columnMRTG_PROVINCE1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_NAME2Column { get { return this.columnMRTG_NAME2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_PERSONID2Column { get { return this.columnMRTG_PERSONID2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_AGE2Column { get { return this.columnMRTG_AGE2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_NATIONALITY2Column { get { return this.columnMRTG_NATIONALITY2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_CITIZENSHIP2Column { get { return this.columnMRTG_CITIZENSHIP2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_VILLAGE2Column { get { return this.columnMRTG_VILLAGE2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_ADDRESS2Column { get { return this.columnMRTG_ADDRESS2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_MOO2Column { get { return this.columnMRTG_MOO2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_SOI2Column { get { return this.columnMRTG_SOI2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_ROAD2Column { get { return this.columnMRTG_ROAD2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_TAMBOL2Column { get { return this.columnMRTG_TAMBOL2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_AMPHUR2Column { get { return this.columnMRTG_AMPHUR2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_PROVINCE2Column { get { return this.columnMRTG_PROVINCE2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DETAIL3Column { get { return this.columnDETAIL3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DETAIL4Column { get { return this.columnDETAIL4; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PEOPLE_NAMEColumn { get { return this.columnPEOPLE_NAME; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PEOPLE_POSITIONColumn { get { return this.columnPEOPLE_POSITION; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn INT_RATEColumn { get { return this.columnINT_RATE; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_MATENAME1Column { get { return this.columnMRTG_MATENAME1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn REFCOLL_MEMNOColumn { get { return this.columnREFCOLL_MEMNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_PARENTNAME2Column { get { return this.columnMRTG_PARENTNAME2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_MATENAME2Column { get { return this.columnMRTG_MATENAME2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MRTG_PARENTNAME1Column { get { return this.columnMRTG_PARENTNAME1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_MOOColumn { get { return this.columnPOS_MOO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn POS_ADDNOColumn { get { return this.columnPOS_ADDNO; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn flagColumn { get { return this.columnflag; } } [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 LNCOLLMASTERRow this[int index] { get { return ((LNCOLLMASTERRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCOLLMASTERRow(LNCOLLMASTERRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERRow AddLNCOLLMASTERRow( string COOP_ID, string COLLMAST_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, decimal LANDESTIMATE_AMT, decimal HOUSEESTIMATE_AMT, decimal ESTIMATE_PRICE, decimal MORTGAGE_PRICE, System.DateTime MORTGAGE_DATE, System.DateTime EXPIRE_DATE, decimal REDEEM_FLAG, System.DateTime REDEEM_DATE, string REMARK, decimal BLINDLAND_FLAG, string MEMBER_NO, string LANDSIDE_NO, string COLLRELATION_CODE, string OWNER_RELATION, string LAND_DEPARTMENT, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string LOANREQUEST_DOCNO, System.DateTime COLLMAST_DATE, string MEMCOOP_ID, decimal COLLMAST_PRICE, string LAND_RAVANG, string LAND_DOCNO, string LAND_LANDNO, string LAND_SURVEY, string LAND_BOOKNO, string LAND_PAGENO, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, decimal SIZE_RAI, decimal SIZE_NGAN, decimal SIZE_WA, string PHOTOAIR_PROVINCE, string PHOTOAIR_NUMBER, string PHOTOAIR_PAGE, decimal PRICEPER_UNIT, decimal DOL_PRINCE, decimal EST_PERCENT, decimal EST_PRICE, string BD_VILLAGE, string BD_ADDRNO, string BD_ADDRMOO, string BD_SOI, string BD_ROAD, string BD_TAMBOL, string BD_AMPHUR, string BD_PROVINCE, string BD_TYPE, decimal BD_DEPRECIATION, string BD_ONLANDNO, string CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, string CONDO_ROOMSIZE, decimal CONDO_PRICESQUARE, string COLLMASTTYPE_GRP, decimal BD_SUMPRICE, decimal BD_AGE, decimal CONDO_DEPRECIATION, decimal CONDO_AGE, string DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC, decimal OTHERNET_AMT, decimal OTHERNET_PERCENT, decimal OTHEREST_AMT, string OTHEREST_DESC, decimal HOUSEEST_PERCENT, decimal HOUSEESTIMATE2_AMT, decimal PRICE_AREA2, decimal TOTAL_AREA2, decimal LANDEST_PERCENT, decimal HOUSEESTIMATE1_AMT, decimal PRICE_AREA1, decimal TOTAL_AREA1, string INSPECTER_DESC, string INSPECTOR_DESC, decimal MORTGAGE_TYPE, decimal MORTGAGE_LANDNUM, string FATHER_NAME, string MATHER_NAME, decimal MORTGAGE_PARTAMT, decimal MORTGAGE_PARTALL, string REFCOLL_NAME, string LAND_OFFICE, string MRTG_NAME1, string MRTG_PERSONID1, string MRTG_AGE1, string MRTG_NATIONALITY1, string MRTG_CITIZENSHIP1, string MRTG_VILLAGE1, string MRTG_ADDRESS1, string MRTG_MOO1, string MRTG_SOI1, string MRTG_ROAD1, string MRTG_TAMBOL1, string MRTG_AMPHUR1, string MRTG_PROVINCE1, string MRTG_NAME2, string MRTG_PERSONID2, string MRTG_AGE2, string MRTG_NATIONALITY2, string MRTG_CITIZENSHIP2, string MRTG_VILLAGE2, string MRTG_ADDRESS2, string MRTG_MOO2, string MRTG_SOI2, string MRTG_ROAD2, string MRTG_TAMBOL2, string MRTG_AMPHUR2, string MRTG_PROVINCE2, string DETAIL3, string DETAIL4, string PEOPLE_NAME, string PEOPLE_POSITION, decimal INT_RATE, string MRTG_MATENAME1, string REFCOLL_MEMNO, string MRTG_PARENTNAME2, string MRTG_MATENAME2, string MRTG_PARENTNAME1, string POS_MOO, string POS_ADDNO, int flag) { LNCOLLMASTERRow rowLNCOLLMASTERRow = ((LNCOLLMASTERRow)(this.NewRow())); object[] columnValuesArray = new object[] { COOP_ID, COLLMAST_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_DESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGAGE_DATE, EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMARK, BLINDLAND_FLAG, MEMBER_NO, LANDSIDE_NO, COLLRELATION_CODE, OWNER_RELATION, LAND_DEPARTMENT, LAND_NO, SURVEY_NO, BOOK_NO, PAGE_NO, GROUP_NO, LOANREQUEST_DOCNO, COLLMAST_DATE, MEMCOOP_ID, COLLMAST_PRICE, LAND_RAVANG, LAND_DOCNO, LAND_LANDNO, LAND_SURVEY, LAND_BOOKNO, LAND_PAGENO, POS_TAMBOL, POS_AMPHUR, POS_PROVINCE, SIZE_RAI, SIZE_NGAN, SIZE_WA, PHOTOAIR_PROVINCE, PHOTOAIR_NUMBER, PHOTOAIR_PAGE, PRICEPER_UNIT, DOL_PRINCE, EST_PERCENT, EST_PRICE, BD_VILLAGE, BD_ADDRNO, BD_ADDRMOO, BD_SOI, BD_ROAD, BD_TAMBOL, BD_AMPHUR, BD_PROVINCE, BD_TYPE, BD_DEPRECIATION, BD_ONLANDNO, CONDO_REGISTNO, CONDO_NAME, CONDO_TOWERNO, CONDO_FLOOR, CONDO_ROOMNO, CONDO_ROOMSIZE, CONDO_PRICESQUARE, COLLMASTTYPE_GRP, BD_SUMPRICE, BD_AGE, CONDO_DEPRECIATION, CONDO_AGE, DESC_POSITION, DESC_UTILITY, DESC_TRAVEL, DESC_ETC, OTHERNET_AMT, OTHERNET_PERCENT, OTHEREST_AMT, OTHEREST_DESC, HOUSEEST_PERCENT, HOUSEESTIMATE2_AMT, PRICE_AREA2, TOTAL_AREA2, LANDEST_PERCENT, HOUSEESTIMATE1_AMT, PRICE_AREA1, TOTAL_AREA1, INSPECTER_DESC, INSPECTOR_DESC, MORTGAGE_TYPE, MORTGAGE_LANDNUM, FATHER_NAME, MATHER_NAME, MORTGAGE_PARTAMT, MORTGAGE_PARTALL, REFCOLL_NAME, LAND_OFFICE, MRTG_NAME1, MRTG_PERSONID1, MRTG_AGE1, MRTG_NATIONALITY1, MRTG_CITIZENSHIP1, MRTG_VILLAGE1, MRTG_ADDRESS1, MRTG_MOO1, MRTG_SOI1, MRTG_ROAD1, MRTG_TAMBOL1, MRTG_AMPHUR1, MRTG_PROVINCE1, MRTG_NAME2, MRTG_PERSONID2, MRTG_AGE2, MRTG_NATIONALITY2, MRTG_CITIZENSHIP2, MRTG_VILLAGE2, MRTG_ADDRESS2, MRTG_MOO2, MRTG_SOI2, MRTG_ROAD2, MRTG_TAMBOL2, MRTG_AMPHUR2, MRTG_PROVINCE2, DETAIL3, DETAIL4, PEOPLE_NAME, PEOPLE_POSITION, INT_RATE, MRTG_MATENAME1, REFCOLL_MEMNO, MRTG_PARENTNAME2, MRTG_MATENAME2, MRTG_PARENTNAME1, POS_MOO, POS_ADDNO, flag}; rowLNCOLLMASTERRow.ItemArray = columnValuesArray; this.Rows.Add(rowLNCOLLMASTERRow); return rowLNCOLLMASTERRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERRow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) { return ((LNCOLLMASTERRow)(this.Rows.Find(new object[] { COOP_ID, COLLMAST_NO}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNCOLLMASTERDataTable cln = ((LNCOLLMASTERDataTable)(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 LNCOLLMASTERDataTable(); } [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.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"]; this.columnCOLLMAST_REFNO = base.Columns["COLLMAST_REFNO"]; this.columnCOLLMASTTYPE_CODE = base.Columns["COLLMASTTYPE_CODE"]; this.columnCOLLMAST_DESC = base.Columns["COLLMAST_DESC"]; this.columnLANDESTIMATE_AMT = base.Columns["LANDESTIMATE_AMT"]; this.columnHOUSEESTIMATE_AMT = base.Columns["HOUSEESTIMATE_AMT"]; this.columnESTIMATE_PRICE = base.Columns["ESTIMATE_PRICE"]; this.columnMORTGAGE_PRICE = base.Columns["MORTGAGE_PRICE"]; this.columnMORTGAGE_DATE = base.Columns["MORTGAGE_DATE"]; this.columnEXPIRE_DATE = base.Columns["EXPIRE_DATE"]; this.columnREDEEM_FLAG = base.Columns["REDEEM_FLAG"]; this.columnREDEEM_DATE = base.Columns["REDEEM_DATE"]; this.columnREMARK = base.Columns["REMARK"]; this.columnBLINDLAND_FLAG = base.Columns["BLINDLAND_FLAG"]; this.columnMEMBER_NO = base.Columns["MEMBER_NO"]; this.columnLANDSIDE_NO = base.Columns["LANDSIDE_NO"]; this.columnCOLLRELATION_CODE = base.Columns["COLLRELATION_CODE"]; this.columnOWNER_RELATION = base.Columns["OWNER_RELATION"]; this.columnLAND_DEPARTMENT = base.Columns["LAND_DEPARTMENT"]; this.columnLAND_NO = base.Columns["LAND_NO"]; this.columnSURVEY_NO = base.Columns["SURVEY_NO"]; this.columnBOOK_NO = base.Columns["BOOK_NO"]; this.columnPAGE_NO = base.Columns["PAGE_NO"]; this.columnGROUP_NO = base.Columns["GROUP_NO"]; this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"]; this.columnCOLLMAST_DATE = base.Columns["COLLMAST_DATE"]; this.columnMEMCOOP_ID = base.Columns["MEMCOOP_ID"]; this.columnCOLLMAST_PRICE = base.Columns["COLLMAST_PRICE"]; this.columnLAND_RAVANG = base.Columns["LAND_RAVANG"]; this.columnLAND_DOCNO = base.Columns["LAND_DOCNO"]; this.columnLAND_LANDNO = base.Columns["LAND_LANDNO"]; this.columnLAND_SURVEY = base.Columns["LAND_SURVEY"]; this.columnLAND_BOOKNO = base.Columns["LAND_BOOKNO"]; this.columnLAND_PAGENO = base.Columns["LAND_PAGENO"]; this.columnPOS_TAMBOL = base.Columns["POS_TAMBOL"]; this.columnPOS_AMPHUR = base.Columns["POS_AMPHUR"]; this.columnPOS_PROVINCE = base.Columns["POS_PROVINCE"]; this.columnSIZE_RAI = base.Columns["SIZE_RAI"]; this.columnSIZE_NGAN = base.Columns["SIZE_NGAN"]; this.columnSIZE_WA = base.Columns["SIZE_WA"]; this.columnPHOTOAIR_PROVINCE = base.Columns["PHOTOAIR_PROVINCE"]; this.columnPHOTOAIR_NUMBER = base.Columns["PHOTOAIR_NUMBER"]; this.columnPHOTOAIR_PAGE = base.Columns["PHOTOAIR_PAGE"]; this.columnPRICEPER_UNIT = base.Columns["PRICEPER_UNIT"]; this.columnDOL_PRINCE = base.Columns["DOL_PRINCE"]; this.columnEST_PERCENT = base.Columns["EST_PERCENT"]; this.columnEST_PRICE = base.Columns["EST_PRICE"]; this.columnBD_VILLAGE = base.Columns["BD_VILLAGE"]; this.columnBD_ADDRNO = base.Columns["BD_ADDRNO"]; this.columnBD_ADDRMOO = base.Columns["BD_ADDRMOO"]; this.columnBD_SOI = base.Columns["BD_SOI"]; this.columnBD_ROAD = base.Columns["BD_ROAD"]; this.columnBD_TAMBOL = base.Columns["BD_TAMBOL"]; this.columnBD_AMPHUR = base.Columns["BD_AMPHUR"]; this.columnBD_PROVINCE = base.Columns["BD_PROVINCE"]; this.columnBD_TYPE = base.Columns["BD_TYPE"]; this.columnBD_DEPRECIATION = base.Columns["BD_DEPRECIATION"]; this.columnBD_ONLANDNO = base.Columns["BD_ONLANDNO"]; this.columnCONDO_REGISTNO = base.Columns["CONDO_REGISTNO"]; this.columnCONDO_NAME = base.Columns["CONDO_NAME"]; this.columnCONDO_TOWERNO = base.Columns["CONDO_TOWERNO"]; this.columnCONDO_FLOOR = base.Columns["CONDO_FLOOR"]; this.columnCONDO_ROOMNO = base.Columns["CONDO_ROOMNO"]; this.columnCONDO_ROOMSIZE = base.Columns["CONDO_ROOMSIZE"]; this.columnCONDO_PRICESQUARE = base.Columns["CONDO_PRICESQUARE"]; this.columnCOLLMASTTYPE_GRP = base.Columns["COLLMASTTYPE_GRP"]; this.columnBD_SUMPRICE = base.Columns["BD_SUMPRICE"]; this.columnBD_AGE = base.Columns["BD_AGE"]; this.columnCONDO_DEPRECIATION = base.Columns["CONDO_DEPRECIATION"]; this.columnCONDO_AGE = base.Columns["CONDO_AGE"]; this.columnDESC_POSITION = base.Columns["DESC_POSITION"]; this.columnDESC_UTILITY = base.Columns["DESC_UTILITY"]; this.columnDESC_TRAVEL = base.Columns["DESC_TRAVEL"]; this.columnDESC_ETC = base.Columns["DESC_ETC"]; this.columnOTHERNET_AMT = base.Columns["OTHERNET_AMT"]; this.columnOTHERNET_PERCENT = base.Columns["OTHERNET_PERCENT"]; this.columnOTHEREST_AMT = base.Columns["OTHEREST_AMT"]; this.columnOTHEREST_DESC = base.Columns["OTHEREST_DESC"]; this.columnHOUSEEST_PERCENT = base.Columns["HOUSEEST_PERCENT"]; this.columnHOUSEESTIMATE2_AMT = base.Columns["HOUSEESTIMATE2_AMT"]; this.columnPRICE_AREA2 = base.Columns["PRICE_AREA2"]; this.columnTOTAL_AREA2 = base.Columns["TOTAL_AREA2"]; this.columnLANDEST_PERCENT = base.Columns["LANDEST_PERCENT"]; this.columnHOUSEESTIMATE1_AMT = base.Columns["HOUSEESTIMATE1_AMT"]; this.columnPRICE_AREA1 = base.Columns["PRICE_AREA1"]; this.columnTOTAL_AREA1 = base.Columns["TOTAL_AREA1"]; this.columnINSPECTER_DESC = base.Columns["INSPECTER_DESC"]; this.columnINSPECTOR_DESC = base.Columns["INSPECTOR_DESC"]; this.columnMORTGAGE_TYPE = base.Columns["MORTGAGE_TYPE"]; this.columnMORTGAGE_LANDNUM = base.Columns["MORTGAGE_LANDNUM"]; this.columnFATHER_NAME = base.Columns["FATHER_NAME"]; this.columnMATHER_NAME = base.Columns["MATHER_NAME"]; this.columnMORTGAGE_PARTAMT = base.Columns["MORTGAGE_PARTAMT"]; this.columnMORTGAGE_PARTALL = base.Columns["MORTGAGE_PARTALL"]; this.columnREFCOLL_NAME = base.Columns["REFCOLL_NAME"]; this.columnLAND_OFFICE = base.Columns["LAND_OFFICE"]; this.columnMRTG_NAME1 = base.Columns["MRTG_NAME1"]; this.columnMRTG_PERSONID1 = base.Columns["MRTG_PERSONID1"]; this.columnMRTG_AGE1 = base.Columns["MRTG_AGE1"]; this.columnMRTG_NATIONALITY1 = base.Columns["MRTG_NATIONALITY1"]; this.columnMRTG_CITIZENSHIP1 = base.Columns["MRTG_CITIZENSHIP1"]; this.columnMRTG_VILLAGE1 = base.Columns["MRTG_VILLAGE1"]; this.columnMRTG_ADDRESS1 = base.Columns["MRTG_ADDRESS1"]; this.columnMRTG_MOO1 = base.Columns["MRTG_MOO1"]; this.columnMRTG_SOI1 = base.Columns["MRTG_SOI1"]; this.columnMRTG_ROAD1 = base.Columns["MRTG_ROAD1"]; this.columnMRTG_TAMBOL1 = base.Columns["MRTG_TAMBOL1"]; this.columnMRTG_AMPHUR1 = base.Columns["MRTG_AMPHUR1"]; this.columnMRTG_PROVINCE1 = base.Columns["MRTG_PROVINCE1"]; this.columnMRTG_NAME2 = base.Columns["MRTG_NAME2"]; this.columnMRTG_PERSONID2 = base.Columns["MRTG_PERSONID2"]; this.columnMRTG_AGE2 = base.Columns["MRTG_AGE2"]; this.columnMRTG_NATIONALITY2 = base.Columns["MRTG_NATIONALITY2"]; this.columnMRTG_CITIZENSHIP2 = base.Columns["MRTG_CITIZENSHIP2"]; this.columnMRTG_VILLAGE2 = base.Columns["MRTG_VILLAGE2"]; this.columnMRTG_ADDRESS2 = base.Columns["MRTG_ADDRESS2"]; this.columnMRTG_MOO2 = base.Columns["MRTG_MOO2"]; this.columnMRTG_SOI2 = base.Columns["MRTG_SOI2"]; this.columnMRTG_ROAD2 = base.Columns["MRTG_ROAD2"]; this.columnMRTG_TAMBOL2 = base.Columns["MRTG_TAMBOL2"]; this.columnMRTG_AMPHUR2 = base.Columns["MRTG_AMPHUR2"]; this.columnMRTG_PROVINCE2 = base.Columns["MRTG_PROVINCE2"]; this.columnDETAIL3 = base.Columns["DETAIL3"]; this.columnDETAIL4 = base.Columns["DETAIL4"]; this.columnPEOPLE_NAME = base.Columns["PEOPLE_NAME"]; this.columnPEOPLE_POSITION = base.Columns["PEOPLE_POSITION"]; this.columnINT_RATE = base.Columns["INT_RATE"]; this.columnMRTG_MATENAME1 = base.Columns["MRTG_MATENAME1"]; this.columnREFCOLL_MEMNO = base.Columns["REFCOLL_MEMNO"]; this.columnMRTG_PARENTNAME2 = base.Columns["MRTG_PARENTNAME2"]; this.columnMRTG_MATENAME2 = base.Columns["MRTG_MATENAME2"]; this.columnMRTG_PARENTNAME1 = base.Columns["MRTG_PARENTNAME1"]; this.columnPOS_MOO = base.Columns["POS_MOO"]; this.columnPOS_ADDNO = base.Columns["POS_ADDNO"]; this.columnflag = base.Columns["flag"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOOP_ID); this.columnCOLLMAST_NO = new global::System.Data.DataColumn("COLLMAST_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_NO); this.columnCOLLMAST_REFNO = new global::System.Data.DataColumn("COLLMAST_REFNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_REFNO); this.columnCOLLMASTTYPE_CODE = new global::System.Data.DataColumn("COLLMASTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMASTTYPE_CODE); this.columnCOLLMAST_DESC = new global::System.Data.DataColumn("COLLMAST_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_DESC); this.columnLANDESTIMATE_AMT = new global::System.Data.DataColumn("LANDESTIMATE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLANDESTIMATE_AMT); this.columnHOUSEESTIMATE_AMT = new global::System.Data.DataColumn("HOUSEESTIMATE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnHOUSEESTIMATE_AMT); this.columnESTIMATE_PRICE = new global::System.Data.DataColumn("ESTIMATE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnESTIMATE_PRICE); this.columnMORTGAGE_PRICE = new global::System.Data.DataColumn("MORTGAGE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_PRICE); this.columnMORTGAGE_DATE = new global::System.Data.DataColumn("MORTGAGE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_DATE); this.columnEXPIRE_DATE = new global::System.Data.DataColumn("EXPIRE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEXPIRE_DATE); this.columnREDEEM_FLAG = new global::System.Data.DataColumn("REDEEM_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREDEEM_FLAG); this.columnREDEEM_DATE = new global::System.Data.DataColumn("REDEEM_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREDEEM_DATE); this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREMARK); this.columnBLINDLAND_FLAG = new global::System.Data.DataColumn("BLINDLAND_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBLINDLAND_FLAG); this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMBER_NO); this.columnLANDSIDE_NO = new global::System.Data.DataColumn("LANDSIDE_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLANDSIDE_NO); this.columnCOLLRELATION_CODE = new global::System.Data.DataColumn("COLLRELATION_CODE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLRELATION_CODE); this.columnOWNER_RELATION = new global::System.Data.DataColumn("OWNER_RELATION", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOWNER_RELATION); this.columnLAND_DEPARTMENT = new global::System.Data.DataColumn("LAND_DEPARTMENT", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_DEPARTMENT); this.columnLAND_NO = new global::System.Data.DataColumn("LAND_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_NO); this.columnSURVEY_NO = new global::System.Data.DataColumn("SURVEY_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSURVEY_NO); this.columnBOOK_NO = new global::System.Data.DataColumn("BOOK_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBOOK_NO); this.columnPAGE_NO = new global::System.Data.DataColumn("PAGE_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPAGE_NO); this.columnGROUP_NO = new global::System.Data.DataColumn("GROUP_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnGROUP_NO); 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.columnCOLLMAST_DATE = new global::System.Data.DataColumn("COLLMAST_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_DATE); this.columnMEMCOOP_ID = new global::System.Data.DataColumn("MEMCOOP_ID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMEMCOOP_ID); this.columnCOLLMAST_PRICE = new global::System.Data.DataColumn("COLLMAST_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_PRICE); this.columnLAND_RAVANG = new global::System.Data.DataColumn("LAND_RAVANG", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_RAVANG); this.columnLAND_DOCNO = new global::System.Data.DataColumn("LAND_DOCNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_DOCNO); this.columnLAND_LANDNO = new global::System.Data.DataColumn("LAND_LANDNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_LANDNO); this.columnLAND_SURVEY = new global::System.Data.DataColumn("LAND_SURVEY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_SURVEY); this.columnLAND_BOOKNO = new global::System.Data.DataColumn("LAND_BOOKNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_BOOKNO); this.columnLAND_PAGENO = new global::System.Data.DataColumn("LAND_PAGENO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_PAGENO); this.columnPOS_TAMBOL = new global::System.Data.DataColumn("POS_TAMBOL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_TAMBOL); this.columnPOS_AMPHUR = new global::System.Data.DataColumn("POS_AMPHUR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_AMPHUR); this.columnPOS_PROVINCE = new global::System.Data.DataColumn("POS_PROVINCE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_PROVINCE); this.columnSIZE_RAI = new global::System.Data.DataColumn("SIZE_RAI", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSIZE_RAI); this.columnSIZE_NGAN = new global::System.Data.DataColumn("SIZE_NGAN", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSIZE_NGAN); this.columnSIZE_WA = new global::System.Data.DataColumn("SIZE_WA", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSIZE_WA); this.columnPHOTOAIR_PROVINCE = new global::System.Data.DataColumn("PHOTOAIR_PROVINCE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPHOTOAIR_PROVINCE); this.columnPHOTOAIR_NUMBER = new global::System.Data.DataColumn("PHOTOAIR_NUMBER", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPHOTOAIR_NUMBER); this.columnPHOTOAIR_PAGE = new global::System.Data.DataColumn("PHOTOAIR_PAGE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPHOTOAIR_PAGE); this.columnPRICEPER_UNIT = new global::System.Data.DataColumn("PRICEPER_UNIT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRICEPER_UNIT); this.columnDOL_PRINCE = new global::System.Data.DataColumn("DOL_PRINCE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOL_PRINCE); this.columnEST_PERCENT = new global::System.Data.DataColumn("EST_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEST_PERCENT); this.columnEST_PRICE = new global::System.Data.DataColumn("EST_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEST_PRICE); this.columnBD_VILLAGE = new global::System.Data.DataColumn("BD_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_VILLAGE); this.columnBD_ADDRNO = new global::System.Data.DataColumn("BD_ADDRNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_ADDRNO); this.columnBD_ADDRMOO = new global::System.Data.DataColumn("BD_ADDRMOO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_ADDRMOO); this.columnBD_SOI = new global::System.Data.DataColumn("BD_SOI", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_SOI); this.columnBD_ROAD = new global::System.Data.DataColumn("BD_ROAD", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_ROAD); this.columnBD_TAMBOL = new global::System.Data.DataColumn("BD_TAMBOL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_TAMBOL); this.columnBD_AMPHUR = new global::System.Data.DataColumn("BD_AMPHUR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_AMPHUR); this.columnBD_PROVINCE = new global::System.Data.DataColumn("BD_PROVINCE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_PROVINCE); this.columnBD_TYPE = new global::System.Data.DataColumn("BD_TYPE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_TYPE); this.columnBD_DEPRECIATION = new global::System.Data.DataColumn("BD_DEPRECIATION", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_DEPRECIATION); this.columnBD_ONLANDNO = new global::System.Data.DataColumn("BD_ONLANDNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_ONLANDNO); this.columnCONDO_REGISTNO = new global::System.Data.DataColumn("CONDO_REGISTNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_REGISTNO); this.columnCONDO_NAME = new global::System.Data.DataColumn("CONDO_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_NAME); this.columnCONDO_TOWERNO = new global::System.Data.DataColumn("CONDO_TOWERNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_TOWERNO); this.columnCONDO_FLOOR = new global::System.Data.DataColumn("CONDO_FLOOR", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_FLOOR); this.columnCONDO_ROOMNO = new global::System.Data.DataColumn("CONDO_ROOMNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_ROOMNO); this.columnCONDO_ROOMSIZE = new global::System.Data.DataColumn("CONDO_ROOMSIZE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_ROOMSIZE); this.columnCONDO_PRICESQUARE = new global::System.Data.DataColumn("CONDO_PRICESQUARE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_PRICESQUARE); this.columnCOLLMASTTYPE_GRP = new global::System.Data.DataColumn("COLLMASTTYPE_GRP", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMASTTYPE_GRP); this.columnBD_SUMPRICE = new global::System.Data.DataColumn("BD_SUMPRICE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_SUMPRICE); this.columnBD_AGE = new global::System.Data.DataColumn("BD_AGE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBD_AGE); this.columnCONDO_DEPRECIATION = new global::System.Data.DataColumn("CONDO_DEPRECIATION", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_DEPRECIATION); this.columnCONDO_AGE = new global::System.Data.DataColumn("CONDO_AGE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCONDO_AGE); this.columnDESC_POSITION = new global::System.Data.DataColumn("DESC_POSITION", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDESC_POSITION); this.columnDESC_UTILITY = new global::System.Data.DataColumn("DESC_UTILITY", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDESC_UTILITY); this.columnDESC_TRAVEL = new global::System.Data.DataColumn("DESC_TRAVEL", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDESC_TRAVEL); this.columnDESC_ETC = new global::System.Data.DataColumn("DESC_ETC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDESC_ETC); this.columnOTHERNET_AMT = new global::System.Data.DataColumn("OTHERNET_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOTHERNET_AMT); this.columnOTHERNET_PERCENT = new global::System.Data.DataColumn("OTHERNET_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOTHERNET_PERCENT); this.columnOTHEREST_AMT = new global::System.Data.DataColumn("OTHEREST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOTHEREST_AMT); this.columnOTHEREST_DESC = new global::System.Data.DataColumn("OTHEREST_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOTHEREST_DESC); this.columnHOUSEEST_PERCENT = new global::System.Data.DataColumn("HOUSEEST_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnHOUSEEST_PERCENT); this.columnHOUSEESTIMATE2_AMT = new global::System.Data.DataColumn("HOUSEESTIMATE2_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnHOUSEESTIMATE2_AMT); this.columnPRICE_AREA2 = new global::System.Data.DataColumn("PRICE_AREA2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRICE_AREA2); this.columnTOTAL_AREA2 = new global::System.Data.DataColumn("TOTAL_AREA2", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTOTAL_AREA2); this.columnLANDEST_PERCENT = new global::System.Data.DataColumn("LANDEST_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLANDEST_PERCENT); this.columnHOUSEESTIMATE1_AMT = new global::System.Data.DataColumn("HOUSEESTIMATE1_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnHOUSEESTIMATE1_AMT); this.columnPRICE_AREA1 = new global::System.Data.DataColumn("PRICE_AREA1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPRICE_AREA1); this.columnTOTAL_AREA1 = new global::System.Data.DataColumn("TOTAL_AREA1", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTOTAL_AREA1); this.columnINSPECTER_DESC = new global::System.Data.DataColumn("INSPECTER_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINSPECTER_DESC); this.columnINSPECTOR_DESC = new global::System.Data.DataColumn("INSPECTOR_DESC", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINSPECTOR_DESC); this.columnMORTGAGE_TYPE = new global::System.Data.DataColumn("MORTGAGE_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_TYPE); this.columnMORTGAGE_LANDNUM = new global::System.Data.DataColumn("MORTGAGE_LANDNUM", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_LANDNUM); this.columnFATHER_NAME = new global::System.Data.DataColumn("FATHER_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFATHER_NAME); this.columnMATHER_NAME = new global::System.Data.DataColumn("MATHER_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMATHER_NAME); this.columnMORTGAGE_PARTAMT = new global::System.Data.DataColumn("MORTGAGE_PARTAMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_PARTAMT); this.columnMORTGAGE_PARTALL = new global::System.Data.DataColumn("MORTGAGE_PARTALL", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_PARTALL); this.columnREFCOLL_NAME = new global::System.Data.DataColumn("REFCOLL_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFCOLL_NAME); this.columnLAND_OFFICE = new global::System.Data.DataColumn("LAND_OFFICE", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnLAND_OFFICE); this.columnMRTG_NAME1 = new global::System.Data.DataColumn("MRTG_NAME1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_NAME1); this.columnMRTG_PERSONID1 = new global::System.Data.DataColumn("MRTG_PERSONID1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_PERSONID1); this.columnMRTG_AGE1 = new global::System.Data.DataColumn("MRTG_AGE1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_AGE1); this.columnMRTG_NATIONALITY1 = new global::System.Data.DataColumn("MRTG_NATIONALITY1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_NATIONALITY1); this.columnMRTG_CITIZENSHIP1 = new global::System.Data.DataColumn("MRTG_CITIZENSHIP1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_CITIZENSHIP1); this.columnMRTG_VILLAGE1 = new global::System.Data.DataColumn("MRTG_VILLAGE1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_VILLAGE1); this.columnMRTG_ADDRESS1 = new global::System.Data.DataColumn("MRTG_ADDRESS1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_ADDRESS1); this.columnMRTG_MOO1 = new global::System.Data.DataColumn("MRTG_MOO1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_MOO1); this.columnMRTG_SOI1 = new global::System.Data.DataColumn("MRTG_SOI1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_SOI1); this.columnMRTG_ROAD1 = new global::System.Data.DataColumn("MRTG_ROAD1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_ROAD1); this.columnMRTG_TAMBOL1 = new global::System.Data.DataColumn("MRTG_TAMBOL1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_TAMBOL1); this.columnMRTG_AMPHUR1 = new global::System.Data.DataColumn("MRTG_AMPHUR1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_AMPHUR1); this.columnMRTG_PROVINCE1 = new global::System.Data.DataColumn("MRTG_PROVINCE1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_PROVINCE1); this.columnMRTG_NAME2 = new global::System.Data.DataColumn("MRTG_NAME2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_NAME2); this.columnMRTG_PERSONID2 = new global::System.Data.DataColumn("MRTG_PERSONID2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_PERSONID2); this.columnMRTG_AGE2 = new global::System.Data.DataColumn("MRTG_AGE2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_AGE2); this.columnMRTG_NATIONALITY2 = new global::System.Data.DataColumn("MRTG_NATIONALITY2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_NATIONALITY2); this.columnMRTG_CITIZENSHIP2 = new global::System.Data.DataColumn("MRTG_CITIZENSHIP2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_CITIZENSHIP2); this.columnMRTG_VILLAGE2 = new global::System.Data.DataColumn("MRTG_VILLAGE2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_VILLAGE2); this.columnMRTG_ADDRESS2 = new global::System.Data.DataColumn("MRTG_ADDRESS2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_ADDRESS2); this.columnMRTG_MOO2 = new global::System.Data.DataColumn("MRTG_MOO2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_MOO2); this.columnMRTG_SOI2 = new global::System.Data.DataColumn("MRTG_SOI2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_SOI2); this.columnMRTG_ROAD2 = new global::System.Data.DataColumn("MRTG_ROAD2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_ROAD2); this.columnMRTG_TAMBOL2 = new global::System.Data.DataColumn("MRTG_TAMBOL2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_TAMBOL2); this.columnMRTG_AMPHUR2 = new global::System.Data.DataColumn("MRTG_AMPHUR2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_AMPHUR2); this.columnMRTG_PROVINCE2 = new global::System.Data.DataColumn("MRTG_PROVINCE2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_PROVINCE2); this.columnDETAIL3 = new global::System.Data.DataColumn("DETAIL3", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDETAIL3); this.columnDETAIL4 = new global::System.Data.DataColumn("DETAIL4", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDETAIL4); this.columnPEOPLE_NAME = new global::System.Data.DataColumn("PEOPLE_NAME", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPEOPLE_NAME); this.columnPEOPLE_POSITION = new global::System.Data.DataColumn("PEOPLE_POSITION", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPEOPLE_POSITION); this.columnINT_RATE = new global::System.Data.DataColumn("INT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnINT_RATE); this.columnMRTG_MATENAME1 = new global::System.Data.DataColumn("MRTG_MATENAME1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_MATENAME1); this.columnREFCOLL_MEMNO = new global::System.Data.DataColumn("REFCOLL_MEMNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnREFCOLL_MEMNO); this.columnMRTG_PARENTNAME2 = new global::System.Data.DataColumn("MRTG_PARENTNAME2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_PARENTNAME2); this.columnMRTG_MATENAME2 = new global::System.Data.DataColumn("MRTG_MATENAME2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_MATENAME2); this.columnMRTG_PARENTNAME1 = new global::System.Data.DataColumn("MRTG_PARENTNAME1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMRTG_PARENTNAME1); this.columnPOS_MOO = new global::System.Data.DataColumn("POS_MOO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_MOO); this.columnPOS_ADDNO = new global::System.Data.DataColumn("POS_ADDNO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPOS_ADDNO); this.columnflag = new global::System.Data.DataColumn("flag", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnflag); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOOP_ID, this.columnCOLLMAST_NO}, true)); this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnCOLLMAST_NO.AllowDBNull = false; this.columnCOLLMAST_NO.MaxLength = 8; this.columnCOLLMAST_REFNO.MaxLength = 50; this.columnCOLLMASTTYPE_CODE.MaxLength = 2; this.columnCOLLMAST_DESC.MaxLength = 500; this.columnREMARK.MaxLength = 500; this.columnMEMBER_NO.MaxLength = 8; this.columnLANDSIDE_NO.MaxLength = 8; this.columnCOLLRELATION_CODE.MaxLength = 2; this.columnOWNER_RELATION.MaxLength = 2; this.columnLAND_DEPARTMENT.MaxLength = 60; this.columnLAND_NO.MaxLength = 20; this.columnSURVEY_NO.MaxLength = 20; this.columnBOOK_NO.MaxLength = 10; this.columnPAGE_NO.MaxLength = 10; this.columnGROUP_NO.MaxLength = 10; this.columnLOANREQUEST_DOCNO.MaxLength = 10; this.columnMEMCOOP_ID.MaxLength = 6; this.columnLAND_RAVANG.MaxLength = 50; this.columnLAND_DOCNO.MaxLength = 30; this.columnLAND_LANDNO.MaxLength = 20; this.columnLAND_SURVEY.MaxLength = 15; this.columnLAND_BOOKNO.MaxLength = 15; this.columnLAND_PAGENO.MaxLength = 15; this.columnPOS_TAMBOL.MaxLength = 50; this.columnPOS_AMPHUR.MaxLength = 50; this.columnPOS_PROVINCE.MaxLength = 50; this.columnPHOTOAIR_PROVINCE.MaxLength = 30; this.columnPHOTOAIR_NUMBER.MaxLength = 15; this.columnPHOTOAIR_PAGE.MaxLength = 15; this.columnBD_VILLAGE.MaxLength = 60; this.columnBD_ADDRNO.MaxLength = 60; this.columnBD_ADDRMOO.MaxLength = 60; this.columnBD_SOI.MaxLength = 60; this.columnBD_ROAD.MaxLength = 60; this.columnBD_TAMBOL.MaxLength = 60; this.columnBD_AMPHUR.MaxLength = 60; this.columnBD_PROVINCE.MaxLength = 60; this.columnBD_TYPE.MaxLength = 2; this.columnBD_ONLANDNO.MaxLength = 60; this.columnCONDO_REGISTNO.MaxLength = 15; this.columnCONDO_NAME.MaxLength = 100; this.columnCONDO_TOWERNO.MaxLength = 15; this.columnCONDO_FLOOR.MaxLength = 15; this.columnCONDO_ROOMNO.MaxLength = 15; this.columnCONDO_ROOMSIZE.MaxLength = 30; this.columnCOLLMASTTYPE_GRP.MaxLength = 2; this.columnDESC_POSITION.MaxLength = 200; this.columnDESC_UTILITY.MaxLength = 200; this.columnDESC_TRAVEL.MaxLength = 200; this.columnDESC_ETC.MaxLength = 200; this.columnOTHEREST_DESC.MaxLength = 100; this.columnINSPECTER_DESC.MaxLength = 100; this.columnINSPECTOR_DESC.MaxLength = 60; this.columnFATHER_NAME.MaxLength = 100; this.columnMATHER_NAME.MaxLength = 100; this.columnREFCOLL_NAME.MaxLength = 100; this.columnLAND_OFFICE.MaxLength = 100; this.columnMRTG_NAME1.MaxLength = 100; this.columnMRTG_PERSONID1.MaxLength = 19; this.columnMRTG_AGE1.MaxLength = 50; this.columnMRTG_NATIONALITY1.MaxLength = 50; this.columnMRTG_CITIZENSHIP1.MaxLength = 50; this.columnMRTG_VILLAGE1.MaxLength = 50; this.columnMRTG_ADDRESS1.MaxLength = 50; this.columnMRTG_MOO1.MaxLength = 50; this.columnMRTG_SOI1.MaxLength = 50; this.columnMRTG_ROAD1.MaxLength = 50; this.columnMRTG_TAMBOL1.MaxLength = 50; this.columnMRTG_AMPHUR1.MaxLength = 50; this.columnMRTG_PROVINCE1.MaxLength = 50; this.columnMRTG_NAME2.MaxLength = 100; this.columnMRTG_PERSONID2.MaxLength = 19; this.columnMRTG_AGE2.MaxLength = 5; this.columnMRTG_NATIONALITY2.MaxLength = 50; this.columnMRTG_CITIZENSHIP2.MaxLength = 50; this.columnMRTG_VILLAGE2.MaxLength = 50; this.columnMRTG_ADDRESS2.MaxLength = 50; this.columnMRTG_MOO2.MaxLength = 19; this.columnMRTG_SOI2.MaxLength = 5; this.columnMRTG_ROAD2.MaxLength = 50; this.columnMRTG_TAMBOL2.MaxLength = 50; this.columnMRTG_AMPHUR2.MaxLength = 50; this.columnMRTG_PROVINCE2.MaxLength = 50; this.columnDETAIL3.MaxLength = 500; this.columnDETAIL4.MaxLength = 500; this.columnPEOPLE_NAME.MaxLength = 100; this.columnPEOPLE_POSITION.MaxLength = 100; this.columnMRTG_MATENAME1.MaxLength = 100; this.columnREFCOLL_MEMNO.MaxLength = 10; this.columnMRTG_PARENTNAME2.MaxLength = 50; this.columnMRTG_MATENAME2.MaxLength = 50; this.columnMRTG_PARENTNAME1.MaxLength = 50; this.columnPOS_MOO.MaxLength = 50; this.columnPOS_ADDNO.MaxLength = 50; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTERRow NewLNCOLLMASTERRow() { return ((LNCOLLMASTERRow)(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 LNCOLLMASTERRow(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(LNCOLLMASTERRow); } [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.LNCOLLMASTERRowChanged != null)) { this.LNCOLLMASTERRowChanged(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(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.LNCOLLMASTERRowChanging != null)) { this.LNCOLLMASTERRowChanging(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(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.LNCOLLMASTERRowDeleted != null)) { this.LNCOLLMASTERRowDeleted(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(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.LNCOLLMASTERRowDeleting != null)) { this.LNCOLLMASTERRowDeleting(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCOLLMASTERRow(LNCOLLMASTERRow 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 = "LNCOLLMASTERDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class LNCOLLMASTER1DataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnMORTGAGE_COUNT; private global::System.Data.DataColumn columnFIRST_MRTG_AMT; private global::System.Data.DataColumn columnSECOUND_MRTG_AMT; private global::System.Data.DataColumn columnTHREE_MRTG_AMT; private global::System.Data.DataColumn columnFOUR_MRTG_AMT; private global::System.Data.DataColumn columnFIVE_MRTG_AMT; private global::System.Data.DataColumn columnOLD_MRTG_AMT; private global::System.Data.DataColumn columnTHIS_MRTG_AMT; private global::System.Data.DataColumn columnSIX_MRTG_AMT; private global::System.Data.DataColumn columnCOLLMAST_NO; private global::System.Data.DataColumn columnCOOP_ID; private global::System.Data.DataColumn columnMONEY_DETAIL1; private global::System.Data.DataColumn columnMONEY_DETAIL2; private global::System.Data.DataColumn columnMONEY_DETAIL3; private global::System.Data.DataColumn columnold_mrtg_date; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTER1DataTable() { this.TableName = "LNCOLLMASTER1"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTER1DataTable(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 LNCOLLMASTER1DataTable(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 MORTGAGE_COUNTColumn { get { return this.columnMORTGAGE_COUNT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FIRST_MRTG_AMTColumn { get { return this.columnFIRST_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SECOUND_MRTG_AMTColumn { get { return this.columnSECOUND_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn THREE_MRTG_AMTColumn { get { return this.columnTHREE_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FOUR_MRTG_AMTColumn { get { return this.columnFOUR_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn FIVE_MRTG_AMTColumn { get { return this.columnFIVE_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OLD_MRTG_AMTColumn { get { return this.columnOLD_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn THIS_MRTG_AMTColumn { get { return this.columnTHIS_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SIX_MRTG_AMTColumn { get { return this.columnSIX_MRTG_AMT; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn COLLMAST_NOColumn { get { return this.columnCOLLMAST_NO; } } [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 MONEY_DETAIL1Column { get { return this.columnMONEY_DETAIL1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONEY_DETAIL2Column { get { return this.columnMONEY_DETAIL2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn MONEY_DETAIL3Column { get { return this.columnMONEY_DETAIL3; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn old_mrtg_dateColumn { get { return this.columnold_mrtg_date; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTER1Row this[int index] { get { return ((LNCOLLMASTER1Row)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTER1RowChangeEventHandler LNCOLLMASTER1RowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTER1RowChangeEventHandler LNCOLLMASTER1RowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTER1RowChangeEventHandler LNCOLLMASTER1RowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event LNCOLLMASTER1RowChangeEventHandler LNCOLLMASTER1RowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddLNCOLLMASTER1Row(LNCOLLMASTER1Row row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTER1Row AddLNCOLLMASTER1Row(decimal MORTGAGE_COUNT, decimal FIRST_MRTG_AMT, decimal SECOUND_MRTG_AMT, decimal THREE_MRTG_AMT, decimal FOUR_MRTG_AMT, decimal FIVE_MRTG_AMT, decimal OLD_MRTG_AMT, decimal THIS_MRTG_AMT, decimal SIX_MRTG_AMT, string COLLMAST_NO, string COOP_ID, string MONEY_DETAIL1, string MONEY_DETAIL2, string MONEY_DETAIL3, System.DateTime old_mrtg_date) { LNCOLLMASTER1Row rowLNCOLLMASTER1Row = ((LNCOLLMASTER1Row)(this.NewRow())); object[] columnValuesArray = new object[] { MORTGAGE_COUNT, FIRST_MRTG_AMT, SECOUND_MRTG_AMT, THREE_MRTG_AMT, FOUR_MRTG_AMT, FIVE_MRTG_AMT, OLD_MRTG_AMT, THIS_MRTG_AMT, SIX_MRTG_AMT, COLLMAST_NO, COOP_ID, MONEY_DETAIL1, MONEY_DETAIL2, MONEY_DETAIL3, old_mrtg_date}; rowLNCOLLMASTER1Row.ItemArray = columnValuesArray; this.Rows.Add(rowLNCOLLMASTER1Row); return rowLNCOLLMASTER1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTER1Row FindByCOLLMAST_NOCOOP_ID(string COLLMAST_NO, string COOP_ID) { return ((LNCOLLMASTER1Row)(this.Rows.Find(new object[] { COLLMAST_NO, COOP_ID}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { LNCOLLMASTER1DataTable cln = ((LNCOLLMASTER1DataTable)(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 LNCOLLMASTER1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnMORTGAGE_COUNT = base.Columns["MORTGAGE_COUNT"]; this.columnFIRST_MRTG_AMT = base.Columns["FIRST_MRTG_AMT"]; this.columnSECOUND_MRTG_AMT = base.Columns["SECOUND_MRTG_AMT"]; this.columnTHREE_MRTG_AMT = base.Columns["THREE_MRTG_AMT"]; this.columnFOUR_MRTG_AMT = base.Columns["FOUR_MRTG_AMT"]; this.columnFIVE_MRTG_AMT = base.Columns["FIVE_MRTG_AMT"]; this.columnOLD_MRTG_AMT = base.Columns["OLD_MRTG_AMT"]; this.columnTHIS_MRTG_AMT = base.Columns["THIS_MRTG_AMT"]; this.columnSIX_MRTG_AMT = base.Columns["SIX_MRTG_AMT"]; this.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"]; this.columnCOOP_ID = base.Columns["COOP_ID"]; this.columnMONEY_DETAIL1 = base.Columns["MONEY_DETAIL1"]; this.columnMONEY_DETAIL2 = base.Columns["MONEY_DETAIL2"]; this.columnMONEY_DETAIL3 = base.Columns["MONEY_DETAIL3"]; this.columnold_mrtg_date = base.Columns["old_mrtg_date"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnMORTGAGE_COUNT = new global::System.Data.DataColumn("MORTGAGE_COUNT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMORTGAGE_COUNT); this.columnFIRST_MRTG_AMT = new global::System.Data.DataColumn("FIRST_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFIRST_MRTG_AMT); this.columnSECOUND_MRTG_AMT = new global::System.Data.DataColumn("SECOUND_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSECOUND_MRTG_AMT); this.columnTHREE_MRTG_AMT = new global::System.Data.DataColumn("THREE_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTHREE_MRTG_AMT); this.columnFOUR_MRTG_AMT = new global::System.Data.DataColumn("FOUR_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFOUR_MRTG_AMT); this.columnFIVE_MRTG_AMT = new global::System.Data.DataColumn("FIVE_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnFIVE_MRTG_AMT); this.columnOLD_MRTG_AMT = new global::System.Data.DataColumn("OLD_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOLD_MRTG_AMT); this.columnTHIS_MRTG_AMT = new global::System.Data.DataColumn("THIS_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTHIS_MRTG_AMT); this.columnSIX_MRTG_AMT = new global::System.Data.DataColumn("SIX_MRTG_AMT", typeof(decimal), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSIX_MRTG_AMT); this.columnCOLLMAST_NO = new global::System.Data.DataColumn("COLLMAST_NO", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCOLLMAST_NO); 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.columnMONEY_DETAIL1 = new global::System.Data.DataColumn("MONEY_DETAIL1", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEY_DETAIL1); this.columnMONEY_DETAIL2 = new global::System.Data.DataColumn("MONEY_DETAIL2", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEY_DETAIL2); this.columnMONEY_DETAIL3 = new global::System.Data.DataColumn("MONEY_DETAIL3", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnMONEY_DETAIL3); this.columnold_mrtg_date = new global::System.Data.DataColumn("old_mrtg_date", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnold_mrtg_date); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnCOLLMAST_NO, this.columnCOOP_ID}, true)); this.columnCOLLMAST_NO.AllowDBNull = false; this.columnCOLLMAST_NO.MaxLength = 8; this.columnCOOP_ID.AllowDBNull = false; this.columnCOOP_ID.MaxLength = 6; this.columnMONEY_DETAIL1.MaxLength = 300; this.columnMONEY_DETAIL2.MaxLength = 300; this.columnMONEY_DETAIL3.MaxLength = 300; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LNCOLLMASTER1Row NewLNCOLLMASTER1Row() { return ((LNCOLLMASTER1Row)(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 LNCOLLMASTER1Row(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(LNCOLLMASTER1Row); } [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.LNCOLLMASTER1RowChanged != null)) { this.LNCOLLMASTER1RowChanged(this, new LNCOLLMASTER1RowChangeEvent(((LNCOLLMASTER1Row)(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.LNCOLLMASTER1RowChanging != null)) { this.LNCOLLMASTER1RowChanging(this, new LNCOLLMASTER1RowChangeEvent(((LNCOLLMASTER1Row)(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.LNCOLLMASTER1RowDeleted != null)) { this.LNCOLLMASTER1RowDeleted(this, new LNCOLLMASTER1RowChangeEvent(((LNCOLLMASTER1Row)(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.LNCOLLMASTER1RowDeleting != null)) { this.LNCOLLMASTER1RowDeleting(this, new LNCOLLMASTER1RowChangeEvent(((LNCOLLMASTER1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveLNCOLLMASTER1Row(LNCOLLMASTER1Row 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 = "LNCOLLMASTER1DataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class DataTable1DataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnmember_no; private global::System.Data.DataColumn columnmemb_name; private global::System.Data.DataColumn columnmembgroup_desc; private global::System.Data.DataColumn columnauthorized; private global::System.Data.DataColumn columnauthor_date; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1DataTable() { this.TableName = "DataTable1"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1DataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; } if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { this.Locale = table.Locale; } if ((table.Namespace != table.DataSet.Namespace)) { this.Namespace = table.Namespace; } this.Prefix = table.Prefix; this.MinimumCapacity = table.MinimumCapacity; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected DataTable1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn member_noColumn { get { return this.columnmember_no; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn memb_nameColumn { get { return this.columnmemb_name; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn membgroup_descColumn { get { return this.columnmembgroup_desc; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn authorizedColumn { get { return this.columnauthorized; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn author_dateColumn { get { return this.columnauthor_date; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] public int Count { get { return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row this[int index] { get { return ((DataTable1Row)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event DataTable1RowChangeEventHandler DataTable1RowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddDataTable1Row(DataTable1Row row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row AddDataTable1Row(string member_no, string memb_name, string membgroup_desc, string authorized, System.DateTime author_date) { DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow())); object[] columnValuesArray = new object[] { member_no, memb_name, membgroup_desc, authorized, author_date}; rowDataTable1Row.ItemArray = columnValuesArray; this.Rows.Add(rowDataTable1Row); return rowDataTable1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { DataTable1DataTable cln = ((DataTable1DataTable)(base.Clone())); cln.InitVars(); return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataTable CreateInstance() { return new DataTable1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnmember_no = base.Columns["member_no"]; this.columnmemb_name = base.Columns["memb_name"]; this.columnmembgroup_desc = base.Columns["membgroup_desc"]; this.columnauthorized = base.Columns["authorized"]; this.columnauthor_date = base.Columns["author_date"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnmember_no = new global::System.Data.DataColumn("member_no", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnmember_no); this.columnmemb_name = new global::System.Data.DataColumn("memb_name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnmemb_name); this.columnmembgroup_desc = new global::System.Data.DataColumn("membgroup_desc", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnmembgroup_desc); this.columnauthorized = new global::System.Data.DataColumn("authorized", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnauthorized); this.columnauthor_date = new global::System.Data.DataColumn("author_date", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnauthor_date); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row NewDataTable1Row() { return ((DataTable1Row)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { return new DataTable1Row(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override global::System.Type GetRowType() { return typeof(DataTable1Row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanged(e); if ((this.DataTable1RowChanged != null)) { this.DataTable1RowChanged(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { base.OnRowChanging(e); if ((this.DataTable1RowChanging != null)) { this.DataTable1RowChanging(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleted(e); if ((this.DataTable1RowDeleted != null)) { this.DataTable1RowDeleted(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { base.OnRowDeleting(e); if ((this.DataTable1RowDeleting != null)) { this.DataTable1RowDeleting(this, new DataTable1RowChangeEvent(((DataTable1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveDataTable1Row(DataTable1Row row) { this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); DataSet1 ds = new DataSet1(); global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); any1.Namespace = "http://www.w3.org/2001/XMLSchema"; any1.MinOccurs = new decimal(0); any1.MaxOccurs = decimal.MaxValue; any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any1); global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; any2.MinOccurs = new decimal(1); any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; sequence.Items.Add(any2); global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute1.Name = "namespace"; attribute1.FixedValue = ds.Namespace; type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; attribute2.FixedValue = "DataTable1DataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } } /// ///Represents strongly named DataRow class. /// public partial class LNCOLLMASTERRow : global::System.Data.DataRow { private LNCOLLMASTERDataTable tableLNCOLLMASTER; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTERRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableLNCOLLMASTER.COOP_IDColumn])); } set { this[this.tableLNCOLLMASTER.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_NO { get { return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_NOColumn])); } set { this[this.tableLNCOLLMASTER.COLLMAST_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_REFNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_REFNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMASTTYPE_CODE { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_CODE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_DESC { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DESC\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LANDESTIMATE_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LANDESTIMATE_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal HOUSEESTIMATE_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal ESTIMATE_PRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ESTIMATE_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_PRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime MORTGAGE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime EXPIRE_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EXPIRE_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal REDEEM_FLAG { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_FLAG\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime REDEEM_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.REDEEM_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REDEEM_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REMARK { get { try { return ((string)(this[this.tableLNCOLLMASTER.REMARKColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REMARKColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BLINDLAND_FLAG { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.BLINDLAND_FLAGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BLINDLAND_FLAG\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BLINDLAND_FLAGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMBER_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.MEMBER_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MEMBER_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LANDSIDE_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LANDSIDE_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LANDSIDE_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LANDSIDE_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLRELATION_CODE { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLRELATION_CODEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLRELATION_CODE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLRELATION_CODEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OWNER_RELATION { get { try { return ((string)(this[this.tableLNCOLLMASTER.OWNER_RELATIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OWNER_RELATION\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.OWNER_RELATIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_DEPARTMENT { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_DEPARTMENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_DEPARTMENT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_DEPARTMENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SURVEY_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.SURVEY_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SURVEY_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.SURVEY_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BOOK_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.BOOK_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BOOK_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BOOK_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PAGE_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.PAGE_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PAGE_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PAGE_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string GROUP_NO { get { try { return ((string)(this[this.tableLNCOLLMASTER.GROUP_NOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'GROUP_NO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.GROUP_NOColumn] = 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.tableLNCOLLMASTER.LOANREQUEST_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LOANREQUEST_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime COLLMAST_DATE { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.COLLMAST_DATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMAST_DATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MEMCOOP_ID { get { try { return ((string)(this[this.tableLNCOLLMASTER.MEMCOOP_IDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MEMCOOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal COLLMAST_PRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.COLLMAST_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMAST_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_RAVANG { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_RAVANGColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_RAVANG\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_RAVANGColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_DOCNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_DOCNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_DOCNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_DOCNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_LANDNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_LANDNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_LANDNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_LANDNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_SURVEY { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_SURVEYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_SURVEY\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_SURVEYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_BOOKNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_BOOKNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_BOOKNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_BOOKNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_PAGENO { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_PAGENOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_PAGENO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_PAGENOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_TAMBOL { get { try { return ((string)(this[this.tableLNCOLLMASTER.POS_TAMBOLColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_TAMBOL\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.POS_TAMBOLColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_AMPHUR { get { try { return ((string)(this[this.tableLNCOLLMASTER.POS_AMPHURColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_AMPHUR\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.POS_AMPHURColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_PROVINCE { get { try { return ((string)(this[this.tableLNCOLLMASTER.POS_PROVINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_PROVINCE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.POS_PROVINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SIZE_RAI { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.SIZE_RAIColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SIZE_RAI\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.SIZE_RAIColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SIZE_NGAN { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.SIZE_NGANColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SIZE_NGAN\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.SIZE_NGANColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SIZE_WA { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.SIZE_WAColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SIZE_WA\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.SIZE_WAColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PHOTOAIR_PROVINCE { get { try { return ((string)(this[this.tableLNCOLLMASTER.PHOTOAIR_PROVINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_PROVINCE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PHOTOAIR_PROVINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PHOTOAIR_NUMBER { get { try { return ((string)(this[this.tableLNCOLLMASTER.PHOTOAIR_NUMBERColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_NUMBER\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PHOTOAIR_NUMBERColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PHOTOAIR_PAGE { get { try { return ((string)(this[this.tableLNCOLLMASTER.PHOTOAIR_PAGEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_PAGE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PHOTOAIR_PAGEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRICEPER_UNIT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.PRICEPER_UNITColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRICEPER_UNIT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PRICEPER_UNITColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal DOL_PRINCE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.DOL_PRINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DOL_PRINCE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DOL_PRINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EST_PERCENT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.EST_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EST_PERCENT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.EST_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal EST_PRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.EST_PRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EST_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.EST_PRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_VILLAGE { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_VILLAGEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_VILLAGE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_VILLAGEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_ADDRNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_ADDRNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_ADDRNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_ADDRNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_ADDRMOO { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_ADDRMOOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_ADDRMOO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_ADDRMOOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_SOI { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_SOIColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_SOI\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_SOIColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_ROAD { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_ROADColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_ROAD\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_ROADColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_TAMBOL { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_TAMBOLColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_TAMBOL\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_TAMBOLColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_AMPHUR { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_AMPHURColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_AMPHUR\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_AMPHURColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_PROVINCE { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_PROVINCEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_PROVINCE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_PROVINCEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_TYPE { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_TYPE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BD_DEPRECIATION { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.BD_DEPRECIATIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_DEPRECIATION\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_DEPRECIATIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BD_ONLANDNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.BD_ONLANDNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_ONLANDNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_ONLANDNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDO_REGISTNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.CONDO_REGISTNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_REGISTNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_REGISTNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDO_NAME { get { try { return ((string)(this[this.tableLNCOLLMASTER.CONDO_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_NAME\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDO_TOWERNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.CONDO_TOWERNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_TOWERNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_TOWERNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDO_FLOOR { get { try { return ((string)(this[this.tableLNCOLLMASTER.CONDO_FLOORColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_FLOOR\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_FLOORColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDO_ROOMNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.CONDO_ROOMNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_ROOMNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_ROOMNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string CONDO_ROOMSIZE { get { try { return ((string)(this[this.tableLNCOLLMASTER.CONDO_ROOMSIZEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_ROOMSIZE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_ROOMSIZEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONDO_PRICESQUARE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.CONDO_PRICESQUAREColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_PRICESQUARE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_PRICESQUAREColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMASTTYPE_GRP { get { try { return ((string)(this[this.tableLNCOLLMASTER.COLLMASTTYPE_GRPColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_GRP\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.COLLMASTTYPE_GRPColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BD_SUMPRICE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.BD_SUMPRICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_SUMPRICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_SUMPRICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal BD_AGE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.BD_AGEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BD_AGE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.BD_AGEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONDO_DEPRECIATION { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.CONDO_DEPRECIATIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_DEPRECIATION\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_DEPRECIATIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal CONDO_AGE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.CONDO_AGEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'CONDO_AGE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.CONDO_AGEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DESC_POSITION { get { try { return ((string)(this[this.tableLNCOLLMASTER.DESC_POSITIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DESC_POSITION\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DESC_POSITIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DESC_UTILITY { get { try { return ((string)(this[this.tableLNCOLLMASTER.DESC_UTILITYColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DESC_UTILITY\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DESC_UTILITYColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DESC_TRAVEL { get { try { return ((string)(this[this.tableLNCOLLMASTER.DESC_TRAVELColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DESC_TRAVEL\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DESC_TRAVELColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DESC_ETC { get { try { return ((string)(this[this.tableLNCOLLMASTER.DESC_ETCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DESC_ETC\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DESC_ETCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OTHERNET_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.OTHERNET_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OTHERNET_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.OTHERNET_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OTHERNET_PERCENT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.OTHERNET_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OTHERNET_PERCENT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.OTHERNET_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OTHEREST_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.OTHEREST_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OTHEREST_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.OTHEREST_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OTHEREST_DESC { get { try { return ((string)(this[this.tableLNCOLLMASTER.OTHEREST_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OTHEREST_DESC\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.OTHEREST_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal HOUSEEST_PERCENT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.HOUSEEST_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'HOUSEEST_PERCENT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.HOUSEEST_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal HOUSEESTIMATE2_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.HOUSEESTIMATE2_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE2_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.HOUSEESTIMATE2_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRICE_AREA2 { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.PRICE_AREA2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRICE_AREA2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PRICE_AREA2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TOTAL_AREA2 { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.TOTAL_AREA2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TOTAL_AREA2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.TOTAL_AREA2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal LANDEST_PERCENT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.LANDEST_PERCENTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LANDEST_PERCENT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LANDEST_PERCENTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal HOUSEESTIMATE1_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.HOUSEESTIMATE1_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE1_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.HOUSEESTIMATE1_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal PRICE_AREA1 { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.PRICE_AREA1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PRICE_AREA1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PRICE_AREA1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal TOTAL_AREA1 { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.TOTAL_AREA1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TOTAL_AREA1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.TOTAL_AREA1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INSPECTER_DESC { get { try { return ((string)(this[this.tableLNCOLLMASTER.INSPECTER_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INSPECTER_DESC\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.INSPECTER_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string INSPECTOR_DESC { get { try { return ((string)(this[this.tableLNCOLLMASTER.INSPECTOR_DESCColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INSPECTOR_DESC\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.INSPECTOR_DESCColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_TYPE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_TYPEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_TYPE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_TYPEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_LANDNUM { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_LANDNUMColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_LANDNUM\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_LANDNUMColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string FATHER_NAME { get { try { return ((string)(this[this.tableLNCOLLMASTER.FATHER_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FATHER_NAME\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.FATHER_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MATHER_NAME { get { try { return ((string)(this[this.tableLNCOLLMASTER.MATHER_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MATHER_NAME\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MATHER_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_PARTAMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_PARTAMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PARTAMT\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_PARTAMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_PARTALL { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_PARTALLColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PARTALL\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MORTGAGE_PARTALLColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFCOLL_NAME { get { try { return ((string)(this[this.tableLNCOLLMASTER.REFCOLL_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFCOLL_NAME\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REFCOLL_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string LAND_OFFICE { get { try { return ((string)(this[this.tableLNCOLLMASTER.LAND_OFFICEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'LAND_OFFICE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.LAND_OFFICEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_NAME1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_NAME1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NAME1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_NAME1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_PERSONID1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_PERSONID1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PERSONID1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_PERSONID1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_AGE1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_AGE1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AGE1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_AGE1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_NATIONALITY1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_NATIONALITY1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NATIONALITY1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_NATIONALITY1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_CITIZENSHIP1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_CITIZENSHIP1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_CITIZENSHIP1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_CITIZENSHIP1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_VILLAGE1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_VILLAGE1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_VILLAGE1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_VILLAGE1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_ADDRESS1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_ADDRESS1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ADDRESS1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_ADDRESS1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_MOO1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_MOO1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MOO1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_MOO1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_SOI1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_SOI1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_SOI1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_SOI1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_ROAD1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_ROAD1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ROAD1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_ROAD1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_TAMBOL1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_TAMBOL1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_TAMBOL1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_TAMBOL1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_AMPHUR1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_AMPHUR1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AMPHUR1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_AMPHUR1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_PROVINCE1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_PROVINCE1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PROVINCE1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_PROVINCE1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_NAME2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_NAME2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NAME2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_NAME2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_PERSONID2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_PERSONID2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PERSONID2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_PERSONID2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_AGE2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_AGE2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AGE2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_AGE2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_NATIONALITY2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_NATIONALITY2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NATIONALITY2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_NATIONALITY2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_CITIZENSHIP2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_CITIZENSHIP2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_CITIZENSHIP2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_CITIZENSHIP2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_VILLAGE2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_VILLAGE2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_VILLAGE2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_VILLAGE2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_ADDRESS2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_ADDRESS2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ADDRESS2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_ADDRESS2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_MOO2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_MOO2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MOO2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_MOO2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_SOI2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_SOI2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_SOI2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_SOI2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_ROAD2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_ROAD2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ROAD2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_ROAD2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_TAMBOL2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_TAMBOL2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_TAMBOL2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_TAMBOL2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_AMPHUR2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_AMPHUR2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AMPHUR2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_AMPHUR2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_PROVINCE2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_PROVINCE2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PROVINCE2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_PROVINCE2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DETAIL3 { get { try { return ((string)(this[this.tableLNCOLLMASTER.DETAIL3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DETAIL3\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DETAIL3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DETAIL4 { get { try { return ((string)(this[this.tableLNCOLLMASTER.DETAIL4Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DETAIL4\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.DETAIL4Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PEOPLE_NAME { get { try { return ((string)(this[this.tableLNCOLLMASTER.PEOPLE_NAMEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PEOPLE_NAME\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PEOPLE_NAMEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PEOPLE_POSITION { get { try { return ((string)(this[this.tableLNCOLLMASTER.PEOPLE_POSITIONColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PEOPLE_POSITION\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.PEOPLE_POSITIONColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal INT_RATE { get { try { return ((decimal)(this[this.tableLNCOLLMASTER.INT_RATEColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'INT_RATE\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.INT_RATEColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_MATENAME1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_MATENAME1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MATENAME1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_MATENAME1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string REFCOLL_MEMNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.REFCOLL_MEMNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'REFCOLL_MEMNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.REFCOLL_MEMNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_PARENTNAME2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_PARENTNAME2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PARENTNAME2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_PARENTNAME2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_MATENAME2 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_MATENAME2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MATENAME2\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_MATENAME2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MRTG_PARENTNAME1 { get { try { return ((string)(this[this.tableLNCOLLMASTER.MRTG_PARENTNAME1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PARENTNAME1\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.MRTG_PARENTNAME1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_MOO { get { try { return ((string)(this[this.tableLNCOLLMASTER.POS_MOOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_MOO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.POS_MOOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string POS_ADDNO { get { try { return ((string)(this[this.tableLNCOLLMASTER.POS_ADDNOColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'POS_ADDNO\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.POS_ADDNOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int flag { get { try { return ((int)(this[this.tableLNCOLLMASTER.flagColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'flag\' in table \'LNCOLLMASTER\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER.flagColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMAST_REFNONull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_REFNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAST_REFNONull() { this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMASTTYPE_CODENull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMASTTYPE_CODENull() { this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMAST_DESCNull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAST_DESCNull() { this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLANDESTIMATE_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLANDESTIMATE_AMTNull() { this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsHOUSEESTIMATE_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetHOUSEESTIMATE_AMTNull() { this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsESTIMATE_PRICENull() { return this.IsNull(this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetESTIMATE_PRICENull() { this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_PRICENull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_PRICENull() { this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_DATENull() { this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEXPIRE_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.EXPIRE_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEXPIRE_DATENull() { this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREDEEM_FLAGNull() { return this.IsNull(this.tableLNCOLLMASTER.REDEEM_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREDEEM_FLAGNull() { this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREDEEM_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.REDEEM_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREDEEM_DATENull() { this[this.tableLNCOLLMASTER.REDEEM_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREMARKNull() { return this.IsNull(this.tableLNCOLLMASTER.REMARKColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREMARKNull() { this[this.tableLNCOLLMASTER.REMARKColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBLINDLAND_FLAGNull() { return this.IsNull(this.tableLNCOLLMASTER.BLINDLAND_FLAGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBLINDLAND_FLAGNull() { this[this.tableLNCOLLMASTER.BLINDLAND_FLAGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMBER_NONull() { return this.IsNull(this.tableLNCOLLMASTER.MEMBER_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMBER_NONull() { this[this.tableLNCOLLMASTER.MEMBER_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLANDSIDE_NONull() { return this.IsNull(this.tableLNCOLLMASTER.LANDSIDE_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLANDSIDE_NONull() { this[this.tableLNCOLLMASTER.LANDSIDE_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLRELATION_CODENull() { return this.IsNull(this.tableLNCOLLMASTER.COLLRELATION_CODEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLRELATION_CODENull() { this[this.tableLNCOLLMASTER.COLLRELATION_CODEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOWNER_RELATIONNull() { return this.IsNull(this.tableLNCOLLMASTER.OWNER_RELATIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOWNER_RELATIONNull() { this[this.tableLNCOLLMASTER.OWNER_RELATIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_DEPARTMENTNull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_DEPARTMENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_DEPARTMENTNull() { this[this.tableLNCOLLMASTER.LAND_DEPARTMENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_NONull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_NONull() { this[this.tableLNCOLLMASTER.LAND_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSURVEY_NONull() { return this.IsNull(this.tableLNCOLLMASTER.SURVEY_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSURVEY_NONull() { this[this.tableLNCOLLMASTER.SURVEY_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBOOK_NONull() { return this.IsNull(this.tableLNCOLLMASTER.BOOK_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBOOK_NONull() { this[this.tableLNCOLLMASTER.BOOK_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPAGE_NONull() { return this.IsNull(this.tableLNCOLLMASTER.PAGE_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPAGE_NONull() { this[this.tableLNCOLLMASTER.PAGE_NOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsGROUP_NONull() { return this.IsNull(this.tableLNCOLLMASTER.GROUP_NOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetGROUP_NONull() { this[this.tableLNCOLLMASTER.GROUP_NOColumn] = 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.tableLNCOLLMASTER.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.tableLNCOLLMASTER.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 IsCOLLMAST_DATENull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_DATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAST_DATENull() { this[this.tableLNCOLLMASTER.COLLMAST_DATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMEMCOOP_IDNull() { return this.IsNull(this.tableLNCOLLMASTER.MEMCOOP_IDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMEMCOOP_IDNull() { this[this.tableLNCOLLMASTER.MEMCOOP_IDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMAST_PRICENull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMAST_PRICENull() { this[this.tableLNCOLLMASTER.COLLMAST_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_RAVANGNull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_RAVANGColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_RAVANGNull() { this[this.tableLNCOLLMASTER.LAND_RAVANGColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_DOCNONull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_DOCNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_DOCNONull() { this[this.tableLNCOLLMASTER.LAND_DOCNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_LANDNONull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_LANDNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_LANDNONull() { this[this.tableLNCOLLMASTER.LAND_LANDNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_SURVEYNull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_SURVEYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_SURVEYNull() { this[this.tableLNCOLLMASTER.LAND_SURVEYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_BOOKNONull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_BOOKNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_BOOKNONull() { this[this.tableLNCOLLMASTER.LAND_BOOKNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_PAGENONull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_PAGENOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_PAGENONull() { this[this.tableLNCOLLMASTER.LAND_PAGENOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_TAMBOLNull() { return this.IsNull(this.tableLNCOLLMASTER.POS_TAMBOLColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_TAMBOLNull() { this[this.tableLNCOLLMASTER.POS_TAMBOLColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_AMPHURNull() { return this.IsNull(this.tableLNCOLLMASTER.POS_AMPHURColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_AMPHURNull() { this[this.tableLNCOLLMASTER.POS_AMPHURColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_PROVINCENull() { return this.IsNull(this.tableLNCOLLMASTER.POS_PROVINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_PROVINCENull() { this[this.tableLNCOLLMASTER.POS_PROVINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSIZE_RAINull() { return this.IsNull(this.tableLNCOLLMASTER.SIZE_RAIColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSIZE_RAINull() { this[this.tableLNCOLLMASTER.SIZE_RAIColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSIZE_NGANNull() { return this.IsNull(this.tableLNCOLLMASTER.SIZE_NGANColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSIZE_NGANNull() { this[this.tableLNCOLLMASTER.SIZE_NGANColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSIZE_WANull() { return this.IsNull(this.tableLNCOLLMASTER.SIZE_WAColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSIZE_WANull() { this[this.tableLNCOLLMASTER.SIZE_WAColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPHOTOAIR_PROVINCENull() { return this.IsNull(this.tableLNCOLLMASTER.PHOTOAIR_PROVINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPHOTOAIR_PROVINCENull() { this[this.tableLNCOLLMASTER.PHOTOAIR_PROVINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPHOTOAIR_NUMBERNull() { return this.IsNull(this.tableLNCOLLMASTER.PHOTOAIR_NUMBERColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPHOTOAIR_NUMBERNull() { this[this.tableLNCOLLMASTER.PHOTOAIR_NUMBERColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPHOTOAIR_PAGENull() { return this.IsNull(this.tableLNCOLLMASTER.PHOTOAIR_PAGEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPHOTOAIR_PAGENull() { this[this.tableLNCOLLMASTER.PHOTOAIR_PAGEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRICEPER_UNITNull() { return this.IsNull(this.tableLNCOLLMASTER.PRICEPER_UNITColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRICEPER_UNITNull() { this[this.tableLNCOLLMASTER.PRICEPER_UNITColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDOL_PRINCENull() { return this.IsNull(this.tableLNCOLLMASTER.DOL_PRINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDOL_PRINCENull() { this[this.tableLNCOLLMASTER.DOL_PRINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEST_PERCENTNull() { return this.IsNull(this.tableLNCOLLMASTER.EST_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEST_PERCENTNull() { this[this.tableLNCOLLMASTER.EST_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEST_PRICENull() { return this.IsNull(this.tableLNCOLLMASTER.EST_PRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEST_PRICENull() { this[this.tableLNCOLLMASTER.EST_PRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_VILLAGENull() { return this.IsNull(this.tableLNCOLLMASTER.BD_VILLAGEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_VILLAGENull() { this[this.tableLNCOLLMASTER.BD_VILLAGEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_ADDRNONull() { return this.IsNull(this.tableLNCOLLMASTER.BD_ADDRNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_ADDRNONull() { this[this.tableLNCOLLMASTER.BD_ADDRNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_ADDRMOONull() { return this.IsNull(this.tableLNCOLLMASTER.BD_ADDRMOOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_ADDRMOONull() { this[this.tableLNCOLLMASTER.BD_ADDRMOOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_SOINull() { return this.IsNull(this.tableLNCOLLMASTER.BD_SOIColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_SOINull() { this[this.tableLNCOLLMASTER.BD_SOIColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_ROADNull() { return this.IsNull(this.tableLNCOLLMASTER.BD_ROADColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_ROADNull() { this[this.tableLNCOLLMASTER.BD_ROADColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_TAMBOLNull() { return this.IsNull(this.tableLNCOLLMASTER.BD_TAMBOLColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_TAMBOLNull() { this[this.tableLNCOLLMASTER.BD_TAMBOLColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_AMPHURNull() { return this.IsNull(this.tableLNCOLLMASTER.BD_AMPHURColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_AMPHURNull() { this[this.tableLNCOLLMASTER.BD_AMPHURColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_PROVINCENull() { return this.IsNull(this.tableLNCOLLMASTER.BD_PROVINCEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_PROVINCENull() { this[this.tableLNCOLLMASTER.BD_PROVINCEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_TYPENull() { return this.IsNull(this.tableLNCOLLMASTER.BD_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_TYPENull() { this[this.tableLNCOLLMASTER.BD_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_DEPRECIATIONNull() { return this.IsNull(this.tableLNCOLLMASTER.BD_DEPRECIATIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_DEPRECIATIONNull() { this[this.tableLNCOLLMASTER.BD_DEPRECIATIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_ONLANDNONull() { return this.IsNull(this.tableLNCOLLMASTER.BD_ONLANDNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_ONLANDNONull() { this[this.tableLNCOLLMASTER.BD_ONLANDNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_REGISTNONull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_REGISTNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_REGISTNONull() { this[this.tableLNCOLLMASTER.CONDO_REGISTNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_NAMENull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_NAMENull() { this[this.tableLNCOLLMASTER.CONDO_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_TOWERNONull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_TOWERNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_TOWERNONull() { this[this.tableLNCOLLMASTER.CONDO_TOWERNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_FLOORNull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_FLOORColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_FLOORNull() { this[this.tableLNCOLLMASTER.CONDO_FLOORColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_ROOMNONull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_ROOMNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_ROOMNONull() { this[this.tableLNCOLLMASTER.CONDO_ROOMNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_ROOMSIZENull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_ROOMSIZEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_ROOMSIZENull() { this[this.tableLNCOLLMASTER.CONDO_ROOMSIZEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_PRICESQUARENull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_PRICESQUAREColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_PRICESQUARENull() { this[this.tableLNCOLLMASTER.CONDO_PRICESQUAREColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCOLLMASTTYPE_GRPNull() { return this.IsNull(this.tableLNCOLLMASTER.COLLMASTTYPE_GRPColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCOLLMASTTYPE_GRPNull() { this[this.tableLNCOLLMASTER.COLLMASTTYPE_GRPColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_SUMPRICENull() { return this.IsNull(this.tableLNCOLLMASTER.BD_SUMPRICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_SUMPRICENull() { this[this.tableLNCOLLMASTER.BD_SUMPRICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBD_AGENull() { return this.IsNull(this.tableLNCOLLMASTER.BD_AGEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBD_AGENull() { this[this.tableLNCOLLMASTER.BD_AGEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_DEPRECIATIONNull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_DEPRECIATIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_DEPRECIATIONNull() { this[this.tableLNCOLLMASTER.CONDO_DEPRECIATIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCONDO_AGENull() { return this.IsNull(this.tableLNCOLLMASTER.CONDO_AGEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCONDO_AGENull() { this[this.tableLNCOLLMASTER.CONDO_AGEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDESC_POSITIONNull() { return this.IsNull(this.tableLNCOLLMASTER.DESC_POSITIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDESC_POSITIONNull() { this[this.tableLNCOLLMASTER.DESC_POSITIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDESC_UTILITYNull() { return this.IsNull(this.tableLNCOLLMASTER.DESC_UTILITYColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDESC_UTILITYNull() { this[this.tableLNCOLLMASTER.DESC_UTILITYColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDESC_TRAVELNull() { return this.IsNull(this.tableLNCOLLMASTER.DESC_TRAVELColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDESC_TRAVELNull() { this[this.tableLNCOLLMASTER.DESC_TRAVELColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDESC_ETCNull() { return this.IsNull(this.tableLNCOLLMASTER.DESC_ETCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDESC_ETCNull() { this[this.tableLNCOLLMASTER.DESC_ETCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOTHERNET_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.OTHERNET_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOTHERNET_AMTNull() { this[this.tableLNCOLLMASTER.OTHERNET_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOTHERNET_PERCENTNull() { return this.IsNull(this.tableLNCOLLMASTER.OTHERNET_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOTHERNET_PERCENTNull() { this[this.tableLNCOLLMASTER.OTHERNET_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOTHEREST_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.OTHEREST_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOTHEREST_AMTNull() { this[this.tableLNCOLLMASTER.OTHEREST_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOTHEREST_DESCNull() { return this.IsNull(this.tableLNCOLLMASTER.OTHEREST_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOTHEREST_DESCNull() { this[this.tableLNCOLLMASTER.OTHEREST_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsHOUSEEST_PERCENTNull() { return this.IsNull(this.tableLNCOLLMASTER.HOUSEEST_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetHOUSEEST_PERCENTNull() { this[this.tableLNCOLLMASTER.HOUSEEST_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsHOUSEESTIMATE2_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.HOUSEESTIMATE2_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetHOUSEESTIMATE2_AMTNull() { this[this.tableLNCOLLMASTER.HOUSEESTIMATE2_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRICE_AREA2Null() { return this.IsNull(this.tableLNCOLLMASTER.PRICE_AREA2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRICE_AREA2Null() { this[this.tableLNCOLLMASTER.PRICE_AREA2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTOTAL_AREA2Null() { return this.IsNull(this.tableLNCOLLMASTER.TOTAL_AREA2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTOTAL_AREA2Null() { this[this.tableLNCOLLMASTER.TOTAL_AREA2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLANDEST_PERCENTNull() { return this.IsNull(this.tableLNCOLLMASTER.LANDEST_PERCENTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLANDEST_PERCENTNull() { this[this.tableLNCOLLMASTER.LANDEST_PERCENTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsHOUSEESTIMATE1_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER.HOUSEESTIMATE1_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetHOUSEESTIMATE1_AMTNull() { this[this.tableLNCOLLMASTER.HOUSEESTIMATE1_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPRICE_AREA1Null() { return this.IsNull(this.tableLNCOLLMASTER.PRICE_AREA1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPRICE_AREA1Null() { this[this.tableLNCOLLMASTER.PRICE_AREA1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTOTAL_AREA1Null() { return this.IsNull(this.tableLNCOLLMASTER.TOTAL_AREA1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTOTAL_AREA1Null() { this[this.tableLNCOLLMASTER.TOTAL_AREA1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINSPECTER_DESCNull() { return this.IsNull(this.tableLNCOLLMASTER.INSPECTER_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINSPECTER_DESCNull() { this[this.tableLNCOLLMASTER.INSPECTER_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINSPECTOR_DESCNull() { return this.IsNull(this.tableLNCOLLMASTER.INSPECTOR_DESCColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINSPECTOR_DESCNull() { this[this.tableLNCOLLMASTER.INSPECTOR_DESCColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_TYPENull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_TYPEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_TYPENull() { this[this.tableLNCOLLMASTER.MORTGAGE_TYPEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_LANDNUMNull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_LANDNUMColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_LANDNUMNull() { this[this.tableLNCOLLMASTER.MORTGAGE_LANDNUMColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFATHER_NAMENull() { return this.IsNull(this.tableLNCOLLMASTER.FATHER_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFATHER_NAMENull() { this[this.tableLNCOLLMASTER.FATHER_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMATHER_NAMENull() { return this.IsNull(this.tableLNCOLLMASTER.MATHER_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMATHER_NAMENull() { this[this.tableLNCOLLMASTER.MATHER_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_PARTAMTNull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_PARTAMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_PARTAMTNull() { this[this.tableLNCOLLMASTER.MORTGAGE_PARTAMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_PARTALLNull() { return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_PARTALLColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_PARTALLNull() { this[this.tableLNCOLLMASTER.MORTGAGE_PARTALLColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFCOLL_NAMENull() { return this.IsNull(this.tableLNCOLLMASTER.REFCOLL_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFCOLL_NAMENull() { this[this.tableLNCOLLMASTER.REFCOLL_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsLAND_OFFICENull() { return this.IsNull(this.tableLNCOLLMASTER.LAND_OFFICEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetLAND_OFFICENull() { this[this.tableLNCOLLMASTER.LAND_OFFICEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_NAME1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_NAME1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_NAME1Null() { this[this.tableLNCOLLMASTER.MRTG_NAME1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_PERSONID1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_PERSONID1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_PERSONID1Null() { this[this.tableLNCOLLMASTER.MRTG_PERSONID1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_AGE1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_AGE1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_AGE1Null() { this[this.tableLNCOLLMASTER.MRTG_AGE1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_NATIONALITY1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_NATIONALITY1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_NATIONALITY1Null() { this[this.tableLNCOLLMASTER.MRTG_NATIONALITY1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_CITIZENSHIP1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_CITIZENSHIP1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_CITIZENSHIP1Null() { this[this.tableLNCOLLMASTER.MRTG_CITIZENSHIP1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_VILLAGE1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_VILLAGE1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_VILLAGE1Null() { this[this.tableLNCOLLMASTER.MRTG_VILLAGE1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_ADDRESS1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_ADDRESS1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_ADDRESS1Null() { this[this.tableLNCOLLMASTER.MRTG_ADDRESS1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_MOO1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_MOO1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_MOO1Null() { this[this.tableLNCOLLMASTER.MRTG_MOO1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_SOI1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_SOI1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_SOI1Null() { this[this.tableLNCOLLMASTER.MRTG_SOI1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_ROAD1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_ROAD1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_ROAD1Null() { this[this.tableLNCOLLMASTER.MRTG_ROAD1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_TAMBOL1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_TAMBOL1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_TAMBOL1Null() { this[this.tableLNCOLLMASTER.MRTG_TAMBOL1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_AMPHUR1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_AMPHUR1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_AMPHUR1Null() { this[this.tableLNCOLLMASTER.MRTG_AMPHUR1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_PROVINCE1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_PROVINCE1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_PROVINCE1Null() { this[this.tableLNCOLLMASTER.MRTG_PROVINCE1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_NAME2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_NAME2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_NAME2Null() { this[this.tableLNCOLLMASTER.MRTG_NAME2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_PERSONID2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_PERSONID2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_PERSONID2Null() { this[this.tableLNCOLLMASTER.MRTG_PERSONID2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_AGE2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_AGE2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_AGE2Null() { this[this.tableLNCOLLMASTER.MRTG_AGE2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_NATIONALITY2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_NATIONALITY2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_NATIONALITY2Null() { this[this.tableLNCOLLMASTER.MRTG_NATIONALITY2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_CITIZENSHIP2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_CITIZENSHIP2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_CITIZENSHIP2Null() { this[this.tableLNCOLLMASTER.MRTG_CITIZENSHIP2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_VILLAGE2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_VILLAGE2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_VILLAGE2Null() { this[this.tableLNCOLLMASTER.MRTG_VILLAGE2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_ADDRESS2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_ADDRESS2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_ADDRESS2Null() { this[this.tableLNCOLLMASTER.MRTG_ADDRESS2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_MOO2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_MOO2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_MOO2Null() { this[this.tableLNCOLLMASTER.MRTG_MOO2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_SOI2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_SOI2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_SOI2Null() { this[this.tableLNCOLLMASTER.MRTG_SOI2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_ROAD2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_ROAD2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_ROAD2Null() { this[this.tableLNCOLLMASTER.MRTG_ROAD2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_TAMBOL2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_TAMBOL2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_TAMBOL2Null() { this[this.tableLNCOLLMASTER.MRTG_TAMBOL2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_AMPHUR2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_AMPHUR2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_AMPHUR2Null() { this[this.tableLNCOLLMASTER.MRTG_AMPHUR2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_PROVINCE2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_PROVINCE2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_PROVINCE2Null() { this[this.tableLNCOLLMASTER.MRTG_PROVINCE2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDETAIL3Null() { return this.IsNull(this.tableLNCOLLMASTER.DETAIL3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDETAIL3Null() { this[this.tableLNCOLLMASTER.DETAIL3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDETAIL4Null() { return this.IsNull(this.tableLNCOLLMASTER.DETAIL4Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDETAIL4Null() { this[this.tableLNCOLLMASTER.DETAIL4Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPEOPLE_NAMENull() { return this.IsNull(this.tableLNCOLLMASTER.PEOPLE_NAMEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPEOPLE_NAMENull() { this[this.tableLNCOLLMASTER.PEOPLE_NAMEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPEOPLE_POSITIONNull() { return this.IsNull(this.tableLNCOLLMASTER.PEOPLE_POSITIONColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPEOPLE_POSITIONNull() { this[this.tableLNCOLLMASTER.PEOPLE_POSITIONColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsINT_RATENull() { return this.IsNull(this.tableLNCOLLMASTER.INT_RATEColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetINT_RATENull() { this[this.tableLNCOLLMASTER.INT_RATEColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_MATENAME1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_MATENAME1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_MATENAME1Null() { this[this.tableLNCOLLMASTER.MRTG_MATENAME1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsREFCOLL_MEMNONull() { return this.IsNull(this.tableLNCOLLMASTER.REFCOLL_MEMNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetREFCOLL_MEMNONull() { this[this.tableLNCOLLMASTER.REFCOLL_MEMNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_PARENTNAME2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_PARENTNAME2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_PARENTNAME2Null() { this[this.tableLNCOLLMASTER.MRTG_PARENTNAME2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_MATENAME2Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_MATENAME2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_MATENAME2Null() { this[this.tableLNCOLLMASTER.MRTG_MATENAME2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMRTG_PARENTNAME1Null() { return this.IsNull(this.tableLNCOLLMASTER.MRTG_PARENTNAME1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMRTG_PARENTNAME1Null() { this[this.tableLNCOLLMASTER.MRTG_PARENTNAME1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_MOONull() { return this.IsNull(this.tableLNCOLLMASTER.POS_MOOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_MOONull() { this[this.tableLNCOLLMASTER.POS_MOOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPOS_ADDNONull() { return this.IsNull(this.tableLNCOLLMASTER.POS_ADDNOColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPOS_ADDNONull() { this[this.tableLNCOLLMASTER.POS_ADDNOColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsflagNull() { return this.IsNull(this.tableLNCOLLMASTER.flagColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetflagNull() { this[this.tableLNCOLLMASTER.flagColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class LNCOLLMASTER1Row : global::System.Data.DataRow { private LNCOLLMASTER1DataTable tableLNCOLLMASTER1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal LNCOLLMASTER1Row(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLNCOLLMASTER1 = ((LNCOLLMASTER1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal MORTGAGE_COUNT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.MORTGAGE_COUNTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_COUNT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.MORTGAGE_COUNTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FIRST_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.FIRST_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FIRST_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.FIRST_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SECOUND_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.SECOUND_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SECOUND_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.SECOUND_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal THREE_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.THREE_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'THREE_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.THREE_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FOUR_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.FOUR_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FOUR_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.FOUR_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal FIVE_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.FIVE_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'FIVE_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.FIVE_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal OLD_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.OLD_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OLD_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.OLD_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal THIS_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.THIS_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'THIS_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.THIS_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public decimal SIX_MRTG_AMT { get { try { return ((decimal)(this[this.tableLNCOLLMASTER1.SIX_MRTG_AMTColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SIX_MRTG_AMT\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.SIX_MRTG_AMTColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COLLMAST_NO { get { return ((string)(this[this.tableLNCOLLMASTER1.COLLMAST_NOColumn])); } set { this[this.tableLNCOLLMASTER1.COLLMAST_NOColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string COOP_ID { get { return ((string)(this[this.tableLNCOLLMASTER1.COOP_IDColumn])); } set { this[this.tableLNCOLLMASTER1.COOP_IDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEY_DETAIL1 { get { try { return ((string)(this[this.tableLNCOLLMASTER1.MONEY_DETAIL1Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEY_DETAIL1\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.MONEY_DETAIL1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEY_DETAIL2 { get { try { return ((string)(this[this.tableLNCOLLMASTER1.MONEY_DETAIL2Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEY_DETAIL2\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.MONEY_DETAIL2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string MONEY_DETAIL3 { get { try { return ((string)(this[this.tableLNCOLLMASTER1.MONEY_DETAIL3Column])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'MONEY_DETAIL3\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.MONEY_DETAIL3Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime old_mrtg_date { get { try { return ((global::System.DateTime)(this[this.tableLNCOLLMASTER1.old_mrtg_dateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'old_mrtg_date\' in table \'LNCOLLMASTER1\' is DBNull.", e); } } set { this[this.tableLNCOLLMASTER1.old_mrtg_dateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMORTGAGE_COUNTNull() { return this.IsNull(this.tableLNCOLLMASTER1.MORTGAGE_COUNTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMORTGAGE_COUNTNull() { this[this.tableLNCOLLMASTER1.MORTGAGE_COUNTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFIRST_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.FIRST_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFIRST_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.FIRST_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSECOUND_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.SECOUND_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSECOUND_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.SECOUND_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTHREE_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.THREE_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTHREE_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.THREE_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFOUR_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.FOUR_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFOUR_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.FOUR_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsFIVE_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.FIVE_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetFIVE_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.FIVE_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOLD_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.OLD_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOLD_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.OLD_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTHIS_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.THIS_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTHIS_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.THIS_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSIX_MRTG_AMTNull() { return this.IsNull(this.tableLNCOLLMASTER1.SIX_MRTG_AMTColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSIX_MRTG_AMTNull() { this[this.tableLNCOLLMASTER1.SIX_MRTG_AMTColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEY_DETAIL1Null() { return this.IsNull(this.tableLNCOLLMASTER1.MONEY_DETAIL1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEY_DETAIL1Null() { this[this.tableLNCOLLMASTER1.MONEY_DETAIL1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEY_DETAIL2Null() { return this.IsNull(this.tableLNCOLLMASTER1.MONEY_DETAIL2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEY_DETAIL2Null() { this[this.tableLNCOLLMASTER1.MONEY_DETAIL2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsMONEY_DETAIL3Null() { return this.IsNull(this.tableLNCOLLMASTER1.MONEY_DETAIL3Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetMONEY_DETAIL3Null() { this[this.tableLNCOLLMASTER1.MONEY_DETAIL3Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isold_mrtg_dateNull() { return this.IsNull(this.tableLNCOLLMASTER1.old_mrtg_dateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setold_mrtg_dateNull() { this[this.tableLNCOLLMASTER1.old_mrtg_dateColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class DataTable1Row : global::System.Data.DataRow { private DataTable1DataTable tableDataTable1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal DataTable1Row(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDataTable1 = ((DataTable1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string member_no { get { try { return ((string)(this[this.tableDataTable1.member_noColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'member_no\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.member_noColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string memb_name { get { try { return ((string)(this[this.tableDataTable1.memb_nameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'memb_name\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.memb_nameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string membgroup_desc { get { try { return ((string)(this[this.tableDataTable1.membgroup_descColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'membgroup_desc\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.membgroup_descColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string authorized { get { try { return ((string)(this[this.tableDataTable1.authorizedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'authorized\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.authorizedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public System.DateTime author_date { get { try { return ((global::System.DateTime)(this[this.tableDataTable1.author_dateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'author_date\' in table \'DataTable1\' is DBNull.", e); } } set { this[this.tableDataTable1.author_dateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ismember_noNull() { return this.IsNull(this.tableDataTable1.member_noColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setmember_noNull() { this[this.tableDataTable1.member_noColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ismemb_nameNull() { return this.IsNull(this.tableDataTable1.memb_nameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setmemb_nameNull() { this[this.tableDataTable1.memb_nameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Ismembgroup_descNull() { return this.IsNull(this.tableDataTable1.membgroup_descColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setmembgroup_descNull() { this[this.tableDataTable1.membgroup_descColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsauthorizedNull() { return this.IsNull(this.tableDataTable1.authorizedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetauthorizedNull() { this[this.tableDataTable1.authorizedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool Isauthor_dateNull() { return this.IsNull(this.tableDataTable1.author_dateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void Setauthor_dateNull() { this[this.tableDataTable1.author_dateColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNCOLLMASTERRowChangeEvent : global::System.EventArgs { private LNCOLLMASTERRow 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 LNCOLLMASTERRowChangeEvent(LNCOLLMASTERRow 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 LNCOLLMASTERRow Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class LNCOLLMASTER1RowChangeEvent : global::System.EventArgs { private LNCOLLMASTER1Row 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 LNCOLLMASTER1RowChangeEvent(LNCOLLMASTER1Row 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 LNCOLLMASTER1Row Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class DataTable1RowChangeEvent : global::System.EventArgs { private DataTable1Row eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1RowChangeEvent(DataTable1Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public DataTable1Row Row { get { return this.eventRow; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataRowAction Action { get { return this.eventAction; } } } } } namespace Saving.Applications.shrlon.ws_sl_coll_print_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 LNCOLLMASTERTableAdapter : 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 LNCOLLMASTERTableAdapter() { 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 = "LNCOLLMASTER"; tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO"); tableMapping.ColumnMappings.Add("COLLMAST_REFNO", "COLLMAST_REFNO"); tableMapping.ColumnMappings.Add("COLLMASTTYPE_CODE", "COLLMASTTYPE_CODE"); tableMapping.ColumnMappings.Add("COLLMAST_DESC", "COLLMAST_DESC"); tableMapping.ColumnMappings.Add("LANDESTIMATE_AMT", "LANDESTIMATE_AMT"); tableMapping.ColumnMappings.Add("HOUSEESTIMATE_AMT", "HOUSEESTIMATE_AMT"); tableMapping.ColumnMappings.Add("ESTIMATE_PRICE", "ESTIMATE_PRICE"); tableMapping.ColumnMappings.Add("MORTGAGE_PRICE", "MORTGAGE_PRICE"); tableMapping.ColumnMappings.Add("MORTGAGE_DATE", "MORTGAGE_DATE"); tableMapping.ColumnMappings.Add("EXPIRE_DATE", "EXPIRE_DATE"); tableMapping.ColumnMappings.Add("REDEEM_FLAG", "REDEEM_FLAG"); tableMapping.ColumnMappings.Add("REDEEM_DATE", "REDEEM_DATE"); tableMapping.ColumnMappings.Add("REMARK", "REMARK"); tableMapping.ColumnMappings.Add("BLINDLAND_FLAG", "BLINDLAND_FLAG"); tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO"); tableMapping.ColumnMappings.Add("LANDSIDE_NO", "LANDSIDE_NO"); tableMapping.ColumnMappings.Add("COLLRELATION_CODE", "COLLRELATION_CODE"); tableMapping.ColumnMappings.Add("OWNER_RELATION", "OWNER_RELATION"); tableMapping.ColumnMappings.Add("LAND_DEPARTMENT", "LAND_DEPARTMENT"); tableMapping.ColumnMappings.Add("LAND_NO", "LAND_NO"); tableMapping.ColumnMappings.Add("SURVEY_NO", "SURVEY_NO"); tableMapping.ColumnMappings.Add("BOOK_NO", "BOOK_NO"); tableMapping.ColumnMappings.Add("PAGE_NO", "PAGE_NO"); tableMapping.ColumnMappings.Add("GROUP_NO", "GROUP_NO"); tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO"); tableMapping.ColumnMappings.Add("COLLMAST_DATE", "COLLMAST_DATE"); tableMapping.ColumnMappings.Add("MEMCOOP_ID", "MEMCOOP_ID"); tableMapping.ColumnMappings.Add("COLLMAST_PRICE", "COLLMAST_PRICE"); tableMapping.ColumnMappings.Add("LAND_RAVANG", "LAND_RAVANG"); tableMapping.ColumnMappings.Add("LAND_DOCNO", "LAND_DOCNO"); tableMapping.ColumnMappings.Add("LAND_LANDNO", "LAND_LANDNO"); tableMapping.ColumnMappings.Add("LAND_SURVEY", "LAND_SURVEY"); tableMapping.ColumnMappings.Add("LAND_BOOKNO", "LAND_BOOKNO"); tableMapping.ColumnMappings.Add("LAND_PAGENO", "LAND_PAGENO"); tableMapping.ColumnMappings.Add("POS_TAMBOL", "POS_TAMBOL"); tableMapping.ColumnMappings.Add("POS_AMPHUR", "POS_AMPHUR"); tableMapping.ColumnMappings.Add("POS_PROVINCE", "POS_PROVINCE"); tableMapping.ColumnMappings.Add("SIZE_RAI", "SIZE_RAI"); tableMapping.ColumnMappings.Add("SIZE_NGAN", "SIZE_NGAN"); tableMapping.ColumnMappings.Add("SIZE_WA", "SIZE_WA"); tableMapping.ColumnMappings.Add("PHOTOAIR_PROVINCE", "PHOTOAIR_PROVINCE"); tableMapping.ColumnMappings.Add("PHOTOAIR_NUMBER", "PHOTOAIR_NUMBER"); tableMapping.ColumnMappings.Add("PHOTOAIR_PAGE", "PHOTOAIR_PAGE"); tableMapping.ColumnMappings.Add("PRICEPER_UNIT", "PRICEPER_UNIT"); tableMapping.ColumnMappings.Add("DOL_PRINCE", "DOL_PRINCE"); tableMapping.ColumnMappings.Add("EST_PERCENT", "EST_PERCENT"); tableMapping.ColumnMappings.Add("EST_PRICE", "EST_PRICE"); tableMapping.ColumnMappings.Add("BD_VILLAGE", "BD_VILLAGE"); tableMapping.ColumnMappings.Add("BD_ADDRNO", "BD_ADDRNO"); tableMapping.ColumnMappings.Add("BD_ADDRMOO", "BD_ADDRMOO"); tableMapping.ColumnMappings.Add("BD_SOI", "BD_SOI"); tableMapping.ColumnMappings.Add("BD_ROAD", "BD_ROAD"); tableMapping.ColumnMappings.Add("BD_TAMBOL", "BD_TAMBOL"); tableMapping.ColumnMappings.Add("BD_AMPHUR", "BD_AMPHUR"); tableMapping.ColumnMappings.Add("BD_PROVINCE", "BD_PROVINCE"); tableMapping.ColumnMappings.Add("BD_TYPE", "BD_TYPE"); tableMapping.ColumnMappings.Add("BD_DEPRECIATION", "BD_DEPRECIATION"); tableMapping.ColumnMappings.Add("BD_ONLANDNO", "BD_ONLANDNO"); tableMapping.ColumnMappings.Add("CONDO_REGISTNO", "CONDO_REGISTNO"); tableMapping.ColumnMappings.Add("CONDO_NAME", "CONDO_NAME"); tableMapping.ColumnMappings.Add("CONDO_TOWERNO", "CONDO_TOWERNO"); tableMapping.ColumnMappings.Add("CONDO_FLOOR", "CONDO_FLOOR"); tableMapping.ColumnMappings.Add("CONDO_ROOMNO", "CONDO_ROOMNO"); tableMapping.ColumnMappings.Add("CONDO_ROOMSIZE", "CONDO_ROOMSIZE"); tableMapping.ColumnMappings.Add("CONDO_PRICESQUARE", "CONDO_PRICESQUARE"); tableMapping.ColumnMappings.Add("COLLMASTTYPE_GRP", "COLLMASTTYPE_GRP"); tableMapping.ColumnMappings.Add("BD_SUMPRICE", "BD_SUMPRICE"); tableMapping.ColumnMappings.Add("BD_AGE", "BD_AGE"); tableMapping.ColumnMappings.Add("CONDO_DEPRECIATION", "CONDO_DEPRECIATION"); tableMapping.ColumnMappings.Add("CONDO_AGE", "CONDO_AGE"); tableMapping.ColumnMappings.Add("DESC_POSITION", "DESC_POSITION"); tableMapping.ColumnMappings.Add("DESC_UTILITY", "DESC_UTILITY"); tableMapping.ColumnMappings.Add("DESC_TRAVEL", "DESC_TRAVEL"); tableMapping.ColumnMappings.Add("DESC_ETC", "DESC_ETC"); tableMapping.ColumnMappings.Add("OTHERNET_AMT", "OTHERNET_AMT"); tableMapping.ColumnMappings.Add("OTHERNET_PERCENT", "OTHERNET_PERCENT"); tableMapping.ColumnMappings.Add("OTHEREST_AMT", "OTHEREST_AMT"); tableMapping.ColumnMappings.Add("OTHEREST_DESC", "OTHEREST_DESC"); tableMapping.ColumnMappings.Add("HOUSEEST_PERCENT", "HOUSEEST_PERCENT"); tableMapping.ColumnMappings.Add("HOUSEESTIMATE2_AMT", "HOUSEESTIMATE2_AMT"); tableMapping.ColumnMappings.Add("PRICE_AREA2", "PRICE_AREA2"); tableMapping.ColumnMappings.Add("TOTAL_AREA2", "TOTAL_AREA2"); tableMapping.ColumnMappings.Add("LANDEST_PERCENT", "LANDEST_PERCENT"); tableMapping.ColumnMappings.Add("HOUSEESTIMATE1_AMT", "HOUSEESTIMATE1_AMT"); tableMapping.ColumnMappings.Add("PRICE_AREA1", "PRICE_AREA1"); tableMapping.ColumnMappings.Add("TOTAL_AREA1", "TOTAL_AREA1"); tableMapping.ColumnMappings.Add("INSPECTER_DESC", "INSPECTER_DESC"); tableMapping.ColumnMappings.Add("INSPECTOR_DESC", "INSPECTOR_DESC"); tableMapping.ColumnMappings.Add("MORTGAGE_TYPE", "MORTGAGE_TYPE"); tableMapping.ColumnMappings.Add("MORTGAGE_LANDNUM", "MORTGAGE_LANDNUM"); tableMapping.ColumnMappings.Add("FATHER_NAME", "FATHER_NAME"); tableMapping.ColumnMappings.Add("MATHER_NAME", "MATHER_NAME"); tableMapping.ColumnMappings.Add("MORTGAGE_PARTAMT", "MORTGAGE_PARTAMT"); tableMapping.ColumnMappings.Add("MORTGAGE_PARTALL", "MORTGAGE_PARTALL"); tableMapping.ColumnMappings.Add("REFCOLL_NAME", "REFCOLL_NAME"); tableMapping.ColumnMappings.Add("LAND_OFFICE", "LAND_OFFICE"); tableMapping.ColumnMappings.Add("MRTG_NAME1", "MRTG_NAME1"); tableMapping.ColumnMappings.Add("MRTG_PERSONID1", "MRTG_PERSONID1"); tableMapping.ColumnMappings.Add("MRTG_AGE1", "MRTG_AGE1"); tableMapping.ColumnMappings.Add("MRTG_NATIONALITY1", "MRTG_NATIONALITY1"); tableMapping.ColumnMappings.Add("MRTG_CITIZENSHIP1", "MRTG_CITIZENSHIP1"); tableMapping.ColumnMappings.Add("MRTG_VILLAGE1", "MRTG_VILLAGE1"); tableMapping.ColumnMappings.Add("MRTG_ADDRESS1", "MRTG_ADDRESS1"); tableMapping.ColumnMappings.Add("MRTG_MOO1", "MRTG_MOO1"); tableMapping.ColumnMappings.Add("MRTG_SOI1", "MRTG_SOI1"); tableMapping.ColumnMappings.Add("MRTG_ROAD1", "MRTG_ROAD1"); tableMapping.ColumnMappings.Add("MRTG_TAMBOL1", "MRTG_TAMBOL1"); tableMapping.ColumnMappings.Add("MRTG_AMPHUR1", "MRTG_AMPHUR1"); tableMapping.ColumnMappings.Add("MRTG_PROVINCE1", "MRTG_PROVINCE1"); tableMapping.ColumnMappings.Add("MRTG_NAME2", "MRTG_NAME2"); tableMapping.ColumnMappings.Add("MRTG_PERSONID2", "MRTG_PERSONID2"); tableMapping.ColumnMappings.Add("MRTG_AGE2", "MRTG_AGE2"); tableMapping.ColumnMappings.Add("MRTG_NATIONALITY2", "MRTG_NATIONALITY2"); tableMapping.ColumnMappings.Add("MRTG_CITIZENSHIP2", "MRTG_CITIZENSHIP2"); tableMapping.ColumnMappings.Add("MRTG_VILLAGE2", "MRTG_VILLAGE2"); tableMapping.ColumnMappings.Add("MRTG_ADDRESS2", "MRTG_ADDRESS2"); tableMapping.ColumnMappings.Add("MRTG_MOO2", "MRTG_MOO2"); tableMapping.ColumnMappings.Add("MRTG_SOI2", "MRTG_SOI2"); tableMapping.ColumnMappings.Add("MRTG_ROAD2", "MRTG_ROAD2"); tableMapping.ColumnMappings.Add("MRTG_TAMBOL2", "MRTG_TAMBOL2"); tableMapping.ColumnMappings.Add("MRTG_AMPHUR2", "MRTG_AMPHUR2"); tableMapping.ColumnMappings.Add("MRTG_PROVINCE2", "MRTG_PROVINCE2"); tableMapping.ColumnMappings.Add("DETAIL3", "DETAIL3"); tableMapping.ColumnMappings.Add("DETAIL4", "DETAIL4"); tableMapping.ColumnMappings.Add("PEOPLE_NAME", "PEOPLE_NAME"); tableMapping.ColumnMappings.Add("PEOPLE_POSITION", "PEOPLE_POSITION"); tableMapping.ColumnMappings.Add("INT_RATE", "INT_RATE"); tableMapping.ColumnMappings.Add("MRTG_MATENAME1", "MRTG_MATENAME1"); tableMapping.ColumnMappings.Add("REFCOLL_MEMNO", "REFCOLL_MEMNO"); tableMapping.ColumnMappings.Add("MRTG_PARENTNAME2", "MRTG_PARENTNAME2"); tableMapping.ColumnMappings.Add("MRTG_MATENAME2", "MRTG_MATENAME2"); tableMapping.ColumnMappings.Add("MRTG_PARENTNAME1", "MRTG_PARENTNAME1"); tableMapping.ColumnMappings.Add("POS_MOO", "POS_MOO"); tableMapping.ColumnMappings.Add("POS_ADDNO", "POS_ADDNO"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNCOLLMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"COLLMAST_" + "NO\" = :Original_COLLMAST_NO))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = "INSERT INTO \"LNCOLLMASTER\" (\"COOP_ID\", \"COLLMAST_NO\", \"COLLMAST_REFNO\", \"COLLMAST" + "TYPE_CODE\", \"COLLMAST_DESC\", \"LANDESTIMATE_AMT\", \"HOUSEESTIMATE_AMT\", \"ESTIMATE_" + "PRICE\", \"MORTGAGE_PRICE\", \"MORTGAGE_DATE\", \"EXPIRE_DATE\", \"REDEEM_FLAG\", \"REDEEM" + "_DATE\", \"REMARK\", \"BLINDLAND_FLAG\", \"MEMBER_NO\", \"LANDSIDE_NO\", \"COLLRELATION_CO" + "DE\", \"OWNER_RELATION\", \"LAND_DEPARTMENT\", \"LAND_NO\", \"SURVEY_NO\", \"BOOK_NO\", \"PA" + "GE_NO\", \"GROUP_NO\", \"LOANREQUEST_DOCNO\", \"COLLMAST_DATE\", \"MEMCOOP_ID\", \"COLLMAS" + "T_PRICE\", \"LAND_RAVANG\", \"LAND_DOCNO\", \"LAND_LANDNO\", \"LAND_SURVEY\", \"LAND_BOOKN" + "O\", \"LAND_PAGENO\", \"POS_TAMBOL\", \"POS_AMPHUR\", \"POS_PROVINCE\", \"SIZE_RAI\", \"SIZE" + "_NGAN\", \"SIZE_WA\", \"PHOTOAIR_PROVINCE\", \"PHOTOAIR_NUMBER\", \"PHOTOAIR_PAGE\", \"PRI" + "CEPER_UNIT\", \"DOL_PRINCE\", \"EST_PERCENT\", \"EST_PRICE\", \"BD_VILLAGE\", \"BD_ADDRNO\"" + ", \"BD_ADDRMOO\", \"BD_SOI\", \"BD_ROAD\", \"BD_TAMBOL\", \"BD_AMPHUR\", \"BD_PROVINCE\", \"B" + "D_TYPE\", \"BD_DEPRECIATION\", \"BD_ONLANDNO\", \"CONDO_REGISTNO\", \"CONDO_NAME\", \"COND" + "O_TOWERNO\", \"CONDO_FLOOR\", \"CONDO_ROOMNO\", \"CONDO_ROOMSIZE\", \"CONDO_PRICESQUARE\"" + ", \"COLLMASTTYPE_GRP\", \"BD_SUMPRICE\", \"BD_AGE\", \"CONDO_DEPRECIATION\", \"CONDO_AGE\"" + ", \"DESC_POSITION\", \"DESC_UTILITY\", \"DESC_TRAVEL\", \"DESC_ETC\", \"OTHERNET_AMT\", \"O" + "THERNET_PERCENT\", \"OTHEREST_AMT\", \"OTHEREST_DESC\", \"HOUSEEST_PERCENT\", \"HOUSEEST" + "IMATE2_AMT\", \"PRICE_AREA2\", \"TOTAL_AREA2\", \"LANDEST_PERCENT\", \"HOUSEESTIMATE1_AM" + "T\", \"PRICE_AREA1\", \"TOTAL_AREA1\", \"INSPECTER_DESC\", \"INSPECTOR_DESC\", \"MORTGAGE_" + "TYPE\", \"MORTGAGE_LANDNUM\", \"FATHER_NAME\", \"MATHER_NAME\", \"MORTGAGE_PARTAMT\", \"MO" + "RTGAGE_PARTALL\", \"REFCOLL_NAME\", \"LAND_OFFICE\", \"MRTG_NAME1\", \"MRTG_PERSONID1\", " + "\"MRTG_AGE1\", \"MRTG_NATIONALITY1\", \"MRTG_CITIZENSHIP1\", \"MRTG_VILLAGE1\", \"MRTG_AD" + "DRESS1\", \"MRTG_MOO1\", \"MRTG_SOI1\", \"MRTG_ROAD1\", \"MRTG_TAMBOL1\", \"MRTG_AMPHUR1\"," + " \"MRTG_PROVINCE1\", \"MRTG_NAME2\", \"MRTG_PERSONID2\", \"MRTG_AGE2\", \"MRTG_NATIONALIT" + "Y2\", \"MRTG_CITIZENSHIP2\", \"MRTG_VILLAGE2\", \"MRTG_ADDRESS2\", \"MRTG_MOO2\", \"MRTG_S" + "OI2\", \"MRTG_ROAD2\", \"MRTG_TAMBOL2\", \"MRTG_AMPHUR2\", \"MRTG_PROVINCE2\", \"DETAIL3\"," + " \"DETAIL4\", \"PEOPLE_NAME\", \"PEOPLE_POSITION\", \"INT_RATE\", \"MRTG_MATENAME1\", \"REF" + "COLL_MEMNO\", \"MRTG_PARENTNAME2\", \"MRTG_MATENAME2\", \"MRTG_PARENTNAME1\", \"POS_MOO\"" + ", \"POS_ADDNO\") VALUES (:COOP_ID, :COLLMAST_NO, :COLLMAST_REFNO, :COLLMASTTYPE_CO" + "DE, :COLLMAST_DESC, :LANDESTIMATE_AMT, :HOUSEESTIMATE_AMT, :ESTIMATE_PRICE, :MOR" + "TGAGE_PRICE, :MORTGAGE_DATE, :EXPIRE_DATE, :REDEEM_FLAG, :REDEEM_DATE, :REMARK, " + ":BLINDLAND_FLAG, :MEMBER_NO, :LANDSIDE_NO, :COLLRELATION_CODE, :OWNER_RELATION, " + ":LAND_DEPARTMENT, :LAND_NO, :SURVEY_NO, :BOOK_NO, :PAGE_NO, :GROUP_NO, :LOANREQU" + "EST_DOCNO, :COLLMAST_DATE, :MEMCOOP_ID, :COLLMAST_PRICE, :LAND_RAVANG, :LAND_DOC" + "NO, :LAND_LANDNO, :LAND_SURVEY, :LAND_BOOKNO, :LAND_PAGENO, :POS_TAMBOL, :POS_AM" + "PHUR, :POS_PROVINCE, :SIZE_RAI, :SIZE_NGAN, :SIZE_WA, :PHOTOAIR_PROVINCE, :PHOTO" + "AIR_NUMBER, :PHOTOAIR_PAGE, :PRICEPER_UNIT, :DOL_PRINCE, :EST_PERCENT, :EST_PRIC" + "E, :BD_VILLAGE, :BD_ADDRNO, :BD_ADDRMOO, :BD_SOI, :BD_ROAD, :BD_TAMBOL, :BD_AMPH" + "UR, :BD_PROVINCE, :BD_TYPE, :BD_DEPRECIATION, :BD_ONLANDNO, :CONDO_REGISTNO, :CO" + "NDO_NAME, :CONDO_TOWERNO, :CONDO_FLOOR, :CONDO_ROOMNO, :CONDO_ROOMSIZE, :CONDO_P" + "RICESQUARE, :COLLMASTTYPE_GRP, :BD_SUMPRICE, :BD_AGE, :CONDO_DEPRECIATION, :COND" + "O_AGE, :DESC_POSITION, :DESC_UTILITY, :DESC_TRAVEL, :DESC_ETC, :OTHERNET_AMT, :O" + "THERNET_PERCENT, :OTHEREST_AMT, :OTHEREST_DESC, :HOUSEEST_PERCENT, :HOUSEESTIMAT" + "E2_AMT, :PRICE_AREA2, :TOTAL_AREA2, :LANDEST_PERCENT, :HOUSEESTIMATE1_AMT, :PRIC" + "E_AREA1, :TOTAL_AREA1, :INSPECTER_DESC, :INSPECTOR_DESC, :MORTGAGE_TYPE, :MORTGA" + "GE_LANDNUM, :FATHER_NAME, :MATHER_NAME, :MORTGAGE_PARTAMT, :MORTGAGE_PARTALL, :R" + "EFCOLL_NAME, :LAND_OFFICE, :MRTG_NAME1, :MRTG_PERSONID1, :MRTG_AGE1, :MRTG_NATIO" + "NALITY1, :MRTG_CITIZENSHIP1, :MRTG_VILLAGE1, :MRTG_ADDRESS1, :MRTG_MOO1, :MRTG_S" + "OI1, :MRTG_ROAD1, :MRTG_TAMBOL1, :MRTG_AMPHUR1, :MRTG_PROVINCE1, :MRTG_NAME2, :M" + "RTG_PERSONID2, :MRTG_AGE2, :MRTG_NATIONALITY2, :MRTG_CITIZENSHIP2, :MRTG_VILLAGE" + "2, :MRTG_ADDRESS2, :MRTG_MOO2, :MRTG_SOI2, :MRTG_ROAD2, :MRTG_TAMBOL2, :MRTG_AMP" + "HUR2, :MRTG_PROVINCE2, :DETAIL3, :DETAIL4, :PEOPLE_NAME, :PEOPLE_POSITION, :INT_" + "RATE, :MRTG_MATENAME1, :REFCOLL_MEMNO, :MRTG_PARENTNAME2, :MRTG_MATENAME2, :MRTG" + "_PARENTNAME1, :POS_MOO, :POS_ADDNO)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_REFNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_REFNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ESTIMATE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ESTIMATE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REDEEM_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REDEEM_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BLINDLAND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BLINDLAND_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDSIDE_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LANDSIDE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLRELATION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLRELATION_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OWNER_RELATION", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OWNER_RELATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_DEPARTMENT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_DEPARTMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LAND_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SURVEY_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SURVEY_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGE_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAGE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GROUP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "GROUP_NO", 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.Char, 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("COLLMAST_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_RAVANG", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_RAVANG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_LANDNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_LANDNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_SURVEY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_SURVEY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_BOOKNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_BOOKNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_PAGENO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_PAGENO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIZE_RAI", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIZE_RAI", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIZE_NGAN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIZE_NGAN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIZE_WA", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIZE_WA", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PHOTOAIR_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PHOTOAIR_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PHOTOAIR_NUMBER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PHOTOAIR_NUMBER", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PHOTOAIR_PAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PHOTOAIR_PAGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICEPER_UNIT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICEPER_UNIT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOL_PRINCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DOL_PRINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EST_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EST_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EST_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EST_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_VILLAGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ADDRNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ADDRNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ADDRMOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ADDRMOO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_SOI", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ROAD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BD_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_DEPRECIATION", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BD_DEPRECIATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ONLANDNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ONLANDNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_REGISTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_REGISTNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_TOWERNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_TOWERNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_FLOOR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_FLOOR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_ROOMNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_ROOMNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_ROOMSIZE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_ROOMSIZE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_PRICESQUARE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONDO_PRICESQUARE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_GRP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_GRP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_SUMPRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BD_SUMPRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_AGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BD_AGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_DEPRECIATION", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONDO_DEPRECIATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_AGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONDO_AGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_POSITION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_POSITION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_UTILITY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_UTILITY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_TRAVEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_TRAVEL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_ETC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_ETC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHERNET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OTHERNET_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHERNET_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OTHERNET_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHEREST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OTHEREST_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHEREST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OTHEREST_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEEST_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEEST_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE2_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE2_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICE_AREA2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICE_AREA2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTAL_AREA2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTAL_AREA2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDEST_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDEST_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE1_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE1_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICE_AREA1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICE_AREA1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTAL_AREA1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTAL_AREA1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSPECTER_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "INSPECTER_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSPECTOR_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "INSPECTOR_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_LANDNUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_LANDNUM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FATHER_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATHER_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PARTAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PARTAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PARTALL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PARTALL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFCOLL_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REFCOLL_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_OFFICE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_OFFICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NAME1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NAME1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PERSONID1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PERSONID1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AGE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AGE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NATIONALITY1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NATIONALITY1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_CITIZENSHIP1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_CITIZENSHIP1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_VILLAGE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_VILLAGE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ADDRESS1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ADDRESS1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MOO1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MOO1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_SOI1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_SOI1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ROAD1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ROAD1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_TAMBOL1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_TAMBOL1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AMPHUR1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AMPHUR1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PROVINCE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PROVINCE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NAME2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NAME2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PERSONID2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PERSONID2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AGE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AGE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NATIONALITY2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NATIONALITY2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_CITIZENSHIP2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_CITIZENSHIP2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_VILLAGE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_VILLAGE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ADDRESS2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ADDRESS2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MOO2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MOO2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_SOI2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_SOI2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ROAD2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ROAD2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_TAMBOL2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_TAMBOL2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AMPHUR2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AMPHUR2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PROVINCE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PROVINCE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DETAIL3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DETAIL3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DETAIL4", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DETAIL4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PEOPLE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PEOPLE_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PEOPLE_POSITION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PEOPLE_POSITION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MATENAME1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MATENAME1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFCOLL_MEMNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REFCOLL_MEMNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PARENTNAME2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PARENTNAME2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MATENAME2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MATENAME2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PARENTNAME1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PARENTNAME1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_MOO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_ADDNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_ADDNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = "UPDATE \"LNCOLLMASTER\" SET \"COOP_ID\" = :COOP_ID, \"COLLMAST_NO\" = :COLLMAST_NO, \"CO" + "LLMAST_REFNO\" = :COLLMAST_REFNO, \"COLLMASTTYPE_CODE\" = :COLLMASTTYPE_CODE, \"COLL" + "MAST_DESC\" = :COLLMAST_DESC, \"LANDESTIMATE_AMT\" = :LANDESTIMATE_AMT, \"HOUSEESTIM" + "ATE_AMT\" = :HOUSEESTIMATE_AMT, \"ESTIMATE_PRICE\" = :ESTIMATE_PRICE, \"MORTGAGE_PRI" + "CE\" = :MORTGAGE_PRICE, \"MORTGAGE_DATE\" = :MORTGAGE_DATE, \"EXPIRE_DATE\" = :EXPIRE" + "_DATE, \"REDEEM_FLAG\" = :REDEEM_FLAG, \"REDEEM_DATE\" = :REDEEM_DATE, \"REMARK\" = :R" + "EMARK, \"BLINDLAND_FLAG\" = :BLINDLAND_FLAG, \"MEMBER_NO\" = :MEMBER_NO, \"LANDSIDE_N" + "O\" = :LANDSIDE_NO, \"COLLRELATION_CODE\" = :COLLRELATION_CODE, \"OWNER_RELATION\" = " + ":OWNER_RELATION, \"LAND_DEPARTMENT\" = :LAND_DEPARTMENT, \"LAND_NO\" = :LAND_NO, \"SU" + "RVEY_NO\" = :SURVEY_NO, \"BOOK_NO\" = :BOOK_NO, \"PAGE_NO\" = :PAGE_NO, \"GROUP_NO\" = " + ":GROUP_NO, \"LOANREQUEST_DOCNO\" = :LOANREQUEST_DOCNO, \"COLLMAST_DATE\" = :COLLMAST" + "_DATE, \"MEMCOOP_ID\" = :MEMCOOP_ID, \"COLLMAST_PRICE\" = :COLLMAST_PRICE, \"LAND_RAV" + "ANG\" = :LAND_RAVANG, \"LAND_DOCNO\" = :LAND_DOCNO, \"LAND_LANDNO\" = :LAND_LANDNO, \"" + "LAND_SURVEY\" = :LAND_SURVEY, \"LAND_BOOKNO\" = :LAND_BOOKNO, \"LAND_PAGENO\" = :LAND" + "_PAGENO, \"POS_TAMBOL\" = :POS_TAMBOL, \"POS_AMPHUR\" = :POS_AMPHUR, \"POS_PROVINCE\" " + "= :POS_PROVINCE, \"SIZE_RAI\" = :SIZE_RAI, \"SIZE_NGAN\" = :SIZE_NGAN, \"SIZE_WA\" = :" + "SIZE_WA, \"PHOTOAIR_PROVINCE\" = :PHOTOAIR_PROVINCE, \"PHOTOAIR_NUMBER\" = :PHOTOAIR" + "_NUMBER, \"PHOTOAIR_PAGE\" = :PHOTOAIR_PAGE, \"PRICEPER_UNIT\" = :PRICEPER_UNIT, \"DO" + "L_PRINCE\" = :DOL_PRINCE, \"EST_PERCENT\" = :EST_PERCENT, \"EST_PRICE\" = :EST_PRICE," + " \"BD_VILLAGE\" = :BD_VILLAGE, \"BD_ADDRNO\" = :BD_ADDRNO, \"BD_ADDRMOO\" = :BD_ADDRMO" + "O, \"BD_SOI\" = :BD_SOI, \"BD_ROAD\" = :BD_ROAD, \"BD_TAMBOL\" = :BD_TAMBOL, \"BD_AMPHU" + "R\" = :BD_AMPHUR, \"BD_PROVINCE\" = :BD_PROVINCE, \"BD_TYPE\" = :BD_TYPE, \"BD_DEPRECI" + "ATION\" = :BD_DEPRECIATION, \"BD_ONLANDNO\" = :BD_ONLANDNO, \"CONDO_REGISTNO\" = :CON" + "DO_REGISTNO, \"CONDO_NAME\" = :CONDO_NAME, \"CONDO_TOWERNO\" = :CONDO_TOWERNO, \"COND" + "O_FLOOR\" = :CONDO_FLOOR, \"CONDO_ROOMNO\" = :CONDO_ROOMNO, \"CONDO_ROOMSIZE\" = :CON" + "DO_ROOMSIZE, \"CONDO_PRICESQUARE\" = :CONDO_PRICESQUARE, \"COLLMASTTYPE_GRP\" = :COL" + "LMASTTYPE_GRP, \"BD_SUMPRICE\" = :BD_SUMPRICE, \"BD_AGE\" = :BD_AGE, \"CONDO_DEPRECIA" + "TION\" = :CONDO_DEPRECIATION, \"CONDO_AGE\" = :CONDO_AGE, \"DESC_POSITION\" = :DESC_P" + "OSITION, \"DESC_UTILITY\" = :DESC_UTILITY, \"DESC_TRAVEL\" = :DESC_TRAVEL, \"DESC_ETC" + "\" = :DESC_ETC, \"OTHERNET_AMT\" = :OTHERNET_AMT, \"OTHERNET_PERCENT\" = :OTHERNET_PE" + "RCENT, \"OTHEREST_AMT\" = :OTHEREST_AMT, \"OTHEREST_DESC\" = :OTHEREST_DESC, \"HOUSEE" + "ST_PERCENT\" = :HOUSEEST_PERCENT, \"HOUSEESTIMATE2_AMT\" = :HOUSEESTIMATE2_AMT, \"PR" + "ICE_AREA2\" = :PRICE_AREA2, \"TOTAL_AREA2\" = :TOTAL_AREA2, \"LANDEST_PERCENT\" = :LA" + "NDEST_PERCENT, \"HOUSEESTIMATE1_AMT\" = :HOUSEESTIMATE1_AMT, \"PRICE_AREA1\" = :PRIC" + "E_AREA1, \"TOTAL_AREA1\" = :TOTAL_AREA1, \"INSPECTER_DESC\" = :INSPECTER_DESC, \"INSP" + "ECTOR_DESC\" = :INSPECTOR_DESC, \"MORTGAGE_TYPE\" = :MORTGAGE_TYPE, \"MORTGAGE_LANDN" + "UM\" = :MORTGAGE_LANDNUM, \"FATHER_NAME\" = :FATHER_NAME, \"MATHER_NAME\" = :MATHER_N" + "AME, \"MORTGAGE_PARTAMT\" = :MORTGAGE_PARTAMT, \"MORTGAGE_PARTALL\" = :MORTGAGE_PART" + "ALL, \"REFCOLL_NAME\" = :REFCOLL_NAME, \"LAND_OFFICE\" = :LAND_OFFICE, \"MRTG_NAME1\" " + "= :MRTG_NAME1, \"MRTG_PERSONID1\" = :MRTG_PERSONID1, \"MRTG_AGE1\" = :MRTG_AGE1, \"MR" + "TG_NATIONALITY1\" = :MRTG_NATIONALITY1, \"MRTG_CITIZENSHIP1\" = :MRTG_CITIZENSHIP1," + " \"MRTG_VILLAGE1\" = :MRTG_VILLAGE1, \"MRTG_ADDRESS1\" = :MRTG_ADDRESS1, \"MRTG_MOO1\"" + " = :MRTG_MOO1, \"MRTG_SOI1\" = :MRTG_SOI1, \"MRTG_ROAD1\" = :MRTG_ROAD1, \"MRTG_TAMBO" + "L1\" = :MRTG_TAMBOL1, \"MRTG_AMPHUR1\" = :MRTG_AMPHUR1, \"MRTG_PROVINCE1\" = :MRTG_PR" + "OVINCE1, \"MRTG_NAME2\" = :MRTG_NAME2, \"MRTG_PERSONID2\" = :MRTG_PERSONID2, \"MRTG_A" + "GE2\" = :MRTG_AGE2, \"MRTG_NATIONALITY2\" = :MRTG_NATIONALITY2, \"MRTG_CITIZENSHIP2\"" + " = :MRTG_CITIZENSHIP2, \"MRTG_VILLAGE2\" = :MRTG_VILLAGE2, \"MRTG_ADDRESS2\" = :MRTG" + "_ADDRESS2, \"MRTG_MOO2\" = :MRTG_MOO2, \"MRTG_SOI2\" = :MRTG_SOI2, \"MRTG_ROAD2\" = :M" + "RTG_ROAD2, \"MRTG_TAMBOL2\" = :MRTG_TAMBOL2, \"MRTG_AMPHUR2\" = :MRTG_AMPHUR2, \"MRTG" + "_PROVINCE2\" = :MRTG_PROVINCE2, \"DETAIL3\" = :DETAIL3, \"DETAIL4\" = :DETAIL4, \"PEOP" + "LE_NAME\" = :PEOPLE_NAME, \"PEOPLE_POSITION\" = :PEOPLE_POSITION, \"INT_RATE\" = :INT" + "_RATE, \"MRTG_MATENAME1\" = :MRTG_MATENAME1, \"REFCOLL_MEMNO\" = :REFCOLL_MEMNO, \"MR" + "TG_PARENTNAME2\" = :MRTG_PARENTNAME2, \"MRTG_MATENAME2\" = :MRTG_MATENAME2, \"MRTG_P" + "ARENTNAME1\" = :MRTG_PARENTNAME1, \"POS_MOO\" = :POS_MOO, \"POS_ADDNO\" = :POS_ADDNO " + "WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"COLLMAST_NO\" = :Original_COLLMAST_N" + "O))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_REFNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_REFNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ESTIMATE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ESTIMATE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REDEEM_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REDEEM_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BLINDLAND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BLINDLAND_FLAG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDSIDE_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LANDSIDE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLRELATION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLRELATION_CODE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OWNER_RELATION", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "OWNER_RELATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_DEPARTMENT", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_DEPARTMENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LAND_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SURVEY_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SURVEY_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BOOK_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGE_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAGE_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GROUP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "GROUP_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LOANREQUEST_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LOANREQUEST_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMCOOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMCOOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_RAVANG", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_RAVANG", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_DOCNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_DOCNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_LANDNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_LANDNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_SURVEY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_SURVEY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_BOOKNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_BOOKNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_PAGENO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_PAGENO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIZE_RAI", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIZE_RAI", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIZE_NGAN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIZE_NGAN", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIZE_WA", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIZE_WA", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PHOTOAIR_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PHOTOAIR_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PHOTOAIR_NUMBER", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PHOTOAIR_NUMBER", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PHOTOAIR_PAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PHOTOAIR_PAGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICEPER_UNIT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICEPER_UNIT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DOL_PRINCE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DOL_PRINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EST_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EST_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EST_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "EST_PRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_VILLAGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ADDRNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ADDRNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ADDRMOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ADDRMOO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_SOI", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ROAD", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_TAMBOL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_TAMBOL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_AMPHUR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_AMPHUR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_PROVINCE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_PROVINCE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BD_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_DEPRECIATION", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BD_DEPRECIATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_ONLANDNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "BD_ONLANDNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_REGISTNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_REGISTNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_TOWERNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_TOWERNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_FLOOR", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_FLOOR", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_ROOMNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_ROOMNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_ROOMSIZE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CONDO_ROOMSIZE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_PRICESQUARE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONDO_PRICESQUARE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_GRP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_GRP", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_SUMPRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BD_SUMPRICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BD_AGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "BD_AGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_DEPRECIATION", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONDO_DEPRECIATION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CONDO_AGE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CONDO_AGE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_POSITION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_POSITION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_UTILITY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_UTILITY", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_TRAVEL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_TRAVEL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DESC_ETC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DESC_ETC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHERNET_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OTHERNET_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHERNET_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OTHERNET_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHEREST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OTHEREST_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OTHEREST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OTHEREST_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEEST_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEEST_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE2_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE2_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICE_AREA2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICE_AREA2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTAL_AREA2", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTAL_AREA2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDEST_PERCENT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDEST_PERCENT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE1_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE1_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRICE_AREA1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRICE_AREA1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TOTAL_AREA1", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TOTAL_AREA1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSPECTER_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "INSPECTER_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSPECTOR_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "INSPECTOR_DESC", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_TYPE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_LANDNUM", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_LANDNUM", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FATHER_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATHER_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PARTAMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PARTAMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PARTALL", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PARTALL", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFCOLL_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REFCOLL_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_OFFICE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "LAND_OFFICE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NAME1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NAME1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PERSONID1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PERSONID1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AGE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AGE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NATIONALITY1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NATIONALITY1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_CITIZENSHIP1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_CITIZENSHIP1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_VILLAGE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_VILLAGE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ADDRESS1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ADDRESS1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MOO1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MOO1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_SOI1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_SOI1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ROAD1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ROAD1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_TAMBOL1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_TAMBOL1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AMPHUR1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AMPHUR1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PROVINCE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PROVINCE1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NAME2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NAME2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PERSONID2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PERSONID2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AGE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AGE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_NATIONALITY2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_NATIONALITY2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_CITIZENSHIP2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_CITIZENSHIP2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_VILLAGE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_VILLAGE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ADDRESS2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ADDRESS2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MOO2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MOO2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_SOI2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_SOI2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_ROAD2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_ROAD2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_TAMBOL2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_TAMBOL2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_AMPHUR2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_AMPHUR2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PROVINCE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PROVINCE2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DETAIL3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DETAIL3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DETAIL4", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "DETAIL4", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PEOPLE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PEOPLE_NAME", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PEOPLE_POSITION", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PEOPLE_POSITION", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INT_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INT_RATE", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MATENAME1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MATENAME1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REFCOLL_MEMNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REFCOLL_MEMNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PARENTNAME2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PARENTNAME2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_MATENAME2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_MATENAME2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PARENTNAME1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PARENTNAME1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_MOO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POS_ADDNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POS_ADDNO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString1"].ConnectionString; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1]; this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "select * from lncollmaster"; 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.LNCOLLMASTERDataTable 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.LNCOLLMASTERDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCOLLMASTERDataTable dataTable = new DataSet1.LNCOLLMASTERDataTable(); 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.LNCOLLMASTERDataTable 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, "LNCOLLMASTER"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete(string Original_COOP_ID, string Original_COLLMAST_NO) { if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID)); } if ((Original_COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("Original_COLLMAST_NO"); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_COLLMAST_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.DeleteCommand.Connection.Open(); } try { int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.DeleteCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( string COOP_ID, string COLLMAST_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, global::System.Nullable ESTIMATE_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable MORTGAGE_DATE, global::System.Nullable EXPIRE_DATE, global::System.Nullable REDEEM_FLAG, global::System.Nullable REDEEM_DATE, string REMARK, global::System.Nullable BLINDLAND_FLAG, string MEMBER_NO, string LANDSIDE_NO, string COLLRELATION_CODE, string OWNER_RELATION, string LAND_DEPARTMENT, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string LOANREQUEST_DOCNO, global::System.Nullable COLLMAST_DATE, string MEMCOOP_ID, global::System.Nullable COLLMAST_PRICE, string LAND_RAVANG, string LAND_DOCNO, string LAND_LANDNO, string LAND_SURVEY, string LAND_BOOKNO, string LAND_PAGENO, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, global::System.Nullable SIZE_RAI, global::System.Nullable SIZE_NGAN, global::System.Nullable SIZE_WA, string PHOTOAIR_PROVINCE, string PHOTOAIR_NUMBER, string PHOTOAIR_PAGE, global::System.Nullable PRICEPER_UNIT, global::System.Nullable DOL_PRINCE, global::System.Nullable EST_PERCENT, global::System.Nullable EST_PRICE, string BD_VILLAGE, string BD_ADDRNO, string BD_ADDRMOO, string BD_SOI, string BD_ROAD, string BD_TAMBOL, string BD_AMPHUR, string BD_PROVINCE, string BD_TYPE, global::System.Nullable BD_DEPRECIATION, string BD_ONLANDNO, string CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, string CONDO_ROOMSIZE, global::System.Nullable CONDO_PRICESQUARE, string COLLMASTTYPE_GRP, global::System.Nullable BD_SUMPRICE, global::System.Nullable BD_AGE, global::System.Nullable CONDO_DEPRECIATION, global::System.Nullable CONDO_AGE, string DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC, global::System.Nullable OTHERNET_AMT, global::System.Nullable OTHERNET_PERCENT, global::System.Nullable OTHEREST_AMT, string OTHEREST_DESC, global::System.Nullable HOUSEEST_PERCENT, global::System.Nullable HOUSEESTIMATE2_AMT, global::System.Nullable PRICE_AREA2, global::System.Nullable TOTAL_AREA2, global::System.Nullable LANDEST_PERCENT, global::System.Nullable HOUSEESTIMATE1_AMT, global::System.Nullable PRICE_AREA1, global::System.Nullable TOTAL_AREA1, string INSPECTER_DESC, string INSPECTOR_DESC, global::System.Nullable MORTGAGE_TYPE, global::System.Nullable MORTGAGE_LANDNUM, string FATHER_NAME, string MATHER_NAME, global::System.Nullable MORTGAGE_PARTAMT, global::System.Nullable MORTGAGE_PARTALL, string REFCOLL_NAME, string LAND_OFFICE, string MRTG_NAME1, string MRTG_PERSONID1, string MRTG_AGE1, string MRTG_NATIONALITY1, string MRTG_CITIZENSHIP1, string MRTG_VILLAGE1, string MRTG_ADDRESS1, string MRTG_MOO1, string MRTG_SOI1, string MRTG_ROAD1, string MRTG_TAMBOL1, string MRTG_AMPHUR1, string MRTG_PROVINCE1, string MRTG_NAME2, string MRTG_PERSONID2, string MRTG_AGE2, string MRTG_NATIONALITY2, string MRTG_CITIZENSHIP2, string MRTG_VILLAGE2, string MRTG_ADDRESS2, string MRTG_MOO2, string MRTG_SOI2, string MRTG_ROAD2, string MRTG_TAMBOL2, string MRTG_AMPHUR2, string MRTG_PROVINCE2, string DETAIL3, string DETAIL4, string PEOPLE_NAME, string PEOPLE_POSITION, global::System.Nullable INT_RATE, string MRTG_MATENAME1, string REFCOLL_MEMNO, string MRTG_PARENTNAME2, string MRTG_MATENAME2, string MRTG_PARENTNAME1, string POS_MOO, string POS_ADDNO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("COLLMAST_NO"); } else { this.Adapter.InsertCommand.Parameters[1].Value = ((string)(COLLMAST_NO)); } if ((COLLMAST_REFNO == null)) { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[2].Value = ((string)(COLLMAST_REFNO)); } if ((COLLMASTTYPE_CODE == null)) { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[3].Value = ((string)(COLLMASTTYPE_CODE)); } if ((COLLMAST_DESC == null)) { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[4].Value = ((string)(COLLMAST_DESC)); } if ((LANDESTIMATE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(LANDESTIMATE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(HOUSEESTIMATE_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((ESTIMATE_PRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(ESTIMATE_PRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((MORTGAGE_PRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(MORTGAGE_PRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((MORTGAGE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[9].Value = ((System.DateTime)(MORTGAGE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((EXPIRE_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[10].Value = ((System.DateTime)(EXPIRE_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((REDEEM_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(REDEEM_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((REDEEM_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(REDEEM_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((REMARK == null)) { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[13].Value = ((string)(REMARK)); } if ((BLINDLAND_FLAG.HasValue == true)) { this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(BLINDLAND_FLAG.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((MEMBER_NO == null)) { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[15].Value = ((string)(MEMBER_NO)); } if ((LANDSIDE_NO == null)) { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[16].Value = ((string)(LANDSIDE_NO)); } if ((COLLRELATION_CODE == null)) { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[17].Value = ((string)(COLLRELATION_CODE)); } if ((OWNER_RELATION == null)) { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[18].Value = ((string)(OWNER_RELATION)); } if ((LAND_DEPARTMENT == null)) { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[19].Value = ((string)(LAND_DEPARTMENT)); } if ((LAND_NO == null)) { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[20].Value = ((string)(LAND_NO)); } if ((SURVEY_NO == null)) { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[21].Value = ((string)(SURVEY_NO)); } if ((BOOK_NO == null)) { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[22].Value = ((string)(BOOK_NO)); } if ((PAGE_NO == null)) { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[23].Value = ((string)(PAGE_NO)); } if ((GROUP_NO == null)) { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[24].Value = ((string)(GROUP_NO)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[25].Value = ((string)(LOANREQUEST_DOCNO)); } if ((COLLMAST_DATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[26].Value = ((System.DateTime)(COLLMAST_DATE.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((MEMCOOP_ID == null)) { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[27].Value = ((string)(MEMCOOP_ID)); } if ((COLLMAST_PRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[28].Value = ((decimal)(COLLMAST_PRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((LAND_RAVANG == null)) { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[29].Value = ((string)(LAND_RAVANG)); } if ((LAND_DOCNO == null)) { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[30].Value = ((string)(LAND_DOCNO)); } if ((LAND_LANDNO == null)) { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[31].Value = ((string)(LAND_LANDNO)); } if ((LAND_SURVEY == null)) { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[32].Value = ((string)(LAND_SURVEY)); } if ((LAND_BOOKNO == null)) { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[33].Value = ((string)(LAND_BOOKNO)); } if ((LAND_PAGENO == null)) { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[34].Value = ((string)(LAND_PAGENO)); } if ((POS_TAMBOL == null)) { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[35].Value = ((string)(POS_TAMBOL)); } if ((POS_AMPHUR == null)) { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[36].Value = ((string)(POS_AMPHUR)); } if ((POS_PROVINCE == null)) { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[37].Value = ((string)(POS_PROVINCE)); } if ((SIZE_RAI.HasValue == true)) { this.Adapter.InsertCommand.Parameters[38].Value = ((decimal)(SIZE_RAI.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((SIZE_NGAN.HasValue == true)) { this.Adapter.InsertCommand.Parameters[39].Value = ((decimal)(SIZE_NGAN.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((SIZE_WA.HasValue == true)) { this.Adapter.InsertCommand.Parameters[40].Value = ((decimal)(SIZE_WA.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((PHOTOAIR_PROVINCE == null)) { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[41].Value = ((string)(PHOTOAIR_PROVINCE)); } if ((PHOTOAIR_NUMBER == null)) { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[42].Value = ((string)(PHOTOAIR_NUMBER)); } if ((PHOTOAIR_PAGE == null)) { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[43].Value = ((string)(PHOTOAIR_PAGE)); } if ((PRICEPER_UNIT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[44].Value = ((decimal)(PRICEPER_UNIT.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((DOL_PRINCE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[45].Value = ((decimal)(DOL_PRINCE.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((EST_PERCENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[46].Value = ((decimal)(EST_PERCENT.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((EST_PRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[47].Value = ((decimal)(EST_PRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((BD_VILLAGE == null)) { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[48].Value = ((string)(BD_VILLAGE)); } if ((BD_ADDRNO == null)) { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[49].Value = ((string)(BD_ADDRNO)); } if ((BD_ADDRMOO == null)) { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[50].Value = ((string)(BD_ADDRMOO)); } if ((BD_SOI == null)) { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[51].Value = ((string)(BD_SOI)); } if ((BD_ROAD == null)) { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[52].Value = ((string)(BD_ROAD)); } if ((BD_TAMBOL == null)) { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[53].Value = ((string)(BD_TAMBOL)); } if ((BD_AMPHUR == null)) { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[54].Value = ((string)(BD_AMPHUR)); } if ((BD_PROVINCE == null)) { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[55].Value = ((string)(BD_PROVINCE)); } if ((BD_TYPE == null)) { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[56].Value = ((string)(BD_TYPE)); } if ((BD_DEPRECIATION.HasValue == true)) { this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(BD_DEPRECIATION.Value)); } else { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } if ((BD_ONLANDNO == null)) { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[58].Value = ((string)(BD_ONLANDNO)); } if ((CONDO_REGISTNO == null)) { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[59].Value = ((string)(CONDO_REGISTNO)); } if ((CONDO_NAME == null)) { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[60].Value = ((string)(CONDO_NAME)); } if ((CONDO_TOWERNO == null)) { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[61].Value = ((string)(CONDO_TOWERNO)); } if ((CONDO_FLOOR == null)) { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[62].Value = ((string)(CONDO_FLOOR)); } if ((CONDO_ROOMNO == null)) { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[63].Value = ((string)(CONDO_ROOMNO)); } if ((CONDO_ROOMSIZE == null)) { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[64].Value = ((string)(CONDO_ROOMSIZE)); } if ((CONDO_PRICESQUARE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[65].Value = ((decimal)(CONDO_PRICESQUARE.Value)); } else { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } if ((COLLMASTTYPE_GRP == null)) { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[66].Value = ((string)(COLLMASTTYPE_GRP)); } if ((BD_SUMPRICE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[67].Value = ((decimal)(BD_SUMPRICE.Value)); } else { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((BD_AGE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[68].Value = ((decimal)(BD_AGE.Value)); } else { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((CONDO_DEPRECIATION.HasValue == true)) { this.Adapter.InsertCommand.Parameters[69].Value = ((decimal)(CONDO_DEPRECIATION.Value)); } else { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } if ((CONDO_AGE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[70].Value = ((decimal)(CONDO_AGE.Value)); } else { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((DESC_POSITION == null)) { this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[71].Value = ((string)(DESC_POSITION)); } if ((DESC_UTILITY == null)) { this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[72].Value = ((string)(DESC_UTILITY)); } if ((DESC_TRAVEL == null)) { this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[73].Value = ((string)(DESC_TRAVEL)); } if ((DESC_ETC == null)) { this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[74].Value = ((string)(DESC_ETC)); } if ((OTHERNET_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[75].Value = ((decimal)(OTHERNET_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((OTHERNET_PERCENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(OTHERNET_PERCENT.Value)); } else { this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((OTHEREST_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[77].Value = ((decimal)(OTHEREST_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } if ((OTHEREST_DESC == null)) { this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[78].Value = ((string)(OTHEREST_DESC)); } if ((HOUSEEST_PERCENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[79].Value = ((decimal)(HOUSEEST_PERCENT.Value)); } else { this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE2_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(HOUSEESTIMATE2_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((PRICE_AREA2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(PRICE_AREA2.Value)); } else { this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((TOTAL_AREA2.HasValue == true)) { this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(TOTAL_AREA2.Value)); } else { this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((LANDEST_PERCENT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[83].Value = ((decimal)(LANDEST_PERCENT.Value)); } else { this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE1_AMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(HOUSEESTIMATE1_AMT.Value)); } else { this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } if ((PRICE_AREA1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[85].Value = ((decimal)(PRICE_AREA1.Value)); } else { this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } if ((TOTAL_AREA1.HasValue == true)) { this.Adapter.InsertCommand.Parameters[86].Value = ((decimal)(TOTAL_AREA1.Value)); } else { this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((INSPECTER_DESC == null)) { this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[87].Value = ((string)(INSPECTER_DESC)); } if ((INSPECTOR_DESC == null)) { this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[88].Value = ((string)(INSPECTOR_DESC)); } if ((MORTGAGE_TYPE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[89].Value = ((decimal)(MORTGAGE_TYPE.Value)); } else { this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } if ((MORTGAGE_LANDNUM.HasValue == true)) { this.Adapter.InsertCommand.Parameters[90].Value = ((decimal)(MORTGAGE_LANDNUM.Value)); } else { this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } if ((FATHER_NAME == null)) { this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[91].Value = ((string)(FATHER_NAME)); } if ((MATHER_NAME == null)) { this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[92].Value = ((string)(MATHER_NAME)); } if ((MORTGAGE_PARTAMT.HasValue == true)) { this.Adapter.InsertCommand.Parameters[93].Value = ((decimal)(MORTGAGE_PARTAMT.Value)); } else { this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } if ((MORTGAGE_PARTALL.HasValue == true)) { this.Adapter.InsertCommand.Parameters[94].Value = ((decimal)(MORTGAGE_PARTALL.Value)); } else { this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } if ((REFCOLL_NAME == null)) { this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[95].Value = ((string)(REFCOLL_NAME)); } if ((LAND_OFFICE == null)) { this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[96].Value = ((string)(LAND_OFFICE)); } if ((MRTG_NAME1 == null)) { this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[97].Value = ((string)(MRTG_NAME1)); } if ((MRTG_PERSONID1 == null)) { this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[98].Value = ((string)(MRTG_PERSONID1)); } if ((MRTG_AGE1 == null)) { this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[99].Value = ((string)(MRTG_AGE1)); } if ((MRTG_NATIONALITY1 == null)) { this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[100].Value = ((string)(MRTG_NATIONALITY1)); } if ((MRTG_CITIZENSHIP1 == null)) { this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[101].Value = ((string)(MRTG_CITIZENSHIP1)); } if ((MRTG_VILLAGE1 == null)) { this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[102].Value = ((string)(MRTG_VILLAGE1)); } if ((MRTG_ADDRESS1 == null)) { this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[103].Value = ((string)(MRTG_ADDRESS1)); } if ((MRTG_MOO1 == null)) { this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[104].Value = ((string)(MRTG_MOO1)); } if ((MRTG_SOI1 == null)) { this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[105].Value = ((string)(MRTG_SOI1)); } if ((MRTG_ROAD1 == null)) { this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[106].Value = ((string)(MRTG_ROAD1)); } if ((MRTG_TAMBOL1 == null)) { this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[107].Value = ((string)(MRTG_TAMBOL1)); } if ((MRTG_AMPHUR1 == null)) { this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[108].Value = ((string)(MRTG_AMPHUR1)); } if ((MRTG_PROVINCE1 == null)) { this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[109].Value = ((string)(MRTG_PROVINCE1)); } if ((MRTG_NAME2 == null)) { this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[110].Value = ((string)(MRTG_NAME2)); } if ((MRTG_PERSONID2 == null)) { this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[111].Value = ((string)(MRTG_PERSONID2)); } if ((MRTG_AGE2 == null)) { this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[112].Value = ((string)(MRTG_AGE2)); } if ((MRTG_NATIONALITY2 == null)) { this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[113].Value = ((string)(MRTG_NATIONALITY2)); } if ((MRTG_CITIZENSHIP2 == null)) { this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[114].Value = ((string)(MRTG_CITIZENSHIP2)); } if ((MRTG_VILLAGE2 == null)) { this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[115].Value = ((string)(MRTG_VILLAGE2)); } if ((MRTG_ADDRESS2 == null)) { this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[116].Value = ((string)(MRTG_ADDRESS2)); } if ((MRTG_MOO2 == null)) { this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[117].Value = ((string)(MRTG_MOO2)); } if ((MRTG_SOI2 == null)) { this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[118].Value = ((string)(MRTG_SOI2)); } if ((MRTG_ROAD2 == null)) { this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[119].Value = ((string)(MRTG_ROAD2)); } if ((MRTG_TAMBOL2 == null)) { this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[120].Value = ((string)(MRTG_TAMBOL2)); } if ((MRTG_AMPHUR2 == null)) { this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[121].Value = ((string)(MRTG_AMPHUR2)); } if ((MRTG_PROVINCE2 == null)) { this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[122].Value = ((string)(MRTG_PROVINCE2)); } if ((DETAIL3 == null)) { this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[123].Value = ((string)(DETAIL3)); } if ((DETAIL4 == null)) { this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[124].Value = ((string)(DETAIL4)); } if ((PEOPLE_NAME == null)) { this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[125].Value = ((string)(PEOPLE_NAME)); } if ((PEOPLE_POSITION == null)) { this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[126].Value = ((string)(PEOPLE_POSITION)); } if ((INT_RATE.HasValue == true)) { this.Adapter.InsertCommand.Parameters[127].Value = ((decimal)(INT_RATE.Value)); } else { this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; } if ((MRTG_MATENAME1 == null)) { this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[128].Value = ((string)(MRTG_MATENAME1)); } if ((REFCOLL_MEMNO == null)) { this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[129].Value = ((string)(REFCOLL_MEMNO)); } if ((MRTG_PARENTNAME2 == null)) { this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[130].Value = ((string)(MRTG_PARENTNAME2)); } if ((MRTG_MATENAME2 == null)) { this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[131].Value = ((string)(MRTG_MATENAME2)); } if ((MRTG_PARENTNAME1 == null)) { this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[132].Value = ((string)(MRTG_PARENTNAME1)); } if ((POS_MOO == null)) { this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[133].Value = ((string)(POS_MOO)); } if ((POS_ADDNO == null)) { this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; } else { this.Adapter.InsertCommand.Parameters[134].Value = ((string)(POS_ADDNO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.InsertCommand.Connection.Open(); } try { int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.InsertCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string COOP_ID, string COLLMAST_NO, string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, global::System.Nullable ESTIMATE_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable MORTGAGE_DATE, global::System.Nullable EXPIRE_DATE, global::System.Nullable REDEEM_FLAG, global::System.Nullable REDEEM_DATE, string REMARK, global::System.Nullable BLINDLAND_FLAG, string MEMBER_NO, string LANDSIDE_NO, string COLLRELATION_CODE, string OWNER_RELATION, string LAND_DEPARTMENT, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string LOANREQUEST_DOCNO, global::System.Nullable COLLMAST_DATE, string MEMCOOP_ID, global::System.Nullable COLLMAST_PRICE, string LAND_RAVANG, string LAND_DOCNO, string LAND_LANDNO, string LAND_SURVEY, string LAND_BOOKNO, string LAND_PAGENO, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, global::System.Nullable SIZE_RAI, global::System.Nullable SIZE_NGAN, global::System.Nullable SIZE_WA, string PHOTOAIR_PROVINCE, string PHOTOAIR_NUMBER, string PHOTOAIR_PAGE, global::System.Nullable PRICEPER_UNIT, global::System.Nullable DOL_PRINCE, global::System.Nullable EST_PERCENT, global::System.Nullable EST_PRICE, string BD_VILLAGE, string BD_ADDRNO, string BD_ADDRMOO, string BD_SOI, string BD_ROAD, string BD_TAMBOL, string BD_AMPHUR, string BD_PROVINCE, string BD_TYPE, global::System.Nullable BD_DEPRECIATION, string BD_ONLANDNO, string CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, string CONDO_ROOMSIZE, global::System.Nullable CONDO_PRICESQUARE, string COLLMASTTYPE_GRP, global::System.Nullable BD_SUMPRICE, global::System.Nullable BD_AGE, global::System.Nullable CONDO_DEPRECIATION, global::System.Nullable CONDO_AGE, string DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC, global::System.Nullable OTHERNET_AMT, global::System.Nullable OTHERNET_PERCENT, global::System.Nullable OTHEREST_AMT, string OTHEREST_DESC, global::System.Nullable HOUSEEST_PERCENT, global::System.Nullable HOUSEESTIMATE2_AMT, global::System.Nullable PRICE_AREA2, global::System.Nullable TOTAL_AREA2, global::System.Nullable LANDEST_PERCENT, global::System.Nullable HOUSEESTIMATE1_AMT, global::System.Nullable PRICE_AREA1, global::System.Nullable TOTAL_AREA1, string INSPECTER_DESC, string INSPECTOR_DESC, global::System.Nullable MORTGAGE_TYPE, global::System.Nullable MORTGAGE_LANDNUM, string FATHER_NAME, string MATHER_NAME, global::System.Nullable MORTGAGE_PARTAMT, global::System.Nullable MORTGAGE_PARTALL, string REFCOLL_NAME, string LAND_OFFICE, string MRTG_NAME1, string MRTG_PERSONID1, string MRTG_AGE1, string MRTG_NATIONALITY1, string MRTG_CITIZENSHIP1, string MRTG_VILLAGE1, string MRTG_ADDRESS1, string MRTG_MOO1, string MRTG_SOI1, string MRTG_ROAD1, string MRTG_TAMBOL1, string MRTG_AMPHUR1, string MRTG_PROVINCE1, string MRTG_NAME2, string MRTG_PERSONID2, string MRTG_AGE2, string MRTG_NATIONALITY2, string MRTG_CITIZENSHIP2, string MRTG_VILLAGE2, string MRTG_ADDRESS2, string MRTG_MOO2, string MRTG_SOI2, string MRTG_ROAD2, string MRTG_TAMBOL2, string MRTG_AMPHUR2, string MRTG_PROVINCE2, string DETAIL3, string DETAIL4, string PEOPLE_NAME, string PEOPLE_POSITION, global::System.Nullable INT_RATE, string MRTG_MATENAME1, string REFCOLL_MEMNO, string MRTG_PARENTNAME2, string MRTG_MATENAME2, string MRTG_PARENTNAME1, string POS_MOO, string POS_ADDNO, string Original_COOP_ID, string Original_COLLMAST_NO) { if ((COOP_ID == null)) { throw new global::System.ArgumentNullException("COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID)); } if ((COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("COLLMAST_NO"); } else { this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(COLLMAST_NO)); } if ((COLLMAST_REFNO == null)) { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(COLLMAST_REFNO)); } if ((COLLMASTTYPE_CODE == null)) { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(COLLMASTTYPE_CODE)); } if ((COLLMAST_DESC == null)) { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(COLLMAST_DESC)); } if ((LANDESTIMATE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(LANDESTIMATE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(HOUSEESTIMATE_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } if ((ESTIMATE_PRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(ESTIMATE_PRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } if ((MORTGAGE_PRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(MORTGAGE_PRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } if ((MORTGAGE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(MORTGAGE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((EXPIRE_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(EXPIRE_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((REDEEM_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(REDEEM_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((REDEEM_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(REDEEM_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((REMARK == null)) { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(REMARK)); } if ((BLINDLAND_FLAG.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(BLINDLAND_FLAG.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((MEMBER_NO == null)) { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(MEMBER_NO)); } if ((LANDSIDE_NO == null)) { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(LANDSIDE_NO)); } if ((COLLRELATION_CODE == null)) { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(COLLRELATION_CODE)); } if ((OWNER_RELATION == null)) { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(OWNER_RELATION)); } if ((LAND_DEPARTMENT == null)) { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(LAND_DEPARTMENT)); } if ((LAND_NO == null)) { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(LAND_NO)); } if ((SURVEY_NO == null)) { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(SURVEY_NO)); } if ((BOOK_NO == null)) { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(BOOK_NO)); } if ((PAGE_NO == null)) { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(PAGE_NO)); } if ((GROUP_NO == null)) { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(GROUP_NO)); } if ((LOANREQUEST_DOCNO == null)) { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(LOANREQUEST_DOCNO)); } if ((COLLMAST_DATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[26].Value = ((System.DateTime)(COLLMAST_DATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((MEMCOOP_ID == null)) { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(MEMCOOP_ID)); } if ((COLLMAST_PRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[28].Value = ((decimal)(COLLMAST_PRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((LAND_RAVANG == null)) { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(LAND_RAVANG)); } if ((LAND_DOCNO == null)) { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(LAND_DOCNO)); } if ((LAND_LANDNO == null)) { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(LAND_LANDNO)); } if ((LAND_SURVEY == null)) { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(LAND_SURVEY)); } if ((LAND_BOOKNO == null)) { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(LAND_BOOKNO)); } if ((LAND_PAGENO == null)) { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(LAND_PAGENO)); } if ((POS_TAMBOL == null)) { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(POS_TAMBOL)); } if ((POS_AMPHUR == null)) { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(POS_AMPHUR)); } if ((POS_PROVINCE == null)) { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(POS_PROVINCE)); } if ((SIZE_RAI.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[38].Value = ((decimal)(SIZE_RAI.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((SIZE_NGAN.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[39].Value = ((decimal)(SIZE_NGAN.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((SIZE_WA.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[40].Value = ((decimal)(SIZE_WA.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((PHOTOAIR_PROVINCE == null)) { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(PHOTOAIR_PROVINCE)); } if ((PHOTOAIR_NUMBER == null)) { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(PHOTOAIR_NUMBER)); } if ((PHOTOAIR_PAGE == null)) { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(PHOTOAIR_PAGE)); } if ((PRICEPER_UNIT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[44].Value = ((decimal)(PRICEPER_UNIT.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((DOL_PRINCE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[45].Value = ((decimal)(DOL_PRINCE.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((EST_PERCENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[46].Value = ((decimal)(EST_PERCENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((EST_PRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[47].Value = ((decimal)(EST_PRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((BD_VILLAGE == null)) { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(BD_VILLAGE)); } if ((BD_ADDRNO == null)) { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[49].Value = ((string)(BD_ADDRNO)); } if ((BD_ADDRMOO == null)) { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(BD_ADDRMOO)); } if ((BD_SOI == null)) { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(BD_SOI)); } if ((BD_ROAD == null)) { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[52].Value = ((string)(BD_ROAD)); } if ((BD_TAMBOL == null)) { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(BD_TAMBOL)); } if ((BD_AMPHUR == null)) { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[54].Value = ((string)(BD_AMPHUR)); } if ((BD_PROVINCE == null)) { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(BD_PROVINCE)); } if ((BD_TYPE == null)) { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[56].Value = ((string)(BD_TYPE)); } if ((BD_DEPRECIATION.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[57].Value = ((decimal)(BD_DEPRECIATION.Value)); } else { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } if ((BD_ONLANDNO == null)) { this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[58].Value = ((string)(BD_ONLANDNO)); } if ((CONDO_REGISTNO == null)) { this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(CONDO_REGISTNO)); } if ((CONDO_NAME == null)) { this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[60].Value = ((string)(CONDO_NAME)); } if ((CONDO_TOWERNO == null)) { this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[61].Value = ((string)(CONDO_TOWERNO)); } if ((CONDO_FLOOR == null)) { this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[62].Value = ((string)(CONDO_FLOOR)); } if ((CONDO_ROOMNO == null)) { this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[63].Value = ((string)(CONDO_ROOMNO)); } if ((CONDO_ROOMSIZE == null)) { this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[64].Value = ((string)(CONDO_ROOMSIZE)); } if ((CONDO_PRICESQUARE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[65].Value = ((decimal)(CONDO_PRICESQUARE.Value)); } else { this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } if ((COLLMASTTYPE_GRP == null)) { this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[66].Value = ((string)(COLLMASTTYPE_GRP)); } if ((BD_SUMPRICE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[67].Value = ((decimal)(BD_SUMPRICE.Value)); } else { this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((BD_AGE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[68].Value = ((decimal)(BD_AGE.Value)); } else { this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((CONDO_DEPRECIATION.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[69].Value = ((decimal)(CONDO_DEPRECIATION.Value)); } else { this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } if ((CONDO_AGE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[70].Value = ((decimal)(CONDO_AGE.Value)); } else { this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((DESC_POSITION == null)) { this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[71].Value = ((string)(DESC_POSITION)); } if ((DESC_UTILITY == null)) { this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[72].Value = ((string)(DESC_UTILITY)); } if ((DESC_TRAVEL == null)) { this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(DESC_TRAVEL)); } if ((DESC_ETC == null)) { this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[74].Value = ((string)(DESC_ETC)); } if ((OTHERNET_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[75].Value = ((decimal)(OTHERNET_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((OTHERNET_PERCENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[76].Value = ((decimal)(OTHERNET_PERCENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((OTHEREST_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[77].Value = ((decimal)(OTHEREST_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } if ((OTHEREST_DESC == null)) { this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(OTHEREST_DESC)); } if ((HOUSEEST_PERCENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[79].Value = ((decimal)(HOUSEEST_PERCENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE2_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[80].Value = ((decimal)(HOUSEESTIMATE2_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((PRICE_AREA2.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[81].Value = ((decimal)(PRICE_AREA2.Value)); } else { this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((TOTAL_AREA2.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[82].Value = ((decimal)(TOTAL_AREA2.Value)); } else { this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((LANDEST_PERCENT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[83].Value = ((decimal)(LANDEST_PERCENT.Value)); } else { this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } if ((HOUSEESTIMATE1_AMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[84].Value = ((decimal)(HOUSEESTIMATE1_AMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } if ((PRICE_AREA1.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[85].Value = ((decimal)(PRICE_AREA1.Value)); } else { this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } if ((TOTAL_AREA1.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[86].Value = ((decimal)(TOTAL_AREA1.Value)); } else { this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((INSPECTER_DESC == null)) { this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(INSPECTER_DESC)); } if ((INSPECTOR_DESC == null)) { this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[88].Value = ((string)(INSPECTOR_DESC)); } if ((MORTGAGE_TYPE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[89].Value = ((decimal)(MORTGAGE_TYPE.Value)); } else { this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } if ((MORTGAGE_LANDNUM.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[90].Value = ((decimal)(MORTGAGE_LANDNUM.Value)); } else { this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } if ((FATHER_NAME == null)) { this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[91].Value = ((string)(FATHER_NAME)); } if ((MATHER_NAME == null)) { this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[92].Value = ((string)(MATHER_NAME)); } if ((MORTGAGE_PARTAMT.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[93].Value = ((decimal)(MORTGAGE_PARTAMT.Value)); } else { this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } if ((MORTGAGE_PARTALL.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[94].Value = ((decimal)(MORTGAGE_PARTALL.Value)); } else { this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } if ((REFCOLL_NAME == null)) { this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[95].Value = ((string)(REFCOLL_NAME)); } if ((LAND_OFFICE == null)) { this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[96].Value = ((string)(LAND_OFFICE)); } if ((MRTG_NAME1 == null)) { this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[97].Value = ((string)(MRTG_NAME1)); } if ((MRTG_PERSONID1 == null)) { this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[98].Value = ((string)(MRTG_PERSONID1)); } if ((MRTG_AGE1 == null)) { this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[99].Value = ((string)(MRTG_AGE1)); } if ((MRTG_NATIONALITY1 == null)) { this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[100].Value = ((string)(MRTG_NATIONALITY1)); } if ((MRTG_CITIZENSHIP1 == null)) { this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[101].Value = ((string)(MRTG_CITIZENSHIP1)); } if ((MRTG_VILLAGE1 == null)) { this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[102].Value = ((string)(MRTG_VILLAGE1)); } if ((MRTG_ADDRESS1 == null)) { this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(MRTG_ADDRESS1)); } if ((MRTG_MOO1 == null)) { this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(MRTG_MOO1)); } if ((MRTG_SOI1 == null)) { this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(MRTG_SOI1)); } if ((MRTG_ROAD1 == null)) { this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(MRTG_ROAD1)); } if ((MRTG_TAMBOL1 == null)) { this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(MRTG_TAMBOL1)); } if ((MRTG_AMPHUR1 == null)) { this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[108].Value = ((string)(MRTG_AMPHUR1)); } if ((MRTG_PROVINCE1 == null)) { this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[109].Value = ((string)(MRTG_PROVINCE1)); } if ((MRTG_NAME2 == null)) { this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[110].Value = ((string)(MRTG_NAME2)); } if ((MRTG_PERSONID2 == null)) { this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(MRTG_PERSONID2)); } if ((MRTG_AGE2 == null)) { this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(MRTG_AGE2)); } if ((MRTG_NATIONALITY2 == null)) { this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(MRTG_NATIONALITY2)); } if ((MRTG_CITIZENSHIP2 == null)) { this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(MRTG_CITIZENSHIP2)); } if ((MRTG_VILLAGE2 == null)) { this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(MRTG_VILLAGE2)); } if ((MRTG_ADDRESS2 == null)) { this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[116].Value = ((string)(MRTG_ADDRESS2)); } if ((MRTG_MOO2 == null)) { this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[117].Value = ((string)(MRTG_MOO2)); } if ((MRTG_SOI2 == null)) { this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[118].Value = ((string)(MRTG_SOI2)); } if ((MRTG_ROAD2 == null)) { this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(MRTG_ROAD2)); } if ((MRTG_TAMBOL2 == null)) { this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(MRTG_TAMBOL2)); } if ((MRTG_AMPHUR2 == null)) { this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[121].Value = ((string)(MRTG_AMPHUR2)); } if ((MRTG_PROVINCE2 == null)) { this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[122].Value = ((string)(MRTG_PROVINCE2)); } if ((DETAIL3 == null)) { this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(DETAIL3)); } if ((DETAIL4 == null)) { this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[124].Value = ((string)(DETAIL4)); } if ((PEOPLE_NAME == null)) { this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[125].Value = ((string)(PEOPLE_NAME)); } if ((PEOPLE_POSITION == null)) { this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[126].Value = ((string)(PEOPLE_POSITION)); } if ((INT_RATE.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[127].Value = ((decimal)(INT_RATE.Value)); } else { this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } if ((MRTG_MATENAME1 == null)) { this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[128].Value = ((string)(MRTG_MATENAME1)); } if ((REFCOLL_MEMNO == null)) { this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[129].Value = ((string)(REFCOLL_MEMNO)); } if ((MRTG_PARENTNAME2 == null)) { this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[130].Value = ((string)(MRTG_PARENTNAME2)); } if ((MRTG_MATENAME2 == null)) { this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[131].Value = ((string)(MRTG_MATENAME2)); } if ((MRTG_PARENTNAME1 == null)) { this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[132].Value = ((string)(MRTG_PARENTNAME1)); } if ((POS_MOO == null)) { this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[133].Value = ((string)(POS_MOO)); } if ((POS_ADDNO == null)) { this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; } else { this.Adapter.UpdateCommand.Parameters[134].Value = ((string)(POS_ADDNO)); } if ((Original_COOP_ID == null)) { throw new global::System.ArgumentNullException("Original_COOP_ID"); } else { this.Adapter.UpdateCommand.Parameters[135].Value = ((string)(Original_COOP_ID)); } if ((Original_COLLMAST_NO == null)) { throw new global::System.ArgumentNullException("Original_COLLMAST_NO"); } else { this.Adapter.UpdateCommand.Parameters[136].Value = ((string)(Original_COLLMAST_NO)); } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { this.Adapter.UpdateCommand.Connection.Open(); } try { int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { this.Adapter.UpdateCommand.Connection.Close(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( string COLLMAST_REFNO, string COLLMASTTYPE_CODE, string COLLMAST_DESC, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, global::System.Nullable ESTIMATE_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable MORTGAGE_DATE, global::System.Nullable EXPIRE_DATE, global::System.Nullable REDEEM_FLAG, global::System.Nullable REDEEM_DATE, string REMARK, global::System.Nullable BLINDLAND_FLAG, string MEMBER_NO, string LANDSIDE_NO, string COLLRELATION_CODE, string OWNER_RELATION, string LAND_DEPARTMENT, string LAND_NO, string SURVEY_NO, string BOOK_NO, string PAGE_NO, string GROUP_NO, string LOANREQUEST_DOCNO, global::System.Nullable COLLMAST_DATE, string MEMCOOP_ID, global::System.Nullable COLLMAST_PRICE, string LAND_RAVANG, string LAND_DOCNO, string LAND_LANDNO, string LAND_SURVEY, string LAND_BOOKNO, string LAND_PAGENO, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, global::System.Nullable SIZE_RAI, global::System.Nullable SIZE_NGAN, global::System.Nullable SIZE_WA, string PHOTOAIR_PROVINCE, string PHOTOAIR_NUMBER, string PHOTOAIR_PAGE, global::System.Nullable PRICEPER_UNIT, global::System.Nullable DOL_PRINCE, global::System.Nullable EST_PERCENT, global::System.Nullable EST_PRICE, string BD_VILLAGE, string BD_ADDRNO, string BD_ADDRMOO, string BD_SOI, string BD_ROAD, string BD_TAMBOL, string BD_AMPHUR, string BD_PROVINCE, string BD_TYPE, global::System.Nullable BD_DEPRECIATION, string BD_ONLANDNO, string CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, string CONDO_ROOMSIZE, global::System.Nullable CONDO_PRICESQUARE, string COLLMASTTYPE_GRP, global::System.Nullable BD_SUMPRICE, global::System.Nullable BD_AGE, global::System.Nullable CONDO_DEPRECIATION, global::System.Nullable CONDO_AGE, string DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC, global::System.Nullable OTHERNET_AMT, global::System.Nullable OTHERNET_PERCENT, global::System.Nullable OTHEREST_AMT, string OTHEREST_DESC, global::System.Nullable HOUSEEST_PERCENT, global::System.Nullable HOUSEESTIMATE2_AMT, global::System.Nullable PRICE_AREA2, global::System.Nullable TOTAL_AREA2, global::System.Nullable LANDEST_PERCENT, global::System.Nullable HOUSEESTIMATE1_AMT, global::System.Nullable PRICE_AREA1, global::System.Nullable TOTAL_AREA1, string INSPECTER_DESC, string INSPECTOR_DESC, global::System.Nullable MORTGAGE_TYPE, global::System.Nullable MORTGAGE_LANDNUM, string FATHER_NAME, string MATHER_NAME, global::System.Nullable MORTGAGE_PARTAMT, global::System.Nullable MORTGAGE_PARTALL, string REFCOLL_NAME, string LAND_OFFICE, string MRTG_NAME1, string MRTG_PERSONID1, string MRTG_AGE1, string MRTG_NATIONALITY1, string MRTG_CITIZENSHIP1, string MRTG_VILLAGE1, string MRTG_ADDRESS1, string MRTG_MOO1, string MRTG_SOI1, string MRTG_ROAD1, string MRTG_TAMBOL1, string MRTG_AMPHUR1, string MRTG_PROVINCE1, string MRTG_NAME2, string MRTG_PERSONID2, string MRTG_AGE2, string MRTG_NATIONALITY2, string MRTG_CITIZENSHIP2, string MRTG_VILLAGE2, string MRTG_ADDRESS2, string MRTG_MOO2, string MRTG_SOI2, string MRTG_ROAD2, string MRTG_TAMBOL2, string MRTG_AMPHUR2, string MRTG_PROVINCE2, string DETAIL3, string DETAIL4, string PEOPLE_NAME, string PEOPLE_POSITION, global::System.Nullable INT_RATE, string MRTG_MATENAME1, string REFCOLL_MEMNO, string MRTG_PARENTNAME2, string MRTG_MATENAME2, string MRTG_PARENTNAME1, string POS_MOO, string POS_ADDNO, string Original_COOP_ID, string Original_COLLMAST_NO) { return this.Update(Original_COOP_ID, Original_COLLMAST_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_DESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGAGE_DATE, EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMARK, BLINDLAND_FLAG, MEMBER_NO, LANDSIDE_NO, COLLRELATION_CODE, OWNER_RELATION, LAND_DEPARTMENT, LAND_NO, SURVEY_NO, BOOK_NO, PAGE_NO, GROUP_NO, LOANREQUEST_DOCNO, COLLMAST_DATE, MEMCOOP_ID, COLLMAST_PRICE, LAND_RAVANG, LAND_DOCNO, LAND_LANDNO, LAND_SURVEY, LAND_BOOKNO, LAND_PAGENO, POS_TAMBOL, POS_AMPHUR, POS_PROVINCE, SIZE_RAI, SIZE_NGAN, SIZE_WA, PHOTOAIR_PROVINCE, PHOTOAIR_NUMBER, PHOTOAIR_PAGE, PRICEPER_UNIT, DOL_PRINCE, EST_PERCENT, EST_PRICE, BD_VILLAGE, BD_ADDRNO, BD_ADDRMOO, BD_SOI, BD_ROAD, BD_TAMBOL, BD_AMPHUR, BD_PROVINCE, BD_TYPE, BD_DEPRECIATION, BD_ONLANDNO, CONDO_REGISTNO, CONDO_NAME, CONDO_TOWERNO, CONDO_FLOOR, CONDO_ROOMNO, CONDO_ROOMSIZE, CONDO_PRICESQUARE, COLLMASTTYPE_GRP, BD_SUMPRICE, BD_AGE, CONDO_DEPRECIATION, CONDO_AGE, DESC_POSITION, DESC_UTILITY, DESC_TRAVEL, DESC_ETC, OTHERNET_AMT, OTHERNET_PERCENT, OTHEREST_AMT, OTHEREST_DESC, HOUSEEST_PERCENT, HOUSEESTIMATE2_AMT, PRICE_AREA2, TOTAL_AREA2, LANDEST_PERCENT, HOUSEESTIMATE1_AMT, PRICE_AREA1, TOTAL_AREA1, INSPECTER_DESC, INSPECTOR_DESC, MORTGAGE_TYPE, MORTGAGE_LANDNUM, FATHER_NAME, MATHER_NAME, MORTGAGE_PARTAMT, MORTGAGE_PARTALL, REFCOLL_NAME, LAND_OFFICE, MRTG_NAME1, MRTG_PERSONID1, MRTG_AGE1, MRTG_NATIONALITY1, MRTG_CITIZENSHIP1, MRTG_VILLAGE1, MRTG_ADDRESS1, MRTG_MOO1, MRTG_SOI1, MRTG_ROAD1, MRTG_TAMBOL1, MRTG_AMPHUR1, MRTG_PROVINCE1, MRTG_NAME2, MRTG_PERSONID2, MRTG_AGE2, MRTG_NATIONALITY2, MRTG_CITIZENSHIP2, MRTG_VILLAGE2, MRTG_ADDRESS2, MRTG_MOO2, MRTG_SOI2, MRTG_ROAD2, MRTG_TAMBOL2, MRTG_AMPHUR2, MRTG_PROVINCE2, DETAIL3, DETAIL4, PEOPLE_NAME, PEOPLE_POSITION, INT_RATE, MRTG_MATENAME1, REFCOLL_MEMNO, MRTG_PARENTNAME2, MRTG_MATENAME2, MRTG_PARENTNAME1, POS_MOO, POS_ADDNO, Original_COOP_ID, Original_COLLMAST_NO); } } /// ///Represents the connection and commands used to retrieve and save data. /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DataObjectAttribute(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public partial class LNCOLLMASTER1TableAdapter : 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 LNCOLLMASTER1TableAdapter() { 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 = "LNCOLLMASTER1"; tableMapping.ColumnMappings.Add("MORTGAGE_COUNT", "MORTGAGE_COUNT"); tableMapping.ColumnMappings.Add("FIRST_MRTG_AMT", "FIRST_MRTG_AMT"); tableMapping.ColumnMappings.Add("SECOUND_MRTG_AMT", "SECOUND_MRTG_AMT"); tableMapping.ColumnMappings.Add("THREE_MRTG_AMT", "THREE_MRTG_AMT"); tableMapping.ColumnMappings.Add("FOUR_MRTG_AMT", "FOUR_MRTG_AMT"); tableMapping.ColumnMappings.Add("FIVE_MRTG_AMT", "FIVE_MRTG_AMT"); tableMapping.ColumnMappings.Add("OLD_MRTG_AMT", "OLD_MRTG_AMT"); tableMapping.ColumnMappings.Add("THIS_MRTG_AMT", "THIS_MRTG_AMT"); tableMapping.ColumnMappings.Add("SIX_MRTG_AMT", "SIX_MRTG_AMT"); tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO"); tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID"); tableMapping.ColumnMappings.Add("MONEY_DETAIL1", "MONEY_DETAIL1"); tableMapping.ColumnMappings.Add("MONEY_DETAIL2", "MONEY_DETAIL2"); tableMapping.ColumnMappings.Add("MONEY_DETAIL3", "MONEY_DETAIL3"); this._adapter.TableMappings.Add(tableMapping); this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.DeleteCommand.Connection = this.Connection; this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNCOLLMASTER\" WHERE ((\"COLLMAST_NO\" = :Original_COLLMAST_NO) AND (\"C" + "OOP_ID\" = :Original_COOP_ID))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.InsertCommand.Connection = this.Connection; this._adapter.InsertCommand.CommandText = @"INSERT INTO ""LNCOLLMASTER"" (""MORTGAGE_COUNT"", ""FIRST_MRTG_AMT"", ""SECOUND_MRTG_AMT"", ""THREE_MRTG_AMT"", ""FOUR_MRTG_AMT"", ""FIVE_MRTG_AMT"", ""OLD_MRTG_AMT"", ""THIS_MRTG_AMT"", ""SIX_MRTG_AMT"", ""COLLMAST_NO"", ""COOP_ID"", ""MONEY_DETAIL1"", ""MONEY_DETAIL2"", ""MONEY_DETAIL3"") VALUES (:MORTGAGE_COUNT, :FIRST_MRTG_AMT, :SECOUND_MRTG_AMT, :THREE_MRTG_AMT, :FOUR_MRTG_AMT, :FIVE_MRTG_AMT, :OLD_MRTG_AMT, :THIS_MRTG_AMT, :SIX_MRTG_AMT, :COLLMAST_NO, :COOP_ID, :MONEY_DETAIL1, :MONEY_DETAIL2, :MONEY_DETAIL3)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_COUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_COUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRST_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIRST_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SECOUND_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SECOUND_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("THREE_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "THREE_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FOUR_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FOUR_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIVE_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIVE_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLD_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("THIS_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "THIS_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIX_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIX_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_DETAIL1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_DETAIL1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_DETAIL2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_DETAIL2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_DETAIL3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_DETAIL3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand(); this._adapter.UpdateCommand.Connection = this.Connection; this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNCOLLMASTER"" SET ""MORTGAGE_COUNT"" = :MORTGAGE_COUNT, ""FIRST_MRTG_AMT"" = :FIRST_MRTG_AMT, ""SECOUND_MRTG_AMT"" = :SECOUND_MRTG_AMT, ""THREE_MRTG_AMT"" = :THREE_MRTG_AMT, ""FOUR_MRTG_AMT"" = :FOUR_MRTG_AMT, ""FIVE_MRTG_AMT"" = :FIVE_MRTG_AMT, ""OLD_MRTG_AMT"" = :OLD_MRTG_AMT, ""THIS_MRTG_AMT"" = :THIS_MRTG_AMT, ""SIX_MRTG_AMT"" = :SIX_MRTG_AMT, ""COLLMAST_NO"" = :COLLMAST_NO, ""COOP_ID"" = :COOP_ID, ""MONEY_DETAIL1"" = :MONEY_DETAIL1, ""MONEY_DETAIL2"" = :MONEY_DETAIL2, ""MONEY_DETAIL3"" = :MONEY_DETAIL3 WHERE ((""COLLMAST_NO"" = :Original_COLLMAST_NO) AND (""COOP_ID"" = :Original_COOP_ID))"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_COUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_COUNT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRST_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIRST_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SECOUND_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SECOUND_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("THREE_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "THREE_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FOUR_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FOUR_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIVE_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIVE_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OLD_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "OLD_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("THIS_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "THIS_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIX_MRTG_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SIX_MRTG_AMT", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_DETAIL1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_DETAIL1", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_DETAIL2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_DETAIL2", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MONEY_DETAIL3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MONEY_DETAIL3", global::System.Data.DataRowVersion.Current, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null)); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitConnection() { this._connection = new global::System.Data.OracleClient.OracleConnection(); this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["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 MORTGAGE_COUNT, FIRST_MRTG_AMT, SECOUND_MRTG_AMT, THREE_MRTG_AMT, FOUR_MRT" + "G_AMT, FIVE_MRTG_AMT, OLD_MRTG_AMT, THIS_MRTG_AMT, SIX_MRTG_AMT, COLLMAST_NO, CO" + "OP_ID,money_detail1,money_detail2,money_detail3 FROM LNCOLLMASTER"; 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.LNCOLLMASTER1DataTable 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.LNCOLLMASTER1DataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; DataSet1.LNCOLLMASTER1DataTable dataTable = new DataSet1.LNCOLLMASTER1DataTable(); 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.LNCOLLMASTER1DataTable 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, "LNCOLLMASTER1"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow dataRow) { return this.Adapter.Update(new global::System.Data.DataRow[] { dataRow}); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int Update(global::System.Data.DataRow[] dataRows) { return this.Adapter.Update(dataRows); } } /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// [global::System.ComponentModel.DesignerCategoryAttribute("code")] [global::System.ComponentModel.ToolboxItem(true)] [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" + "esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")] public partial class TableAdapterManager : global::System.ComponentModel.Component { private UpdateOrderOption _updateOrder; private LNCOLLMASTERTableAdapter _lNCOLLMASTERTableAdapter; private LNCOLLMASTER1TableAdapter _lNCOLLMASTER1TableAdapter; 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 LNCOLLMASTERTableAdapter LNCOLLMASTERTableAdapter { get { return this._lNCOLLMASTERTableAdapter; } set { this._lNCOLLMASTERTableAdapter = 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 LNCOLLMASTER1TableAdapter LNCOLLMASTER1TableAdapter { get { return this._lNCOLLMASTER1TableAdapter; } set { this._lNCOLLMASTER1TableAdapter = 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._lNCOLLMASTERTableAdapter != null) && (this._lNCOLLMASTERTableAdapter.Connection != null))) { return this._lNCOLLMASTERTableAdapter.Connection; } if (((this._lNCOLLMASTER1TableAdapter != null) && (this._lNCOLLMASTER1TableAdapter.Connection != null))) { return this._lNCOLLMASTER1TableAdapter.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._lNCOLLMASTERTableAdapter != null)) { count = (count + 1); } if ((this._lNCOLLMASTER1TableAdapter != 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._lNCOLLMASTER1TableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLMASTER1.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._lNCOLLMASTER1TableAdapter.Update(updatedRows)); allChangedRows.AddRange(updatedRows); } } if ((this._lNCOLLMASTERTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); if (((updatedRows != null) && (0 < updatedRows.Length))) { result = (result + this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTER1TableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.LNCOLLMASTER1.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._lNCOLLMASTER1TableAdapter.Update(addedRows)); allAddedRows.AddRange(addedRows); } } if ((this._lNCOLLMASTERTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) && (0 < addedRows.Length))) { result = (result + this._lNCOLLMASTERTableAdapter.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._lNCOLLMASTERTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._lNCOLLMASTERTableAdapter.Update(deletedRows)); allChangedRows.AddRange(deletedRows); } } if ((this._lNCOLLMASTER1TableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLMASTER1.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) && (0 < deletedRows.Length))) { result = (result + this._lNCOLLMASTER1TableAdapter.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._lNCOLLMASTERTableAdapter != null) && (this.MatchTableAdapterConnection(this._lNCOLLMASTERTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } if (((this._lNCOLLMASTER1TableAdapter != null) && (this.MatchTableAdapterConnection(this._lNCOLLMASTER1TableAdapter.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._lNCOLLMASTERTableAdapter != null)) { revertConnections.Add(this._lNCOLLMASTERTableAdapter, this._lNCOLLMASTERTableAdapter.Connection); this._lNCOLLMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._lNCOLLMASTERTableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._lNCOLLMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate) { this._lNCOLLMASTERTableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._lNCOLLMASTERTableAdapter.Adapter); } } if ((this._lNCOLLMASTER1TableAdapter != null)) { revertConnections.Add(this._lNCOLLMASTER1TableAdapter, this._lNCOLLMASTER1TableAdapter.Connection); this._lNCOLLMASTER1TableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(workConnection)); this._lNCOLLMASTER1TableAdapter.Transaction = ((global::System.Data.OracleClient.OracleTransaction)(workTransaction)); if (this._lNCOLLMASTER1TableAdapter.Adapter.AcceptChangesDuringUpdate) { this._lNCOLLMASTER1TableAdapter.Adapter.AcceptChangesDuringUpdate = false; adaptersWithAcceptChangesDuringUpdate.Add(this._lNCOLLMASTER1TableAdapter.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._lNCOLLMASTERTableAdapter != null)) { this._lNCOLLMASTERTableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._lNCOLLMASTERTableAdapter])); this._lNCOLLMASTERTableAdapter.Transaction = null; } if ((this._lNCOLLMASTER1TableAdapter != null)) { this._lNCOLLMASTER1TableAdapter.Connection = ((global::System.Data.OracleClient.OracleConnection)(revertConnections[this._lNCOLLMASTER1TableAdapter])); this._lNCOLLMASTER1TableAdapter.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