//------------------------------------------------------------------------------
//
// 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_collateral_master_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 LNCOLLMASTPROPDataTable tableLNCOLLMASTPROP;
private DT_LANDDataTable tableDT_LAND;
private DT_RATEDataTable tableDT_RATE;
private DT_BDINGDataTable tableDT_BDING;
private DT_MAINDataTable tableDT_MAIN;
private LNCOLLMASTBUILDINGDataTable tableLNCOLLMASTBUILDING;
private DT_LANDUSEDataTable tableDT_LANDUSE;
private DT_CONDODataTable tableDT_CONDO;
private DT_DETAILDataTable tableDT_DETAIL;
private DT_MRTGERDataTable tableDT_MRTGER;
private LNCOLLMASTERDataTable tableLNCOLLMASTER;
private LNCOLLCONSTANTDataTable tableLNCOLLCONSTANT;
private DataTable1DataTable tableDataTable1;
private lncollconstantDataTable tablelncollconstant;
private global::System.Data.DataRelation relationSYS_C00401748;
private global::System.Data.DataRelation relationSYS_C004017482;
private global::System.Data.DataRelation relationSYS_C004017483;
private global::System.Data.DataRelation relationSYS_C00184070;
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["LNCOLLMASTPROP"] != null)) {
base.Tables.Add(new LNCOLLMASTPROPDataTable(ds.Tables["LNCOLLMASTPROP"]));
}
if ((ds.Tables["DT_LAND"] != null)) {
base.Tables.Add(new DT_LANDDataTable(ds.Tables["DT_LAND"]));
}
if ((ds.Tables["DT_RATE"] != null)) {
base.Tables.Add(new DT_RATEDataTable(ds.Tables["DT_RATE"]));
}
if ((ds.Tables["DT_BDING"] != null)) {
base.Tables.Add(new DT_BDINGDataTable(ds.Tables["DT_BDING"]));
}
if ((ds.Tables["DT_MAIN"] != null)) {
base.Tables.Add(new DT_MAINDataTable(ds.Tables["DT_MAIN"]));
}
if ((ds.Tables["LNCOLLMASTBUILDING"] != null)) {
base.Tables.Add(new LNCOLLMASTBUILDINGDataTable(ds.Tables["LNCOLLMASTBUILDING"]));
}
if ((ds.Tables["DT_LANDUSE"] != null)) {
base.Tables.Add(new DT_LANDUSEDataTable(ds.Tables["DT_LANDUSE"]));
}
if ((ds.Tables["DT_CONDO"] != null)) {
base.Tables.Add(new DT_CONDODataTable(ds.Tables["DT_CONDO"]));
}
if ((ds.Tables["DT_DETAIL"] != null)) {
base.Tables.Add(new DT_DETAILDataTable(ds.Tables["DT_DETAIL"]));
}
if ((ds.Tables["DT_MRTGER"] != null)) {
base.Tables.Add(new DT_MRTGERDataTable(ds.Tables["DT_MRTGER"]));
}
if ((ds.Tables["LNCOLLMASTER"] != null)) {
base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"]));
}
if ((ds.Tables["LNCOLLCONSTANT"] != null)) {
base.Tables.Add(new LNCOLLCONSTANTDataTable(ds.Tables["LNCOLLCONSTANT"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
if ((ds.Tables["lncollconstant"] != null)) {
base.Tables.Add(new lncollconstantDataTable(ds.Tables["lncollconstant"]));
}
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 LNCOLLMASTPROPDataTable LNCOLLMASTPROP {
get {
return this.tableLNCOLLMASTPROP;
}
}
[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 DT_LANDDataTable DT_LAND {
get {
return this.tableDT_LAND;
}
}
[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 DT_RATEDataTable DT_RATE {
get {
return this.tableDT_RATE;
}
}
[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 DT_BDINGDataTable DT_BDING {
get {
return this.tableDT_BDING;
}
}
[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 DT_MAINDataTable DT_MAIN {
get {
return this.tableDT_MAIN;
}
}
[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 LNCOLLMASTBUILDINGDataTable LNCOLLMASTBUILDING {
get {
return this.tableLNCOLLMASTBUILDING;
}
}
[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 DT_LANDUSEDataTable DT_LANDUSE {
get {
return this.tableDT_LANDUSE;
}
}
[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 DT_CONDODataTable DT_CONDO {
get {
return this.tableDT_CONDO;
}
}
[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 DT_DETAILDataTable DT_DETAIL {
get {
return this.tableDT_DETAIL;
}
}
[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 DT_MRTGERDataTable DT_MRTGER {
get {
return this.tableDT_MRTGER;
}
}
[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 LNCOLLCONSTANTDataTable LNCOLLCONSTANT {
get {
return this.tableLNCOLLCONSTANT;
}
}
[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.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public lncollconstantDataTable lncollconstant {
get {
return this.tablelncollconstant;
}
}
[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["LNCOLLMASTPROP"] != null)) {
base.Tables.Add(new LNCOLLMASTPROPDataTable(ds.Tables["LNCOLLMASTPROP"]));
}
if ((ds.Tables["DT_LAND"] != null)) {
base.Tables.Add(new DT_LANDDataTable(ds.Tables["DT_LAND"]));
}
if ((ds.Tables["DT_RATE"] != null)) {
base.Tables.Add(new DT_RATEDataTable(ds.Tables["DT_RATE"]));
}
if ((ds.Tables["DT_BDING"] != null)) {
base.Tables.Add(new DT_BDINGDataTable(ds.Tables["DT_BDING"]));
}
if ((ds.Tables["DT_MAIN"] != null)) {
base.Tables.Add(new DT_MAINDataTable(ds.Tables["DT_MAIN"]));
}
if ((ds.Tables["LNCOLLMASTBUILDING"] != null)) {
base.Tables.Add(new LNCOLLMASTBUILDINGDataTable(ds.Tables["LNCOLLMASTBUILDING"]));
}
if ((ds.Tables["DT_LANDUSE"] != null)) {
base.Tables.Add(new DT_LANDUSEDataTable(ds.Tables["DT_LANDUSE"]));
}
if ((ds.Tables["DT_CONDO"] != null)) {
base.Tables.Add(new DT_CONDODataTable(ds.Tables["DT_CONDO"]));
}
if ((ds.Tables["DT_DETAIL"] != null)) {
base.Tables.Add(new DT_DETAILDataTable(ds.Tables["DT_DETAIL"]));
}
if ((ds.Tables["DT_MRTGER"] != null)) {
base.Tables.Add(new DT_MRTGERDataTable(ds.Tables["DT_MRTGER"]));
}
if ((ds.Tables["LNCOLLMASTER"] != null)) {
base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"]));
}
if ((ds.Tables["LNCOLLCONSTANT"] != null)) {
base.Tables.Add(new LNCOLLCONSTANTDataTable(ds.Tables["LNCOLLCONSTANT"]));
}
if ((ds.Tables["DataTable1"] != null)) {
base.Tables.Add(new DataTable1DataTable(ds.Tables["DataTable1"]));
}
if ((ds.Tables["lncollconstant"] != null)) {
base.Tables.Add(new lncollconstantDataTable(ds.Tables["lncollconstant"]));
}
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.tableLNCOLLMASTPROP = ((LNCOLLMASTPROPDataTable)(base.Tables["LNCOLLMASTPROP"]));
if ((initTable == true)) {
if ((this.tableLNCOLLMASTPROP != null)) {
this.tableLNCOLLMASTPROP.InitVars();
}
}
this.tableDT_LAND = ((DT_LANDDataTable)(base.Tables["DT_LAND"]));
if ((initTable == true)) {
if ((this.tableDT_LAND != null)) {
this.tableDT_LAND.InitVars();
}
}
this.tableDT_RATE = ((DT_RATEDataTable)(base.Tables["DT_RATE"]));
if ((initTable == true)) {
if ((this.tableDT_RATE != null)) {
this.tableDT_RATE.InitVars();
}
}
this.tableDT_BDING = ((DT_BDINGDataTable)(base.Tables["DT_BDING"]));
if ((initTable == true)) {
if ((this.tableDT_BDING != null)) {
this.tableDT_BDING.InitVars();
}
}
this.tableDT_MAIN = ((DT_MAINDataTable)(base.Tables["DT_MAIN"]));
if ((initTable == true)) {
if ((this.tableDT_MAIN != null)) {
this.tableDT_MAIN.InitVars();
}
}
this.tableLNCOLLMASTBUILDING = ((LNCOLLMASTBUILDINGDataTable)(base.Tables["LNCOLLMASTBUILDING"]));
if ((initTable == true)) {
if ((this.tableLNCOLLMASTBUILDING != null)) {
this.tableLNCOLLMASTBUILDING.InitVars();
}
}
this.tableDT_LANDUSE = ((DT_LANDUSEDataTable)(base.Tables["DT_LANDUSE"]));
if ((initTable == true)) {
if ((this.tableDT_LANDUSE != null)) {
this.tableDT_LANDUSE.InitVars();
}
}
this.tableDT_CONDO = ((DT_CONDODataTable)(base.Tables["DT_CONDO"]));
if ((initTable == true)) {
if ((this.tableDT_CONDO != null)) {
this.tableDT_CONDO.InitVars();
}
}
this.tableDT_DETAIL = ((DT_DETAILDataTable)(base.Tables["DT_DETAIL"]));
if ((initTable == true)) {
if ((this.tableDT_DETAIL != null)) {
this.tableDT_DETAIL.InitVars();
}
}
this.tableDT_MRTGER = ((DT_MRTGERDataTable)(base.Tables["DT_MRTGER"]));
if ((initTable == true)) {
if ((this.tableDT_MRTGER != null)) {
this.tableDT_MRTGER.InitVars();
}
}
this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(base.Tables["LNCOLLMASTER"]));
if ((initTable == true)) {
if ((this.tableLNCOLLMASTER != null)) {
this.tableLNCOLLMASTER.InitVars();
}
}
this.tableLNCOLLCONSTANT = ((LNCOLLCONSTANTDataTable)(base.Tables["LNCOLLCONSTANT"]));
if ((initTable == true)) {
if ((this.tableLNCOLLCONSTANT != null)) {
this.tableLNCOLLCONSTANT.InitVars();
}
}
this.tableDataTable1 = ((DataTable1DataTable)(base.Tables["DataTable1"]));
if ((initTable == true)) {
if ((this.tableDataTable1 != null)) {
this.tableDataTable1.InitVars();
}
}
this.tablelncollconstant = ((lncollconstantDataTable)(base.Tables["lncollconstant"]));
if ((initTable == true)) {
if ((this.tablelncollconstant != null)) {
this.tablelncollconstant.InitVars();
}
}
this.relationSYS_C00401748 = this.Relations["SYS_C00401748"];
this.relationSYS_C004017482 = this.Relations["SYS_C004017482"];
this.relationSYS_C004017483 = this.Relations["SYS_C004017483"];
this.relationSYS_C00184070 = this.Relations["SYS_C00184070"];
}
[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.tableLNCOLLMASTPROP = new LNCOLLMASTPROPDataTable();
base.Tables.Add(this.tableLNCOLLMASTPROP);
this.tableDT_LAND = new DT_LANDDataTable();
base.Tables.Add(this.tableDT_LAND);
this.tableDT_RATE = new DT_RATEDataTable();
base.Tables.Add(this.tableDT_RATE);
this.tableDT_BDING = new DT_BDINGDataTable();
base.Tables.Add(this.tableDT_BDING);
this.tableDT_MAIN = new DT_MAINDataTable();
base.Tables.Add(this.tableDT_MAIN);
this.tableLNCOLLMASTBUILDING = new LNCOLLMASTBUILDINGDataTable();
base.Tables.Add(this.tableLNCOLLMASTBUILDING);
this.tableDT_LANDUSE = new DT_LANDUSEDataTable();
base.Tables.Add(this.tableDT_LANDUSE);
this.tableDT_CONDO = new DT_CONDODataTable();
base.Tables.Add(this.tableDT_CONDO);
this.tableDT_DETAIL = new DT_DETAILDataTable();
base.Tables.Add(this.tableDT_DETAIL);
this.tableDT_MRTGER = new DT_MRTGERDataTable();
base.Tables.Add(this.tableDT_MRTGER);
this.tableLNCOLLMASTER = new LNCOLLMASTERDataTable();
base.Tables.Add(this.tableLNCOLLMASTER);
this.tableLNCOLLCONSTANT = new LNCOLLCONSTANTDataTable();
base.Tables.Add(this.tableLNCOLLCONSTANT);
this.tableDataTable1 = new DataTable1DataTable();
base.Tables.Add(this.tableDataTable1);
this.tablelncollconstant = new lncollconstantDataTable();
base.Tables.Add(this.tablelncollconstant);
this.relationSYS_C00401748 = new global::System.Data.DataRelation("SYS_C00401748", new global::System.Data.DataColumn[] {
this.tableDT_BDING.COOP_IDColumn,
this.tableDT_BDING.COLLMAST_NOColumn}, new global::System.Data.DataColumn[] {
this.tableLNCOLLMASTBUILDING.COOP_IDColumn,
this.tableLNCOLLMASTBUILDING.COLLMAST_NOColumn}, false);
this.Relations.Add(this.relationSYS_C00401748);
this.relationSYS_C004017482 = new global::System.Data.DataRelation("SYS_C004017482", new global::System.Data.DataColumn[] {
this.tableDT_LAND.COOP_IDColumn,
this.tableDT_LAND.COLLMAST_NOColumn}, new global::System.Data.DataColumn[] {
this.tableLNCOLLMASTBUILDING.COOP_IDColumn,
this.tableLNCOLLMASTBUILDING.COLLMAST_NOColumn}, false);
this.Relations.Add(this.relationSYS_C004017482);
this.relationSYS_C004017483 = new global::System.Data.DataRelation("SYS_C004017483", new global::System.Data.DataColumn[] {
this.tableDT_CONDO.COOP_IDColumn,
this.tableDT_CONDO.COLLMAST_NOColumn}, new global::System.Data.DataColumn[] {
this.tableLNCOLLMASTBUILDING.COOP_IDColumn,
this.tableLNCOLLMASTBUILDING.COLLMAST_NOColumn}, false);
this.Relations.Add(this.relationSYS_C004017483);
this.relationSYS_C00184070 = new global::System.Data.DataRelation("SYS_C00184070", new global::System.Data.DataColumn[] {
this.tableDT_MAIN.COOP_IDColumn,
this.tableDT_MAIN.COLLMAST_NOColumn}, new global::System.Data.DataColumn[] {
this.tableLNCOLLMASTBUILDING.COOP_IDColumn,
this.tableLNCOLLMASTBUILDING.COLLMAST_NOColumn}, false);
this.Relations.Add(this.relationSYS_C00184070);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCOLLMASTPROP() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_LAND() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_RATE() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_BDING() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_MAIN() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCOLLMASTBUILDING() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_LANDUSE() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_CONDO() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_DETAIL() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_MRTGER() {
return false;
}
[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 ShouldSerializeLNCOLLCONSTANT() {
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 bool ShouldSerializelncollconstant() {
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 LNCOLLMASTPROPRowChangeEventHandler(object sender, LNCOLLMASTPROPRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_LANDRowChangeEventHandler(object sender, DT_LANDRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_RATERowChangeEventHandler(object sender, DT_RATERowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_BDINGRowChangeEventHandler(object sender, DT_BDINGRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_MAINRowChangeEventHandler(object sender, DT_MAINRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCOLLMASTBUILDINGRowChangeEventHandler(object sender, LNCOLLMASTBUILDINGRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_LANDUSERowChangeEventHandler(object sender, DT_LANDUSERowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_CONDORowChangeEventHandler(object sender, DT_CONDORowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_DETAILRowChangeEventHandler(object sender, DT_DETAILRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_MRTGERRowChangeEventHandler(object sender, DT_MRTGERRowChangeEvent e);
[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 LNCOLLCONSTANTRowChangeEventHandler(object sender, LNCOLLCONSTANTRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DataTable1RowChangeEventHandler(object sender, DataTable1RowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void lncollconstantRowChangeEventHandler(object sender, lncollconstantRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNCOLLMASTPROPDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
private global::System.Data.DataColumn columnSEQ_NO;
private global::System.Data.DataColumn columnPROP_DESC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTPROPDataTable() {
this.TableName = "LNCOLLMASTPROP";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTPROPDataTable(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 LNCOLLMASTPROPDataTable(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 SEQ_NOColumn {
get {
return this.columnSEQ_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROP_DESCColumn {
get {
return this.columnPROP_DESC;
}
}
[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 LNCOLLMASTPROPRow this[int index] {
get {
return ((LNCOLLMASTPROPRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTPROPRowChangeEventHandler LNCOLLMASTPROPRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTPROPRowChangeEventHandler LNCOLLMASTPROPRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTPROPRowChangeEventHandler LNCOLLMASTPROPRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTPROPRowChangeEventHandler LNCOLLMASTPROPRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCOLLMASTPROPRow(LNCOLLMASTPROPRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTPROPRow AddLNCOLLMASTPROPRow(string COOP_ID, string COLLMAST_NO, decimal SEQ_NO, string PROP_DESC) {
LNCOLLMASTPROPRow rowLNCOLLMASTPROPRow = ((LNCOLLMASTPROPRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
SEQ_NO,
PROP_DESC};
rowLNCOLLMASTPROPRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCOLLMASTPROPRow);
return rowLNCOLLMASTPROPRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTPROPRow FindByCOOP_IDCOLLMAST_NOSEQ_NO(string COOP_ID, string COLLMAST_NO, decimal SEQ_NO) {
return ((LNCOLLMASTPROPRow)(this.Rows.Find(new object[] {
COOP_ID,
COLLMAST_NO,
SEQ_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() {
LNCOLLMASTPROPDataTable cln = ((LNCOLLMASTPROPDataTable)(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 LNCOLLMASTPROPDataTable();
}
[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.columnSEQ_NO = base.Columns["SEQ_NO"];
this.columnPROP_DESC = base.Columns["PROP_DESC"];
}
[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.columnSEQ_NO = new global::System.Data.DataColumn("SEQ_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_NO);
this.columnPROP_DESC = new global::System.Data.DataColumn("PROP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROP_DESC);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnCOLLMAST_NO,
this.columnSEQ_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnCOLLMAST_NO.AllowDBNull = false;
this.columnCOLLMAST_NO.MaxLength = 8;
this.columnSEQ_NO.AllowDBNull = false;
this.columnPROP_DESC.MaxLength = 100;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTPROPRow NewLNCOLLMASTPROPRow() {
return ((LNCOLLMASTPROPRow)(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 LNCOLLMASTPROPRow(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(LNCOLLMASTPROPRow);
}
[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.LNCOLLMASTPROPRowChanged != null)) {
this.LNCOLLMASTPROPRowChanged(this, new LNCOLLMASTPROPRowChangeEvent(((LNCOLLMASTPROPRow)(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.LNCOLLMASTPROPRowChanging != null)) {
this.LNCOLLMASTPROPRowChanging(this, new LNCOLLMASTPROPRowChangeEvent(((LNCOLLMASTPROPRow)(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.LNCOLLMASTPROPRowDeleted != null)) {
this.LNCOLLMASTPROPRowDeleted(this, new LNCOLLMASTPROPRowChangeEvent(((LNCOLLMASTPROPRow)(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.LNCOLLMASTPROPRowDeleting != null)) {
this.LNCOLLMASTPROPRowDeleting(this, new LNCOLLMASTPROPRowChangeEvent(((LNCOLLMASTPROPRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCOLLMASTPROPRow(LNCOLLMASTPROPRow 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 = "LNCOLLMASTPROPDataTable";
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 DT_LANDDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
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 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 columnCOLLMASTTYPE_CODE;
private global::System.Data.DataColumn columnSIZE_RAI;
private global::System.Data.DataColumn columnSIZE_NGAN;
private global::System.Data.DataColumn columnSIZE_WA;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDDataTable() {
this.TableName = "DT_LAND";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_LANDDataTable(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 DT_LANDDataTable(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 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 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 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 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")]
[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 DT_LANDRow this[int index] {
get {
return ((DT_LANDRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDRowChangeEventHandler DT_LANDRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDRowChangeEventHandler DT_LANDRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDRowChangeEventHandler DT_LANDRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDRowChangeEventHandler DT_LANDRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_LANDRow(DT_LANDRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDRow AddDT_LANDRow(
string COOP_ID,
string COLLMAST_NO,
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,
string PHOTOAIR_PROVINCE,
string PHOTOAIR_NUMBER,
string PHOTOAIR_PAGE,
decimal PRICEPER_UNIT,
string COLLMASTTYPE_CODE,
decimal SIZE_RAI,
decimal SIZE_NGAN,
decimal SIZE_WA) {
DT_LANDRow rowDT_LANDRow = ((DT_LANDRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
LAND_RAVANG,
LAND_DOCNO,
LAND_LANDNO,
LAND_SURVEY,
LAND_BOOKNO,
LAND_PAGENO,
POS_TAMBOL,
POS_AMPHUR,
POS_PROVINCE,
PHOTOAIR_PROVINCE,
PHOTOAIR_NUMBER,
PHOTOAIR_PAGE,
PRICEPER_UNIT,
COLLMASTTYPE_CODE,
SIZE_RAI,
SIZE_NGAN,
SIZE_WA};
rowDT_LANDRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_LANDRow);
return rowDT_LANDRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDRow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) {
return ((DT_LANDRow)(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() {
DT_LANDDataTable cln = ((DT_LANDDataTable)(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 DT_LANDDataTable();
}
[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.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.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.columnCOLLMASTTYPE_CODE = base.Columns["COLLMASTTYPE_CODE"];
this.columnSIZE_RAI = base.Columns["SIZE_RAI"];
this.columnSIZE_NGAN = base.Columns["SIZE_NGAN"];
this.columnSIZE_WA = base.Columns["SIZE_WA"];
}
[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.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.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.columnCOLLMASTTYPE_CODE = new global::System.Data.DataColumn("COLLMASTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_CODE);
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.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.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 = 100;
this.columnPOS_AMPHUR.MaxLength = 100;
this.columnPOS_PROVINCE.MaxLength = 100;
this.columnPHOTOAIR_PROVINCE.MaxLength = 30;
this.columnPHOTOAIR_NUMBER.MaxLength = 30;
this.columnPHOTOAIR_PAGE.MaxLength = 30;
this.columnCOLLMASTTYPE_CODE.MaxLength = 2;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDRow NewDT_LANDRow() {
return ((DT_LANDRow)(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 DT_LANDRow(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(DT_LANDRow);
}
[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.DT_LANDRowChanged != null)) {
this.DT_LANDRowChanged(this, new DT_LANDRowChangeEvent(((DT_LANDRow)(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.DT_LANDRowChanging != null)) {
this.DT_LANDRowChanging(this, new DT_LANDRowChangeEvent(((DT_LANDRow)(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.DT_LANDRowDeleted != null)) {
this.DT_LANDRowDeleted(this, new DT_LANDRowChangeEvent(((DT_LANDRow)(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.DT_LANDRowDeleting != null)) {
this.DT_LANDRowDeleting(this, new DT_LANDRowChangeEvent(((DT_LANDRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_LANDRow(DT_LANDRow 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 = "DT_LANDDataTable";
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 DT_RATEDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
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 columnMORTGAGE_PRICE;
private global::System.Data.DataColumn columnLANDESTIMATE_AMT;
private global::System.Data.DataColumn columnHOUSEESTIMATE_AMT;
private global::System.Data.DataColumn columntxt1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_RATEDataTable() {
this.TableName = "DT_RATE";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_RATEDataTable(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 DT_RATEDataTable(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 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 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 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 txt1Column {
get {
return this.columntxt1;
}
}
[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 DT_RATERow this[int index] {
get {
return ((DT_RATERow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_RATERowChangeEventHandler DT_RATERowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_RATERowChangeEventHandler DT_RATERowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_RATERowChangeEventHandler DT_RATERowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_RATERowChangeEventHandler DT_RATERowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_RATERow(DT_RATERow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_RATERow AddDT_RATERow(string COOP_ID, string COLLMAST_NO, decimal DOL_PRINCE, decimal EST_PERCENT, decimal EST_PRICE, decimal MORTGAGE_PRICE, decimal LANDESTIMATE_AMT, decimal HOUSEESTIMATE_AMT, string txt1) {
DT_RATERow rowDT_RATERow = ((DT_RATERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
DOL_PRINCE,
EST_PERCENT,
EST_PRICE,
MORTGAGE_PRICE,
LANDESTIMATE_AMT,
HOUSEESTIMATE_AMT,
txt1};
rowDT_RATERow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_RATERow);
return rowDT_RATERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_RATERow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) {
return ((DT_RATERow)(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() {
DT_RATEDataTable cln = ((DT_RATEDataTable)(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 DT_RATEDataTable();
}
[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.columnDOL_PRINCE = base.Columns["DOL_PRINCE"];
this.columnEST_PERCENT = base.Columns["EST_PERCENT"];
this.columnEST_PRICE = base.Columns["EST_PRICE"];
this.columnMORTGAGE_PRICE = base.Columns["MORTGAGE_PRICE"];
this.columnLANDESTIMATE_AMT = base.Columns["LANDESTIMATE_AMT"];
this.columnHOUSEESTIMATE_AMT = base.Columns["HOUSEESTIMATE_AMT"];
this.columntxt1 = base.Columns["txt1"];
}
[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.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.columnMORTGAGE_PRICE = new global::System.Data.DataColumn("MORTGAGE_PRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGE_PRICE);
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.columntxt1 = new global::System.Data.DataColumn("txt1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columntxt1);
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;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_RATERow NewDT_RATERow() {
return ((DT_RATERow)(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 DT_RATERow(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(DT_RATERow);
}
[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.DT_RATERowChanged != null)) {
this.DT_RATERowChanged(this, new DT_RATERowChangeEvent(((DT_RATERow)(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.DT_RATERowChanging != null)) {
this.DT_RATERowChanging(this, new DT_RATERowChangeEvent(((DT_RATERow)(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.DT_RATERowDeleted != null)) {
this.DT_RATERowDeleted(this, new DT_RATERowChangeEvent(((DT_RATERow)(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.DT_RATERowDeleting != null)) {
this.DT_RATERowDeleting(this, new DT_RATERowChangeEvent(((DT_RATERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_RATERow(DT_RATERow 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 = "DT_RATEDataTable";
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 DT_BDINGDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
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 columnBD_SUMPRICE;
private global::System.Data.DataColumn columnBD_AGE;
private global::System.Data.DataColumn columnCOLLMASTTYPE_CODE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_BDINGDataTable() {
this.TableName = "DT_BDING";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_BDINGDataTable(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 DT_BDINGDataTable(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 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 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 COLLMASTTYPE_CODEColumn {
get {
return this.columnCOLLMASTTYPE_CODE;
}
}
[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 DT_BDINGRow this[int index] {
get {
return ((DT_BDINGRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_BDINGRowChangeEventHandler DT_BDINGRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_BDINGRowChangeEventHandler DT_BDINGRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_BDINGRowChangeEventHandler DT_BDINGRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_BDINGRowChangeEventHandler DT_BDINGRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_BDINGRow(DT_BDINGRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_BDINGRow AddDT_BDINGRow(
string COOP_ID,
string COLLMAST_NO,
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,
decimal BD_SUMPRICE,
decimal BD_AGE,
string COLLMASTTYPE_CODE) {
DT_BDINGRow rowDT_BDINGRow = ((DT_BDINGRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
BD_VILLAGE,
BD_ADDRNO,
BD_ADDRMOO,
BD_SOI,
BD_ROAD,
BD_TAMBOL,
BD_AMPHUR,
BD_PROVINCE,
BD_TYPE,
BD_DEPRECIATION,
BD_ONLANDNO,
BD_SUMPRICE,
BD_AGE,
COLLMASTTYPE_CODE};
rowDT_BDINGRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_BDINGRow);
return rowDT_BDINGRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_BDINGRow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) {
return ((DT_BDINGRow)(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() {
DT_BDINGDataTable cln = ((DT_BDINGDataTable)(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 DT_BDINGDataTable();
}
[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.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.columnBD_SUMPRICE = base.Columns["BD_SUMPRICE"];
this.columnBD_AGE = base.Columns["BD_AGE"];
this.columnCOLLMASTTYPE_CODE = base.Columns["COLLMASTTYPE_CODE"];
}
[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.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.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.columnCOLLMASTTYPE_CODE = new global::System.Data.DataColumn("COLLMASTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_CODE);
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.columnBD_VILLAGE.MaxLength = 50;
this.columnBD_ADDRNO.MaxLength = 50;
this.columnBD_ADDRMOO.MaxLength = 50;
this.columnBD_SOI.MaxLength = 50;
this.columnBD_ROAD.MaxLength = 50;
this.columnBD_TAMBOL.MaxLength = 50;
this.columnBD_AMPHUR.MaxLength = 50;
this.columnBD_PROVINCE.MaxLength = 50;
this.columnBD_TYPE.MaxLength = 2;
this.columnBD_ONLANDNO.MaxLength = 60;
this.columnCOLLMASTTYPE_CODE.MaxLength = 2;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_BDINGRow NewDT_BDINGRow() {
return ((DT_BDINGRow)(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 DT_BDINGRow(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(DT_BDINGRow);
}
[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.DT_BDINGRowChanged != null)) {
this.DT_BDINGRowChanged(this, new DT_BDINGRowChangeEvent(((DT_BDINGRow)(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.DT_BDINGRowChanging != null)) {
this.DT_BDINGRowChanging(this, new DT_BDINGRowChangeEvent(((DT_BDINGRow)(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.DT_BDINGRowDeleted != null)) {
this.DT_BDINGRowDeleted(this, new DT_BDINGRowChangeEvent(((DT_BDINGRow)(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.DT_BDINGRowDeleting != null)) {
this.DT_BDINGRowDeleting(this, new DT_BDINGRowChangeEvent(((DT_BDINGRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_BDINGRow(DT_BDINGRow 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 = "DT_BDINGDataTable";
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 DT_MAINDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
private global::System.Data.DataColumn columnCOLLMAST_DESC;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnCOLLMASTTYPE_GRP;
private global::System.Data.DataColumn columncp_name;
private global::System.Data.DataColumn columnsharestk_value;
private global::System.Data.DataColumn columncp_memgroup;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MAINDataTable() {
this.TableName = "DT_MAIN";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_MAINDataTable(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 DT_MAINDataTable(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_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 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 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 cp_nameColumn {
get {
return this.columncp_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sharestk_valueColumn {
get {
return this.columnsharestk_value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_memgroupColumn {
get {
return this.columncp_memgroup;
}
}
[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 DT_MAINRow this[int index] {
get {
return ((DT_MAINRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MAINRowChangeEventHandler DT_MAINRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MAINRowChangeEventHandler DT_MAINRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MAINRowChangeEventHandler DT_MAINRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MAINRowChangeEventHandler DT_MAINRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_MAINRow(DT_MAINRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MAINRow AddDT_MAINRow(string COOP_ID, string COLLMAST_NO, string COLLMAST_DESC, string MEMBER_NO, string COLLMASTTYPE_GRP, string cp_name, decimal sharestk_value, string cp_memgroup) {
DT_MAINRow rowDT_MAINRow = ((DT_MAINRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
COLLMAST_DESC,
MEMBER_NO,
COLLMASTTYPE_GRP,
cp_name,
sharestk_value,
cp_memgroup};
rowDT_MAINRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_MAINRow);
return rowDT_MAINRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MAINRow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) {
return ((DT_MAINRow)(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() {
DT_MAINDataTable cln = ((DT_MAINDataTable)(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 DT_MAINDataTable();
}
[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_DESC = base.Columns["COLLMAST_DESC"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnCOLLMASTTYPE_GRP = base.Columns["COLLMASTTYPE_GRP"];
this.columncp_name = base.Columns["cp_name"];
this.columnsharestk_value = base.Columns["sharestk_value"];
this.columncp_memgroup = base.Columns["cp_memgroup"];
}
[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_DESC = new global::System.Data.DataColumn("COLLMAST_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMAST_DESC);
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.columnCOLLMASTTYPE_GRP = new global::System.Data.DataColumn("COLLMASTTYPE_GRP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_GRP);
this.columncp_name = new global::System.Data.DataColumn("cp_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_name);
this.columnsharestk_value = new global::System.Data.DataColumn("sharestk_value", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsharestk_value);
this.columncp_memgroup = new global::System.Data.DataColumn("cp_memgroup", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_memgroup);
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_DESC.MaxLength = 500;
this.columnMEMBER_NO.MaxLength = 8;
this.columncp_name.ReadOnly = true;
this.columncp_name.MaxLength = 2;
this.columnsharestk_value.ReadOnly = true;
this.columncp_memgroup.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MAINRow NewDT_MAINRow() {
return ((DT_MAINRow)(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 DT_MAINRow(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(DT_MAINRow);
}
[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.DT_MAINRowChanged != null)) {
this.DT_MAINRowChanged(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowChanging != null)) {
this.DT_MAINRowChanging(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowDeleted != null)) {
this.DT_MAINRowDeleted(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(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.DT_MAINRowDeleting != null)) {
this.DT_MAINRowDeleting(this, new DT_MAINRowChangeEvent(((DT_MAINRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_MAINRow(DT_MAINRow 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 = "DT_MAINDataTable";
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 LNCOLLMASTBUILDINGDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
private global::System.Data.DataColumn columnFLOOR_NO;
private global::System.Data.DataColumn columnFLOOR_SQUARE;
private global::System.Data.DataColumn columnFLOOR_PRICESQUARE;
private global::System.Data.DataColumn columnFLOOR_SUMPRICE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGDataTable() {
this.TableName = "LNCOLLMASTBUILDING";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTBUILDINGDataTable(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 LNCOLLMASTBUILDINGDataTable(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 FLOOR_NOColumn {
get {
return this.columnFLOOR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FLOOR_SQUAREColumn {
get {
return this.columnFLOOR_SQUARE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FLOOR_PRICESQUAREColumn {
get {
return this.columnFLOOR_PRICESQUARE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FLOOR_SUMPRICEColumn {
get {
return this.columnFLOOR_SUMPRICE;
}
}
[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 LNCOLLMASTBUILDINGRow this[int index] {
get {
return ((LNCOLLMASTBUILDINGRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTBUILDINGRowChangeEventHandler LNCOLLMASTBUILDINGRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTBUILDINGRowChangeEventHandler LNCOLLMASTBUILDINGRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTBUILDINGRowChangeEventHandler LNCOLLMASTBUILDINGRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTBUILDINGRowChangeEventHandler LNCOLLMASTBUILDINGRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCOLLMASTBUILDINGRow(LNCOLLMASTBUILDINGRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow AddLNCOLLMASTBUILDINGRow(string COOP_ID, string COLLMAST_NO, decimal FLOOR_NO, decimal FLOOR_SQUARE, decimal FLOOR_PRICESQUARE, decimal FLOOR_SUMPRICE) {
LNCOLLMASTBUILDINGRow rowLNCOLLMASTBUILDINGRow = ((LNCOLLMASTBUILDINGRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
FLOOR_NO,
FLOOR_SQUARE,
FLOOR_PRICESQUARE,
FLOOR_SUMPRICE};
rowLNCOLLMASTBUILDINGRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCOLLMASTBUILDINGRow);
return rowLNCOLLMASTBUILDINGRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow FindByCOOP_IDCOLLMAST_NOFLOOR_NO(string COOP_ID, string COLLMAST_NO, decimal FLOOR_NO) {
return ((LNCOLLMASTBUILDINGRow)(this.Rows.Find(new object[] {
COOP_ID,
COLLMAST_NO,
FLOOR_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() {
LNCOLLMASTBUILDINGDataTable cln = ((LNCOLLMASTBUILDINGDataTable)(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 LNCOLLMASTBUILDINGDataTable();
}
[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.columnFLOOR_NO = base.Columns["FLOOR_NO"];
this.columnFLOOR_SQUARE = base.Columns["FLOOR_SQUARE"];
this.columnFLOOR_PRICESQUARE = base.Columns["FLOOR_PRICESQUARE"];
this.columnFLOOR_SUMPRICE = base.Columns["FLOOR_SUMPRICE"];
}
[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.columnFLOOR_NO = new global::System.Data.DataColumn("FLOOR_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFLOOR_NO);
this.columnFLOOR_SQUARE = new global::System.Data.DataColumn("FLOOR_SQUARE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFLOOR_SQUARE);
this.columnFLOOR_PRICESQUARE = new global::System.Data.DataColumn("FLOOR_PRICESQUARE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFLOOR_PRICESQUARE);
this.columnFLOOR_SUMPRICE = new global::System.Data.DataColumn("FLOOR_SUMPRICE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFLOOR_SUMPRICE);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnCOLLMAST_NO,
this.columnFLOOR_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnCOLLMAST_NO.AllowDBNull = false;
this.columnCOLLMAST_NO.MaxLength = 8;
this.columnFLOOR_NO.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow NewLNCOLLMASTBUILDINGRow() {
return ((LNCOLLMASTBUILDINGRow)(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 LNCOLLMASTBUILDINGRow(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(LNCOLLMASTBUILDINGRow);
}
[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.LNCOLLMASTBUILDINGRowChanged != null)) {
this.LNCOLLMASTBUILDINGRowChanged(this, new LNCOLLMASTBUILDINGRowChangeEvent(((LNCOLLMASTBUILDINGRow)(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.LNCOLLMASTBUILDINGRowChanging != null)) {
this.LNCOLLMASTBUILDINGRowChanging(this, new LNCOLLMASTBUILDINGRowChangeEvent(((LNCOLLMASTBUILDINGRow)(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.LNCOLLMASTBUILDINGRowDeleted != null)) {
this.LNCOLLMASTBUILDINGRowDeleted(this, new LNCOLLMASTBUILDINGRowChangeEvent(((LNCOLLMASTBUILDINGRow)(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.LNCOLLMASTBUILDINGRowDeleting != null)) {
this.LNCOLLMASTBUILDINGRowDeleting(this, new LNCOLLMASTBUILDINGRowChangeEvent(((LNCOLLMASTBUILDINGRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCOLLMASTBUILDINGRow(LNCOLLMASTBUILDINGRow 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 = "LNCOLLMASTBUILDINGDataTable";
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 DT_LANDUSEDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
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;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDUSEDataTable() {
this.TableName = "DT_LANDUSE";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_LANDUSEDataTable(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 DT_LANDUSEDataTable(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 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")]
[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 DT_LANDUSERow this[int index] {
get {
return ((DT_LANDUSERow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDUSERowChangeEventHandler DT_LANDUSERowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDUSERowChangeEventHandler DT_LANDUSERowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDUSERowChangeEventHandler DT_LANDUSERowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LANDUSERowChangeEventHandler DT_LANDUSERowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_LANDUSERow(DT_LANDUSERow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDUSERow AddDT_LANDUSERow(string COOP_ID, string COLLMAST_NO, string DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC) {
DT_LANDUSERow rowDT_LANDUSERow = ((DT_LANDUSERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
DESC_POSITION,
DESC_UTILITY,
DESC_TRAVEL,
DESC_ETC};
rowDT_LANDUSERow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_LANDUSERow);
return rowDT_LANDUSERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDUSERow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) {
return ((DT_LANDUSERow)(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() {
DT_LANDUSEDataTable cln = ((DT_LANDUSEDataTable)(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 DT_LANDUSEDataTable();
}
[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.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"];
}
[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.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.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.columnDESC_POSITION.MaxLength = 200;
this.columnDESC_UTILITY.MaxLength = 200;
this.columnDESC_TRAVEL.MaxLength = 200;
this.columnDESC_ETC.MaxLength = 200;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDUSERow NewDT_LANDUSERow() {
return ((DT_LANDUSERow)(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 DT_LANDUSERow(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(DT_LANDUSERow);
}
[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.DT_LANDUSERowChanged != null)) {
this.DT_LANDUSERowChanged(this, new DT_LANDUSERowChangeEvent(((DT_LANDUSERow)(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.DT_LANDUSERowChanging != null)) {
this.DT_LANDUSERowChanging(this, new DT_LANDUSERowChangeEvent(((DT_LANDUSERow)(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.DT_LANDUSERowDeleted != null)) {
this.DT_LANDUSERowDeleted(this, new DT_LANDUSERowChangeEvent(((DT_LANDUSERow)(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.DT_LANDUSERowDeleting != null)) {
this.DT_LANDUSERowDeleting(this, new DT_LANDUSERowChangeEvent(((DT_LANDUSERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_LANDUSERow(DT_LANDUSERow 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 = "DT_LANDUSEDataTable";
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 DT_CONDODataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnCOLLMAST_NO;
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_PRICESQUARE;
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 columnCONDO_DEPRECIATION;
private global::System.Data.DataColumn columnCONDO_AGE;
private global::System.Data.DataColumn columnCONDO_ROOMSIZE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_CONDODataTable() {
this.TableName = "DT_CONDO";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_CONDODataTable(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 DT_CONDODataTable(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 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_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 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 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 CONDO_ROOMSIZEColumn {
get {
return this.columnCONDO_ROOMSIZE;
}
}
[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 DT_CONDORow this[int index] {
get {
return ((DT_CONDORow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_CONDORowChangeEventHandler DT_CONDORowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_CONDORowChangeEventHandler DT_CONDORowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_CONDORowChangeEventHandler DT_CONDORowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_CONDORowChangeEventHandler DT_CONDORowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_CONDORow(DT_CONDORow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_CONDORow AddDT_CONDORow(string COOP_ID, string COLLMAST_NO, string CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, decimal CONDO_PRICESQUARE, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, decimal CONDO_DEPRECIATION, decimal CONDO_AGE, string CONDO_ROOMSIZE) {
DT_CONDORow rowDT_CONDORow = ((DT_CONDORow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
COLLMAST_NO,
CONDO_REGISTNO,
CONDO_NAME,
CONDO_TOWERNO,
CONDO_FLOOR,
CONDO_ROOMNO,
CONDO_PRICESQUARE,
POS_TAMBOL,
POS_AMPHUR,
POS_PROVINCE,
CONDO_DEPRECIATION,
CONDO_AGE,
CONDO_ROOMSIZE};
rowDT_CONDORow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_CONDORow);
return rowDT_CONDORow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_CONDORow FindByCOOP_IDCOLLMAST_NO(string COOP_ID, string COLLMAST_NO) {
return ((DT_CONDORow)(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() {
DT_CONDODataTable cln = ((DT_CONDODataTable)(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 DT_CONDODataTable();
}
[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.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_PRICESQUARE = base.Columns["CONDO_PRICESQUARE"];
this.columnPOS_TAMBOL = base.Columns["POS_TAMBOL"];
this.columnPOS_AMPHUR = base.Columns["POS_AMPHUR"];
this.columnPOS_PROVINCE = base.Columns["POS_PROVINCE"];
this.columnCONDO_DEPRECIATION = base.Columns["CONDO_DEPRECIATION"];
this.columnCONDO_AGE = base.Columns["CONDO_AGE"];
this.columnCONDO_ROOMSIZE = base.Columns["CONDO_ROOMSIZE"];
}
[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.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_PRICESQUARE = new global::System.Data.DataColumn("CONDO_PRICESQUARE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONDO_PRICESQUARE);
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.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.columnCONDO_ROOMSIZE = new global::System.Data.DataColumn("CONDO_ROOMSIZE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCONDO_ROOMSIZE);
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.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.columnPOS_TAMBOL.MaxLength = 50;
this.columnPOS_AMPHUR.MaxLength = 50;
this.columnPOS_PROVINCE.MaxLength = 50;
this.columnCONDO_ROOMSIZE.MaxLength = 30;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_CONDORow NewDT_CONDORow() {
return ((DT_CONDORow)(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 DT_CONDORow(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(DT_CONDORow);
}
[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.DT_CONDORowChanged != null)) {
this.DT_CONDORowChanged(this, new DT_CONDORowChangeEvent(((DT_CONDORow)(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.DT_CONDORowChanging != null)) {
this.DT_CONDORowChanging(this, new DT_CONDORowChangeEvent(((DT_CONDORow)(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.DT_CONDORowDeleted != null)) {
this.DT_CONDORowDeleted(this, new DT_CONDORowChangeEvent(((DT_CONDORow)(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.DT_CONDORowDeleting != null)) {
this.DT_CONDORowDeleting(this, new DT_CONDORowChangeEvent(((DT_CONDORow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_CONDORow(DT_CONDORow 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 = "DT_CONDODataTable";
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 DT_DETAILDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMRTGMAST_NO;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnCOLLMATE_FLAG;
private global::System.Data.DataColumn columnCOLLMATE_MEMNO;
private global::System.Data.DataColumn columnASSETTYPE_CODE;
private global::System.Data.DataColumn columnMORTGAGE_TYPE;
private global::System.Data.DataColumn columnMORTGAGE_LANDNUM;
private global::System.Data.DataColumn columnMORTGAGE_PARTNAME;
private global::System.Data.DataColumn columnMORTGAGE_PARTAMT;
private global::System.Data.DataColumn columnMORTGAGE_PARTALL;
private global::System.Data.DataColumn columnMORTGAGE_DATE;
private global::System.Data.DataColumn columnMORTGAGE_GRTNAME;
private global::System.Data.DataColumn columnINTEREST_RATE;
private global::System.Data.DataColumn columnMORTGAGEFIRST_AMT;
private global::System.Data.DataColumn columnMORTGAGESUM_AMT;
private global::System.Data.DataColumn columnLAND_OFFICE;
private global::System.Data.DataColumn columnMRTGMAST_STATUS;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columncp_matename;
private global::System.Data.DataColumn columnINTEREST;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_DETAILDataTable() {
this.TableName = "DT_DETAIL";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_DETAILDataTable(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 DT_DETAILDataTable(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 MRTGMAST_NOColumn {
get {
return this.columnMRTGMAST_NO;
}
}
[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 COLLMATE_FLAGColumn {
get {
return this.columnCOLLMATE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMATE_MEMNOColumn {
get {
return this.columnCOLLMATE_MEMNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ASSETTYPE_CODEColumn {
get {
return this.columnASSETTYPE_CODE;
}
}
[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 MORTGAGE_PARTNAMEColumn {
get {
return this.columnMORTGAGE_PARTNAME;
}
}
[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 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 MORTGAGE_GRTNAMEColumn {
get {
return this.columnMORTGAGE_GRTNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTEREST_RATEColumn {
get {
return this.columnINTEREST_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MORTGAGEFIRST_AMTColumn {
get {
return this.columnMORTGAGEFIRST_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MORTGAGESUM_AMTColumn {
get {
return this.columnMORTGAGESUM_AMT;
}
}
[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 MRTGMAST_STATUSColumn {
get {
return this.columnMRTGMAST_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_matenameColumn {
get {
return this.columncp_matename;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INTERESTColumn {
get {
return this.columnINTEREST;
}
}
[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 DT_DETAILRow this[int index] {
get {
return ((DT_DETAILRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_DETAILRowChangeEventHandler DT_DETAILRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_DETAILRowChangeEventHandler DT_DETAILRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_DETAILRowChangeEventHandler DT_DETAILRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_DETAILRowChangeEventHandler DT_DETAILRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_DETAILRow(DT_DETAILRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_DETAILRow AddDT_DETAILRow(
string COOP_ID,
string MRTGMAST_NO,
string MEMBER_NO,
decimal COLLMATE_FLAG,
string COLLMATE_MEMNO,
string ASSETTYPE_CODE,
decimal MORTGAGE_TYPE,
decimal MORTGAGE_LANDNUM,
string MORTGAGE_PARTNAME,
decimal MORTGAGE_PARTAMT,
decimal MORTGAGE_PARTALL,
System.DateTime MORTGAGE_DATE,
string MORTGAGE_GRTNAME,
decimal INTEREST_RATE,
decimal MORTGAGEFIRST_AMT,
decimal MORTGAGESUM_AMT,
string LAND_OFFICE,
decimal MRTGMAST_STATUS,
string ENTRY_ID,
string cp_matename,
string INTEREST) {
DT_DETAILRow rowDT_DETAILRow = ((DT_DETAILRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MRTGMAST_NO,
MEMBER_NO,
COLLMATE_FLAG,
COLLMATE_MEMNO,
ASSETTYPE_CODE,
MORTGAGE_TYPE,
MORTGAGE_LANDNUM,
MORTGAGE_PARTNAME,
MORTGAGE_PARTAMT,
MORTGAGE_PARTALL,
MORTGAGE_DATE,
MORTGAGE_GRTNAME,
INTEREST_RATE,
MORTGAGEFIRST_AMT,
MORTGAGESUM_AMT,
LAND_OFFICE,
MRTGMAST_STATUS,
ENTRY_ID,
cp_matename,
INTEREST};
rowDT_DETAILRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_DETAILRow);
return rowDT_DETAILRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_DETAILRow FindByCOOP_IDMRTGMAST_NO(string COOP_ID, string MRTGMAST_NO) {
return ((DT_DETAILRow)(this.Rows.Find(new object[] {
COOP_ID,
MRTGMAST_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() {
DT_DETAILDataTable cln = ((DT_DETAILDataTable)(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 DT_DETAILDataTable();
}
[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.columnMRTGMAST_NO = base.Columns["MRTGMAST_NO"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnCOLLMATE_FLAG = base.Columns["COLLMATE_FLAG"];
this.columnCOLLMATE_MEMNO = base.Columns["COLLMATE_MEMNO"];
this.columnASSETTYPE_CODE = base.Columns["ASSETTYPE_CODE"];
this.columnMORTGAGE_TYPE = base.Columns["MORTGAGE_TYPE"];
this.columnMORTGAGE_LANDNUM = base.Columns["MORTGAGE_LANDNUM"];
this.columnMORTGAGE_PARTNAME = base.Columns["MORTGAGE_PARTNAME"];
this.columnMORTGAGE_PARTAMT = base.Columns["MORTGAGE_PARTAMT"];
this.columnMORTGAGE_PARTALL = base.Columns["MORTGAGE_PARTALL"];
this.columnMORTGAGE_DATE = base.Columns["MORTGAGE_DATE"];
this.columnMORTGAGE_GRTNAME = base.Columns["MORTGAGE_GRTNAME"];
this.columnINTEREST_RATE = base.Columns["INTEREST_RATE"];
this.columnMORTGAGEFIRST_AMT = base.Columns["MORTGAGEFIRST_AMT"];
this.columnMORTGAGESUM_AMT = base.Columns["MORTGAGESUM_AMT"];
this.columnLAND_OFFICE = base.Columns["LAND_OFFICE"];
this.columnMRTGMAST_STATUS = base.Columns["MRTGMAST_STATUS"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columncp_matename = base.Columns["cp_matename"];
this.columnINTEREST = base.Columns["INTEREST"];
}
[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.columnMRTGMAST_NO = new global::System.Data.DataColumn("MRTGMAST_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTGMAST_NO);
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.columnCOLLMATE_FLAG = new global::System.Data.DataColumn("COLLMATE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMATE_FLAG);
this.columnCOLLMATE_MEMNO = new global::System.Data.DataColumn("COLLMATE_MEMNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMATE_MEMNO);
this.columnASSETTYPE_CODE = new global::System.Data.DataColumn("ASSETTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnASSETTYPE_CODE);
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.columnMORTGAGE_PARTNAME = new global::System.Data.DataColumn("MORTGAGE_PARTNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGE_PARTNAME);
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.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.columnMORTGAGE_GRTNAME = new global::System.Data.DataColumn("MORTGAGE_GRTNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGE_GRTNAME);
this.columnINTEREST_RATE = new global::System.Data.DataColumn("INTEREST_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST_RATE);
this.columnMORTGAGEFIRST_AMT = new global::System.Data.DataColumn("MORTGAGEFIRST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGEFIRST_AMT);
this.columnMORTGAGESUM_AMT = new global::System.Data.DataColumn("MORTGAGESUM_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMORTGAGESUM_AMT);
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.columnMRTGMAST_STATUS = new global::System.Data.DataColumn("MRTGMAST_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTGMAST_STATUS);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columncp_matename = new global::System.Data.DataColumn("cp_matename", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_matename);
this.columnINTEREST = new global::System.Data.DataColumn("INTEREST", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINTEREST);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMRTGMAST_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMRTGMAST_NO.AllowDBNull = false;
this.columnMRTGMAST_NO.DefaultValue = ((string)("Auto"));
this.columnMRTGMAST_NO.MaxLength = 10;
this.columnMEMBER_NO.MaxLength = 6;
this.columnCOLLMATE_MEMNO.MaxLength = 6;
this.columnASSETTYPE_CODE.MaxLength = 2;
this.columnMORTGAGE_TYPE.DefaultValue = ((decimal)(0m));
this.columnMORTGAGE_PARTNAME.MaxLength = 100;
this.columnMORTGAGE_GRTNAME.MaxLength = 200;
this.columnLAND_OFFICE.MaxLength = 60;
this.columnENTRY_ID.MaxLength = 20;
this.columncp_matename.ReadOnly = true;
this.columnINTEREST.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_DETAILRow NewDT_DETAILRow() {
return ((DT_DETAILRow)(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 DT_DETAILRow(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(DT_DETAILRow);
}
[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.DT_DETAILRowChanged != null)) {
this.DT_DETAILRowChanged(this, new DT_DETAILRowChangeEvent(((DT_DETAILRow)(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.DT_DETAILRowChanging != null)) {
this.DT_DETAILRowChanging(this, new DT_DETAILRowChangeEvent(((DT_DETAILRow)(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.DT_DETAILRowDeleted != null)) {
this.DT_DETAILRowDeleted(this, new DT_DETAILRowChangeEvent(((DT_DETAILRow)(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.DT_DETAILRowDeleting != null)) {
this.DT_DETAILRowDeleting(this, new DT_DETAILRowChangeEvent(((DT_DETAILRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_DETAILRow(DT_DETAILRow 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 = "DT_DETAILDataTable";
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 DT_MRTGERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMRTGMAST_NO;
private global::System.Data.DataColumn columnMRTG_NAME1;
private global::System.Data.DataColumn columnMRTG_NAME2;
private global::System.Data.DataColumn columnMRTG_PERSONID1;
private global::System.Data.DataColumn columnMRTG_PERSONID2;
private global::System.Data.DataColumn columnMRTG_AGE1;
private global::System.Data.DataColumn columnMRTG_AGE2;
private global::System.Data.DataColumn columnMRTG_NATIONALITY1;
private global::System.Data.DataColumn columnMRTG_NATIONALITY2;
private global::System.Data.DataColumn columnMRTG_CITIZENSHIP1;
private global::System.Data.DataColumn columnMRTG_CITIZENSHIP2;
private global::System.Data.DataColumn columnMRTG_PARENTNAME1;
private global::System.Data.DataColumn columnMRTG_PARENTNAME2;
private global::System.Data.DataColumn columnMRTG_MATENAME1;
private global::System.Data.DataColumn columnMRTG_MATENAME2;
private global::System.Data.DataColumn columnMRTG_VILLAGE1;
private global::System.Data.DataColumn columnMRTG_VILLAGE2;
private global::System.Data.DataColumn columnMRTG_ADDRESS1;
private global::System.Data.DataColumn columnMRTG_ADDRESS2;
private global::System.Data.DataColumn columnMRTG_MOO1;
private global::System.Data.DataColumn columnMRTG_MOO2;
private global::System.Data.DataColumn columnMRTG_SOI1;
private global::System.Data.DataColumn columnMRTG_SOI2;
private global::System.Data.DataColumn columnMRTG_ROAD1;
private global::System.Data.DataColumn columnMRTG_ROAD2;
private global::System.Data.DataColumn columnMRTG_TAMBOL1;
private global::System.Data.DataColumn columnMRTG_TAMBOL2;
private global::System.Data.DataColumn columnMRTG_AMPHUR1;
private global::System.Data.DataColumn columnMRTG_AMPHUR2;
private global::System.Data.DataColumn columnMRTG_PROVINCE1;
private global::System.Data.DataColumn columnMRTG_PROVINCE2;
private global::System.Data.DataColumn columnMEMBER_NO;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MRTGERDataTable() {
this.TableName = "DT_MRTGER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_MRTGERDataTable(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 DT_MRTGERDataTable(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 MRTGMAST_NOColumn {
get {
return this.columnMRTGMAST_NO;
}
}
[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_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_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_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_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_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_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_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_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_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_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 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_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 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[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 DT_MRTGERRow this[int index] {
get {
return ((DT_MRTGERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MRTGERRowChangeEventHandler DT_MRTGERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MRTGERRowChangeEventHandler DT_MRTGERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MRTGERRowChangeEventHandler DT_MRTGERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_MRTGERRowChangeEventHandler DT_MRTGERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_MRTGERRow(DT_MRTGERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MRTGERRow AddDT_MRTGERRow(
string COOP_ID,
string MRTGMAST_NO,
string MRTG_NAME1,
string MRTG_NAME2,
string MRTG_PERSONID1,
string MRTG_PERSONID2,
string MRTG_AGE1,
string MRTG_AGE2,
string MRTG_NATIONALITY1,
string MRTG_NATIONALITY2,
string MRTG_CITIZENSHIP1,
string MRTG_CITIZENSHIP2,
string MRTG_PARENTNAME1,
string MRTG_PARENTNAME2,
string MRTG_MATENAME1,
string MRTG_MATENAME2,
string MRTG_VILLAGE1,
string MRTG_VILLAGE2,
string MRTG_ADDRESS1,
string MRTG_ADDRESS2,
string MRTG_MOO1,
string MRTG_MOO2,
string MRTG_SOI1,
string MRTG_SOI2,
string MRTG_ROAD1,
string MRTG_ROAD2,
string MRTG_TAMBOL1,
string MRTG_TAMBOL2,
string MRTG_AMPHUR1,
string MRTG_AMPHUR2,
string MRTG_PROVINCE1,
string MRTG_PROVINCE2,
string MEMBER_NO) {
DT_MRTGERRow rowDT_MRTGERRow = ((DT_MRTGERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MRTGMAST_NO,
MRTG_NAME1,
MRTG_NAME2,
MRTG_PERSONID1,
MRTG_PERSONID2,
MRTG_AGE1,
MRTG_AGE2,
MRTG_NATIONALITY1,
MRTG_NATIONALITY2,
MRTG_CITIZENSHIP1,
MRTG_CITIZENSHIP2,
MRTG_PARENTNAME1,
MRTG_PARENTNAME2,
MRTG_MATENAME1,
MRTG_MATENAME2,
MRTG_VILLAGE1,
MRTG_VILLAGE2,
MRTG_ADDRESS1,
MRTG_ADDRESS2,
MRTG_MOO1,
MRTG_MOO2,
MRTG_SOI1,
MRTG_SOI2,
MRTG_ROAD1,
MRTG_ROAD2,
MRTG_TAMBOL1,
MRTG_TAMBOL2,
MRTG_AMPHUR1,
MRTG_AMPHUR2,
MRTG_PROVINCE1,
MRTG_PROVINCE2,
MEMBER_NO};
rowDT_MRTGERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_MRTGERRow);
return rowDT_MRTGERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MRTGERRow FindByCOOP_IDMRTGMAST_NO(string COOP_ID, string MRTGMAST_NO) {
return ((DT_MRTGERRow)(this.Rows.Find(new object[] {
COOP_ID,
MRTGMAST_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() {
DT_MRTGERDataTable cln = ((DT_MRTGERDataTable)(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 DT_MRTGERDataTable();
}
[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.columnMRTGMAST_NO = base.Columns["MRTGMAST_NO"];
this.columnMRTG_NAME1 = base.Columns["MRTG_NAME1"];
this.columnMRTG_NAME2 = base.Columns["MRTG_NAME2"];
this.columnMRTG_PERSONID1 = base.Columns["MRTG_PERSONID1"];
this.columnMRTG_PERSONID2 = base.Columns["MRTG_PERSONID2"];
this.columnMRTG_AGE1 = base.Columns["MRTG_AGE1"];
this.columnMRTG_AGE2 = base.Columns["MRTG_AGE2"];
this.columnMRTG_NATIONALITY1 = base.Columns["MRTG_NATIONALITY1"];
this.columnMRTG_NATIONALITY2 = base.Columns["MRTG_NATIONALITY2"];
this.columnMRTG_CITIZENSHIP1 = base.Columns["MRTG_CITIZENSHIP1"];
this.columnMRTG_CITIZENSHIP2 = base.Columns["MRTG_CITIZENSHIP2"];
this.columnMRTG_PARENTNAME1 = base.Columns["MRTG_PARENTNAME1"];
this.columnMRTG_PARENTNAME2 = base.Columns["MRTG_PARENTNAME2"];
this.columnMRTG_MATENAME1 = base.Columns["MRTG_MATENAME1"];
this.columnMRTG_MATENAME2 = base.Columns["MRTG_MATENAME2"];
this.columnMRTG_VILLAGE1 = base.Columns["MRTG_VILLAGE1"];
this.columnMRTG_VILLAGE2 = base.Columns["MRTG_VILLAGE2"];
this.columnMRTG_ADDRESS1 = base.Columns["MRTG_ADDRESS1"];
this.columnMRTG_ADDRESS2 = base.Columns["MRTG_ADDRESS2"];
this.columnMRTG_MOO1 = base.Columns["MRTG_MOO1"];
this.columnMRTG_MOO2 = base.Columns["MRTG_MOO2"];
this.columnMRTG_SOI1 = base.Columns["MRTG_SOI1"];
this.columnMRTG_SOI2 = base.Columns["MRTG_SOI2"];
this.columnMRTG_ROAD1 = base.Columns["MRTG_ROAD1"];
this.columnMRTG_ROAD2 = base.Columns["MRTG_ROAD2"];
this.columnMRTG_TAMBOL1 = base.Columns["MRTG_TAMBOL1"];
this.columnMRTG_TAMBOL2 = base.Columns["MRTG_TAMBOL2"];
this.columnMRTG_AMPHUR1 = base.Columns["MRTG_AMPHUR1"];
this.columnMRTG_AMPHUR2 = base.Columns["MRTG_AMPHUR2"];
this.columnMRTG_PROVINCE1 = base.Columns["MRTG_PROVINCE1"];
this.columnMRTG_PROVINCE2 = base.Columns["MRTG_PROVINCE2"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
}
[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.columnMRTGMAST_NO = new global::System.Data.DataColumn("MRTGMAST_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTGMAST_NO);
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_NAME2 = new global::System.Data.DataColumn("MRTG_NAME2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_NAME2);
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_PERSONID2 = new global::System.Data.DataColumn("MRTG_PERSONID2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_PERSONID2);
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_AGE2 = new global::System.Data.DataColumn("MRTG_AGE2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_AGE2);
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_NATIONALITY2 = new global::System.Data.DataColumn("MRTG_NATIONALITY2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_NATIONALITY2);
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_CITIZENSHIP2 = new global::System.Data.DataColumn("MRTG_CITIZENSHIP2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_CITIZENSHIP2);
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.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_MATENAME1 = new global::System.Data.DataColumn("MRTG_MATENAME1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_MATENAME1);
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_VILLAGE1 = new global::System.Data.DataColumn("MRTG_VILLAGE1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_VILLAGE1);
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_ADDRESS1 = new global::System.Data.DataColumn("MRTG_ADDRESS1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_ADDRESS1);
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_MOO1 = new global::System.Data.DataColumn("MRTG_MOO1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_MOO1);
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_SOI1 = new global::System.Data.DataColumn("MRTG_SOI1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_SOI1);
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_ROAD1 = new global::System.Data.DataColumn("MRTG_ROAD1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_ROAD1);
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_TAMBOL1 = new global::System.Data.DataColumn("MRTG_TAMBOL1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_TAMBOL1);
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_AMPHUR1 = new global::System.Data.DataColumn("MRTG_AMPHUR1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_AMPHUR1);
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_PROVINCE1 = new global::System.Data.DataColumn("MRTG_PROVINCE1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_PROVINCE1);
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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMRTGMAST_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMRTGMAST_NO.AllowDBNull = false;
this.columnMRTGMAST_NO.MaxLength = 10;
this.columnMRTG_NAME1.MaxLength = 100;
this.columnMRTG_NAME2.MaxLength = 100;
this.columnMRTG_PERSONID1.MaxLength = 50;
this.columnMRTG_PERSONID2.MaxLength = 50;
this.columnMRTG_AGE1.MaxLength = 20;
this.columnMRTG_AGE2.MaxLength = 20;
this.columnMRTG_NATIONALITY1.MaxLength = 15;
this.columnMRTG_NATIONALITY2.MaxLength = 15;
this.columnMRTG_CITIZENSHIP1.MaxLength = 15;
this.columnMRTG_CITIZENSHIP2.MaxLength = 15;
this.columnMRTG_PARENTNAME1.MaxLength = 60;
this.columnMRTG_PARENTNAME2.MaxLength = 60;
this.columnMRTG_MATENAME1.MaxLength = 60;
this.columnMRTG_MATENAME2.MaxLength = 60;
this.columnMRTG_VILLAGE1.MaxLength = 30;
this.columnMRTG_VILLAGE2.MaxLength = 30;
this.columnMRTG_ADDRESS1.MaxLength = 20;
this.columnMRTG_ADDRESS2.MaxLength = 20;
this.columnMRTG_MOO1.MaxLength = 10;
this.columnMRTG_MOO2.MaxLength = 10;
this.columnMRTG_SOI1.MaxLength = 30;
this.columnMRTG_SOI2.MaxLength = 30;
this.columnMRTG_ROAD1.MaxLength = 50;
this.columnMRTG_ROAD2.MaxLength = 50;
this.columnMRTG_TAMBOL1.MaxLength = 50;
this.columnMRTG_TAMBOL2.MaxLength = 50;
this.columnMRTG_AMPHUR1.MaxLength = 50;
this.columnMRTG_AMPHUR2.MaxLength = 50;
this.columnMRTG_PROVINCE1.MaxLength = 50;
this.columnMRTG_PROVINCE2.MaxLength = 50;
this.columnMEMBER_NO.MaxLength = 8;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MRTGERRow NewDT_MRTGERRow() {
return ((DT_MRTGERRow)(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 DT_MRTGERRow(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(DT_MRTGERRow);
}
[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.DT_MRTGERRowChanged != null)) {
this.DT_MRTGERRowChanged(this, new DT_MRTGERRowChangeEvent(((DT_MRTGERRow)(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.DT_MRTGERRowChanging != null)) {
this.DT_MRTGERRowChanging(this, new DT_MRTGERRowChangeEvent(((DT_MRTGERRow)(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.DT_MRTGERRowDeleted != null)) {
this.DT_MRTGERRowDeleted(this, new DT_MRTGERRowChangeEvent(((DT_MRTGERRow)(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.DT_MRTGERRowDeleting != null)) {
this.DT_MRTGERRowDeleting(this, new DT_MRTGERRowChangeEvent(((DT_MRTGERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_MRTGERRow(DT_MRTGERRow 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 = "DT_MRTGERDataTable";
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 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 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 columnINT_RATE;
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 columnMRTG_PARENTNAME2;
private global::System.Data.DataColumn columnMRTG_MATENAME2;
private global::System.Data.DataColumn columnREFCOLL_MEMNO;
private global::System.Data.DataColumn columnMRTG_MATENAME1;
private global::System.Data.DataColumn columnPOS_MOO;
private global::System.Data.DataColumn columnPOS_ADDNO;
private global::System.Data.DataColumn columnMRTG_PHONE2;
private global::System.Data.DataColumn columnMRTG_PHONE1;
[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 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 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 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 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 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_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 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 MRTG_PHONE2Column {
get {
return this.columnMRTG_PHONE2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MRTG_PHONE1Column {
get {
return this.columnMRTG_PHONE1;
}
}
[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,
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,
decimal INT_RATE,
string DETAIL3,
string DETAIL4,
string PEOPLE_NAME,
string PEOPLE_POSITION,
string MRTG_PARENTNAME2,
string MRTG_MATENAME2,
string REFCOLL_MEMNO,
string MRTG_MATENAME1,
string POS_MOO,
string POS_ADDNO,
string MRTG_PHONE2,
string MRTG_PHONE1) {
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,
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,
INT_RATE,
DETAIL3,
DETAIL4,
PEOPLE_NAME,
PEOPLE_POSITION,
MRTG_PARENTNAME2,
MRTG_MATENAME2,
REFCOLL_MEMNO,
MRTG_MATENAME1,
POS_MOO,
POS_ADDNO,
MRTG_PHONE2,
MRTG_PHONE1};
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.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.columnINT_RATE = base.Columns["INT_RATE"];
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.columnMRTG_PARENTNAME2 = base.Columns["MRTG_PARENTNAME2"];
this.columnMRTG_MATENAME2 = base.Columns["MRTG_MATENAME2"];
this.columnREFCOLL_MEMNO = base.Columns["REFCOLL_MEMNO"];
this.columnMRTG_MATENAME1 = base.Columns["MRTG_MATENAME1"];
this.columnPOS_MOO = base.Columns["POS_MOO"];
this.columnPOS_ADDNO = base.Columns["POS_ADDNO"];
this.columnMRTG_PHONE2 = base.Columns["MRTG_PHONE2"];
this.columnMRTG_PHONE1 = base.Columns["MRTG_PHONE1"];
}
[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.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.columnINT_RATE = new global::System.Data.DataColumn("INT_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINT_RATE);
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.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.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_MATENAME1 = new global::System.Data.DataColumn("MRTG_MATENAME1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_MATENAME1);
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.columnMRTG_PHONE2 = new global::System.Data.DataColumn("MRTG_PHONE2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_PHONE2);
this.columnMRTG_PHONE1 = new global::System.Data.DataColumn("MRTG_PHONE1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMRTG_PHONE1);
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 = 10;
this.columnSURVEY_NO.MaxLength = 10;
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.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 = 5;
this.columnMRTG_NATIONALITY1.MaxLength = 50;
this.columnMRTG_CITIZENSHIP1.MaxLength = 50;
this.columnMRTG_VILLAGE1.MaxLength = 50;
this.columnMRTG_ADDRESS1.MaxLength = 50;
this.columnMRTG_MOO1.MaxLength = 19;
this.columnMRTG_SOI1.MaxLength = 5;
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_PARENTNAME2.MaxLength = 100;
this.columnMRTG_MATENAME2.MaxLength = 100;
this.columnREFCOLL_MEMNO.MaxLength = 10;
this.columnMRTG_MATENAME1.MaxLength = 100;
this.columnPOS_MOO.MaxLength = 50;
this.columnPOS_ADDNO.MaxLength = 50;
this.columnMRTG_PHONE2.MaxLength = 15;
this.columnMRTG_PHONE1.MaxLength = 15;
}
[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 LNCOLLCONSTANTDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnOFFICE_COLL;
private global::System.Data.DataColumn columnINT_RATE;
private global::System.Data.DataColumn columnPEOPLE_NAME;
private global::System.Data.DataColumn columnPEOPLE_POSITION;
private global::System.Data.DataColumn columnDETAIL3;
private global::System.Data.DataColumn columnDETAIL4;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLCONSTANTDataTable() {
this.TableName = "LNCOLLCONSTANT";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLCONSTANTDataTable(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 LNCOLLCONSTANTDataTable(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 OFFICE_COLLColumn {
get {
return this.columnOFFICE_COLL;
}
}
[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 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 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")]
[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 LNCOLLCONSTANTRow this[int index] {
get {
return ((LNCOLLCONSTANTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLCONSTANTRowChangeEventHandler LNCOLLCONSTANTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLCONSTANTRowChangeEventHandler LNCOLLCONSTANTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLCONSTANTRowChangeEventHandler LNCOLLCONSTANTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLCONSTANTRowChangeEventHandler LNCOLLCONSTANTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCOLLCONSTANTRow(LNCOLLCONSTANTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLCONSTANTRow AddLNCOLLCONSTANTRow(string COOP_ID, string OFFICE_COLL, decimal INT_RATE, string PEOPLE_NAME, string PEOPLE_POSITION, string DETAIL3, string DETAIL4) {
LNCOLLCONSTANTRow rowLNCOLLCONSTANTRow = ((LNCOLLCONSTANTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
OFFICE_COLL,
INT_RATE,
PEOPLE_NAME,
PEOPLE_POSITION,
DETAIL3,
DETAIL4};
rowLNCOLLCONSTANTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCOLLCONSTANTRow);
return rowLNCOLLCONSTANTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLCONSTANTRow FindByCOOP_ID(string COOP_ID) {
return ((LNCOLLCONSTANTRow)(this.Rows.Find(new object[] {
COOP_ID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNCOLLCONSTANTDataTable cln = ((LNCOLLCONSTANTDataTable)(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 LNCOLLCONSTANTDataTable();
}
[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.columnOFFICE_COLL = base.Columns["OFFICE_COLL"];
this.columnINT_RATE = base.Columns["INT_RATE"];
this.columnPEOPLE_NAME = base.Columns["PEOPLE_NAME"];
this.columnPEOPLE_POSITION = base.Columns["PEOPLE_POSITION"];
this.columnDETAIL3 = base.Columns["DETAIL3"];
this.columnDETAIL4 = base.Columns["DETAIL4"];
}
[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.columnOFFICE_COLL = new global::System.Data.DataColumn("OFFICE_COLL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOFFICE_COLL);
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.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.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.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.Unique = true;
this.columnCOOP_ID.MaxLength = 10;
this.columnOFFICE_COLL.MaxLength = 200;
this.columnPEOPLE_NAME.MaxLength = 100;
this.columnPEOPLE_POSITION.MaxLength = 100;
this.columnDETAIL3.MaxLength = 500;
this.columnDETAIL4.MaxLength = 500;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLCONSTANTRow NewLNCOLLCONSTANTRow() {
return ((LNCOLLCONSTANTRow)(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 LNCOLLCONSTANTRow(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(LNCOLLCONSTANTRow);
}
[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.LNCOLLCONSTANTRowChanged != null)) {
this.LNCOLLCONSTANTRowChanged(this, new LNCOLLCONSTANTRowChangeEvent(((LNCOLLCONSTANTRow)(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.LNCOLLCONSTANTRowChanging != null)) {
this.LNCOLLCONSTANTRowChanging(this, new LNCOLLCONSTANTRowChangeEvent(((LNCOLLCONSTANTRow)(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.LNCOLLCONSTANTRowDeleted != null)) {
this.LNCOLLCONSTANTRowDeleted(this, new LNCOLLCONSTANTRowChangeEvent(((LNCOLLCONSTANTRow)(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.LNCOLLCONSTANTRowDeleting != null)) {
this.LNCOLLCONSTANTRowDeleting(this, new LNCOLLCONSTANTRowChangeEvent(((LNCOLLCONSTANTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCOLLCONSTANTRow(LNCOLLCONSTANTRow 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 = "LNCOLLCONSTANTDataTable";
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 {
[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")]
[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() {
DataTable1Row rowDataTable1Row = ((DataTable1Row)(this.NewRow()));
object[] columnValuesArray = new object[0];
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() {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
}
[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 the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class lncollconstantDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnoffice_coll;
private global::System.Data.DataColumn columnint_rate;
private global::System.Data.DataColumn columnpeople_name;
private global::System.Data.DataColumn columnpeople_position;
private global::System.Data.DataColumn columndetail3;
private global::System.Data.DataColumn columndetail4;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public lncollconstantDataTable() {
this.TableName = "lncollconstant";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal lncollconstantDataTable(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 lncollconstantDataTable(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 office_collColumn {
get {
return this.columnoffice_coll;
}
}
[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 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 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")]
[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 lncollconstantRow this[int index] {
get {
return ((lncollconstantRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event lncollconstantRowChangeEventHandler lncollconstantRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event lncollconstantRowChangeEventHandler lncollconstantRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event lncollconstantRowChangeEventHandler lncollconstantRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event lncollconstantRowChangeEventHandler lncollconstantRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddlncollconstantRow(lncollconstantRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public lncollconstantRow AddlncollconstantRow(string office_coll, decimal int_rate, string people_name, string people_position, string detail3, string detail4) {
lncollconstantRow rowlncollconstantRow = ((lncollconstantRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
office_coll,
int_rate,
people_name,
people_position,
detail3,
detail4};
rowlncollconstantRow.ItemArray = columnValuesArray;
this.Rows.Add(rowlncollconstantRow);
return rowlncollconstantRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
lncollconstantDataTable cln = ((lncollconstantDataTable)(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 lncollconstantDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnoffice_coll = base.Columns["office_coll"];
this.columnint_rate = base.Columns["int_rate"];
this.columnpeople_name = base.Columns["people_name"];
this.columnpeople_position = base.Columns["people_position"];
this.columndetail3 = base.Columns["detail3"];
this.columndetail4 = base.Columns["detail4"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnoffice_coll = new global::System.Data.DataColumn("office_coll", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnoffice_coll);
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.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.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);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public lncollconstantRow NewlncollconstantRow() {
return ((lncollconstantRow)(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 lncollconstantRow(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(lncollconstantRow);
}
[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.lncollconstantRowChanged != null)) {
this.lncollconstantRowChanged(this, new lncollconstantRowChangeEvent(((lncollconstantRow)(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.lncollconstantRowChanging != null)) {
this.lncollconstantRowChanging(this, new lncollconstantRowChangeEvent(((lncollconstantRow)(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.lncollconstantRowDeleted != null)) {
this.lncollconstantRowDeleted(this, new lncollconstantRowChangeEvent(((lncollconstantRow)(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.lncollconstantRowDeleting != null)) {
this.lncollconstantRowDeleting(this, new lncollconstantRowChangeEvent(((lncollconstantRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemovelncollconstantRow(lncollconstantRow 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 = "lncollconstantDataTable";
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 LNCOLLMASTPROPRow : global::System.Data.DataRow {
private LNCOLLMASTPROPDataTable tableLNCOLLMASTPROP;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTPROPRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCOLLMASTPROP = ((LNCOLLMASTPROPDataTable)(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.tableLNCOLLMASTPROP.COOP_IDColumn]));
}
set {
this[this.tableLNCOLLMASTPROP.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.tableLNCOLLMASTPROP.COLLMAST_NOColumn]));
}
set {
this[this.tableLNCOLLMASTPROP.COLLMAST_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQ_NO {
get {
return ((decimal)(this[this.tableLNCOLLMASTPROP.SEQ_NOColumn]));
}
set {
this[this.tableLNCOLLMASTPROP.SEQ_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROP_DESC {
get {
try {
return ((string)(this[this.tableLNCOLLMASTPROP.PROP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROP_DESC\' in table \'LNCOLLMASTPROP\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTPROP.PROP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROP_DESCNull() {
return this.IsNull(this.tableLNCOLLMASTPROP.PROP_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROP_DESCNull() {
this[this.tableLNCOLLMASTPROP.PROP_DESCColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_LANDRow : global::System.Data.DataRow {
private DT_LANDDataTable tableDT_LAND;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_LANDRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_LAND = ((DT_LANDDataTable)(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.tableDT_LAND.COOP_IDColumn]));
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_LAND.COLLMAST_NOColumn] = 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.tableDT_LAND.LAND_RAVANGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_RAVANG\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.LAND_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_DOCNO\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.LAND_LANDNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_LANDNO\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.LAND_SURVEYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_SURVEY\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.LAND_BOOKNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_BOOKNO\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.LAND_PAGENOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_PAGENO\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.POS_TAMBOLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_TAMBOL\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.POS_AMPHURColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_AMPHUR\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.POS_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_PROVINCE\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.POS_PROVINCEColumn] = 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.tableDT_LAND.PHOTOAIR_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_PROVINCE\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.PHOTOAIR_NUMBERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_NUMBER\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.PHOTOAIR_PAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_PAGE\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.PRICEPER_UNITColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRICEPER_UNIT\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.PRICEPER_UNITColumn] = 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.tableDT_LAND.COLLMASTTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_CODE\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.COLLMASTTYPE_CODEColumn] = 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.tableDT_LAND.SIZE_RAIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIZE_RAI\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.SIZE_NGANColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIZE_NGAN\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.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.tableDT_LAND.SIZE_WAColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIZE_WA\' in table \'DT_LAND\' is DBNull.", e);
}
}
set {
this[this.tableDT_LAND.SIZE_WAColumn] = value;
}
}
[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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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 IsPHOTOAIR_PROVINCENull() {
return this.IsNull(this.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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 IsCOLLMASTTYPE_CODENull() {
return this.IsNull(this.tableDT_LAND.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.tableDT_LAND.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 IsSIZE_RAINull() {
return this.IsNull(this.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.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.tableDT_LAND.SIZE_WAColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow[] GetLNCOLLMASTBUILDINGRows() {
if ((this.Table.ChildRelations["SYS_C004017482"] == null)) {
return new LNCOLLMASTBUILDINGRow[0];
}
else {
return ((LNCOLLMASTBUILDINGRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C004017482"])));
}
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_RATERow : global::System.Data.DataRow {
private DT_RATEDataTable tableDT_RATE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_RATERow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_RATE = ((DT_RATEDataTable)(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.tableDT_RATE.COOP_IDColumn]));
}
set {
this[this.tableDT_RATE.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.tableDT_RATE.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_RATE.COLLMAST_NOColumn] = 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.tableDT_RATE.DOL_PRINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOL_PRINCE\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.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.tableDT_RATE.EST_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EST_PERCENT\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.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.tableDT_RATE.EST_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EST_PRICE\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.EST_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.tableDT_RATE.MORTGAGE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PRICE\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.MORTGAGE_PRICEColumn] = 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.tableDT_RATE.LANDESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LANDESTIMATE_AMT\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.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.tableDT_RATE.HOUSEESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE_AMT\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.HOUSEESTIMATE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string txt1 {
get {
try {
return ((string)(this[this.tableDT_RATE.txt1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'txt1\' in table \'DT_RATE\' is DBNull.", e);
}
}
set {
this[this.tableDT_RATE.txt1Column] = value;
}
}
[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.tableDT_RATE.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.tableDT_RATE.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.tableDT_RATE.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.tableDT_RATE.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.tableDT_RATE.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.tableDT_RATE.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 IsMORTGAGE_PRICENull() {
return this.IsNull(this.tableDT_RATE.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.tableDT_RATE.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 IsLANDESTIMATE_AMTNull() {
return this.IsNull(this.tableDT_RATE.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.tableDT_RATE.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.tableDT_RATE.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.tableDT_RATE.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 Istxt1Null() {
return this.IsNull(this.tableDT_RATE.txt1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Settxt1Null() {
this[this.tableDT_RATE.txt1Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_BDINGRow : global::System.Data.DataRow {
private DT_BDINGDataTable tableDT_BDING;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_BDINGRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_BDING = ((DT_BDINGDataTable)(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.tableDT_BDING.COOP_IDColumn]));
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_BDING.COLLMAST_NOColumn] = 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.tableDT_BDING.BD_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_VILLAGE\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_ADDRNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ADDRNO\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_ADDRMOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ADDRMOO\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_SOI\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ROAD\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_TAMBOLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_TAMBOL\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_AMPHURColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_AMPHUR\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_PROVINCE\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_TYPE\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_DEPRECIATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_DEPRECIATION\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_ONLANDNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ONLANDNO\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.BD_ONLANDNOColumn] = 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.tableDT_BDING.BD_SUMPRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_SUMPRICE\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.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.tableDT_BDING.BD_AGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_AGE\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.BD_AGEColumn] = 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.tableDT_BDING.COLLMASTTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_CODE\' in table \'DT_BDING\' is DBNull.", e);
}
}
set {
this[this.tableDT_BDING.COLLMASTTYPE_CODEColumn] = value;
}
}
[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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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 IsBD_SUMPRICENull() {
return this.IsNull(this.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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.tableDT_BDING.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 IsCOLLMASTTYPE_CODENull() {
return this.IsNull(this.tableDT_BDING.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.tableDT_BDING.COLLMASTTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow[] GetLNCOLLMASTBUILDINGRows() {
if ((this.Table.ChildRelations["SYS_C00401748"] == null)) {
return new LNCOLLMASTBUILDINGRow[0];
}
else {
return ((LNCOLLMASTBUILDINGRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C00401748"])));
}
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_MAINRow : global::System.Data.DataRow {
private DT_MAINDataTable tableDT_MAIN;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_MAINRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_MAIN = ((DT_MAINDataTable)(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.tableDT_MAIN.COOP_IDColumn]));
}
set {
this[this.tableDT_MAIN.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.tableDT_MAIN.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_MAIN.COLLMAST_NOColumn] = 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.tableDT_MAIN.COLLMAST_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DESC\' in table \'DT_MAIN\' is DBNull.", e);
}
}
set {
this[this.tableDT_MAIN.COLLMAST_DESCColumn] = 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.tableDT_MAIN.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DT_MAIN\' is DBNull.", e);
}
}
set {
this[this.tableDT_MAIN.MEMBER_NOColumn] = 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.tableDT_MAIN.COLLMASTTYPE_GRPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_GRP\' in table \'DT_MAIN\' is DBNull.", e);
}
}
set {
this[this.tableDT_MAIN.COLLMASTTYPE_GRPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_name {
get {
try {
return ((string)(this[this.tableDT_MAIN.cp_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'DT_MAIN\' is DBNull.", e);
}
}
set {
this[this.tableDT_MAIN.cp_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sharestk_value {
get {
try {
return ((decimal)(this[this.tableDT_MAIN.sharestk_valueColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'sharestk_value\' in table \'DT_MAIN\' is DBNull.", e);
}
}
set {
this[this.tableDT_MAIN.sharestk_valueColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_memgroup {
get {
try {
return ((string)(this[this.tableDT_MAIN.cp_memgroupColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_memgroup\' in table \'DT_MAIN\' is DBNull.", e);
}
}
set {
this[this.tableDT_MAIN.cp_memgroupColumn] = value;
}
}
[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.tableDT_MAIN.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.tableDT_MAIN.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 IsMEMBER_NONull() {
return this.IsNull(this.tableDT_MAIN.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.tableDT_MAIN.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 IsCOLLMASTTYPE_GRPNull() {
return this.IsNull(this.tableDT_MAIN.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.tableDT_MAIN.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 Iscp_nameNull() {
return this.IsNull(this.tableDT_MAIN.cp_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_nameNull() {
this[this.tableDT_MAIN.cp_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Issharestk_valueNull() {
return this.IsNull(this.tableDT_MAIN.sharestk_valueColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setsharestk_valueNull() {
this[this.tableDT_MAIN.sharestk_valueColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_memgroupNull() {
return this.IsNull(this.tableDT_MAIN.cp_memgroupColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_memgroupNull() {
this[this.tableDT_MAIN.cp_memgroupColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow[] GetLNCOLLMASTBUILDINGRows() {
if ((this.Table.ChildRelations["SYS_C00184070"] == null)) {
return new LNCOLLMASTBUILDINGRow[0];
}
else {
return ((LNCOLLMASTBUILDINGRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C00184070"])));
}
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCOLLMASTBUILDINGRow : global::System.Data.DataRow {
private LNCOLLMASTBUILDINGDataTable tableLNCOLLMASTBUILDING;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTBUILDINGRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCOLLMASTBUILDING = ((LNCOLLMASTBUILDINGDataTable)(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.tableLNCOLLMASTBUILDING.COOP_IDColumn]));
}
set {
this[this.tableLNCOLLMASTBUILDING.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.tableLNCOLLMASTBUILDING.COLLMAST_NOColumn]));
}
set {
this[this.tableLNCOLLMASTBUILDING.COLLMAST_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FLOOR_NO {
get {
return ((decimal)(this[this.tableLNCOLLMASTBUILDING.FLOOR_NOColumn]));
}
set {
this[this.tableLNCOLLMASTBUILDING.FLOOR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FLOOR_SQUARE {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTBUILDING.FLOOR_SQUAREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FLOOR_SQUARE\' in table \'LNCOLLMASTBUILDING\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTBUILDING.FLOOR_SQUAREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FLOOR_PRICESQUARE {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTBUILDING.FLOOR_PRICESQUAREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FLOOR_PRICESQUARE\' in table \'LNCOLLMASTBUILDING\' is DBNull." +
"", e);
}
}
set {
this[this.tableLNCOLLMASTBUILDING.FLOOR_PRICESQUAREColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FLOOR_SUMPRICE {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTBUILDING.FLOOR_SUMPRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FLOOR_SUMPRICE\' in table \'LNCOLLMASTBUILDING\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTBUILDING.FLOOR_SUMPRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_BDINGRow DT_BDINGRowParent {
get {
return ((DT_BDINGRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C00401748"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["SYS_C00401748"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LANDRow DT_LANDRowParent {
get {
return ((DT_LANDRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C004017482"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["SYS_C004017482"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_CONDORow DT_CONDORowParent {
get {
return ((DT_CONDORow)(this.GetParentRow(this.Table.ParentRelations["SYS_C004017483"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["SYS_C004017483"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_MAINRow DT_MAINRowParent {
get {
return ((DT_MAINRow)(this.GetParentRow(this.Table.ParentRelations["SYS_C00184070"])));
}
set {
this.SetParentRow(value, this.Table.ParentRelations["SYS_C00184070"]);
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFLOOR_SQUARENull() {
return this.IsNull(this.tableLNCOLLMASTBUILDING.FLOOR_SQUAREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFLOOR_SQUARENull() {
this[this.tableLNCOLLMASTBUILDING.FLOOR_SQUAREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFLOOR_PRICESQUARENull() {
return this.IsNull(this.tableLNCOLLMASTBUILDING.FLOOR_PRICESQUAREColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFLOOR_PRICESQUARENull() {
this[this.tableLNCOLLMASTBUILDING.FLOOR_PRICESQUAREColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFLOOR_SUMPRICENull() {
return this.IsNull(this.tableLNCOLLMASTBUILDING.FLOOR_SUMPRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFLOOR_SUMPRICENull() {
this[this.tableLNCOLLMASTBUILDING.FLOOR_SUMPRICEColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_LANDUSERow : global::System.Data.DataRow {
private DT_LANDUSEDataTable tableDT_LANDUSE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_LANDUSERow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_LANDUSE = ((DT_LANDUSEDataTable)(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.tableDT_LANDUSE.COOP_IDColumn]));
}
set {
this[this.tableDT_LANDUSE.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.tableDT_LANDUSE.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_LANDUSE.COLLMAST_NOColumn] = 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.tableDT_LANDUSE.DESC_POSITIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_POSITION\' in table \'DT_LANDUSE\' is DBNull.", e);
}
}
set {
this[this.tableDT_LANDUSE.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.tableDT_LANDUSE.DESC_UTILITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_UTILITY\' in table \'DT_LANDUSE\' is DBNull.", e);
}
}
set {
this[this.tableDT_LANDUSE.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.tableDT_LANDUSE.DESC_TRAVELColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_TRAVEL\' in table \'DT_LANDUSE\' is DBNull.", e);
}
}
set {
this[this.tableDT_LANDUSE.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.tableDT_LANDUSE.DESC_ETCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_ETC\' in table \'DT_LANDUSE\' is DBNull.", e);
}
}
set {
this[this.tableDT_LANDUSE.DESC_ETCColumn] = value;
}
}
[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.tableDT_LANDUSE.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.tableDT_LANDUSE.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.tableDT_LANDUSE.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.tableDT_LANDUSE.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.tableDT_LANDUSE.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.tableDT_LANDUSE.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.tableDT_LANDUSE.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.tableDT_LANDUSE.DESC_ETCColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_CONDORow : global::System.Data.DataRow {
private DT_CONDODataTable tableDT_CONDO;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_CONDORow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_CONDO = ((DT_CONDODataTable)(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.tableDT_CONDO.COOP_IDColumn]));
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_CONDO.COLLMAST_NOColumn] = 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.tableDT_CONDO.CONDO_REGISTNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_REGISTNO\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.CONDO_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_NAME\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.CONDO_TOWERNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_TOWERNO\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.CONDO_FLOORColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_FLOOR\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.CONDO_ROOMNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_ROOMNO\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.CONDO_ROOMNOColumn] = 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.tableDT_CONDO.CONDO_PRICESQUAREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_PRICESQUARE\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.CONDO_PRICESQUAREColumn] = 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.tableDT_CONDO.POS_TAMBOLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_TAMBOL\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.POS_AMPHURColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_AMPHUR\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.POS_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_PROVINCE\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.POS_PROVINCEColumn] = 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.tableDT_CONDO.CONDO_DEPRECIATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_DEPRECIATION\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.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.tableDT_CONDO.CONDO_AGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_AGE\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.CONDO_AGEColumn] = 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.tableDT_CONDO.CONDO_ROOMSIZEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_ROOMSIZE\' in table \'DT_CONDO\' is DBNull.", e);
}
}
set {
this[this.tableDT_CONDO.CONDO_ROOMSIZEColumn] = value;
}
}
[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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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_PRICESQUARENull() {
return this.IsNull(this.tableDT_CONDO.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.tableDT_CONDO.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 IsPOS_TAMBOLNull() {
return this.IsNull(this.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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 IsCONDO_DEPRECIATIONNull() {
return this.IsNull(this.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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.tableDT_CONDO.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 IsCONDO_ROOMSIZENull() {
return this.IsNull(this.tableDT_CONDO.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.tableDT_CONDO.CONDO_ROOMSIZEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTBUILDINGRow[] GetLNCOLLMASTBUILDINGRows() {
if ((this.Table.ChildRelations["SYS_C004017483"] == null)) {
return new LNCOLLMASTBUILDINGRow[0];
}
else {
return ((LNCOLLMASTBUILDINGRow[])(base.GetChildRows(this.Table.ChildRelations["SYS_C004017483"])));
}
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_DETAILRow : global::System.Data.DataRow {
private DT_DETAILDataTable tableDT_DETAIL;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_DETAILRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_DETAIL = ((DT_DETAILDataTable)(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.tableDT_DETAIL.COOP_IDColumn]));
}
set {
this[this.tableDT_DETAIL.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MRTGMAST_NO {
get {
return ((string)(this[this.tableDT_DETAIL.MRTGMAST_NOColumn]));
}
set {
this[this.tableDT_DETAIL.MRTGMAST_NOColumn] = 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.tableDT_DETAIL.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLMATE_FLAG {
get {
try {
return ((decimal)(this[this.tableDT_DETAIL.COLLMATE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMATE_FLAG\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.COLLMATE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMATE_MEMNO {
get {
try {
return ((string)(this[this.tableDT_DETAIL.COLLMATE_MEMNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMATE_MEMNO\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.COLLMATE_MEMNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ASSETTYPE_CODE {
get {
try {
return ((string)(this[this.tableDT_DETAIL.ASSETTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ASSETTYPE_CODE\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.ASSETTYPE_CODEColumn] = 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.tableDT_DETAIL.MORTGAGE_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_TYPE\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.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.tableDT_DETAIL.MORTGAGE_LANDNUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_LANDNUM\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGE_LANDNUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MORTGAGE_PARTNAME {
get {
try {
return ((string)(this[this.tableDT_DETAIL.MORTGAGE_PARTNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PARTNAME\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGE_PARTNAMEColumn] = 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.tableDT_DETAIL.MORTGAGE_PARTAMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PARTAMT\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.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.tableDT_DETAIL.MORTGAGE_PARTALLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PARTALL\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGE_PARTALLColumn] = 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.tableDT_DETAIL.MORTGAGE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_DATE\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MORTGAGE_GRTNAME {
get {
try {
return ((string)(this[this.tableDT_DETAIL.MORTGAGE_GRTNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_GRTNAME\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGE_GRTNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INTEREST_RATE {
get {
try {
return ((decimal)(this[this.tableDT_DETAIL.INTEREST_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST_RATE\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.INTEREST_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MORTGAGEFIRST_AMT {
get {
try {
return ((decimal)(this[this.tableDT_DETAIL.MORTGAGEFIRST_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGEFIRST_AMT\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGEFIRST_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MORTGAGESUM_AMT {
get {
try {
return ((decimal)(this[this.tableDT_DETAIL.MORTGAGESUM_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGESUM_AMT\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MORTGAGESUM_AMTColumn] = 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.tableDT_DETAIL.LAND_OFFICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_OFFICE\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.LAND_OFFICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MRTGMAST_STATUS {
get {
try {
return ((decimal)(this[this.tableDT_DETAIL.MRTGMAST_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTGMAST_STATUS\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.MRTGMAST_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableDT_DETAIL.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_matename {
get {
try {
return ((string)(this[this.tableDT_DETAIL.cp_matenameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_matename\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.cp_matenameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string INTEREST {
get {
try {
return ((string)(this[this.tableDT_DETAIL.INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INTEREST\' in table \'DT_DETAIL\' is DBNull.", e);
}
}
set {
this[this.tableDT_DETAIL.INTERESTColumn] = 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.tableDT_DETAIL.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.tableDT_DETAIL.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 IsCOLLMATE_FLAGNull() {
return this.IsNull(this.tableDT_DETAIL.COLLMATE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMATE_FLAGNull() {
this[this.tableDT_DETAIL.COLLMATE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMATE_MEMNONull() {
return this.IsNull(this.tableDT_DETAIL.COLLMATE_MEMNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMATE_MEMNONull() {
this[this.tableDT_DETAIL.COLLMATE_MEMNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsASSETTYPE_CODENull() {
return this.IsNull(this.tableDT_DETAIL.ASSETTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetASSETTYPE_CODENull() {
this[this.tableDT_DETAIL.ASSETTYPE_CODEColumn] = 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.tableDT_DETAIL.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.tableDT_DETAIL.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.tableDT_DETAIL.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.tableDT_DETAIL.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 IsMORTGAGE_PARTNAMENull() {
return this.IsNull(this.tableDT_DETAIL.MORTGAGE_PARTNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_PARTNAMENull() {
this[this.tableDT_DETAIL.MORTGAGE_PARTNAMEColumn] = 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.tableDT_DETAIL.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.tableDT_DETAIL.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.tableDT_DETAIL.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.tableDT_DETAIL.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 IsMORTGAGE_DATENull() {
return this.IsNull(this.tableDT_DETAIL.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.tableDT_DETAIL.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 IsMORTGAGE_GRTNAMENull() {
return this.IsNull(this.tableDT_DETAIL.MORTGAGE_GRTNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_GRTNAMENull() {
this[this.tableDT_DETAIL.MORTGAGE_GRTNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTEREST_RATENull() {
return this.IsNull(this.tableDT_DETAIL.INTEREST_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTEREST_RATENull() {
this[this.tableDT_DETAIL.INTEREST_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGEFIRST_AMTNull() {
return this.IsNull(this.tableDT_DETAIL.MORTGAGEFIRST_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGEFIRST_AMTNull() {
this[this.tableDT_DETAIL.MORTGAGEFIRST_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGESUM_AMTNull() {
return this.IsNull(this.tableDT_DETAIL.MORTGAGESUM_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGESUM_AMTNull() {
this[this.tableDT_DETAIL.MORTGAGESUM_AMTColumn] = 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.tableDT_DETAIL.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.tableDT_DETAIL.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 IsMRTGMAST_STATUSNull() {
return this.IsNull(this.tableDT_DETAIL.MRTGMAST_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMRTGMAST_STATUSNull() {
this[this.tableDT_DETAIL.MRTGMAST_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableDT_DETAIL.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tableDT_DETAIL.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_matenameNull() {
return this.IsNull(this.tableDT_DETAIL.cp_matenameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_matenameNull() {
this[this.tableDT_DETAIL.cp_matenameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINTERESTNull() {
return this.IsNull(this.tableDT_DETAIL.INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINTERESTNull() {
this[this.tableDT_DETAIL.INTERESTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DT_MRTGERRow : global::System.Data.DataRow {
private DT_MRTGERDataTable tableDT_MRTGER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_MRTGERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_MRTGER = ((DT_MRTGERDataTable)(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.tableDT_MRTGER.COOP_IDColumn]));
}
set {
this[this.tableDT_MRTGER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MRTGMAST_NO {
get {
return ((string)(this[this.tableDT_MRTGER.MRTGMAST_NOColumn]));
}
set {
this[this.tableDT_MRTGER.MRTGMAST_NOColumn] = 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.tableDT_MRTGER.MRTG_NAME1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NAME1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_NAME1Column] = 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.tableDT_MRTGER.MRTG_NAME2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NAME2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_NAME2Column] = 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.tableDT_MRTGER.MRTG_PERSONID1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PERSONID1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_PERSONID1Column] = 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.tableDT_MRTGER.MRTG_PERSONID2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PERSONID2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_PERSONID2Column] = 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.tableDT_MRTGER.MRTG_AGE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AGE1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_AGE1Column] = 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.tableDT_MRTGER.MRTG_AGE2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AGE2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_AGE2Column] = 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.tableDT_MRTGER.MRTG_NATIONALITY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NATIONALITY1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_NATIONALITY1Column] = 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.tableDT_MRTGER.MRTG_NATIONALITY2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_NATIONALITY2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_NATIONALITY2Column] = 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.tableDT_MRTGER.MRTG_CITIZENSHIP1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_CITIZENSHIP1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_CITIZENSHIP1Column] = 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.tableDT_MRTGER.MRTG_CITIZENSHIP2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_CITIZENSHIP2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_CITIZENSHIP2Column] = 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.tableDT_MRTGER.MRTG_PARENTNAME1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PARENTNAME1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_PARENTNAME1Column] = 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.tableDT_MRTGER.MRTG_PARENTNAME2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PARENTNAME2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_PARENTNAME2Column] = 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.tableDT_MRTGER.MRTG_MATENAME1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MATENAME1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_MATENAME1Column] = 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.tableDT_MRTGER.MRTG_MATENAME2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MATENAME2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_MATENAME2Column] = 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.tableDT_MRTGER.MRTG_VILLAGE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_VILLAGE1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_VILLAGE1Column] = 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.tableDT_MRTGER.MRTG_VILLAGE2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_VILLAGE2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_VILLAGE2Column] = 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.tableDT_MRTGER.MRTG_ADDRESS1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ADDRESS1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_ADDRESS1Column] = 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.tableDT_MRTGER.MRTG_ADDRESS2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ADDRESS2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_ADDRESS2Column] = 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.tableDT_MRTGER.MRTG_MOO1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MOO1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_MOO1Column] = 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.tableDT_MRTGER.MRTG_MOO2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_MOO2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_MOO2Column] = 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.tableDT_MRTGER.MRTG_SOI1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_SOI1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_SOI1Column] = 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.tableDT_MRTGER.MRTG_SOI2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_SOI2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_SOI2Column] = 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.tableDT_MRTGER.MRTG_ROAD1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ROAD1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_ROAD1Column] = 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.tableDT_MRTGER.MRTG_ROAD2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_ROAD2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_ROAD2Column] = 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.tableDT_MRTGER.MRTG_TAMBOL1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_TAMBOL1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_TAMBOL1Column] = 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.tableDT_MRTGER.MRTG_TAMBOL2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_TAMBOL2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_TAMBOL2Column] = 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.tableDT_MRTGER.MRTG_AMPHUR1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AMPHUR1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_AMPHUR1Column] = 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.tableDT_MRTGER.MRTG_AMPHUR2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_AMPHUR2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_AMPHUR2Column] = 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.tableDT_MRTGER.MRTG_PROVINCE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PROVINCE1\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_PROVINCE1Column] = 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.tableDT_MRTGER.MRTG_PROVINCE2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PROVINCE2\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MRTG_PROVINCE2Column] = 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.tableDT_MRTGER.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DT_MRTGER\' is DBNull.", e);
}
}
set {
this[this.tableDT_MRTGER.MEMBER_NOColumn] = value;
}
}
[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.tableDT_MRTGER.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.tableDT_MRTGER.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_NAME2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_PERSONID1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_PERSONID2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_AGE1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_AGE2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_NATIONALITY1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_NATIONALITY2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_CITIZENSHIP1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_CITIZENSHIP2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_PARENTNAME1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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 IsMRTG_PARENTNAME2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_MATENAME1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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 IsMRTG_MATENAME2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_VILLAGE1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_VILLAGE2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_ADDRESS1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_ADDRESS2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_MOO1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_MOO2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_SOI1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_SOI2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_ROAD1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_ROAD2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_TAMBOL1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_TAMBOL2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_AMPHUR1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_AMPHUR2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_PROVINCE1Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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_PROVINCE2Null() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.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 IsMEMBER_NONull() {
return this.IsNull(this.tableDT_MRTGER.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.tableDT_MRTGER.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
}
///
///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 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 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 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 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 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_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 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 string MRTG_PHONE2 {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.MRTG_PHONE2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PHONE2\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.MRTG_PHONE2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MRTG_PHONE1 {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.MRTG_PHONE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MRTG_PHONE1\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.MRTG_PHONE1Column] = 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 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 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 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 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 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_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 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 IsMRTG_PHONE2Null() {
return this.IsNull(this.tableLNCOLLMASTER.MRTG_PHONE2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMRTG_PHONE2Null() {
this[this.tableLNCOLLMASTER.MRTG_PHONE2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMRTG_PHONE1Null() {
return this.IsNull(this.tableLNCOLLMASTER.MRTG_PHONE1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMRTG_PHONE1Null() {
this[this.tableLNCOLLMASTER.MRTG_PHONE1Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCOLLCONSTANTRow : global::System.Data.DataRow {
private LNCOLLCONSTANTDataTable tableLNCOLLCONSTANT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLCONSTANTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCOLLCONSTANT = ((LNCOLLCONSTANTDataTable)(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.tableLNCOLLCONSTANT.COOP_IDColumn]));
}
set {
this[this.tableLNCOLLCONSTANT.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string OFFICE_COLL {
get {
try {
return ((string)(this[this.tableLNCOLLCONSTANT.OFFICE_COLLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OFFICE_COLL\' in table \'LNCOLLCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLCONSTANT.OFFICE_COLLColumn] = 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.tableLNCOLLCONSTANT.INT_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INT_RATE\' in table \'LNCOLLCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLCONSTANT.INT_RATEColumn] = 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.tableLNCOLLCONSTANT.PEOPLE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PEOPLE_NAME\' in table \'LNCOLLCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.PEOPLE_POSITIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PEOPLE_POSITION\' in table \'LNCOLLCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLCONSTANT.PEOPLE_POSITIONColumn] = 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.tableLNCOLLCONSTANT.DETAIL3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DETAIL3\' in table \'LNCOLLCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.DETAIL4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DETAIL4\' in table \'LNCOLLCONSTANT\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLCONSTANT.DETAIL4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsOFFICE_COLLNull() {
return this.IsNull(this.tableLNCOLLCONSTANT.OFFICE_COLLColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetOFFICE_COLLNull() {
this[this.tableLNCOLLCONSTANT.OFFICE_COLLColumn] = 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.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.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 IsPEOPLE_NAMENull() {
return this.IsNull(this.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.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 IsDETAIL3Null() {
return this.IsNull(this.tableLNCOLLCONSTANT.DETAIL3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDETAIL3Null() {
this[this.tableLNCOLLCONSTANT.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.tableLNCOLLCONSTANT.DETAIL4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDETAIL4Null() {
this[this.tableLNCOLLCONSTANT.DETAIL4Column] = 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));
}
}
///
///Represents strongly named DataRow class.
///
public partial class lncollconstantRow : global::System.Data.DataRow {
private lncollconstantDataTable tablelncollconstant;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal lncollconstantRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tablelncollconstant = ((lncollconstantDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string office_coll {
get {
try {
return ((string)(this[this.tablelncollconstant.office_collColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'office_coll\' in table \'lncollconstant\' is DBNull.", e);
}
}
set {
this[this.tablelncollconstant.office_collColumn] = 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.tablelncollconstant.int_rateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'int_rate\' in table \'lncollconstant\' is DBNull.", e);
}
}
set {
this[this.tablelncollconstant.int_rateColumn] = 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.tablelncollconstant.people_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'people_name\' in table \'lncollconstant\' is DBNull.", e);
}
}
set {
this[this.tablelncollconstant.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.tablelncollconstant.people_positionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'people_position\' in table \'lncollconstant\' is DBNull.", e);
}
}
set {
this[this.tablelncollconstant.people_positionColumn] = 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.tablelncollconstant.detail3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'detail3\' in table \'lncollconstant\' is DBNull.", e);
}
}
set {
this[this.tablelncollconstant.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.tablelncollconstant.detail4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'detail4\' in table \'lncollconstant\' is DBNull.", e);
}
}
set {
this[this.tablelncollconstant.detail4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isoffice_collNull() {
return this.IsNull(this.tablelncollconstant.office_collColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setoffice_collNull() {
this[this.tablelncollconstant.office_collColumn] = 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.tablelncollconstant.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.tablelncollconstant.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 Ispeople_nameNull() {
return this.IsNull(this.tablelncollconstant.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.tablelncollconstant.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.tablelncollconstant.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.tablelncollconstant.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 Isdetail3Null() {
return this.IsNull(this.tablelncollconstant.detail3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdetail3Null() {
this[this.tablelncollconstant.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.tablelncollconstant.detail4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setdetail4Null() {
this[this.tablelncollconstant.detail4Column] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNCOLLMASTPROPRowChangeEvent : global::System.EventArgs {
private LNCOLLMASTPROPRow 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 LNCOLLMASTPROPRowChangeEvent(LNCOLLMASTPROPRow 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 LNCOLLMASTPROPRow 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 DT_LANDRowChangeEvent : global::System.EventArgs {
private DT_LANDRow 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 DT_LANDRowChangeEvent(DT_LANDRow 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 DT_LANDRow 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 DT_RATERowChangeEvent : global::System.EventArgs {
private DT_RATERow 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 DT_RATERowChangeEvent(DT_RATERow 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 DT_RATERow 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 DT_BDINGRowChangeEvent : global::System.EventArgs {
private DT_BDINGRow 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 DT_BDINGRowChangeEvent(DT_BDINGRow 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 DT_BDINGRow 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 DT_MAINRowChangeEvent : global::System.EventArgs {
private DT_MAINRow 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 DT_MAINRowChangeEvent(DT_MAINRow 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 DT_MAINRow 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 LNCOLLMASTBUILDINGRowChangeEvent : global::System.EventArgs {
private LNCOLLMASTBUILDINGRow 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 LNCOLLMASTBUILDINGRowChangeEvent(LNCOLLMASTBUILDINGRow 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 LNCOLLMASTBUILDINGRow 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 DT_LANDUSERowChangeEvent : global::System.EventArgs {
private DT_LANDUSERow 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 DT_LANDUSERowChangeEvent(DT_LANDUSERow 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 DT_LANDUSERow 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 DT_CONDORowChangeEvent : global::System.EventArgs {
private DT_CONDORow 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 DT_CONDORowChangeEvent(DT_CONDORow 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 DT_CONDORow 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 DT_DETAILRowChangeEvent : global::System.EventArgs {
private DT_DETAILRow 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 DT_DETAILRowChangeEvent(DT_DETAILRow 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 DT_DETAILRow 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 DT_MRTGERRowChangeEvent : global::System.EventArgs {
private DT_MRTGERRow 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 DT_MRTGERRowChangeEvent(DT_MRTGERRow 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 DT_MRTGERRow 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 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 LNCOLLCONSTANTRowChangeEvent : global::System.EventArgs {
private LNCOLLCONSTANTRow 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 LNCOLLCONSTANTRowChangeEvent(LNCOLLCONSTANTRow 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 LNCOLLCONSTANTRow 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;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class lncollconstantRowChangeEvent : global::System.EventArgs {
private lncollconstantRow 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 lncollconstantRowChangeEvent(lncollconstantRow 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 lncollconstantRow 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_collateral_master_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 LNCOLLMASTPROPTableAdapter : 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 LNCOLLMASTPROPTableAdapter() {
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 = "LNCOLLMASTPROP";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
tableMapping.ColumnMappings.Add("SEQ_NO", "SEQ_NO");
tableMapping.ColumnMappings.Add("PROP_DESC", "PROP_DESC");
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 \"LNCOLLMASTPROP\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"COLLMAS" +
"T_NO\" = :Original_COLLMAST_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_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_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"LNCOLLMASTPROP\" (\"COOP_ID\", \"COLLMAST_NO\", \"SEQ_NO\", \"PROP_DESC\") VA" +
"LUES (:COOP_ID, :COLLMAST_NO, :SEQ_NO, :PROP_DESC)";
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("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROP_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PROP_DESC", 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 \"LNCOLLMASTPROP\" SET \"COOP_ID\" = :COOP_ID, \"COLLMAST_NO\" = :COLLMAST_NO, \"" +
"SEQ_NO\" = :SEQ_NO, \"PROP_DESC\" = :PROP_DESC WHERE ((\"COOP_ID\" = :Original_COOP_I" +
"D) AND (\"COLLMAST_NO\" = :Original_COLLMAST_NO) AND (\"SEQ_NO\" = :Original_SEQ_NO)" +
")";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROP_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "PROP_DESC", 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));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_SEQ_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQ_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from LNCOLLMASTPROP";
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.LNCOLLMASTPROPDataTable 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.LNCOLLMASTPROPDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCOLLMASTPROPDataTable dataTable = new DataSet1.LNCOLLMASTPROPDataTable();
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.LNCOLLMASTPROPDataTable 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, "LNCOLLMASTPROP");
}
[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, decimal Original_SEQ_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_COLLMAST_NO));
}
this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(string COOP_ID, string COLLMAST_NO, decimal SEQ_NO, string PROP_DESC) {
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));
}
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((PROP_DESC == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(PROP_DESC));
}
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, decimal SEQ_NO, string PROP_DESC, string Original_COOP_ID, string Original_COLLMAST_NO, decimal Original_SEQ_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(COLLMAST_NO));
}
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(SEQ_NO));
if ((PROP_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(PROP_DESC));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Original_COLLMAST_NO));
}
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(Original_SEQ_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(string PROP_DESC, string Original_COOP_ID, string Original_COLLMAST_NO, decimal Original_SEQ_NO) {
return this.Update(Original_COOP_ID, Original_COLLMAST_NO, Original_SEQ_NO, PROP_DESC, Original_COOP_ID, Original_COLLMAST_NO, Original_SEQ_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 DT_LANDTableAdapter : 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 DT_LANDTableAdapter() {
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 = "DT_LAND";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
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("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("COLLMASTTYPE_CODE", "COLLMASTTYPE_CODE");
tableMapping.ColumnMappings.Add("SIZE_RAI", "SIZE_RAI");
tableMapping.ColumnMappings.Add("SIZE_NGAN", "SIZE_NGAN");
tableMapping.ColumnMappings.Add("SIZE_WA", "SIZE_WA");
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"", ""COLLMASTTYPE_CODE"", ""LAND_RAVANG"", ""LAND_DOCNO"", ""LAND_LANDNO"", ""LAND_SURVEY"", ""LAND_BOOKNO"", ""LAND_PAGENO"", ""POS_TAMBOL"", ""POS_AMPHUR"", ""POS_PROVINCE"", ""PHOTOAIR_PROVINCE"", ""PHOTOAIR_NUMBER"", ""PHOTOAIR_PAGE"", ""PRICEPER_UNIT"") VALUES (:COOP_ID, :COLLMAST_NO, :COLLMASTTYPE_CODE, :LAND_RAVANG, :LAND_DOCNO, :LAND_LANDNO, :LAND_SURVEY, :LAND_BOOKNO, :LAND_PAGENO, :POS_TAMBOL, :POS_AMPHUR, :POS_PROVINCE, :PHOTOAIR_PROVINCE, :PHOTOAIR_NUMBER, :PHOTOAIR_PAGE, :PRICEPER_UNIT)";
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("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("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("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.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, ""COLLMASTTYPE_CODE"" = :COLLMASTTYPE_CODE, ""LAND_RAVANG"" = :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, ""PHOTOAIR_PROVINCE"" = :PHOTOAIR_PROVINCE, ""PHOTOAIR_NUMBER"" = :PHOTOAIR_NUMBER, ""PHOTOAIR_PAGE"" = :PHOTOAIR_PAGE, ""PRICEPER_UNIT"" = :PRICEPER_UNIT WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""COLLMAST_NO"" = :Original_COLLMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("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("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("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["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT COOP_ID, COLLMAST_NO, COLLMASTTYPE_CODE, LAND_RAVANG, LAND_DOCNO, LAND_LAN" +
"DNO, LAND_SURVEY, LAND_BOOKNO, LAND_PAGENO, POS_TAMBOL, POS_AMPHUR, POS_PROVINCE" +
", PHOTOAIR_PROVINCE, PHOTOAIR_NUMBER, PHOTOAIR_PAGE, PRICEPER_UNIT FROM LNCOLLMA" +
"STER";
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.DT_LANDDataTable 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.DT_LANDDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_LANDDataTable dataTable = new DataSet1.DT_LANDDataTable();
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.DT_LANDDataTable 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, "DT_LAND");
}
[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);
}
}
///
///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 DT_RATETableAdapter : 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 DT_RATETableAdapter() {
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 = "DT_RATE";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
tableMapping.ColumnMappings.Add("DOL_PRINCE", "DOL_PRINCE");
tableMapping.ColumnMappings.Add("EST_PERCENT", "EST_PERCENT");
tableMapping.ColumnMappings.Add("EST_PRICE", "EST_PRICE");
tableMapping.ColumnMappings.Add("MORTGAGE_PRICE", "MORTGAGE_PRICE");
tableMapping.ColumnMappings.Add("LANDESTIMATE_AMT", "LANDESTIMATE_AMT");
tableMapping.ColumnMappings.Add("HOUSEESTIMATE_AMT", "HOUSEESTIMATE_AMT");
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"", ""DOL_PRINCE"", ""EST_PERCENT"", ""EST_PRICE"", ""MORTGAGE_PRICE"", ""LANDESTIMATE_AMT"", ""HOUSEESTIMATE_AMT"") VALUES (:COOP_ID, :COLLMAST_NO, :DOL_PRINCE, :EST_PERCENT, :EST_PRICE, :MORTGAGE_PRICE, :LANDESTIMATE_AMT, :HOUSEESTIMATE_AMT)";
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("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("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("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.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, ""DOL_PRINCE"" = :DOL_PRINCE, ""EST_PERCENT"" = :EST_PERCENT, ""EST_PRICE"" = :EST_PRICE, ""MORTGAGE_PRICE"" = :MORTGAGE_PRICE, ""LANDESTIMATE_AMT"" = :LANDESTIMATE_AMT, ""HOUSEESTIMATE_AMT"" = :HOUSEESTIMATE_AMT WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""COLLMAST_NO"" = :Original_COLLMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("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("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("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["ConnectionString2"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select coop_id,\r\ncollmast_no,\r\ndol_prince,\r\nest_percent,\r\nest_price,\r\nmortgage_pr" +
"ice,landestimate_amt,\r\nhouseestimate_amt\r\nfrom 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.DT_RATEDataTable 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.DT_RATEDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_RATEDataTable dataTable = new DataSet1.DT_RATEDataTable();
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.DT_RATEDataTable 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, "DT_RATE");
}
[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, global::System.Nullable DOL_PRINCE, global::System.Nullable EST_PERCENT, global::System.Nullable EST_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT) {
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 ((DOL_PRINCE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(DOL_PRINCE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
if ((EST_PERCENT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(EST_PERCENT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((EST_PRICE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(EST_PRICE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PRICE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(MORTGAGE_PRICE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((LANDESTIMATE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(LANDESTIMATE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((HOUSEESTIMATE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(HOUSEESTIMATE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(string COOP_ID, string COLLMAST_NO, global::System.Nullable DOL_PRINCE, global::System.Nullable EST_PERCENT, global::System.Nullable EST_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, 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 ((DOL_PRINCE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(DOL_PRINCE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
if ((EST_PERCENT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(EST_PERCENT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((EST_PRICE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(EST_PRICE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PRICE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(MORTGAGE_PRICE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((LANDESTIMATE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(LANDESTIMATE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((HOUSEESTIMATE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(HOUSEESTIMATE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[9].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(global::System.Nullable DOL_PRINCE, global::System.Nullable EST_PERCENT, global::System.Nullable EST_PRICE, global::System.Nullable MORTGAGE_PRICE, global::System.Nullable LANDESTIMATE_AMT, global::System.Nullable HOUSEESTIMATE_AMT, string Original_COOP_ID, string Original_COLLMAST_NO) {
return this.Update(Original_COOP_ID, Original_COLLMAST_NO, DOL_PRINCE, EST_PERCENT, EST_PRICE, MORTGAGE_PRICE, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, 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 DT_BDINGTableAdapter : 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 DT_BDINGTableAdapter() {
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 = "DT_BDING";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
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("BD_SUMPRICE", "BD_SUMPRICE");
tableMapping.ColumnMappings.Add("BD_AGE", "BD_AGE");
tableMapping.ColumnMappings.Add("COLLMASTTYPE_CODE", "COLLMASTTYPE_CODE");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"select coop_id,
collmast_no,
collmasttype_code,
bd_village,
bd_addrno,
bd_addrmoo,
bd_soi,
bd_road,
bd_tambol,
bd_amphur,
bd_province,
bd_type,
bd_depreciation,
bd_onlandno,
bd_sumprice,
bd_age
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.DT_BDINGDataTable 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.DT_BDINGDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_BDINGDataTable dataTable = new DataSet1.DT_BDINGDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class DT_MAINTableAdapter : 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 DT_MAINTableAdapter() {
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 = "DT_MAIN";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
tableMapping.ColumnMappings.Add("COLLMAST_DESC", "COLLMAST_DESC");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
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_DESC\", \"MEMBER_NO" +
"\", \"COLLMASTTYPE_GRP\") VALUES (:COOP_ID, :COLLMAST_NO, :COLLMAST_DESC, :MEMBER_N" +
"O, :COLLMASTTYPE_GRP)";
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_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("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("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 = 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, ""COLLMAST_DESC"" = :COLLMAST_DESC, ""MEMBER_NO"" = :MEMBER_NO, ""COLLMASTTYPE_GRP"" = :COLLMASTTYPE_GRP WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""COLLMAST_NO"" = :Original_COLLMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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_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("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("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("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 COOP_ID, COLLMAST_NO, COLLMAST_DESC, MEMBER_NO, COLLMASTTYPE_GRP FROM LNCO" +
"LLMASTER";
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.DT_MAINDataTable 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.DT_MAINDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_MAINDataTable dataTable = new DataSet1.DT_MAINDataTable();
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.DT_MAINDataTable 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, "DT_MAIN");
}
[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_DESC, string MEMBER_NO, string COLLMASTTYPE_GRP) {
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_DESC == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(COLLMAST_DESC));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((COLLMASTTYPE_GRP == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(COLLMASTTYPE_GRP));
}
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_DESC, string MEMBER_NO, string COLLMASTTYPE_GRP, 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_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(COLLMAST_DESC));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMBER_NO));
}
if ((COLLMASTTYPE_GRP == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(COLLMASTTYPE_GRP));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[6].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_DESC, string MEMBER_NO, string COLLMASTTYPE_GRP, string Original_COOP_ID, string Original_COLLMAST_NO) {
return this.Update(Original_COOP_ID, Original_COLLMAST_NO, COLLMAST_DESC, MEMBER_NO, COLLMASTTYPE_GRP, 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 LNCOLLMASTBUILDINGTableAdapter : 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 LNCOLLMASTBUILDINGTableAdapter() {
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 = "LNCOLLMASTBUILDING";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
tableMapping.ColumnMappings.Add("FLOOR_NO", "FLOOR_NO");
tableMapping.ColumnMappings.Add("FLOOR_SQUARE", "FLOOR_SQUARE");
tableMapping.ColumnMappings.Add("FLOOR_PRICESQUARE", "FLOOR_PRICESQUARE");
tableMapping.ColumnMappings.Add("FLOOR_SUMPRICE", "FLOOR_SUMPRICE");
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 \"LNCOLLMASTBUILDING\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"COL" +
"LMAST_NO\" = :Original_COLLMAST_NO) AND (\"FLOOR_NO\" = :Original_FLOOR_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.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_FLOOR_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_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 \"LNCOLLMASTBUILDING\" (\"COOP_ID\", \"COLLMAST_NO\", \"FLOOR_NO\", \"FLOOR_SQ" +
"UARE\", \"FLOOR_PRICESQUARE\", \"FLOOR_SUMPRICE\") VALUES (:COOP_ID, :COLLMAST_NO, :F" +
"LOOR_NO, :FLOOR_SQUARE, :FLOOR_PRICESQUARE, :FLOOR_SUMPRICE)";
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("FLOOR_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FLOOR_SQUARE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_SQUARE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FLOOR_PRICESQUARE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_PRICESQUARE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FLOOR_SUMPRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_SUMPRICE", 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 ""LNCOLLMASTBUILDING"" SET ""COOP_ID"" = :COOP_ID, ""COLLMAST_NO"" = :COLLMAST_NO, ""FLOOR_NO"" = :FLOOR_NO, ""FLOOR_SQUARE"" = :FLOOR_SQUARE, ""FLOOR_PRICESQUARE"" = :FLOOR_PRICESQUARE, ""FLOOR_SUMPRICE"" = :FLOOR_SUMPRICE WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""COLLMAST_NO"" = :Original_COLLMAST_NO) AND (""FLOOR_NO"" = :Original_FLOOR_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("FLOOR_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FLOOR_SQUARE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_SQUARE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FLOOR_PRICESQUARE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_PRICESQUARE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FLOOR_SUMPRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_SUMPRICE", 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));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_FLOOR_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FLOOR_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select coop_id,\r\ncollmast_no,\r\nfloor_no,\r\nfloor_square,\r\nfloor_pricesquare,\r\nfloo" +
"r_sumprice\r\nfrom lncollmastbuilding";
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.LNCOLLMASTBUILDINGDataTable 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.LNCOLLMASTBUILDINGDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCOLLMASTBUILDINGDataTable dataTable = new DataSet1.LNCOLLMASTBUILDINGDataTable();
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.LNCOLLMASTBUILDINGDataTable 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, "LNCOLLMASTBUILDING");
}
[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, decimal Original_FLOOR_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));
}
this.Adapter.DeleteCommand.Parameters[2].Value = ((decimal)(Original_FLOOR_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, decimal FLOOR_NO, global::System.Nullable FLOOR_SQUARE, global::System.Nullable FLOOR_PRICESQUARE, global::System.Nullable FLOOR_SUMPRICE) {
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));
}
this.Adapter.InsertCommand.Parameters[2].Value = ((decimal)(FLOOR_NO));
if ((FLOOR_SQUARE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(FLOOR_SQUARE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((FLOOR_PRICESQUARE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[4].Value = ((decimal)(FLOOR_PRICESQUARE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((FLOOR_SUMPRICE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(FLOOR_SUMPRICE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(string COOP_ID, string COLLMAST_NO, decimal FLOOR_NO, global::System.Nullable FLOOR_SQUARE, global::System.Nullable FLOOR_PRICESQUARE, global::System.Nullable FLOOR_SUMPRICE, string Original_COOP_ID, string Original_COLLMAST_NO, decimal Original_FLOOR_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));
}
this.Adapter.UpdateCommand.Parameters[2].Value = ((decimal)(FLOOR_NO));
if ((FLOOR_SQUARE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(FLOOR_SQUARE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((FLOOR_PRICESQUARE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[4].Value = ((decimal)(FLOOR_PRICESQUARE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
if ((FLOOR_SUMPRICE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(FLOOR_SUMPRICE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_COLLMAST_NO));
}
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(Original_FLOOR_NO));
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(global::System.Nullable FLOOR_SQUARE, global::System.Nullable FLOOR_PRICESQUARE, global::System.Nullable FLOOR_SUMPRICE, string Original_COOP_ID, string Original_COLLMAST_NO, decimal Original_FLOOR_NO) {
return this.Update(Original_COOP_ID, Original_COLLMAST_NO, Original_FLOOR_NO, FLOOR_SQUARE, FLOOR_PRICESQUARE, FLOOR_SUMPRICE, Original_COOP_ID, Original_COLLMAST_NO, Original_FLOOR_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 DT_LANDUSETableAdapter : 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 DT_LANDUSETableAdapter() {
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 = "DT_LANDUSE";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
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");
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\", \"DESC_POSITION\", \"DESC_UTIL" +
"ITY\", \"DESC_TRAVEL\", \"DESC_ETC\") VALUES (:COOP_ID, :COLLMAST_NO, :DESC_POSITION," +
" :DESC_UTILITY, :DESC_TRAVEL, :DESC_ETC)";
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("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.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, ""DESC_POSITION"" = :DESC_POSITION, ""DESC_UTILITY"" = :DESC_UTILITY, ""DESC_TRAVEL"" = :DESC_TRAVEL, ""DESC_ETC"" = :DESC_ETC WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""COLLMAST_NO"" = :Original_COLLMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("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["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"select coop_id,
collmast_no,
desc_position,
desc_utility,
desc_travel,
desc_etc
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.DT_LANDUSEDataTable 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.DT_LANDUSEDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_LANDUSEDataTable dataTable = new DataSet1.DT_LANDUSEDataTable();
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.DT_LANDUSEDataTable 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, "DT_LANDUSE");
}
[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 DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC) {
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 ((DESC_POSITION == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(DESC_POSITION));
}
if ((DESC_UTILITY == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(DESC_UTILITY));
}
if ((DESC_TRAVEL == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(DESC_TRAVEL));
}
if ((DESC_ETC == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(DESC_ETC));
}
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 DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC, 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 ((DESC_POSITION == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(DESC_POSITION));
}
if ((DESC_UTILITY == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(DESC_UTILITY));
}
if ((DESC_TRAVEL == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(DESC_TRAVEL));
}
if ((DESC_ETC == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(DESC_ETC));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[7].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 DESC_POSITION, string DESC_UTILITY, string DESC_TRAVEL, string DESC_ETC, string Original_COOP_ID, string Original_COLLMAST_NO) {
return this.Update(Original_COOP_ID, Original_COLLMAST_NO, DESC_POSITION, DESC_UTILITY, DESC_TRAVEL, DESC_ETC, 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 DT_CONDOTableAdapter : 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 DT_CONDOTableAdapter() {
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 = "DT_CONDO";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
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_PRICESQUARE", "CONDO_PRICESQUARE");
tableMapping.ColumnMappings.Add("POS_TAMBOL", "POS_TAMBOL");
tableMapping.ColumnMappings.Add("POS_AMPHUR", "POS_AMPHUR");
tableMapping.ColumnMappings.Add("POS_PROVINCE", "POS_PROVINCE");
tableMapping.ColumnMappings.Add("CONDO_DEPRECIATION", "CONDO_DEPRECIATION");
tableMapping.ColumnMappings.Add("CONDO_AGE", "CONDO_AGE");
tableMapping.ColumnMappings.Add("CONDO_ROOMSIZE", "CONDO_ROOMSIZE");
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"", ""CONDO_REGISTNO"", ""CONDO_NAME"", ""CONDO_TOWERNO"", ""CONDO_FLOOR"", ""CONDO_ROOMNO"", ""CONDO_ROOMSIZE"", ""CONDO_PRICESQUARE"", ""POS_TAMBOL"", ""POS_AMPHUR"", ""POS_PROVINCE"", ""CONDO_DEPRECIATION"", ""CONDO_AGE"") VALUES (:COOP_ID, :COLLMAST_NO, :CONDO_REGISTNO, :CONDO_NAME, :CONDO_TOWERNO, :CONDO_FLOOR, :CONDO_ROOMNO, :CONDO_ROOMSIZE, :CONDO_PRICESQUARE, :POS_TAMBOL, :POS_AMPHUR, :POS_PROVINCE, :CONDO_DEPRECIATION, :CONDO_AGE)";
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("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("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("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.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, ""CONDO_REGISTNO"" = :CONDO_REGISTNO, ""CONDO_NAME"" = :CONDO_NAME, ""CONDO_TOWERNO"" = :CONDO_TOWERNO, ""CONDO_FLOOR"" = :CONDO_FLOOR, ""CONDO_ROOMNO"" = :CONDO_ROOMNO, ""CONDO_ROOMSIZE"" = :CONDO_ROOMSIZE, ""CONDO_PRICESQUARE"" = :CONDO_PRICESQUARE, ""POS_TAMBOL"" = :POS_TAMBOL, ""POS_AMPHUR"" = :POS_AMPHUR, ""POS_PROVINCE"" = :POS_PROVINCE, ""CONDO_DEPRECIATION"" = :CONDO_DEPRECIATION, ""CONDO_AGE"" = :CONDO_AGE WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""COLLMAST_NO"" = :Original_COLLMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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("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("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("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("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["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"select coop_id,
collmast_no,
condo_registno,
condo_name,
condo_towerno,
condo_floor,
condo_roomno,
condo_roomsize,
condo_pricesquare,
pos_tambol,
pos_amphur,
pos_province,
condo_depreciation,
condo_age
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.DT_CONDODataTable 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.DT_CONDODataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_CONDODataTable dataTable = new DataSet1.DT_CONDODataTable();
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.DT_CONDODataTable 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, "DT_CONDO");
}
[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 CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, string CONDO_ROOMSIZE, global::System.Nullable CONDO_PRICESQUARE, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, global::System.Nullable CONDO_DEPRECIATION, global::System.Nullable CONDO_AGE) {
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 ((CONDO_REGISTNO == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(CONDO_REGISTNO));
}
if ((CONDO_NAME == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(CONDO_NAME));
}
if ((CONDO_TOWERNO == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(CONDO_TOWERNO));
}
if ((CONDO_FLOOR == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(CONDO_FLOOR));
}
if ((CONDO_ROOMNO == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(CONDO_ROOMNO));
}
if ((CONDO_ROOMSIZE == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(CONDO_ROOMSIZE));
}
if ((CONDO_PRICESQUARE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(CONDO_PRICESQUARE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((POS_TAMBOL == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(POS_TAMBOL));
}
if ((POS_AMPHUR == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(POS_AMPHUR));
}
if ((POS_PROVINCE == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(POS_PROVINCE));
}
if ((CONDO_DEPRECIATION.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(CONDO_DEPRECIATION.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((CONDO_AGE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(CONDO_AGE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string COLLMAST_NO,
string CONDO_REGISTNO,
string CONDO_NAME,
string CONDO_TOWERNO,
string CONDO_FLOOR,
string CONDO_ROOMNO,
string CONDO_ROOMSIZE,
global::System.Nullable CONDO_PRICESQUARE,
string POS_TAMBOL,
string POS_AMPHUR,
string POS_PROVINCE,
global::System.Nullable CONDO_DEPRECIATION,
global::System.Nullable CONDO_AGE,
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 ((CONDO_REGISTNO == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(CONDO_REGISTNO));
}
if ((CONDO_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(CONDO_NAME));
}
if ((CONDO_TOWERNO == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(CONDO_TOWERNO));
}
if ((CONDO_FLOOR == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(CONDO_FLOOR));
}
if ((CONDO_ROOMNO == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(CONDO_ROOMNO));
}
if ((CONDO_ROOMSIZE == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(CONDO_ROOMSIZE));
}
if ((CONDO_PRICESQUARE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(CONDO_PRICESQUARE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((POS_TAMBOL == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(POS_TAMBOL));
}
if ((POS_AMPHUR == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(POS_AMPHUR));
}
if ((POS_PROVINCE == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(POS_PROVINCE));
}
if ((CONDO_DEPRECIATION.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(CONDO_DEPRECIATION.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((CONDO_AGE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(CONDO_AGE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[15].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 CONDO_REGISTNO, string CONDO_NAME, string CONDO_TOWERNO, string CONDO_FLOOR, string CONDO_ROOMNO, string CONDO_ROOMSIZE, global::System.Nullable CONDO_PRICESQUARE, string POS_TAMBOL, string POS_AMPHUR, string POS_PROVINCE, global::System.Nullable CONDO_DEPRECIATION, global::System.Nullable CONDO_AGE, string Original_COOP_ID, string Original_COLLMAST_NO) {
return this.Update(Original_COOP_ID, Original_COLLMAST_NO, CONDO_REGISTNO, CONDO_NAME, CONDO_TOWERNO, CONDO_FLOOR, CONDO_ROOMNO, CONDO_ROOMSIZE, CONDO_PRICESQUARE, POS_TAMBOL, POS_AMPHUR, POS_PROVINCE, CONDO_DEPRECIATION, CONDO_AGE, 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 DT_DETAILTableAdapter : 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 DT_DETAILTableAdapter() {
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 = "DT_DETAIL";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MRTGMAST_NO", "MRTGMAST_NO");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("COLLMATE_FLAG", "COLLMATE_FLAG");
tableMapping.ColumnMappings.Add("COLLMATE_MEMNO", "COLLMATE_MEMNO");
tableMapping.ColumnMappings.Add("ASSETTYPE_CODE", "ASSETTYPE_CODE");
tableMapping.ColumnMappings.Add("MORTGAGE_TYPE", "MORTGAGE_TYPE");
tableMapping.ColumnMappings.Add("MORTGAGE_LANDNUM", "MORTGAGE_LANDNUM");
tableMapping.ColumnMappings.Add("MORTGAGE_PARTNAME", "MORTGAGE_PARTNAME");
tableMapping.ColumnMappings.Add("MORTGAGE_PARTAMT", "MORTGAGE_PARTAMT");
tableMapping.ColumnMappings.Add("MORTGAGE_PARTALL", "MORTGAGE_PARTALL");
tableMapping.ColumnMappings.Add("MORTGAGE_DATE", "MORTGAGE_DATE");
tableMapping.ColumnMappings.Add("MORTGAGE_GRTNAME", "MORTGAGE_GRTNAME");
tableMapping.ColumnMappings.Add("INTEREST_RATE", "INTEREST_RATE");
tableMapping.ColumnMappings.Add("MORTGAGEFIRST_AMT", "MORTGAGEFIRST_AMT");
tableMapping.ColumnMappings.Add("MORTGAGESUM_AMT", "MORTGAGESUM_AMT");
tableMapping.ColumnMappings.Add("LAND_OFFICE", "LAND_OFFICE");
tableMapping.ColumnMappings.Add("MRTGMAST_STATUS", "MRTGMAST_STATUS");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNMRTGMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"MRTGMAST_" +
"NO\" = :Original_MRTGMAST_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_MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_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 ""LNMRTGMASTER"" (""COOP_ID"", ""MRTGMAST_NO"", ""MEMBER_NO"", ""COLLMATE_FLAG"", ""COLLMATE_MEMNO"", ""ASSETTYPE_CODE"", ""MORTGAGE_TYPE"", ""MORTGAGE_LANDNUM"", ""MORTGAGE_PARTNAME"", ""MORTGAGE_PARTAMT"", ""MORTGAGE_PARTALL"", ""MORTGAGE_DATE"", ""MORTGAGE_GRTNAME"", ""INTEREST_RATE"", ""MORTGAGEFIRST_AMT"", ""MORTGAGESUM_AMT"", ""LAND_OFFICE"", ""MRTGMAST_STATUS"", ""ENTRY_ID"") VALUES (:COOP_ID, :MRTGMAST_NO, :MEMBER_NO, :COLLMATE_FLAG, :COLLMATE_MEMNO, :ASSETTYPE_CODE, :MORTGAGE_TYPE, :MORTGAGE_LANDNUM, :MORTGAGE_PARTNAME, :MORTGAGE_PARTAMT, :MORTGAGE_PARTALL, :MORTGAGE_DATE, :MORTGAGE_GRTNAME, :INTEREST_RATE, :MORTGAGEFIRST_AMT, :MORTGAGESUM_AMT, :LAND_OFFICE, :MRTGMAST_STATUS, :ENTRY_ID)";
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("MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", 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("COLLMATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COLLMATE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMATE_MEMNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMATE_MEMNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ASSETTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ASSETTYPE_CODE", 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("MORTGAGE_PARTNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PARTNAME", 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("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("MORTGAGE_GRTNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_GRTNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGEFIRST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGEFIRST_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGESUM_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGESUM_AMT", 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("MRTGMAST_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNMRTGMASTER"" SET ""COOP_ID"" = :COOP_ID, ""MRTGMAST_NO"" = :MRTGMAST_NO, ""MEMBER_NO"" = :MEMBER_NO, ""COLLMATE_FLAG"" = :COLLMATE_FLAG, ""COLLMATE_MEMNO"" = :COLLMATE_MEMNO, ""ASSETTYPE_CODE"" = :ASSETTYPE_CODE, ""MORTGAGE_TYPE"" = :MORTGAGE_TYPE, ""MORTGAGE_LANDNUM"" = :MORTGAGE_LANDNUM, ""MORTGAGE_PARTNAME"" = :MORTGAGE_PARTNAME, ""MORTGAGE_PARTAMT"" = :MORTGAGE_PARTAMT, ""MORTGAGE_PARTALL"" = :MORTGAGE_PARTALL, ""MORTGAGE_DATE"" = :MORTGAGE_DATE, ""MORTGAGE_GRTNAME"" = :MORTGAGE_GRTNAME, ""INTEREST_RATE"" = :INTEREST_RATE, ""MORTGAGEFIRST_AMT"" = :MORTGAGEFIRST_AMT, ""MORTGAGESUM_AMT"" = :MORTGAGESUM_AMT, ""LAND_OFFICE"" = :LAND_OFFICE, ""MRTGMAST_STATUS"" = :MRTGMAST_STATUS, ""ENTRY_ID"" = :ENTRY_ID WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""MRTGMAST_NO"" = :Original_MRTGMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", 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("COLLMATE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COLLMATE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMATE_MEMNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMATE_MEMNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ASSETTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ASSETTYPE_CODE", 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("MORTGAGE_PARTNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PARTNAME", 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("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("MORTGAGE_GRTNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_GRTNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INTEREST_RATE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INTEREST_RATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGEFIRST_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGEFIRST_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGESUM_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGESUM_AMT", 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("MRTGMAST_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"select coop_id,
mrtgmast_no,
member_no,
collmate_flag,
collmate_memno,
assettype_code,
mortgage_type,
mortgage_landnum,
mortgage_partname,
mortgage_partamt,
mortgage_partall,
mortgage_date,
mortgage_grtname,
interest_rate,
mortgagefirst_amt,
mortgagesum_amt,
land_office,
mrtgmast_status,
entry_id
from lnmrtgmaster
where coop_id = :as_coopid
and mrtgmast_no = :as_mrtgno ";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_mrtgno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", global::System.Data.DataRowVersion.Current, false, null));
}
[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.DT_DETAILDataTable dataTable, string as_coopid, string as_mrtgno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_mrtgno == null)) {
throw new global::System.ArgumentNullException("as_mrtgno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_mrtgno));
}
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.DT_DETAILDataTable GetData(string as_coopid, string as_mrtgno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_mrtgno == null)) {
throw new global::System.ArgumentNullException("as_mrtgno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_mrtgno));
}
DataSet1.DT_DETAILDataTable dataTable = new DataSet1.DT_DETAILDataTable();
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.DT_DETAILDataTable 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, "DT_DETAIL");
}
[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_MRTGMAST_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_MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_MRTGMAST_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_MRTGMAST_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 MRTGMAST_NO,
string MEMBER_NO,
global::System.Nullable COLLMATE_FLAG,
string COLLMATE_MEMNO,
string ASSETTYPE_CODE,
global::System.Nullable MORTGAGE_TYPE,
global::System.Nullable MORTGAGE_LANDNUM,
string MORTGAGE_PARTNAME,
global::System.Nullable MORTGAGE_PARTAMT,
global::System.Nullable MORTGAGE_PARTALL,
global::System.Nullable MORTGAGE_DATE,
string MORTGAGE_GRTNAME,
global::System.Nullable INTEREST_RATE,
global::System.Nullable MORTGAGEFIRST_AMT,
global::System.Nullable MORTGAGESUM_AMT,
string LAND_OFFICE,
global::System.Nullable MRTGMAST_STATUS,
string ENTRY_ID) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("MRTGMAST_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MRTGMAST_NO));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMBER_NO));
}
if ((COLLMATE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(COLLMATE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((COLLMATE_MEMNO == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(COLLMATE_MEMNO));
}
if ((ASSETTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(ASSETTYPE_CODE));
}
if ((MORTGAGE_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(MORTGAGE_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_LANDNUM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(MORTGAGE_LANDNUM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PARTNAME == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(MORTGAGE_PARTNAME));
}
if ((MORTGAGE_PARTAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(MORTGAGE_PARTAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PARTALL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((decimal)(MORTGAGE_PARTALL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(MORTGAGE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_GRTNAME == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(MORTGAGE_GRTNAME));
}
if ((INTEREST_RATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((decimal)(INTEREST_RATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((MORTGAGEFIRST_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(MORTGAGEFIRST_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((MORTGAGESUM_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((decimal)(MORTGAGESUM_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((LAND_OFFICE == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(LAND_OFFICE));
}
if ((MRTGMAST_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((decimal)(MRTGMAST_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(ENTRY_ID));
}
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 MRTGMAST_NO,
string MEMBER_NO,
global::System.Nullable COLLMATE_FLAG,
string COLLMATE_MEMNO,
string ASSETTYPE_CODE,
global::System.Nullable MORTGAGE_TYPE,
global::System.Nullable MORTGAGE_LANDNUM,
string MORTGAGE_PARTNAME,
global::System.Nullable MORTGAGE_PARTAMT,
global::System.Nullable MORTGAGE_PARTALL,
global::System.Nullable MORTGAGE_DATE,
string MORTGAGE_GRTNAME,
global::System.Nullable INTEREST_RATE,
global::System.Nullable MORTGAGEFIRST_AMT,
global::System.Nullable MORTGAGESUM_AMT,
string LAND_OFFICE,
global::System.Nullable MRTGMAST_STATUS,
string ENTRY_ID,
string Original_COOP_ID,
string Original_MRTGMAST_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("MRTGMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MRTGMAST_NO));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMBER_NO));
}
if ((COLLMATE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[3].Value = ((decimal)(COLLMATE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((COLLMATE_MEMNO == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(COLLMATE_MEMNO));
}
if ((ASSETTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(ASSETTYPE_CODE));
}
if ((MORTGAGE_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(MORTGAGE_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_LANDNUM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(MORTGAGE_LANDNUM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PARTNAME == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(MORTGAGE_PARTNAME));
}
if ((MORTGAGE_PARTAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((decimal)(MORTGAGE_PARTAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PARTALL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((decimal)(MORTGAGE_PARTALL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(MORTGAGE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_GRTNAME == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(MORTGAGE_GRTNAME));
}
if ((INTEREST_RATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((decimal)(INTEREST_RATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((MORTGAGEFIRST_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(MORTGAGEFIRST_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((MORTGAGESUM_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((decimal)(MORTGAGESUM_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((LAND_OFFICE == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(LAND_OFFICE));
}
if ((MRTGMAST_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((decimal)(MRTGMAST_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(ENTRY_ID));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(Original_COOP_ID));
}
if ((Original_MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_MRTGMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_MRTGMAST_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 MEMBER_NO,
global::System.Nullable COLLMATE_FLAG,
string COLLMATE_MEMNO,
string ASSETTYPE_CODE,
global::System.Nullable MORTGAGE_TYPE,
global::System.Nullable MORTGAGE_LANDNUM,
string MORTGAGE_PARTNAME,
global::System.Nullable MORTGAGE_PARTAMT,
global::System.Nullable MORTGAGE_PARTALL,
global::System.Nullable MORTGAGE_DATE,
string MORTGAGE_GRTNAME,
global::System.Nullable INTEREST_RATE,
global::System.Nullable MORTGAGEFIRST_AMT,
global::System.Nullable MORTGAGESUM_AMT,
string LAND_OFFICE,
global::System.Nullable MRTGMAST_STATUS,
string ENTRY_ID,
string Original_COOP_ID,
string Original_MRTGMAST_NO) {
return this.Update(Original_COOP_ID, Original_MRTGMAST_NO, MEMBER_NO, COLLMATE_FLAG, COLLMATE_MEMNO, ASSETTYPE_CODE, MORTGAGE_TYPE, MORTGAGE_LANDNUM, MORTGAGE_PARTNAME, MORTGAGE_PARTAMT, MORTGAGE_PARTALL, MORTGAGE_DATE, MORTGAGE_GRTNAME, INTEREST_RATE, MORTGAGEFIRST_AMT, MORTGAGESUM_AMT, LAND_OFFICE, MRTGMAST_STATUS, ENTRY_ID, Original_COOP_ID, Original_MRTGMAST_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 DT_MRTGERTableAdapter : 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 DT_MRTGERTableAdapter() {
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 = "DT_MRTGER";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MRTGMAST_NO", "MRTGMAST_NO");
tableMapping.ColumnMappings.Add("MRTG_NAME1", "MRTG_NAME1");
tableMapping.ColumnMappings.Add("MRTG_NAME2", "MRTG_NAME2");
tableMapping.ColumnMappings.Add("MRTG_PERSONID1", "MRTG_PERSONID1");
tableMapping.ColumnMappings.Add("MRTG_PERSONID2", "MRTG_PERSONID2");
tableMapping.ColumnMappings.Add("MRTG_AGE1", "MRTG_AGE1");
tableMapping.ColumnMappings.Add("MRTG_AGE2", "MRTG_AGE2");
tableMapping.ColumnMappings.Add("MRTG_NATIONALITY1", "MRTG_NATIONALITY1");
tableMapping.ColumnMappings.Add("MRTG_NATIONALITY2", "MRTG_NATIONALITY2");
tableMapping.ColumnMappings.Add("MRTG_CITIZENSHIP1", "MRTG_CITIZENSHIP1");
tableMapping.ColumnMappings.Add("MRTG_CITIZENSHIP2", "MRTG_CITIZENSHIP2");
tableMapping.ColumnMappings.Add("MRTG_PARENTNAME1", "MRTG_PARENTNAME1");
tableMapping.ColumnMappings.Add("MRTG_PARENTNAME2", "MRTG_PARENTNAME2");
tableMapping.ColumnMappings.Add("MRTG_MATENAME1", "MRTG_MATENAME1");
tableMapping.ColumnMappings.Add("MRTG_MATENAME2", "MRTG_MATENAME2");
tableMapping.ColumnMappings.Add("MRTG_VILLAGE1", "MRTG_VILLAGE1");
tableMapping.ColumnMappings.Add("MRTG_VILLAGE2", "MRTG_VILLAGE2");
tableMapping.ColumnMappings.Add("MRTG_ADDRESS1", "MRTG_ADDRESS1");
tableMapping.ColumnMappings.Add("MRTG_ADDRESS2", "MRTG_ADDRESS2");
tableMapping.ColumnMappings.Add("MRTG_MOO1", "MRTG_MOO1");
tableMapping.ColumnMappings.Add("MRTG_MOO2", "MRTG_MOO2");
tableMapping.ColumnMappings.Add("MRTG_SOI1", "MRTG_SOI1");
tableMapping.ColumnMappings.Add("MRTG_SOI2", "MRTG_SOI2");
tableMapping.ColumnMappings.Add("MRTG_ROAD1", "MRTG_ROAD1");
tableMapping.ColumnMappings.Add("MRTG_ROAD2", "MRTG_ROAD2");
tableMapping.ColumnMappings.Add("MRTG_TAMBOL1", "MRTG_TAMBOL1");
tableMapping.ColumnMappings.Add("MRTG_TAMBOL2", "MRTG_TAMBOL2");
tableMapping.ColumnMappings.Add("MRTG_AMPHUR1", "MRTG_AMPHUR1");
tableMapping.ColumnMappings.Add("MRTG_AMPHUR2", "MRTG_AMPHUR2");
tableMapping.ColumnMappings.Add("MRTG_PROVINCE1", "MRTG_PROVINCE1");
tableMapping.ColumnMappings.Add("MRTG_PROVINCE2", "MRTG_PROVINCE2");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
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 \"LNMRTGMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"MRTGMAST_" +
"NO\" = :Original_MRTGMAST_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_MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_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 ""LNMRTGMASTER"" (""COOP_ID"", ""MRTGMAST_NO"", ""MEMBER_NO"", ""MRTG_NAME1"", ""MRTG_NAME2"", ""MRTG_PERSONID1"", ""MRTG_PERSONID2"", ""MRTG_AGE1"", ""MRTG_AGE2"", ""MRTG_NATIONALITY1"", ""MRTG_NATIONALITY2"", ""MRTG_CITIZENSHIP1"", ""MRTG_CITIZENSHIP2"", ""MRTG_PARENTNAME1"", ""MRTG_PARENTNAME2"", ""MRTG_MATENAME1"", ""MRTG_MATENAME2"", ""MRTG_VILLAGE1"", ""MRTG_VILLAGE2"", ""MRTG_ADDRESS1"", ""MRTG_ADDRESS2"", ""MRTG_MOO1"", ""MRTG_MOO2"", ""MRTG_SOI1"", ""MRTG_SOI2"", ""MRTG_ROAD1"", ""MRTG_ROAD2"", ""MRTG_TAMBOL1"", ""MRTG_TAMBOL2"", ""MRTG_AMPHUR1"", ""MRTG_AMPHUR2"", ""MRTG_PROVINCE1"", ""MRTG_PROVINCE2"") VALUES (:COOP_ID, :MRTGMAST_NO, :MEMBER_NO, :MRTG_NAME1, :MRTG_NAME2, :MRTG_PERSONID1, :MRTG_PERSONID2, :MRTG_AGE1, :MRTG_AGE2, :MRTG_NATIONALITY1, :MRTG_NATIONALITY2, :MRTG_CITIZENSHIP1, :MRTG_CITIZENSHIP2, :MRTG_PARENTNAME1, :MRTG_PARENTNAME2, :MRTG_MATENAME1, :MRTG_MATENAME2, :MRTG_VILLAGE1, :MRTG_VILLAGE2, :MRTG_ADDRESS1, :MRTG_ADDRESS2, :MRTG_MOO1, :MRTG_MOO2, :MRTG_SOI1, :MRTG_SOI2, :MRTG_ROAD1, :MRTG_ROAD2, :MRTG_TAMBOL1, :MRTG_TAMBOL2, :MRTG_AMPHUR1, :MRTG_AMPHUR2, :MRTG_PROVINCE1, :MRTG_PROVINCE2)";
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("MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", 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("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_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_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_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_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_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_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_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_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_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_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("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_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("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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNMRTGMASTER"" SET ""COOP_ID"" = :COOP_ID, ""MRTGMAST_NO"" = :MRTGMAST_NO, ""MEMBER_NO"" = :MEMBER_NO, ""MRTG_NAME1"" = :MRTG_NAME1, ""MRTG_NAME2"" = :MRTG_NAME2, ""MRTG_PERSONID1"" = :MRTG_PERSONID1, ""MRTG_PERSONID2"" = :MRTG_PERSONID2, ""MRTG_AGE1"" = :MRTG_AGE1, ""MRTG_AGE2"" = :MRTG_AGE2, ""MRTG_NATIONALITY1"" = :MRTG_NATIONALITY1, ""MRTG_NATIONALITY2"" = :MRTG_NATIONALITY2, ""MRTG_CITIZENSHIP1"" = :MRTG_CITIZENSHIP1, ""MRTG_CITIZENSHIP2"" = :MRTG_CITIZENSHIP2, ""MRTG_PARENTNAME1"" = :MRTG_PARENTNAME1, ""MRTG_PARENTNAME2"" = :MRTG_PARENTNAME2, ""MRTG_MATENAME1"" = :MRTG_MATENAME1, ""MRTG_MATENAME2"" = :MRTG_MATENAME2, ""MRTG_VILLAGE1"" = :MRTG_VILLAGE1, ""MRTG_VILLAGE2"" = :MRTG_VILLAGE2, ""MRTG_ADDRESS1"" = :MRTG_ADDRESS1, ""MRTG_ADDRESS2"" = :MRTG_ADDRESS2, ""MRTG_MOO1"" = :MRTG_MOO1, ""MRTG_MOO2"" = :MRTG_MOO2, ""MRTG_SOI1"" = :MRTG_SOI1, ""MRTG_SOI2"" = :MRTG_SOI2, ""MRTG_ROAD1"" = :MRTG_ROAD1, ""MRTG_ROAD2"" = :MRTG_ROAD2, ""MRTG_TAMBOL1"" = :MRTG_TAMBOL1, ""MRTG_TAMBOL2"" = :MRTG_TAMBOL2, ""MRTG_AMPHUR1"" = :MRTG_AMPHUR1, ""MRTG_AMPHUR2"" = :MRTG_AMPHUR2, ""MRTG_PROVINCE1"" = :MRTG_PROVINCE1, ""MRTG_PROVINCE2"" = :MRTG_PROVINCE2 WHERE ((""COOP_ID"" = :Original_COOP_ID) AND (""MRTGMAST_NO"" = :Original_MRTGMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", 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("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_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_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_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_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_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_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_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_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_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_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("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_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("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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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("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_MRTGMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT COOP_ID, MRTGMAST_NO, MEMBER_NO, MRTG_NAME1, MRTG_NAME2, MRTG_PERSONID1, MRTG_PERSONID2, MRTG_AGE1, MRTG_AGE2, MRTG_NATIONALITY1, MRTG_NATIONALITY2,
MRTG_CITIZENSHIP1, MRTG_CITIZENSHIP2, MRTG_PARENTNAME1, MRTG_PARENTNAME2, MRTG_MATENAME1, MRTG_MATENAME2, MRTG_VILLAGE1, MRTG_VILLAGE2, MRTG_ADDRESS1,
MRTG_ADDRESS2, MRTG_MOO1, MRTG_MOO2, MRTG_SOI1, MRTG_SOI2, MRTG_ROAD1, MRTG_ROAD2, MRTG_TAMBOL1, MRTG_TAMBOL2, MRTG_AMPHUR1, MRTG_AMPHUR2, MRTG_PROVINCE1,
MRTG_PROVINCE2
FROM LNMRTGMASTER
WHERE (COOP_ID = :as_coopid) AND (MRTGMAST_NO = :as_mrtgno)";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_coopid", global::System.Data.OracleClient.OracleType.Char, 6, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_mrtgno", global::System.Data.OracleClient.OracleType.Char, 10, global::System.Data.ParameterDirection.Input, "MRTGMAST_NO", global::System.Data.DataRowVersion.Current, false, null));
}
[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.DT_MRTGERDataTable dataTable, string as_coopid, string as_mrtgno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_mrtgno == null)) {
throw new global::System.ArgumentNullException("as_mrtgno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_mrtgno));
}
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.DT_MRTGERDataTable GetData(string as_coopid, string as_mrtgno) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_coopid == null)) {
throw new global::System.ArgumentNullException("as_coopid");
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_coopid));
}
if ((as_mrtgno == null)) {
throw new global::System.ArgumentNullException("as_mrtgno");
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_mrtgno));
}
DataSet1.DT_MRTGERDataTable dataTable = new DataSet1.DT_MRTGERDataTable();
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.DT_MRTGERDataTable 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, "DT_MRTGER");
}
[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_MRTGMAST_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_MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_MRTGMAST_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_MRTGMAST_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 MRTGMAST_NO,
string MEMBER_NO,
string MRTG_NAME1,
string MRTG_NAME2,
string MRTG_PERSONID1,
string MRTG_PERSONID2,
string MRTG_AGE1,
string MRTG_AGE2,
string MRTG_NATIONALITY1,
string MRTG_NATIONALITY2,
string MRTG_CITIZENSHIP1,
string MRTG_CITIZENSHIP2,
string MRTG_PARENTNAME1,
string MRTG_PARENTNAME2,
string MRTG_MATENAME1,
string MRTG_MATENAME2,
string MRTG_VILLAGE1,
string MRTG_VILLAGE2,
string MRTG_ADDRESS1,
string MRTG_ADDRESS2,
string MRTG_MOO1,
string MRTG_MOO2,
string MRTG_SOI1,
string MRTG_SOI2,
string MRTG_ROAD1,
string MRTG_ROAD2,
string MRTG_TAMBOL1,
string MRTG_TAMBOL2,
string MRTG_AMPHUR1,
string MRTG_AMPHUR2,
string MRTG_PROVINCE1,
string MRTG_PROVINCE2) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("MRTGMAST_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MRTGMAST_NO));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(MEMBER_NO));
}
if ((MRTG_NAME1 == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MRTG_NAME1));
}
if ((MRTG_NAME2 == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(MRTG_NAME2));
}
if ((MRTG_PERSONID1 == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(MRTG_PERSONID1));
}
if ((MRTG_PERSONID2 == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(MRTG_PERSONID2));
}
if ((MRTG_AGE1 == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(MRTG_AGE1));
}
if ((MRTG_AGE2 == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(MRTG_AGE2));
}
if ((MRTG_NATIONALITY1 == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(MRTG_NATIONALITY1));
}
if ((MRTG_NATIONALITY2 == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(MRTG_NATIONALITY2));
}
if ((MRTG_CITIZENSHIP1 == null)) {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = ((string)(MRTG_CITIZENSHIP1));
}
if ((MRTG_CITIZENSHIP2 == null)) {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = ((string)(MRTG_CITIZENSHIP2));
}
if ((MRTG_PARENTNAME1 == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(MRTG_PARENTNAME1));
}
if ((MRTG_PARENTNAME2 == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(MRTG_PARENTNAME2));
}
if ((MRTG_MATENAME1 == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(MRTG_MATENAME1));
}
if ((MRTG_MATENAME2 == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(MRTG_MATENAME2));
}
if ((MRTG_VILLAGE1 == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(MRTG_VILLAGE1));
}
if ((MRTG_VILLAGE2 == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(MRTG_VILLAGE2));
}
if ((MRTG_ADDRESS1 == null)) {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(MRTG_ADDRESS1));
}
if ((MRTG_ADDRESS2 == null)) {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(MRTG_ADDRESS2));
}
if ((MRTG_MOO1 == null)) {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = ((string)(MRTG_MOO1));
}
if ((MRTG_MOO2 == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(MRTG_MOO2));
}
if ((MRTG_SOI1 == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(MRTG_SOI1));
}
if ((MRTG_SOI2 == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(MRTG_SOI2));
}
if ((MRTG_ROAD1 == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(MRTG_ROAD1));
}
if ((MRTG_ROAD2 == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(MRTG_ROAD2));
}
if ((MRTG_TAMBOL1 == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(MRTG_TAMBOL1));
}
if ((MRTG_TAMBOL2 == null)) {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(MRTG_TAMBOL2));
}
if ((MRTG_AMPHUR1 == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(MRTG_AMPHUR1));
}
if ((MRTG_AMPHUR2 == null)) {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(MRTG_AMPHUR2));
}
if ((MRTG_PROVINCE1 == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(MRTG_PROVINCE1));
}
if ((MRTG_PROVINCE2 == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(MRTG_PROVINCE2));
}
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 MRTGMAST_NO,
string MEMBER_NO,
string MRTG_NAME1,
string MRTG_NAME2,
string MRTG_PERSONID1,
string MRTG_PERSONID2,
string MRTG_AGE1,
string MRTG_AGE2,
string MRTG_NATIONALITY1,
string MRTG_NATIONALITY2,
string MRTG_CITIZENSHIP1,
string MRTG_CITIZENSHIP2,
string MRTG_PARENTNAME1,
string MRTG_PARENTNAME2,
string MRTG_MATENAME1,
string MRTG_MATENAME2,
string MRTG_VILLAGE1,
string MRTG_VILLAGE2,
string MRTG_ADDRESS1,
string MRTG_ADDRESS2,
string MRTG_MOO1,
string MRTG_MOO2,
string MRTG_SOI1,
string MRTG_SOI2,
string MRTG_ROAD1,
string MRTG_ROAD2,
string MRTG_TAMBOL1,
string MRTG_TAMBOL2,
string MRTG_AMPHUR1,
string MRTG_AMPHUR2,
string MRTG_PROVINCE1,
string MRTG_PROVINCE2,
string Original_COOP_ID,
string Original_MRTGMAST_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("MRTGMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MRTGMAST_NO));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(MEMBER_NO));
}
if ((MRTG_NAME1 == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MRTG_NAME1));
}
if ((MRTG_NAME2 == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(MRTG_NAME2));
}
if ((MRTG_PERSONID1 == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(MRTG_PERSONID1));
}
if ((MRTG_PERSONID2 == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(MRTG_PERSONID2));
}
if ((MRTG_AGE1 == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(MRTG_AGE1));
}
if ((MRTG_AGE2 == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(MRTG_AGE2));
}
if ((MRTG_NATIONALITY1 == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(MRTG_NATIONALITY1));
}
if ((MRTG_NATIONALITY2 == null)) {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = ((string)(MRTG_NATIONALITY2));
}
if ((MRTG_CITIZENSHIP1 == null)) {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = ((string)(MRTG_CITIZENSHIP1));
}
if ((MRTG_CITIZENSHIP2 == null)) {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = ((string)(MRTG_CITIZENSHIP2));
}
if ((MRTG_PARENTNAME1 == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(MRTG_PARENTNAME1));
}
if ((MRTG_PARENTNAME2 == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(MRTG_PARENTNAME2));
}
if ((MRTG_MATENAME1 == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(MRTG_MATENAME1));
}
if ((MRTG_MATENAME2 == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(MRTG_MATENAME2));
}
if ((MRTG_VILLAGE1 == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(MRTG_VILLAGE1));
}
if ((MRTG_VILLAGE2 == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(MRTG_VILLAGE2));
}
if ((MRTG_ADDRESS1 == null)) {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(MRTG_ADDRESS1));
}
if ((MRTG_ADDRESS2 == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(MRTG_ADDRESS2));
}
if ((MRTG_MOO1 == null)) {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(MRTG_MOO1));
}
if ((MRTG_MOO2 == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(MRTG_MOO2));
}
if ((MRTG_SOI1 == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(MRTG_SOI1));
}
if ((MRTG_SOI2 == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(MRTG_SOI2));
}
if ((MRTG_ROAD1 == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(MRTG_ROAD1));
}
if ((MRTG_ROAD2 == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(MRTG_ROAD2));
}
if ((MRTG_TAMBOL1 == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(MRTG_TAMBOL1));
}
if ((MRTG_TAMBOL2 == null)) {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(MRTG_TAMBOL2));
}
if ((MRTG_AMPHUR1 == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(MRTG_AMPHUR1));
}
if ((MRTG_AMPHUR2 == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(MRTG_AMPHUR2));
}
if ((MRTG_PROVINCE1 == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(MRTG_PROVINCE1));
}
if ((MRTG_PROVINCE2 == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(MRTG_PROVINCE2));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_COOP_ID));
}
if ((Original_MRTGMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_MRTGMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(Original_MRTGMAST_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 MEMBER_NO,
string MRTG_NAME1,
string MRTG_NAME2,
string MRTG_PERSONID1,
string MRTG_PERSONID2,
string MRTG_AGE1,
string MRTG_AGE2,
string MRTG_NATIONALITY1,
string MRTG_NATIONALITY2,
string MRTG_CITIZENSHIP1,
string MRTG_CITIZENSHIP2,
string MRTG_PARENTNAME1,
string MRTG_PARENTNAME2,
string MRTG_MATENAME1,
string MRTG_MATENAME2,
string MRTG_VILLAGE1,
string MRTG_VILLAGE2,
string MRTG_ADDRESS1,
string MRTG_ADDRESS2,
string MRTG_MOO1,
string MRTG_MOO2,
string MRTG_SOI1,
string MRTG_SOI2,
string MRTG_ROAD1,
string MRTG_ROAD2,
string MRTG_TAMBOL1,
string MRTG_TAMBOL2,
string MRTG_AMPHUR1,
string MRTG_AMPHUR2,
string MRTG_PROVINCE1,
string MRTG_PROVINCE2,
string Original_COOP_ID,
string Original_MRTGMAST_NO) {
return this.Update(Original_COOP_ID, Original_MRTGMAST_NO, MEMBER_NO, MRTG_NAME1, MRTG_NAME2, MRTG_PERSONID1, MRTG_PERSONID2, MRTG_AGE1, MRTG_AGE2, MRTG_NATIONALITY1, MRTG_NATIONALITY2, MRTG_CITIZENSHIP1, MRTG_CITIZENSHIP2, MRTG_PARENTNAME1, MRTG_PARENTNAME2, MRTG_MATENAME1, MRTG_MATENAME2, MRTG_VILLAGE1, MRTG_VILLAGE2, MRTG_ADDRESS1, MRTG_ADDRESS2, MRTG_MOO1, MRTG_MOO2, MRTG_SOI1, MRTG_SOI2, MRTG_ROAD1, MRTG_ROAD2, MRTG_TAMBOL1, MRTG_TAMBOL2, MRTG_AMPHUR1, MRTG_AMPHUR2, MRTG_PROVINCE1, MRTG_PROVINCE2, Original_COOP_ID, Original_MRTGMAST_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 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("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("MRTG_PARENTNAME2", "MRTG_PARENTNAME2");
tableMapping.ColumnMappings.Add("MRTG_MATENAME2", "MRTG_MATENAME2");
tableMapping.ColumnMappings.Add("REFCOLL_MEMNO", "REFCOLL_MEMNO");
tableMapping.ColumnMappings.Add("MRTG_MATENAME1", "MRTG_MATENAME1");
tableMapping.ColumnMappings.Add("POS_MOO", "POS_MOO");
tableMapping.ColumnMappings.Add("POS_ADDNO", "POS_ADDNO");
tableMapping.ColumnMappings.Add("MRTG_PHONE2", "MRTG_PHONE2");
tableMapping.ColumnMappings.Add("MRTG_PHONE1", "MRTG_PHONE1");
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\", \"MORTGAGE_TYPE\", \"MORTGAGE_L" +
"ANDNUM\", \"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_MOO" +
"1\", \"MRTG_SOI1\", \"MRTG_ROAD1\", \"MRTG_TAMBOL1\", \"MRTG_AMPHUR1\", \"MRTG_PROVINCE1\"," +
" \"MRTG_NAME2\", \"MRTG_PERSONID2\", \"MRTG_AGE2\", \"MRTG_NATIONALITY2\", \"MRTG_CITIZEN" +
"SHIP2\", \"MRTG_VILLAGE2\", \"MRTG_ADDRESS2\", \"MRTG_MOO2\", \"MRTG_SOI2\", \"MRTG_ROAD2\"" +
", \"MRTG_TAMBOL2\", \"MRTG_AMPHUR2\", \"MRTG_PROVINCE2\", \"DETAIL3\", \"DETAIL4\", \"PEOPL" +
"E_NAME\", \"PEOPLE_POSITION\", \"MRTG_PARENTNAME2\", \"MRTG_MATENAME2\", \"REFCOLL_MEMNO" +
"\", \"MRTG_MATENAME1\", \"POS_MOO\", \"POS_ADDNO\", \"MRTG_PHONE2\", \"MRTG_PHONE1\") VALUE" +
"S (:COOP_ID, :COLLMAST_NO, :COLLMAST_REFNO, :COLLMASTTYPE_CODE, :COLLMAST_DESC, " +
":LANDESTIMATE_AMT, :HOUSEESTIMATE_AMT, :ESTIMATE_PRICE, :MORTGAGE_PRICE, :MORTGA" +
"GE_DATE, :EXPIRE_DATE, :REDEEM_FLAG, :REDEEM_DATE, :REMARK, :BLINDLAND_FLAG, :ME" +
"MBER_NO, :LANDSIDE_NO, :COLLRELATION_CODE, :OWNER_RELATION, :LAND_DEPARTMENT, :L" +
"AND_NO, :SURVEY_NO, :BOOK_NO, :PAGE_NO, :GROUP_NO, :LOANREQUEST_DOCNO, :COLLMAST" +
"_DATE, :MEMCOOP_ID, :COLLMAST_PRICE, :LAND_RAVANG, :LAND_DOCNO, :LAND_LANDNO, :L" +
"AND_SURVEY, :LAND_BOOKNO, :LAND_PAGENO, :POS_TAMBOL, :POS_AMPHUR, :POS_PROVINCE," +
" :SIZE_RAI, :SIZE_NGAN, :SIZE_WA, :PHOTOAIR_PROVINCE, :PHOTOAIR_NUMBER, :PHOTOAI" +
"R_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, :B" +
"D_TYPE, :BD_DEPRECIATION, :BD_ONLANDNO, :CONDO_REGISTNO, :CONDO_NAME, :CONDO_TOW" +
"ERNO, :CONDO_FLOOR, :CONDO_ROOMNO, :CONDO_ROOMSIZE, :CONDO_PRICESQUARE, :COLLMAS" +
"TTYPE_GRP, :BD_SUMPRICE, :BD_AGE, :CONDO_DEPRECIATION, :CONDO_AGE, :DESC_POSITIO" +
"N, :DESC_UTILITY, :DESC_TRAVEL, :DESC_ETC, :OTHERNET_AMT, :OTHERNET_PERCENT, :OT" +
"HEREST_AMT, :OTHEREST_DESC, :HOUSEEST_PERCENT, :HOUSEESTIMATE2_AMT, :PRICE_AREA2" +
", :TOTAL_AREA2, :LANDEST_PERCENT, :HOUSEESTIMATE1_AMT, :PRICE_AREA1, :TOTAL_AREA" +
"1, :INSPECTER_DESC, :MORTGAGE_TYPE, :MORTGAGE_LANDNUM, :FATHER_NAME, :MATHER_NAM" +
"E, :MORTGAGE_PARTAMT, :MORTGAGE_PARTALL, :REFCOLL_NAME, :LAND_OFFICE, :MRTG_NAME" +
"1, :MRTG_PERSONID1, :MRTG_AGE1, :MRTG_NATIONALITY1, :MRTG_CITIZENSHIP1, :MRTG_VI" +
"LLAGE1, :MRTG_ADDRESS1, :MRTG_MOO1, :MRTG_SOI1, :MRTG_ROAD1, :MRTG_TAMBOL1, :MRT" +
"G_AMPHUR1, :MRTG_PROVINCE1, :MRTG_NAME2, :MRTG_PERSONID2, :MRTG_AGE2, :MRTG_NATI" +
"ONALITY2, :MRTG_CITIZENSHIP2, :MRTG_VILLAGE2, :MRTG_ADDRESS2, :MRTG_MOO2, :MRTG_" +
"SOI2, :MRTG_ROAD2, :MRTG_TAMBOL2, :MRTG_AMPHUR2, :MRTG_PROVINCE2, :DETAIL3, :DET" +
"AIL4, :PEOPLE_NAME, :PEOPLE_POSITION, :MRTG_PARENTNAME2, :MRTG_MATENAME2, :REFCO" +
"LL_MEMNO, :MRTG_MATENAME1, :POS_MOO, :POS_ADDNO, :MRTG_PHONE2, :MRTG_PHONE1)";
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.Char, 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("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("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("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_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("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.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PHONE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PHONE2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PHONE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PHONE1", 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, \"MORT" +
"GAGE_TYPE\" = :MORTGAGE_TYPE, \"MORTGAGE_LANDNUM\" = :MORTGAGE_LANDNUM, \"FATHER_NAM" +
"E\" = :FATHER_NAME, \"MATHER_NAME\" = :MATHER_NAME, \"MORTGAGE_PARTAMT\" = :MORTGAGE_" +
"PARTAMT, \"MORTGAGE_PARTALL\" = :MORTGAGE_PARTALL, \"REFCOLL_NAME\" = :REFCOLL_NAME," +
" \"LAND_OFFICE\" = :LAND_OFFICE, \"MRTG_NAME1\" = :MRTG_NAME1, \"MRTG_PERSONID1\" = :M" +
"RTG_PERSONID1, \"MRTG_AGE1\" = :MRTG_AGE1, \"MRTG_NATIONALITY1\" = :MRTG_NATIONALITY" +
"1, \"MRTG_CITIZENSHIP1\" = :MRTG_CITIZENSHIP1, \"MRTG_VILLAGE1\" = :MRTG_VILLAGE1, \"" +
"MRTG_ADDRESS1\" = :MRTG_ADDRESS1, \"MRTG_MOO1\" = :MRTG_MOO1, \"MRTG_SOI1\" = :MRTG_S" +
"OI1, \"MRTG_ROAD1\" = :MRTG_ROAD1, \"MRTG_TAMBOL1\" = :MRTG_TAMBOL1, \"MRTG_AMPHUR1\" " +
"= :MRTG_AMPHUR1, \"MRTG_PROVINCE1\" = :MRTG_PROVINCE1, \"MRTG_NAME2\" = :MRTG_NAME2," +
" \"MRTG_PERSONID2\" = :MRTG_PERSONID2, \"MRTG_AGE2\" = :MRTG_AGE2, \"MRTG_NATIONALITY" +
"2\" = :MRTG_NATIONALITY2, \"MRTG_CITIZENSHIP2\" = :MRTG_CITIZENSHIP2, \"MRTG_VILLAGE" +
"2\" = :MRTG_VILLAGE2, \"MRTG_ADDRESS2\" = :MRTG_ADDRESS2, \"MRTG_MOO2\" = :MRTG_MOO2," +
" \"MRTG_SOI2\" = :MRTG_SOI2, \"MRTG_ROAD2\" = :MRTG_ROAD2, \"MRTG_TAMBOL2\" = :MRTG_TA" +
"MBOL2, \"MRTG_AMPHUR2\" = :MRTG_AMPHUR2, \"MRTG_PROVINCE2\" = :MRTG_PROVINCE2, \"DETA" +
"IL3\" = :DETAIL3, \"DETAIL4\" = :DETAIL4, \"PEOPLE_NAME\" = :PEOPLE_NAME, \"PEOPLE_POS" +
"ITION\" = :PEOPLE_POSITION, \"MRTG_PARENTNAME2\" = :MRTG_PARENTNAME2, \"MRTG_MATENAM" +
"E2\" = :MRTG_MATENAME2, \"REFCOLL_MEMNO\" = :REFCOLL_MEMNO, \"MRTG_MATENAME1\" = :MRT" +
"G_MATENAME1, \"POS_MOO\" = :POS_MOO, \"POS_ADDNO\" = :POS_ADDNO, \"MRTG_PHONE2\" = :MR" +
"TG_PHONE2, \"MRTG_PHONE1\" = :MRTG_PHONE1 WHERE ((\"COOP_ID\" = :Original_COOP_ID) A" +
"ND (\"COLLMAST_NO\" = :Original_COLLMAST_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("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.Char, 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("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("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("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_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("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("MRTG_PHONE2", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PHONE2", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MRTG_PHONE1", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MRTG_PHONE1", 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["ConnectionString2"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT COOP_ID, COLLMAST_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_D" +
"ESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGA" +
"GE_DATE, \r\n EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMAR" +
"K, BLINDLAND_FLAG, MEMBER_NO, LANDSIDE_NO, COLLRELATION_CODE, OWNER_RELATION, LA" +
"ND_DEPARTMENT, LAND_NO, SURVEY_NO, \r\n BOOK_NO, PAGE_NO, " +
"GROUP_NO, LOANREQUEST_DOCNO, COLLMAST_DATE, MEMCOOP_ID, COLLMAST_PRICE, LAND_RAV" +
"ANG, LAND_DOCNO, LAND_LANDNO, LAND_SURVEY, LAND_BOOKNO, \r\n " +
" LAND_PAGENO, POS_TAMBOL, POS_AMPHUR, POS_PROVINCE, SIZE_RAI, SIZE_NGAN, SIZE_" +
"WA, PHOTOAIR_PROVINCE, PHOTOAIR_NUMBER, PHOTOAIR_PAGE, PRICEPER_UNIT, DOL_PRINCE" +
", \r\n EST_PERCENT, EST_PRICE, BD_VILLAGE, BD_ADDRNO, BD_A" +
"DDRMOO, BD_SOI, BD_ROAD, BD_TAMBOL, BD_AMPHUR, BD_PROVINCE, BD_TYPE, BD_DEPRECIA" +
"TION, BD_ONLANDNO, CONDO_REGISTNO, \r\n CONDO_NAME, CONDO_" +
"TOWERNO, CONDO_FLOOR, CONDO_ROOMNO, CONDO_ROOMSIZE, CONDO_PRICESQUARE, COLLMASTT" +
"YPE_GRP, BD_SUMPRICE, BD_AGE, CONDO_DEPRECIATION, CONDO_AGE, \r\n " +
" DESC_POSITION, DESC_UTILITY, DESC_TRAVEL, DESC_ETC, OTHERNET_AMT, OTHERN" +
"ET_PERCENT, OTHEREST_AMT, OTHEREST_DESC, HOUSEEST_PERCENT, HOUSEESTIMATE2_AMT, P" +
"RICE_AREA2, \r\n TOTAL_AREA2, LANDEST_PERCENT, HOUSEESTIMA" +
"TE1_AMT, PRICE_AREA1, TOTAL_AREA1, INSPECTER_DESC, MORTGAGE_TYPE, MORTGAGE_LANDN" +
"UM, FATHER_NAME, MATHER_NAME, \r\n MORTGAGE_PARTAMT, MORTG" +
"AGE_PARTALL, REFCOLL_NAME, LAND_OFFICE, MRTG_NAME1, MRTG_PERSONID1, MRTG_AGE1, M" +
"RTG_NATIONALITY1, MRTG_CITIZENSHIP1, MRTG_VILLAGE1, \r\n M" +
"RTG_ADDRESS1, MRTG_MOO1, MRTG_SOI1, MRTG_ROAD1, MRTG_TAMBOL1, MRTG_AMPHUR1, MRTG" +
"_PROVINCE1, MRTG_NAME2, MRTG_PERSONID2, MRTG_AGE2, MRTG_NATIONALITY2, \r\n " +
" MRTG_CITIZENSHIP2, MRTG_VILLAGE2, MRTG_ADDRESS2, MRTG_MOO2, MRT" +
"G_SOI2, MRTG_ROAD2, MRTG_TAMBOL2, MRTG_AMPHUR2, MRTG_PROVINCE2, DETAIL3, DETAIL4" +
", PEOPLE_NAME, \r\n PEOPLE_POSITION, MRTG_PARENTNAME2, MRT" +
"G_MATENAME2, REFCOLL_MEMNO, MRTG_MATENAME1, POS_MOO, POS_ADDNO, MRTG_PHONE2, MRT" +
"G_PHONE1\r\nFROM 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,
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,
string MRTG_PARENTNAME2,
string MRTG_MATENAME2,
string REFCOLL_MEMNO,
string MRTG_MATENAME1,
string POS_MOO,
string POS_ADDNO,
string MRTG_PHONE2,
string MRTG_PHONE1) {
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 ((MORTGAGE_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[88].Value = ((decimal)(MORTGAGE_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_LANDNUM.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[89].Value = ((decimal)(MORTGAGE_LANDNUM.Value));
}
else {
this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value;
}
if ((FATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[90].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[91].Value = ((string)(MATHER_NAME));
}
if ((MORTGAGE_PARTAMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[92].Value = ((decimal)(MORTGAGE_PARTAMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PARTALL.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[93].Value = ((decimal)(MORTGAGE_PARTALL.Value));
}
else {
this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((REFCOLL_NAME == null)) {
this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[94].Value = ((string)(REFCOLL_NAME));
}
if ((LAND_OFFICE == null)) {
this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[95].Value = ((string)(LAND_OFFICE));
}
if ((MRTG_NAME1 == null)) {
this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[96].Value = ((string)(MRTG_NAME1));
}
if ((MRTG_PERSONID1 == null)) {
this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[97].Value = ((string)(MRTG_PERSONID1));
}
if ((MRTG_AGE1 == null)) {
this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[98].Value = ((string)(MRTG_AGE1));
}
if ((MRTG_NATIONALITY1 == null)) {
this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[99].Value = ((string)(MRTG_NATIONALITY1));
}
if ((MRTG_CITIZENSHIP1 == null)) {
this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[100].Value = ((string)(MRTG_CITIZENSHIP1));
}
if ((MRTG_VILLAGE1 == null)) {
this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[101].Value = ((string)(MRTG_VILLAGE1));
}
if ((MRTG_ADDRESS1 == null)) {
this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[102].Value = ((string)(MRTG_ADDRESS1));
}
if ((MRTG_MOO1 == null)) {
this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[103].Value = ((string)(MRTG_MOO1));
}
if ((MRTG_SOI1 == null)) {
this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[104].Value = ((string)(MRTG_SOI1));
}
if ((MRTG_ROAD1 == null)) {
this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[105].Value = ((string)(MRTG_ROAD1));
}
if ((MRTG_TAMBOL1 == null)) {
this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[106].Value = ((string)(MRTG_TAMBOL1));
}
if ((MRTG_AMPHUR1 == null)) {
this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[107].Value = ((string)(MRTG_AMPHUR1));
}
if ((MRTG_PROVINCE1 == null)) {
this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[108].Value = ((string)(MRTG_PROVINCE1));
}
if ((MRTG_NAME2 == null)) {
this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[109].Value = ((string)(MRTG_NAME2));
}
if ((MRTG_PERSONID2 == null)) {
this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[110].Value = ((string)(MRTG_PERSONID2));
}
if ((MRTG_AGE2 == null)) {
this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[111].Value = ((string)(MRTG_AGE2));
}
if ((MRTG_NATIONALITY2 == null)) {
this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[112].Value = ((string)(MRTG_NATIONALITY2));
}
if ((MRTG_CITIZENSHIP2 == null)) {
this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[113].Value = ((string)(MRTG_CITIZENSHIP2));
}
if ((MRTG_VILLAGE2 == null)) {
this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[114].Value = ((string)(MRTG_VILLAGE2));
}
if ((MRTG_ADDRESS2 == null)) {
this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[115].Value = ((string)(MRTG_ADDRESS2));
}
if ((MRTG_MOO2 == null)) {
this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[116].Value = ((string)(MRTG_MOO2));
}
if ((MRTG_SOI2 == null)) {
this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[117].Value = ((string)(MRTG_SOI2));
}
if ((MRTG_ROAD2 == null)) {
this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[118].Value = ((string)(MRTG_ROAD2));
}
if ((MRTG_TAMBOL2 == null)) {
this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[119].Value = ((string)(MRTG_TAMBOL2));
}
if ((MRTG_AMPHUR2 == null)) {
this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[120].Value = ((string)(MRTG_AMPHUR2));
}
if ((MRTG_PROVINCE2 == null)) {
this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[121].Value = ((string)(MRTG_PROVINCE2));
}
if ((DETAIL3 == null)) {
this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[122].Value = ((string)(DETAIL3));
}
if ((DETAIL4 == null)) {
this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[123].Value = ((string)(DETAIL4));
}
if ((PEOPLE_NAME == null)) {
this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[124].Value = ((string)(PEOPLE_NAME));
}
if ((PEOPLE_POSITION == null)) {
this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[125].Value = ((string)(PEOPLE_POSITION));
}
if ((MRTG_PARENTNAME2 == null)) {
this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[126].Value = ((string)(MRTG_PARENTNAME2));
}
if ((MRTG_MATENAME2 == null)) {
this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[127].Value = ((string)(MRTG_MATENAME2));
}
if ((REFCOLL_MEMNO == null)) {
this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[128].Value = ((string)(REFCOLL_MEMNO));
}
if ((MRTG_MATENAME1 == null)) {
this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[129].Value = ((string)(MRTG_MATENAME1));
}
if ((POS_MOO == null)) {
this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[130].Value = ((string)(POS_MOO));
}
if ((POS_ADDNO == null)) {
this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[131].Value = ((string)(POS_ADDNO));
}
if ((MRTG_PHONE2 == null)) {
this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[132].Value = ((string)(MRTG_PHONE2));
}
if ((MRTG_PHONE1 == null)) {
this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[133].Value = ((string)(MRTG_PHONE1));
}
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,
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,
string MRTG_PARENTNAME2,
string MRTG_MATENAME2,
string REFCOLL_MEMNO,
string MRTG_MATENAME1,
string POS_MOO,
string POS_ADDNO,
string MRTG_PHONE2,
string MRTG_PHONE1,
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 ((MORTGAGE_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[88].Value = ((decimal)(MORTGAGE_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_LANDNUM.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[89].Value = ((decimal)(MORTGAGE_LANDNUM.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value;
}
if ((FATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[90].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[91].Value = ((string)(MATHER_NAME));
}
if ((MORTGAGE_PARTAMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[92].Value = ((decimal)(MORTGAGE_PARTAMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PARTALL.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[93].Value = ((decimal)(MORTGAGE_PARTALL.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((REFCOLL_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[94].Value = ((string)(REFCOLL_NAME));
}
if ((LAND_OFFICE == null)) {
this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[95].Value = ((string)(LAND_OFFICE));
}
if ((MRTG_NAME1 == null)) {
this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[96].Value = ((string)(MRTG_NAME1));
}
if ((MRTG_PERSONID1 == null)) {
this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[97].Value = ((string)(MRTG_PERSONID1));
}
if ((MRTG_AGE1 == null)) {
this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[98].Value = ((string)(MRTG_AGE1));
}
if ((MRTG_NATIONALITY1 == null)) {
this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[99].Value = ((string)(MRTG_NATIONALITY1));
}
if ((MRTG_CITIZENSHIP1 == null)) {
this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[100].Value = ((string)(MRTG_CITIZENSHIP1));
}
if ((MRTG_VILLAGE1 == null)) {
this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[101].Value = ((string)(MRTG_VILLAGE1));
}
if ((MRTG_ADDRESS1 == null)) {
this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[102].Value = ((string)(MRTG_ADDRESS1));
}
if ((MRTG_MOO1 == null)) {
this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(MRTG_MOO1));
}
if ((MRTG_SOI1 == null)) {
this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(MRTG_SOI1));
}
if ((MRTG_ROAD1 == null)) {
this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(MRTG_ROAD1));
}
if ((MRTG_TAMBOL1 == null)) {
this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(MRTG_TAMBOL1));
}
if ((MRTG_AMPHUR1 == null)) {
this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(MRTG_AMPHUR1));
}
if ((MRTG_PROVINCE1 == null)) {
this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[108].Value = ((string)(MRTG_PROVINCE1));
}
if ((MRTG_NAME2 == null)) {
this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[109].Value = ((string)(MRTG_NAME2));
}
if ((MRTG_PERSONID2 == null)) {
this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[110].Value = ((string)(MRTG_PERSONID2));
}
if ((MRTG_AGE2 == null)) {
this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(MRTG_AGE2));
}
if ((MRTG_NATIONALITY2 == null)) {
this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(MRTG_NATIONALITY2));
}
if ((MRTG_CITIZENSHIP2 == null)) {
this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(MRTG_CITIZENSHIP2));
}
if ((MRTG_VILLAGE2 == null)) {
this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(MRTG_VILLAGE2));
}
if ((MRTG_ADDRESS2 == null)) {
this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(MRTG_ADDRESS2));
}
if ((MRTG_MOO2 == null)) {
this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[116].Value = ((string)(MRTG_MOO2));
}
if ((MRTG_SOI2 == null)) {
this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[117].Value = ((string)(MRTG_SOI2));
}
if ((MRTG_ROAD2 == null)) {
this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[118].Value = ((string)(MRTG_ROAD2));
}
if ((MRTG_TAMBOL2 == null)) {
this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(MRTG_TAMBOL2));
}
if ((MRTG_AMPHUR2 == null)) {
this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(MRTG_AMPHUR2));
}
if ((MRTG_PROVINCE2 == null)) {
this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[121].Value = ((string)(MRTG_PROVINCE2));
}
if ((DETAIL3 == null)) {
this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[122].Value = ((string)(DETAIL3));
}
if ((DETAIL4 == null)) {
this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(DETAIL4));
}
if ((PEOPLE_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[124].Value = ((string)(PEOPLE_NAME));
}
if ((PEOPLE_POSITION == null)) {
this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[125].Value = ((string)(PEOPLE_POSITION));
}
if ((MRTG_PARENTNAME2 == null)) {
this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[126].Value = ((string)(MRTG_PARENTNAME2));
}
if ((MRTG_MATENAME2 == null)) {
this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[127].Value = ((string)(MRTG_MATENAME2));
}
if ((REFCOLL_MEMNO == null)) {
this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[128].Value = ((string)(REFCOLL_MEMNO));
}
if ((MRTG_MATENAME1 == null)) {
this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[129].Value = ((string)(MRTG_MATENAME1));
}
if ((POS_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[130].Value = ((string)(POS_MOO));
}
if ((POS_ADDNO == null)) {
this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[131].Value = ((string)(POS_ADDNO));
}
if ((MRTG_PHONE2 == null)) {
this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[132].Value = ((string)(MRTG_PHONE2));
}
if ((MRTG_PHONE1 == null)) {
this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[133].Value = ((string)(MRTG_PHONE1));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[134].Value = ((string)(Original_COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[135].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,
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,
string MRTG_PARENTNAME2,
string MRTG_MATENAME2,
string REFCOLL_MEMNO,
string MRTG_MATENAME1,
string POS_MOO,
string POS_ADDNO,
string MRTG_PHONE2,
string MRTG_PHONE1,
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, 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, MRTG_PARENTNAME2, MRTG_MATENAME2, REFCOLL_MEMNO, MRTG_MATENAME1, POS_MOO, POS_ADDNO, MRTG_PHONE2, MRTG_PHONE1, 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 LNCOLLCONSTANTTableAdapter : 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 LNCOLLCONSTANTTableAdapter() {
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 = "LNCOLLCONSTANT";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("OFFICE_COLL", "OFFICE_COLL");
tableMapping.ColumnMappings.Add("INT_RATE", "INT_RATE");
tableMapping.ColumnMappings.Add("PEOPLE_NAME", "PEOPLE_NAME");
tableMapping.ColumnMappings.Add("PEOPLE_POSITION", "PEOPLE_POSITION");
tableMapping.ColumnMappings.Add("DETAIL3", "DETAIL3");
tableMapping.ColumnMappings.Add("DETAIL4", "DETAIL4");
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 \"LNCOLLCONSTANT\" WHERE ((\"COOP_ID\" = :Original_COOP_ID))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.VarChar, 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 \"LNCOLLCONSTANT\" (\"COOP_ID\", \"OFFICE_COLL\", \"INT_RATE\", \"PEOPLE_NAME\"" +
", \"PEOPLE_POSITION\", \"DETAIL3\", \"DETAIL4\") VALUES (:COOP_ID, :OFFICE_COLL, :INT_" +
"RATE, :PEOPLE_NAME, :PEOPLE_POSITION, :DETAIL3, :DETAIL4)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("OFFICE_COLL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OFFICE_COLL", 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("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("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.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE \"LNCOLLCONSTANT\" SET \"COOP_ID\" = :COOP_ID, \"OFFICE_COLL\" = :OFFICE_COLL, \"" +
"INT_RATE\" = :INT_RATE, \"PEOPLE_NAME\" = :PEOPLE_NAME, \"PEOPLE_POSITION\" = :PEOPLE" +
"_POSITION, \"DETAIL3\" = :DETAIL3, \"DETAIL4\" = :DETAIL4 WHERE ((\"COOP_ID\" = :Origi" +
"nal_COOP_ID))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.VarChar, 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("OFFICE_COLL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "OFFICE_COLL", 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("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("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("Original_COOP_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString2"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from lncollconstant";
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.LNCOLLCONSTANTDataTable 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.LNCOLLCONSTANTDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCOLLCONSTANTDataTable dataTable = new DataSet1.LNCOLLCONSTANTDataTable();
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.LNCOLLCONSTANTDataTable 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, "LNCOLLCONSTANT");
}
[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 LNCOLLMASTPROPTableAdapter _lNCOLLMASTPROPTableAdapter;
private DT_LANDTableAdapter _dT_LANDTableAdapter;
private DT_RATETableAdapter _dT_RATETableAdapter;
private DT_MAINTableAdapter _dT_MAINTableAdapter;
private LNCOLLMASTBUILDINGTableAdapter _lNCOLLMASTBUILDINGTableAdapter;
private DT_LANDUSETableAdapter _dT_LANDUSETableAdapter;
private DT_CONDOTableAdapter _dT_CONDOTableAdapter;
private DT_DETAILTableAdapter _dT_DETAILTableAdapter;
private DT_MRTGERTableAdapter _dT_MRTGERTableAdapter;
private LNCOLLMASTERTableAdapter _lNCOLLMASTERTableAdapter;
private LNCOLLCONSTANTTableAdapter _lNCOLLCONSTANTTableAdapter;
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 LNCOLLMASTPROPTableAdapter LNCOLLMASTPROPTableAdapter {
get {
return this._lNCOLLMASTPROPTableAdapter;
}
set {
this._lNCOLLMASTPROPTableAdapter = 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 DT_LANDTableAdapter DT_LANDTableAdapter {
get {
return this._dT_LANDTableAdapter;
}
set {
this._dT_LANDTableAdapter = 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 DT_RATETableAdapter DT_RATETableAdapter {
get {
return this._dT_RATETableAdapter;
}
set {
this._dT_RATETableAdapter = 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 DT_MAINTableAdapter DT_MAINTableAdapter {
get {
return this._dT_MAINTableAdapter;
}
set {
this._dT_MAINTableAdapter = 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 LNCOLLMASTBUILDINGTableAdapter LNCOLLMASTBUILDINGTableAdapter {
get {
return this._lNCOLLMASTBUILDINGTableAdapter;
}
set {
this._lNCOLLMASTBUILDINGTableAdapter = 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 DT_LANDUSETableAdapter DT_LANDUSETableAdapter {
get {
return this._dT_LANDUSETableAdapter;
}
set {
this._dT_LANDUSETableAdapter = 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 DT_CONDOTableAdapter DT_CONDOTableAdapter {
get {
return this._dT_CONDOTableAdapter;
}
set {
this._dT_CONDOTableAdapter = 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 DT_DETAILTableAdapter DT_DETAILTableAdapter {
get {
return this._dT_DETAILTableAdapter;
}
set {
this._dT_DETAILTableAdapter = 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 DT_MRTGERTableAdapter DT_MRTGERTableAdapter {
get {
return this._dT_MRTGERTableAdapter;
}
set {
this._dT_MRTGERTableAdapter = 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 LNCOLLCONSTANTTableAdapter LNCOLLCONSTANTTableAdapter {
get {
return this._lNCOLLCONSTANTTableAdapter;
}
set {
this._lNCOLLCONSTANTTableAdapter = 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._lNCOLLMASTPROPTableAdapter != null)
&& (this._lNCOLLMASTPROPTableAdapter.Connection != null))) {
return this._lNCOLLMASTPROPTableAdapter.Connection;
}
if (((this._dT_LANDTableAdapter != null)
&& (this._dT_LANDTableAdapter.Connection != null))) {
return this._dT_LANDTableAdapter.Connection;
}
if (((this._dT_RATETableAdapter != null)
&& (this._dT_RATETableAdapter.Connection != null))) {
return this._dT_RATETableAdapter.Connection;
}
if (((this._dT_MAINTableAdapter != null)
&& (this._dT_MAINTableAdapter.Connection != null))) {
return this._dT_MAINTableAdapter.Connection;
}
if (((this._lNCOLLMASTBUILDINGTableAdapter != null)
&& (this._lNCOLLMASTBUILDINGTableAdapter.Connection != null))) {
return this._lNCOLLMASTBUILDINGTableAdapter.Connection;
}
if (((this._dT_LANDUSETableAdapter != null)
&& (this._dT_LANDUSETableAdapter.Connection != null))) {
return this._dT_LANDUSETableAdapter.Connection;
}
if (((this._dT_CONDOTableAdapter != null)
&& (this._dT_CONDOTableAdapter.Connection != null))) {
return this._dT_CONDOTableAdapter.Connection;
}
if (((this._dT_DETAILTableAdapter != null)
&& (this._dT_DETAILTableAdapter.Connection != null))) {
return this._dT_DETAILTableAdapter.Connection;
}
if (((this._dT_MRTGERTableAdapter != null)
&& (this._dT_MRTGERTableAdapter.Connection != null))) {
return this._dT_MRTGERTableAdapter.Connection;
}
if (((this._lNCOLLMASTERTableAdapter != null)
&& (this._lNCOLLMASTERTableAdapter.Connection != null))) {
return this._lNCOLLMASTERTableAdapter.Connection;
}
if (((this._lNCOLLCONSTANTTableAdapter != null)
&& (this._lNCOLLCONSTANTTableAdapter.Connection != null))) {
return this._lNCOLLCONSTANTTableAdapter.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._lNCOLLMASTPROPTableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_LANDTableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_RATETableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_MAINTableAdapter != null)) {
count = (count + 1);
}
if ((this._lNCOLLMASTBUILDINGTableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_LANDUSETableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_CONDOTableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_DETAILTableAdapter != null)) {
count = (count + 1);
}
if ((this._dT_MRTGERTableAdapter != null)) {
count = (count + 1);
}
if ((this._lNCOLLMASTERTableAdapter != null)) {
count = (count + 1);
}
if ((this._lNCOLLCONSTANTTableAdapter != 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._dT_CONDOTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_CONDO.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_CONDOTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._dT_MAINTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_MAIN.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_MAINTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._dT_LANDTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_LAND.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_LANDTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._dT_DETAILTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_DETAIL.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_DETAILTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._lNCOLLCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLCONSTANT.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._lNCOLLCONSTANTTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._dT_MRTGERTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_MRTGER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_MRTGERTableAdapter.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);
}
}
if ((this._lNCOLLMASTPROPTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLMASTPROP.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._lNCOLLMASTPROPTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._dT_RATETableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_RATE.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_RATETableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._dT_LANDUSETableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.DT_LANDUSE.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._dT_LANDUSETableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._lNCOLLMASTBUILDINGTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLMASTBUILDING.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._lNCOLLMASTBUILDINGTableAdapter.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._dT_CONDOTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_CONDO.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_CONDOTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._dT_MAINTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_MAIN.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_MAINTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._dT_LANDTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_LAND.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_LANDTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._dT_DETAILTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_DETAIL.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_DETAILTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._lNCOLLCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.LNCOLLCONSTANT.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._lNCOLLCONSTANTTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._dT_MRTGERTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_MRTGER.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_MRTGERTableAdapter.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);
}
}
if ((this._lNCOLLMASTPROPTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.LNCOLLMASTPROP.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._lNCOLLMASTPROPTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._dT_RATETableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_RATE.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_RATETableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._dT_LANDUSETableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.DT_LANDUSE.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._dT_LANDUSETableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._lNCOLLMASTBUILDINGTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.LNCOLLMASTBUILDING.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._lNCOLLMASTBUILDINGTableAdapter.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._lNCOLLMASTBUILDINGTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLMASTBUILDING.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._lNCOLLMASTBUILDINGTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._dT_LANDUSETableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_LANDUSE.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_LANDUSETableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._dT_RATETableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_RATE.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_RATETableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._lNCOLLMASTPROPTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLMASTPROP.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._lNCOLLMASTPROPTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
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._dT_MRTGERTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_MRTGER.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_MRTGERTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._lNCOLLCONSTANTTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLCONSTANT.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._lNCOLLCONSTANTTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._dT_DETAILTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_DETAIL.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_DETAILTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._dT_LANDTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_LAND.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_LANDTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._dT_MAINTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_MAIN.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_MAINTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._dT_CONDOTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.DT_CONDO.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._dT_CONDOTableAdapter.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._lNCOLLMASTPROPTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._lNCOLLMASTPROPTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_LANDTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_LANDTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_RATETableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_RATETableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_MAINTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_MAINTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._lNCOLLMASTBUILDINGTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._lNCOLLMASTBUILDINGTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_LANDUSETableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_LANDUSETableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_CONDOTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_CONDOTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_DETAILTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_DETAILTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._dT_MRTGERTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._dT_MRTGERTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
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._lNCOLLCONSTANTTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._lNCOLLCONSTANTTableAdapter.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