//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.dlg.ws_dlg_sl_collsearch_req_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 DT_LISTDataTable tableDT_LIST;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet1() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet1(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["DT_LIST"] != null)) {
base.Tables.Add(new DT_LISTDataTable(ds.Tables["DT_LIST"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
this.InitExpressions();
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public DT_LISTDataTable DT_LIST {
get {
return this.tableDT_LIST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet1 cln = ((DataSet1)(base.Clone()));
cln.InitVars();
cln.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["DT_LIST"] != null)) {
base.Tables.Add(new DT_LISTDataTable(ds.Tables["DT_LIST"]));
}
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.tableDT_LIST = ((DT_LISTDataTable)(base.Tables["DT_LIST"]));
if ((initTable == true)) {
if ((this.tableDT_LIST != null)) {
this.tableDT_LIST.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet1";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet1.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableDT_LIST = new DT_LISTDataTable(false);
base.Tables.Add(this.tableDT_LIST);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDT_LIST() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.DT_LIST.cp_colltypeColumn.Expression = "iif(COLLMASTTYPE_DESC1 = \'\',COLLMASTTYPE_DESC,COLLMASTTYPE_DESC+\' (\'+COLLMASTTYPE" +
"_DESC1+\')\')";
this.DT_LIST.cp_detailColumn.Expression = @"iif(COLLMASTTYPE_GRP = '01','ที่ดิน เอกสารสิทธิ์ '+COLLMASTTYPE_DESC1+' เลขที่ '+LAND_DOCNO,iif(COLLMASTTYPE_GRP = '02',trim(BUILDING_DESC)+' ตั้งอยู่ ' +COLLMASTTYPE_DESC1+' เลขที่ '+BD_ONLANDNO,iif(COLLMASTTYPE_GRP = '03',CONDO_NAME+ ' เลขที่อาคาร ' +CONDO_TOWERNO,'')))";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DT_LISTRowChangeEventHandler(object sender, DT_LISTRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DT_LISTDataTable : 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 columnCOLLMASTTYPE_GRP1;
private global::System.Data.DataColumn columnCOLLMASTTYPE_DESC;
private global::System.Data.DataColumn columnCOLLMASTTYPE_CODE1;
private global::System.Data.DataColumn columnCOLLMASTTYPE_DESC1;
private global::System.Data.DataColumn columnDOCUMENT_CODE;
private global::System.Data.DataColumn columnCOLLDOC_PREFIX;
private global::System.Data.DataColumn columnCOLLMASTTYPE_GRP2;
private global::System.Data.DataColumn columnBUILDINGTYPE_CODE;
private global::System.Data.DataColumn columnBUILDING_DESC;
private global::System.Data.DataColumn columncp_colltype;
private global::System.Data.DataColumn columncp_detail;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LISTDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LISTDataTable(bool initExpressions) {
this.TableName = "DT_LIST";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_LISTDataTable(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_LISTDataTable(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 COLLMASTTYPE_GRP1Column {
get {
return this.columnCOLLMASTTYPE_GRP1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMASTTYPE_DESCColumn {
get {
return this.columnCOLLMASTTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMASTTYPE_CODE1Column {
get {
return this.columnCOLLMASTTYPE_CODE1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMASTTYPE_DESC1Column {
get {
return this.columnCOLLMASTTYPE_DESC1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DOCUMENT_CODEColumn {
get {
return this.columnDOCUMENT_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLDOC_PREFIXColumn {
get {
return this.columnCOLLDOC_PREFIX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMASTTYPE_GRP2Column {
get {
return this.columnCOLLMASTTYPE_GRP2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BUILDINGTYPE_CODEColumn {
get {
return this.columnBUILDINGTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BUILDING_DESCColumn {
get {
return this.columnBUILDING_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_colltypeColumn {
get {
return this.columncp_colltype;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_detailColumn {
get {
return this.columncp_detail;
}
}
[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_LISTRow this[int index] {
get {
return ((DT_LISTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LISTRowChangeEventHandler DT_LISTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LISTRowChangeEventHandler DT_LISTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LISTRowChangeEventHandler DT_LISTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DT_LISTRowChangeEventHandler DT_LISTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDT_LISTRow(DT_LISTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LISTRow AddDT_LISTRow(
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,
string SIZE_RAI,
string SIZE_NGAN,
string 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,
string COLLMASTTYPE_GRP1,
string COLLMASTTYPE_DESC,
string COLLMASTTYPE_CODE1,
string COLLMASTTYPE_DESC1,
string DOCUMENT_CODE,
string COLLDOC_PREFIX,
string COLLMASTTYPE_GRP2,
string BUILDINGTYPE_CODE,
string BUILDING_DESC,
string cp_colltype,
string cp_detail) {
DT_LISTRow rowDT_LISTRow = ((DT_LISTRow)(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,
COLLMASTTYPE_GRP1,
COLLMASTTYPE_DESC,
COLLMASTTYPE_CODE1,
COLLMASTTYPE_DESC1,
DOCUMENT_CODE,
COLLDOC_PREFIX,
COLLMASTTYPE_GRP2,
BUILDINGTYPE_CODE,
BUILDING_DESC,
cp_colltype,
cp_detail};
rowDT_LISTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_LISTRow);
return rowDT_LISTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LISTRow AddDT_LISTRow(
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,
string SIZE_RAI,
string SIZE_NGAN,
string 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,
string COLLMASTTYPE_GRP1,
string COLLMASTTYPE_DESC,
string COLLMASTTYPE_CODE1,
string COLLMASTTYPE_DESC1,
string DOCUMENT_CODE,
string COLLDOC_PREFIX,
string COLLMASTTYPE_GRP2,
string BUILDINGTYPE_CODE,
string BUILDING_DESC) {
DT_LISTRow rowDT_LISTRow = ((DT_LISTRow)(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,
COLLMASTTYPE_GRP1,
COLLMASTTYPE_DESC,
COLLMASTTYPE_CODE1,
COLLMASTTYPE_DESC1,
DOCUMENT_CODE,
COLLDOC_PREFIX,
COLLMASTTYPE_GRP2,
BUILDINGTYPE_CODE,
BUILDING_DESC,
null,
null};
rowDT_LISTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDT_LISTRow);
return rowDT_LISTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LISTRow FindByCOOP_IDCOLLMAST_NOCOLLMASTTYPE_GRP1COLLMASTTYPE_CODE1(string COOP_ID, string COLLMAST_NO, string COLLMASTTYPE_GRP1, string COLLMASTTYPE_CODE1) {
return ((DT_LISTRow)(this.Rows.Find(new object[] {
COOP_ID,
COLLMAST_NO,
COLLMASTTYPE_GRP1,
COLLMASTTYPE_CODE1})));
}
[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_LISTDataTable cln = ((DT_LISTDataTable)(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_LISTDataTable();
}
[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.columnCOLLMASTTYPE_GRP1 = base.Columns["COLLMASTTYPE_GRP1"];
this.columnCOLLMASTTYPE_DESC = base.Columns["COLLMASTTYPE_DESC"];
this.columnCOLLMASTTYPE_CODE1 = base.Columns["COLLMASTTYPE_CODE1"];
this.columnCOLLMASTTYPE_DESC1 = base.Columns["COLLMASTTYPE_DESC1"];
this.columnDOCUMENT_CODE = base.Columns["DOCUMENT_CODE"];
this.columnCOLLDOC_PREFIX = base.Columns["COLLDOC_PREFIX"];
this.columnCOLLMASTTYPE_GRP2 = base.Columns["COLLMASTTYPE_GRP2"];
this.columnBUILDINGTYPE_CODE = base.Columns["BUILDINGTYPE_CODE"];
this.columnBUILDING_DESC = base.Columns["BUILDING_DESC"];
this.columncp_colltype = base.Columns["cp_colltype"];
this.columncp_detail = base.Columns["cp_detail"];
}
[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(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSIZE_RAI);
this.columnSIZE_NGAN = new global::System.Data.DataColumn("SIZE_NGAN", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSIZE_NGAN);
this.columnSIZE_WA = new global::System.Data.DataColumn("SIZE_WA", typeof(string), 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.columnCOLLMASTTYPE_GRP1 = new global::System.Data.DataColumn("COLLMASTTYPE_GRP1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_GRP1);
this.columnCOLLMASTTYPE_DESC = new global::System.Data.DataColumn("COLLMASTTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_DESC);
this.columnCOLLMASTTYPE_CODE1 = new global::System.Data.DataColumn("COLLMASTTYPE_CODE1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_CODE1);
this.columnCOLLMASTTYPE_DESC1 = new global::System.Data.DataColumn("COLLMASTTYPE_DESC1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_DESC1);
this.columnDOCUMENT_CODE = new global::System.Data.DataColumn("DOCUMENT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDOCUMENT_CODE);
this.columnCOLLDOC_PREFIX = new global::System.Data.DataColumn("COLLDOC_PREFIX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLDOC_PREFIX);
this.columnCOLLMASTTYPE_GRP2 = new global::System.Data.DataColumn("COLLMASTTYPE_GRP2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTTYPE_GRP2);
this.columnBUILDINGTYPE_CODE = new global::System.Data.DataColumn("BUILDINGTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBUILDINGTYPE_CODE);
this.columnBUILDING_DESC = new global::System.Data.DataColumn("BUILDING_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBUILDING_DESC);
this.columncp_colltype = new global::System.Data.DataColumn("cp_colltype", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_colltype);
this.columncp_detail = new global::System.Data.DataColumn("cp_detail", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_detail);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnCOLLMAST_NO,
this.columnCOLLMASTTYPE_GRP1,
this.columnCOLLMASTTYPE_CODE1}, 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.columnSIZE_RAI.MaxLength = 30;
this.columnSIZE_NGAN.MaxLength = 30;
this.columnSIZE_WA.MaxLength = 30;
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.columnCOLLMASTTYPE_GRP1.AllowDBNull = false;
this.columnCOLLMASTTYPE_GRP1.MaxLength = 2;
this.columnCOLLMASTTYPE_DESC.MaxLength = 200;
this.columnCOLLMASTTYPE_CODE1.AllowDBNull = false;
this.columnCOLLMASTTYPE_CODE1.MaxLength = 2;
this.columnCOLLMASTTYPE_DESC1.MaxLength = 60;
this.columnDOCUMENT_CODE.MaxLength = 20;
this.columnCOLLDOC_PREFIX.MaxLength = 3;
this.columnCOLLMASTTYPE_GRP2.MaxLength = 2;
this.columnBUILDINGTYPE_CODE.AllowDBNull = false;
this.columnBUILDINGTYPE_CODE.MaxLength = 2;
this.columnBUILDING_DESC.MaxLength = 100;
this.columncp_colltype.ReadOnly = true;
this.columncp_detail.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DT_LISTRow NewDT_LISTRow() {
return ((DT_LISTRow)(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_LISTRow(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_LISTRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_colltypeColumn.Expression = "iif(COLLMASTTYPE_DESC1 = \'\',COLLMASTTYPE_DESC,COLLMASTTYPE_DESC+\' (\'+COLLMASTTYPE" +
"_DESC1+\')\')";
this.cp_detailColumn.Expression = @"iif(COLLMASTTYPE_GRP = '01','ที่ดิน เอกสารสิทธิ์ '+COLLMASTTYPE_DESC1+' เลขที่ '+LAND_DOCNO,iif(COLLMASTTYPE_GRP = '02',trim(BUILDING_DESC)+' ตั้งอยู่ ' +COLLMASTTYPE_DESC1+' เลขที่ '+BD_ONLANDNO,iif(COLLMASTTYPE_GRP = '03',CONDO_NAME+ ' เลขที่อาคาร ' +CONDO_TOWERNO,'')))";
}
[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_LISTRowChanged != null)) {
this.DT_LISTRowChanged(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(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_LISTRowChanging != null)) {
this.DT_LISTRowChanging(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(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_LISTRowDeleted != null)) {
this.DT_LISTRowDeleted(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(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_LISTRowDeleting != null)) {
this.DT_LISTRowDeleting(this, new DT_LISTRowChangeEvent(((DT_LISTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDT_LISTRow(DT_LISTRow 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_LISTDataTable";
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 DT_LISTRow : global::System.Data.DataRow {
private DT_LISTDataTable tableDT_LIST;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DT_LISTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDT_LIST = ((DT_LISTDataTable)(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_LIST.COOP_IDColumn]));
}
set {
this[this.tableDT_LIST.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_LIST.COLLMAST_NOColumn]));
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLMAST_REFNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_REFNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLMASTTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_CODE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLMAST_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DESC\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.LANDESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LANDESTIMATE_AMT\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.HOUSEESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE_AMT\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.ESTIMATE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ESTIMATE_PRICE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.MORTGAGE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PRICE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.MORTGAGE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_DATE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.EXPIRE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPIRE_DATE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.REDEEM_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_FLAG\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.REDEEM_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_DATE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.BLINDLAND_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BLINDLAND_FLAG\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.LANDSIDE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LANDSIDE_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLRELATION_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLRELATION_CODE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.OWNER_RELATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'OWNER_RELATION\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.LAND_DEPARTMENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_DEPARTMENT\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.LAND_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.SURVEY_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SURVEY_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.BOOK_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BOOK_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.PAGE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAGE_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.GROUP_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GROUP_NO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.LOANREQUEST_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_DOCNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLMAST_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DATE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.MEMCOOP_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMCOOP_ID\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLMAST_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_PRICE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.LAND_RAVANGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_RAVANG\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.LAND_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_DOCNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.LAND_LANDNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_LANDNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.LAND_SURVEYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_SURVEY\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.LAND_BOOKNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_BOOKNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.LAND_PAGENOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_PAGENO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.POS_TAMBOLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_TAMBOL\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.POS_AMPHURColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_AMPHUR\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.POS_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POS_PROVINCE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.POS_PROVINCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SIZE_RAI {
get {
try {
return ((string)(this[this.tableDT_LIST.SIZE_RAIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIZE_RAI\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.SIZE_RAIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SIZE_NGAN {
get {
try {
return ((string)(this[this.tableDT_LIST.SIZE_NGANColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIZE_NGAN\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.SIZE_NGANColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SIZE_WA {
get {
try {
return ((string)(this[this.tableDT_LIST.SIZE_WAColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIZE_WA\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.PHOTOAIR_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_PROVINCE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.PHOTOAIR_NUMBERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_NUMBER\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.PHOTOAIR_PAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PHOTOAIR_PAGE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.PRICEPER_UNITColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRICEPER_UNIT\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.DOL_PRINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOL_PRINCE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.EST_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EST_PERCENT\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.EST_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EST_PRICE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.BD_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_VILLAGE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_ADDRNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ADDRNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_ADDRMOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ADDRMOO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_SOI\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ROAD\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_TAMBOLColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_TAMBOL\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_AMPHURColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_AMPHUR\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_PROVINCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_PROVINCE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_TYPE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_DEPRECIATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_DEPRECIATION\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_ONLANDNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_ONLANDNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.CONDO_REGISTNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_REGISTNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.CONDO_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_NAME\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.CONDO_TOWERNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_TOWERNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.CONDO_FLOORColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_FLOOR\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.CONDO_ROOMNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_ROOMNO\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.CONDO_ROOMSIZEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_ROOMSIZE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.CONDO_PRICESQUAREColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_PRICESQUARE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.COLLMASTTYPE_GRPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_GRP\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.BD_SUMPRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_SUMPRICE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.BD_AGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BD_AGE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.CONDO_DEPRECIATIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_DEPRECIATION\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.CONDO_AGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CONDO_AGE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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.tableDT_LIST.DESC_POSITIONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_POSITION\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.DESC_UTILITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_UTILITY\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.DESC_TRAVELColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_TRAVEL\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.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_LIST.DESC_ETCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DESC_ETC\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.DESC_ETCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMASTTYPE_GRP1 {
get {
return ((string)(this[this.tableDT_LIST.COLLMASTTYPE_GRP1Column]));
}
set {
this[this.tableDT_LIST.COLLMASTTYPE_GRP1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMASTTYPE_DESC {
get {
try {
return ((string)(this[this.tableDT_LIST.COLLMASTTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_DESC\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.COLLMASTTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMASTTYPE_CODE1 {
get {
return ((string)(this[this.tableDT_LIST.COLLMASTTYPE_CODE1Column]));
}
set {
this[this.tableDT_LIST.COLLMASTTYPE_CODE1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMASTTYPE_DESC1 {
get {
try {
return ((string)(this[this.tableDT_LIST.COLLMASTTYPE_DESC1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_DESC1\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.COLLMASTTYPE_DESC1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DOCUMENT_CODE {
get {
try {
return ((string)(this[this.tableDT_LIST.DOCUMENT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DOCUMENT_CODE\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.DOCUMENT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLDOC_PREFIX {
get {
try {
return ((string)(this[this.tableDT_LIST.COLLDOC_PREFIXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLDOC_PREFIX\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.COLLDOC_PREFIXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMASTTYPE_GRP2 {
get {
try {
return ((string)(this[this.tableDT_LIST.COLLMASTTYPE_GRP2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_GRP2\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.COLLMASTTYPE_GRP2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BUILDINGTYPE_CODE {
get {
return ((string)(this[this.tableDT_LIST.BUILDINGTYPE_CODEColumn]));
}
set {
this[this.tableDT_LIST.BUILDINGTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BUILDING_DESC {
get {
try {
return ((string)(this[this.tableDT_LIST.BUILDING_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BUILDING_DESC\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.BUILDING_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_colltype {
get {
try {
return ((string)(this[this.tableDT_LIST.cp_colltypeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_colltype\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.cp_colltypeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_detail {
get {
try {
return ((string)(this[this.tableDT_LIST.cp_detailColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_detail\' in table \'DT_LIST\' is DBNull.", e);
}
}
set {
this[this.tableDT_LIST.cp_detailColumn] = 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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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.tableDT_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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_LIST.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 IsCOLLMASTTYPE_DESCNull() {
return this.IsNull(this.tableDT_LIST.COLLMASTTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMASTTYPE_DESCNull() {
this[this.tableDT_LIST.COLLMASTTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMASTTYPE_DESC1Null() {
return this.IsNull(this.tableDT_LIST.COLLMASTTYPE_DESC1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMASTTYPE_DESC1Null() {
this[this.tableDT_LIST.COLLMASTTYPE_DESC1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDOCUMENT_CODENull() {
return this.IsNull(this.tableDT_LIST.DOCUMENT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDOCUMENT_CODENull() {
this[this.tableDT_LIST.DOCUMENT_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLDOC_PREFIXNull() {
return this.IsNull(this.tableDT_LIST.COLLDOC_PREFIXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLDOC_PREFIXNull() {
this[this.tableDT_LIST.COLLDOC_PREFIXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMASTTYPE_GRP2Null() {
return this.IsNull(this.tableDT_LIST.COLLMASTTYPE_GRP2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMASTTYPE_GRP2Null() {
this[this.tableDT_LIST.COLLMASTTYPE_GRP2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBUILDING_DESCNull() {
return this.IsNull(this.tableDT_LIST.BUILDING_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBUILDING_DESCNull() {
this[this.tableDT_LIST.BUILDING_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_colltypeNull() {
return this.IsNull(this.tableDT_LIST.cp_colltypeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_colltypeNull() {
this[this.tableDT_LIST.cp_colltypeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_detailNull() {
return this.IsNull(this.tableDT_LIST.cp_detailColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_detailNull() {
this[this.tableDT_LIST.cp_detailColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class DT_LISTRowChangeEvent : global::System.EventArgs {
private DT_LISTRow 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_LISTRowChangeEvent(DT_LISTRow 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_LISTRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.dlg.ws_dlg_sl_collsearch_req_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 DT_LISTTableAdapter : 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_LISTTableAdapter() {
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_LIST";
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("COLLMASTTYPE_GRP1", "COLLMASTTYPE_GRP1");
tableMapping.ColumnMappings.Add("COLLMASTTYPE_DESC", "COLLMASTTYPE_DESC");
tableMapping.ColumnMappings.Add("COLLMASTTYPE_CODE1", "COLLMASTTYPE_CODE1");
tableMapping.ColumnMappings.Add("COLLMASTTYPE_DESC1", "COLLMASTTYPE_DESC1");
tableMapping.ColumnMappings.Add("DOCUMENT_CODE", "DOCUMENT_CODE");
tableMapping.ColumnMappings.Add("COLLDOC_PREFIX", "COLLDOC_PREFIX");
tableMapping.ColumnMappings.Add("COLLMASTTYPE_GRP2", "COLLMASTTYPE_GRP2");
tableMapping.ColumnMappings.Add("BUILDINGTYPE_CODE", "BUILDINGTYPE_CODE");
tableMapping.ColumnMappings.Add("BUILDING_DESC", "BUILDING_DESC");
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
*
from
lncollmaster ,lnucfcollmasttypegrp,lnucfcollmasttype,lnucfbuildingtype
where
lnucfcollmasttypegrp.collmasttype_grp = lncollmaster.collmasttype_grp and
lnucfcollmasttype.collmasttype_code = lncollmaster.collmasttype_code and
lncollmaster.bd_type = lnucfbuildingtype.buildingtype_code";
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_LISTDataTable 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_LISTDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DT_LISTDataTable dataTable = new DataSet1.DT_LISTDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///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 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")]
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;
}
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;
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;
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;
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;
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;
}
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