//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.shrlon.ws_sl_collateral_check_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 LNCONTCOLLDataTable tableLNCONTCOLL;
private LNREQLOANDataTable tableLNREQLOAN;
private LNGRPMANGRTPERMDataTable tableLNGRPMANGRTPERM;
private SHSHAREMASTERDataTable tableSHSHAREMASTER;
private DPDEPTMASTERDataTable tableDPDEPTMASTER;
private LNCOLLMASTERDataTable tableLNCOLLMASTER;
private LNCOLLMASTMEMCODataTable tableLNCOLLMASTMEMCO;
private MBMEMBMASTERDataTable tableMBMEMBMASTER;
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["LNCONTCOLL"] != null)) {
base.Tables.Add(new LNCONTCOLLDataTable(ds.Tables["LNCONTCOLL"]));
}
if ((ds.Tables["LNREQLOAN"] != null)) {
base.Tables.Add(new LNREQLOANDataTable(ds.Tables["LNREQLOAN"]));
}
if ((ds.Tables["LNGRPMANGRTPERM"] != null)) {
base.Tables.Add(new LNGRPMANGRTPERMDataTable(ds.Tables["LNGRPMANGRTPERM"]));
}
if ((ds.Tables["SHSHAREMASTER"] != null)) {
base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"]));
}
if ((ds.Tables["DPDEPTMASTER"] != null)) {
base.Tables.Add(new DPDEPTMASTERDataTable(ds.Tables["DPDEPTMASTER"]));
}
if ((ds.Tables["LNCOLLMASTER"] != null)) {
base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"]));
}
if ((ds.Tables["LNCOLLMASTMEMCO"] != null)) {
base.Tables.Add(new LNCOLLMASTMEMCODataTable(ds.Tables["LNCOLLMASTMEMCO"]));
}
if ((ds.Tables["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
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 LNCONTCOLLDataTable LNCONTCOLL {
get {
return this.tableLNCONTCOLL;
}
}
[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 LNREQLOANDataTable LNREQLOAN {
get {
return this.tableLNREQLOAN;
}
}
[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 LNGRPMANGRTPERMDataTable LNGRPMANGRTPERM {
get {
return this.tableLNGRPMANGRTPERM;
}
}
[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 SHSHAREMASTERDataTable SHSHAREMASTER {
get {
return this.tableSHSHAREMASTER;
}
}
[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 DPDEPTMASTERDataTable DPDEPTMASTER {
get {
return this.tableDPDEPTMASTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public LNCOLLMASTERDataTable LNCOLLMASTER {
get {
return this.tableLNCOLLMASTER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public LNCOLLMASTMEMCODataTable LNCOLLMASTMEMCO {
get {
return this.tableLNCOLLMASTMEMCO;
}
}
[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 MBMEMBMASTERDataTable MBMEMBMASTER {
get {
return this.tableMBMEMBMASTER;
}
}
[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["LNCONTCOLL"] != null)) {
base.Tables.Add(new LNCONTCOLLDataTable(ds.Tables["LNCONTCOLL"]));
}
if ((ds.Tables["LNREQLOAN"] != null)) {
base.Tables.Add(new LNREQLOANDataTable(ds.Tables["LNREQLOAN"]));
}
if ((ds.Tables["LNGRPMANGRTPERM"] != null)) {
base.Tables.Add(new LNGRPMANGRTPERMDataTable(ds.Tables["LNGRPMANGRTPERM"]));
}
if ((ds.Tables["SHSHAREMASTER"] != null)) {
base.Tables.Add(new SHSHAREMASTERDataTable(ds.Tables["SHSHAREMASTER"]));
}
if ((ds.Tables["DPDEPTMASTER"] != null)) {
base.Tables.Add(new DPDEPTMASTERDataTable(ds.Tables["DPDEPTMASTER"]));
}
if ((ds.Tables["LNCOLLMASTER"] != null)) {
base.Tables.Add(new LNCOLLMASTERDataTable(ds.Tables["LNCOLLMASTER"]));
}
if ((ds.Tables["LNCOLLMASTMEMCO"] != null)) {
base.Tables.Add(new LNCOLLMASTMEMCODataTable(ds.Tables["LNCOLLMASTMEMCO"]));
}
if ((ds.Tables["MBMEMBMASTER"] != null)) {
base.Tables.Add(new MBMEMBMASTERDataTable(ds.Tables["MBMEMBMASTER"]));
}
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.tableLNCONTCOLL = ((LNCONTCOLLDataTable)(base.Tables["LNCONTCOLL"]));
if ((initTable == true)) {
if ((this.tableLNCONTCOLL != null)) {
this.tableLNCONTCOLL.InitVars();
}
}
this.tableLNREQLOAN = ((LNREQLOANDataTable)(base.Tables["LNREQLOAN"]));
if ((initTable == true)) {
if ((this.tableLNREQLOAN != null)) {
this.tableLNREQLOAN.InitVars();
}
}
this.tableLNGRPMANGRTPERM = ((LNGRPMANGRTPERMDataTable)(base.Tables["LNGRPMANGRTPERM"]));
if ((initTable == true)) {
if ((this.tableLNGRPMANGRTPERM != null)) {
this.tableLNGRPMANGRTPERM.InitVars();
}
}
this.tableSHSHAREMASTER = ((SHSHAREMASTERDataTable)(base.Tables["SHSHAREMASTER"]));
if ((initTable == true)) {
if ((this.tableSHSHAREMASTER != null)) {
this.tableSHSHAREMASTER.InitVars();
}
}
this.tableDPDEPTMASTER = ((DPDEPTMASTERDataTable)(base.Tables["DPDEPTMASTER"]));
if ((initTable == true)) {
if ((this.tableDPDEPTMASTER != null)) {
this.tableDPDEPTMASTER.InitVars();
}
}
this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(base.Tables["LNCOLLMASTER"]));
if ((initTable == true)) {
if ((this.tableLNCOLLMASTER != null)) {
this.tableLNCOLLMASTER.InitVars();
}
}
this.tableLNCOLLMASTMEMCO = ((LNCOLLMASTMEMCODataTable)(base.Tables["LNCOLLMASTMEMCO"]));
if ((initTable == true)) {
if ((this.tableLNCOLLMASTMEMCO != null)) {
this.tableLNCOLLMASTMEMCO.InitVars();
}
}
this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(base.Tables["MBMEMBMASTER"]));
if ((initTable == true)) {
if ((this.tableMBMEMBMASTER != null)) {
this.tableMBMEMBMASTER.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.tableLNCONTCOLL = new LNCONTCOLLDataTable(false);
base.Tables.Add(this.tableLNCONTCOLL);
this.tableLNREQLOAN = new LNREQLOANDataTable(false);
base.Tables.Add(this.tableLNREQLOAN);
this.tableLNGRPMANGRTPERM = new LNGRPMANGRTPERMDataTable();
base.Tables.Add(this.tableLNGRPMANGRTPERM);
this.tableSHSHAREMASTER = new SHSHAREMASTERDataTable(false);
base.Tables.Add(this.tableSHSHAREMASTER);
this.tableDPDEPTMASTER = new DPDEPTMASTERDataTable(false);
base.Tables.Add(this.tableDPDEPTMASTER);
this.tableLNCOLLMASTER = new LNCOLLMASTERDataTable();
base.Tables.Add(this.tableLNCOLLMASTER);
this.tableLNCOLLMASTMEMCO = new LNCOLLMASTMEMCODataTable(false);
base.Tables.Add(this.tableLNCOLLMASTMEMCO);
this.tableMBMEMBMASTER = new MBMEMBMASTERDataTable();
base.Tables.Add(this.tableMBMEMBMASTER);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCONTCOLL() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNREQLOAN() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNGRPMANGRTPERM() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeSHSHAREMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeDPDEPTMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCOLLMASTER() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeLNCOLLMASTMEMCO() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeMBMEMBMASTER() {
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.LNCONTCOLL.cp_nameColumn.Expression = " member_no +\' - \'+ prename_desc + memb_name +\' \'+ memb_surname ";
this.LNCONTCOLL.cp_colluseColumn.Expression = "( ( principal_balance + withdrawable_amt ) * collactive_percent / 100 ) / iif(col" +
"lbase_percent=0,1,collbase_percent)";
this.LNREQLOAN.cp_collamtColumn.Expression = "LOANREQUEST_AMT *(COLLACTIVE_PERCENT/100)";
this.SHSHAREMASTER.cp_membgroupColumn.Expression = "trim( membgroup_code ) +\' - \'+ membgroup_desc ";
this.SHSHAREMASTER.cp_sharestk_valueColumn.Expression = " ( sharestk_amt + sharearrear_amt ) * unitshare_value";
this.SHSHAREMASTER.cp_last_periodColumn.Expression = " periodshare_amt * unitshare_value";
this.SHSHAREMASTER.cp_sharebegin_amtColumn.Expression = "(iif(sharebegin_amt =null,0,sharebegin_amt )+iif(sharearrearbf_amt =null,0,sharea" +
"rrearbf_amt ))*iif(unitshare_value =null,0,unitshare_value) ";
this.SHSHAREMASTER.cp_sharestk_amtColumn.Expression = "(iif(sharestk_amt =null,0,sharestk_amt )+iif(sharearrear_amt=null,0,sharearrear_a" +
"mt ))*iif(unitshare_value =null,0,unitshare_value )";
this.SHSHAREMASTER.cp_periodshare_amtColumn.Expression = "iif(periodshare_amt=null,0,periodshare_amt)*iif(unitshare_value=null,0,unitshare_" +
"value)";
this.DPDEPTMASTER.cp_depttypeColumn.Expression = " depttype_code +\' - \'+ depttype_desc";
this.LNCOLLMASTMEMCO.cp_nameColumn.Expression = " prename_short + memb_name +\' \'+ memb_surname";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCONTCOLLRowChangeEventHandler(object sender, LNCONTCOLLRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNREQLOANRowChangeEventHandler(object sender, LNREQLOANRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNGRPMANGRTPERMRowChangeEventHandler(object sender, LNGRPMANGRTPERMRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void SHSHAREMASTERRowChangeEventHandler(object sender, SHSHAREMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void DPDEPTMASTERRowChangeEventHandler(object sender, DPDEPTMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCOLLMASTERRowChangeEventHandler(object sender, LNCOLLMASTERRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void LNCOLLMASTMEMCORowChangeEventHandler(object sender, LNCOLLMASTMEMCORowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void MBMEMBMASTERRowChangeEventHandler(object sender, MBMEMBMASTERRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNCONTCOLLDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnREF_COLLNO;
private global::System.Data.DataColumn columnLOANCONTRACT_NO;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLOANTYPE_CODE;
private global::System.Data.DataColumn columnLOANAPPROVE_AMT;
private global::System.Data.DataColumn columnWITHDRAWABLE_AMT;
private global::System.Data.DataColumn columnPRINCIPAL_BALANCE;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnPREFIX;
private global::System.Data.DataColumn columnCOLL_PERCENT;
private global::System.Data.DataColumn columnBASE_PERCENT;
private global::System.Data.DataColumn columnLOANTYPE_DESC;
private global::System.Data.DataColumn columncolltype_code_name;
private global::System.Data.DataColumn columncolltype_code;
private global::System.Data.DataColumn columncollateral_no;
private global::System.Data.DataColumn columncollateral_desc;
private global::System.Data.DataColumn columncp_name;
private global::System.Data.DataColumn columncp_colluse;
private global::System.Data.DataColumn columncp_sumcp_colluse;
private global::System.Data.DataColumn columnCOLLBASE_PERCENT;
private global::System.Data.DataColumn columnCOLLACTIVE_PERCENT;
private global::System.Data.DataColumn columnCOLLACTIVE_AMT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTCOLLDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTCOLLDataTable(bool initExpressions) {
this.TableName = "LNCONTCOLL";
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 LNCONTCOLLDataTable(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 LNCONTCOLLDataTable(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 REF_COLLNOColumn {
get {
return this.columnREF_COLLNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCONTRACT_NOColumn {
get {
return this.columnLOANCONTRACT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 LOANTYPE_CODEColumn {
get {
return this.columnLOANTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANAPPROVE_AMTColumn {
get {
return this.columnLOANAPPROVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn {
get {
return this.columnWITHDRAWABLE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINCIPAL_BALANCEColumn {
get {
return this.columnPRINCIPAL_BALANCE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PREFIXColumn {
get {
return this.columnPREFIX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLL_PERCENTColumn {
get {
return this.columnCOLL_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BASE_PERCENTColumn {
get {
return this.columnBASE_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANTYPE_DESCColumn {
get {
return this.columnLOANTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn colltype_code_nameColumn {
get {
return this.columncolltype_code_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn colltype_codeColumn {
get {
return this.columncolltype_code;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn collateral_noColumn {
get {
return this.columncollateral_no;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn collateral_descColumn {
get {
return this.columncollateral_desc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_nameColumn {
get {
return this.columncp_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_colluseColumn {
get {
return this.columncp_colluse;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_sumcp_colluseColumn {
get {
return this.columncp_sumcp_colluse;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLBASE_PERCENTColumn {
get {
return this.columnCOLLBASE_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLACTIVE_PERCENTColumn {
get {
return this.columnCOLLACTIVE_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLACTIVE_AMTColumn {
get {
return this.columnCOLLACTIVE_AMT;
}
}
[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 LNCONTCOLLRow this[int index] {
get {
return ((LNCONTCOLLRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCONTCOLLRowChangeEventHandler LNCONTCOLLRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCONTCOLLRow(LNCONTCOLLRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTCOLLRow AddLNCONTCOLLRow(
string REF_COLLNO,
string LOANCONTRACT_NO,
string MEMBER_NO,
string LOANTYPE_CODE,
decimal LOANAPPROVE_AMT,
decimal WITHDRAWABLE_AMT,
decimal PRINCIPAL_BALANCE,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string PREFIX,
decimal COLL_PERCENT,
decimal BASE_PERCENT,
string LOANTYPE_DESC,
string colltype_code_name,
string colltype_code,
string collateral_no,
string collateral_desc,
string cp_name,
decimal cp_colluse,
decimal cp_sumcp_colluse,
decimal COLLBASE_PERCENT,
decimal COLLACTIVE_PERCENT,
decimal COLLACTIVE_AMT) {
LNCONTCOLLRow rowLNCONTCOLLRow = ((LNCONTCOLLRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
REF_COLLNO,
LOANCONTRACT_NO,
MEMBER_NO,
LOANTYPE_CODE,
LOANAPPROVE_AMT,
WITHDRAWABLE_AMT,
PRINCIPAL_BALANCE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
PREFIX,
COLL_PERCENT,
BASE_PERCENT,
LOANTYPE_DESC,
colltype_code_name,
colltype_code,
collateral_no,
collateral_desc,
cp_name,
cp_colluse,
cp_sumcp_colluse,
COLLBASE_PERCENT,
COLLACTIVE_PERCENT,
COLLACTIVE_AMT};
rowLNCONTCOLLRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCONTCOLLRow);
return rowLNCONTCOLLRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTCOLLRow AddLNCONTCOLLRow(
string REF_COLLNO,
string LOANCONTRACT_NO,
string MEMBER_NO,
string LOANTYPE_CODE,
decimal LOANAPPROVE_AMT,
decimal WITHDRAWABLE_AMT,
decimal PRINCIPAL_BALANCE,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
string PREFIX,
decimal COLL_PERCENT,
decimal BASE_PERCENT,
string LOANTYPE_DESC,
string colltype_code_name,
string colltype_code,
string collateral_no,
string collateral_desc,
decimal cp_sumcp_colluse,
decimal COLLBASE_PERCENT,
decimal COLLACTIVE_PERCENT,
decimal COLLACTIVE_AMT) {
LNCONTCOLLRow rowLNCONTCOLLRow = ((LNCONTCOLLRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
REF_COLLNO,
LOANCONTRACT_NO,
MEMBER_NO,
LOANTYPE_CODE,
LOANAPPROVE_AMT,
WITHDRAWABLE_AMT,
PRINCIPAL_BALANCE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
PREFIX,
COLL_PERCENT,
BASE_PERCENT,
LOANTYPE_DESC,
colltype_code_name,
colltype_code,
collateral_no,
collateral_desc,
null,
null,
cp_sumcp_colluse,
COLLBASE_PERCENT,
COLLACTIVE_PERCENT,
COLLACTIVE_AMT};
rowLNCONTCOLLRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCONTCOLLRow);
return rowLNCONTCOLLRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNCONTCOLLDataTable cln = ((LNCONTCOLLDataTable)(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 LNCONTCOLLDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnREF_COLLNO = base.Columns["REF_COLLNO"];
this.columnLOANCONTRACT_NO = base.Columns["LOANCONTRACT_NO"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"];
this.columnLOANAPPROVE_AMT = base.Columns["LOANAPPROVE_AMT"];
this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"];
this.columnPRINCIPAL_BALANCE = base.Columns["PRINCIPAL_BALANCE"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnPREFIX = base.Columns["PREFIX"];
this.columnCOLL_PERCENT = base.Columns["COLL_PERCENT"];
this.columnBASE_PERCENT = base.Columns["BASE_PERCENT"];
this.columnLOANTYPE_DESC = base.Columns["LOANTYPE_DESC"];
this.columncolltype_code_name = base.Columns["colltype_code_name"];
this.columncolltype_code = base.Columns["colltype_code"];
this.columncollateral_no = base.Columns["collateral_no"];
this.columncollateral_desc = base.Columns["collateral_desc"];
this.columncp_name = base.Columns["cp_name"];
this.columncp_colluse = base.Columns["cp_colluse"];
this.columncp_sumcp_colluse = base.Columns["cp_sumcp_colluse"];
this.columnCOLLBASE_PERCENT = base.Columns["COLLBASE_PERCENT"];
this.columnCOLLACTIVE_PERCENT = base.Columns["COLLACTIVE_PERCENT"];
this.columnCOLLACTIVE_AMT = base.Columns["COLLACTIVE_AMT"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnREF_COLLNO = new global::System.Data.DataColumn("REF_COLLNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREF_COLLNO);
this.columnLOANCONTRACT_NO = new global::System.Data.DataColumn("LOANCONTRACT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCONTRACT_NO);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_CODE);
this.columnLOANAPPROVE_AMT = new global::System.Data.DataColumn("LOANAPPROVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANAPPROVE_AMT);
this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWITHDRAWABLE_AMT);
this.columnPRINCIPAL_BALANCE = new global::System.Data.DataColumn("PRINCIPAL_BALANCE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINCIPAL_BALANCE);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnPREFIX = new global::System.Data.DataColumn("PREFIX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPREFIX);
this.columnCOLL_PERCENT = new global::System.Data.DataColumn("COLL_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLL_PERCENT);
this.columnBASE_PERCENT = new global::System.Data.DataColumn("BASE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBASE_PERCENT);
this.columnLOANTYPE_DESC = new global::System.Data.DataColumn("LOANTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_DESC);
this.columncolltype_code_name = new global::System.Data.DataColumn("colltype_code_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncolltype_code_name);
this.columncolltype_code = new global::System.Data.DataColumn("colltype_code", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncolltype_code);
this.columncollateral_no = new global::System.Data.DataColumn("collateral_no", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncollateral_no);
this.columncollateral_desc = new global::System.Data.DataColumn("collateral_desc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncollateral_desc);
this.columncp_name = new global::System.Data.DataColumn("cp_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_name);
this.columncp_colluse = new global::System.Data.DataColumn("cp_colluse", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_colluse);
this.columncp_sumcp_colluse = new global::System.Data.DataColumn("cp_sumcp_colluse", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_sumcp_colluse);
this.columnCOLLBASE_PERCENT = new global::System.Data.DataColumn("COLLBASE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLBASE_PERCENT);
this.columnCOLLACTIVE_PERCENT = new global::System.Data.DataColumn("COLLACTIVE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLACTIVE_PERCENT);
this.columnCOLLACTIVE_AMT = new global::System.Data.DataColumn("COLLACTIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLACTIVE_AMT);
this.columnREF_COLLNO.MaxLength = 20;
this.columnLOANCONTRACT_NO.AllowDBNull = false;
this.columnLOANCONTRACT_NO.MaxLength = 15;
this.columnMEMBER_NO.MaxLength = 8;
this.columnLOANTYPE_CODE.MaxLength = 2;
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnPREFIX.MaxLength = 2;
this.columnLOANTYPE_DESC.MaxLength = 60;
this.columncp_name.ReadOnly = true;
this.columncp_colluse.ReadOnly = true;
this.columncp_colluse.DefaultValue = ((decimal)(0m));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCONTCOLLRow NewLNCONTCOLLRow() {
return ((LNCONTCOLLRow)(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 LNCONTCOLLRow(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(LNCONTCOLLRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_nameColumn.Expression = " member_no +\' - \'+ prename_desc + memb_name +\' \'+ memb_surname ";
this.cp_colluseColumn.Expression = "( ( principal_balance + withdrawable_amt ) * collactive_percent / 100 ) / iif(col" +
"lbase_percent=0,1,collbase_percent)";
}
[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.LNCONTCOLLRowChanged != null)) {
this.LNCONTCOLLRowChanged(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(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.LNCONTCOLLRowChanging != null)) {
this.LNCONTCOLLRowChanging(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(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.LNCONTCOLLRowDeleted != null)) {
this.LNCONTCOLLRowDeleted(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(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.LNCONTCOLLRowDeleting != null)) {
this.LNCONTCOLLRowDeleting(this, new LNCONTCOLLRowChangeEvent(((LNCONTCOLLRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCONTCOLLRow(LNCONTCOLLRow 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 = "LNCONTCOLLDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNREQLOANDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnLOANREQUEST_DOCNO;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnLOANTYPE_CODE;
private global::System.Data.DataColumn columnLOANREQUEST_AMT;
private global::System.Data.DataColumn columnLOANCOLLTYPE_CODE;
private global::System.Data.DataColumn columnCNTMANGRTVAL_FLAG;
private global::System.Data.DataColumn columnMANGRTPERMGRP_CODE;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnCOLLACTIVE_PERCENT;
private global::System.Data.DataColumn columnCOLLBASE_PERCENT;
private global::System.Data.DataColumn columnCOLLACTIVE_AMT;
private global::System.Data.DataColumn columnfull_name;
private global::System.Data.DataColumn columncp_collamt;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNREQLOANDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNREQLOANDataTable(bool initExpressions) {
this.TableName = "LNREQLOAN";
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 LNREQLOANDataTable(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 LNREQLOANDataTable(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 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 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 LOANTYPE_CODEColumn {
get {
return this.columnLOANTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANREQUEST_AMTColumn {
get {
return this.columnLOANREQUEST_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LOANCOLLTYPE_CODEColumn {
get {
return this.columnLOANCOLLTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CNTMANGRTVAL_FLAGColumn {
get {
return this.columnCNTMANGRTVAL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MANGRTPERMGRP_CODEColumn {
get {
return this.columnMANGRTPERMGRP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLACTIVE_PERCENTColumn {
get {
return this.columnCOLLACTIVE_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLBASE_PERCENTColumn {
get {
return this.columnCOLLBASE_PERCENT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLACTIVE_AMTColumn {
get {
return this.columnCOLLACTIVE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn full_nameColumn {
get {
return this.columnfull_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_collamtColumn {
get {
return this.columncp_collamt;
}
}
[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 LNREQLOANRow this[int index] {
get {
return ((LNREQLOANRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNREQLOANRowChangeEventHandler LNREQLOANRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNREQLOANRowChangeEventHandler LNREQLOANRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNREQLOANRowChangeEventHandler LNREQLOANRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNREQLOANRowChangeEventHandler LNREQLOANRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNREQLOANRow(LNREQLOANRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNREQLOANRow AddLNREQLOANRow(string LOANREQUEST_DOCNO, string MEMBER_NO, string LOANTYPE_CODE, decimal LOANREQUEST_AMT, string LOANCOLLTYPE_CODE, decimal CNTMANGRTVAL_FLAG, string MANGRTPERMGRP_CODE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, decimal COLLACTIVE_PERCENT, decimal COLLBASE_PERCENT, decimal COLLACTIVE_AMT, string full_name, decimal cp_collamt) {
LNREQLOANRow rowLNREQLOANRow = ((LNREQLOANRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
LOANREQUEST_DOCNO,
MEMBER_NO,
LOANTYPE_CODE,
LOANREQUEST_AMT,
LOANCOLLTYPE_CODE,
CNTMANGRTVAL_FLAG,
MANGRTPERMGRP_CODE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
COLLACTIVE_PERCENT,
COLLBASE_PERCENT,
COLLACTIVE_AMT,
full_name,
cp_collamt};
rowLNREQLOANRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNREQLOANRow);
return rowLNREQLOANRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNREQLOANRow AddLNREQLOANRow(string LOANREQUEST_DOCNO, string MEMBER_NO, string LOANTYPE_CODE, decimal LOANREQUEST_AMT, string LOANCOLLTYPE_CODE, decimal CNTMANGRTVAL_FLAG, string MANGRTPERMGRP_CODE, string PRENAME_DESC, string MEMB_NAME, string MEMB_SURNAME, decimal COLLACTIVE_PERCENT, decimal COLLBASE_PERCENT, decimal COLLACTIVE_AMT, string full_name) {
LNREQLOANRow rowLNREQLOANRow = ((LNREQLOANRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
LOANREQUEST_DOCNO,
MEMBER_NO,
LOANTYPE_CODE,
LOANREQUEST_AMT,
LOANCOLLTYPE_CODE,
CNTMANGRTVAL_FLAG,
MANGRTPERMGRP_CODE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
COLLACTIVE_PERCENT,
COLLBASE_PERCENT,
COLLACTIVE_AMT,
full_name,
null};
rowLNREQLOANRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNREQLOANRow);
return rowLNREQLOANRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNREQLOANDataTable cln = ((LNREQLOANDataTable)(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 LNREQLOANDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnLOANREQUEST_DOCNO = base.Columns["LOANREQUEST_DOCNO"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnLOANTYPE_CODE = base.Columns["LOANTYPE_CODE"];
this.columnLOANREQUEST_AMT = base.Columns["LOANREQUEST_AMT"];
this.columnLOANCOLLTYPE_CODE = base.Columns["LOANCOLLTYPE_CODE"];
this.columnCNTMANGRTVAL_FLAG = base.Columns["CNTMANGRTVAL_FLAG"];
this.columnMANGRTPERMGRP_CODE = base.Columns["MANGRTPERMGRP_CODE"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnCOLLACTIVE_PERCENT = base.Columns["COLLACTIVE_PERCENT"];
this.columnCOLLBASE_PERCENT = base.Columns["COLLBASE_PERCENT"];
this.columnCOLLACTIVE_AMT = base.Columns["COLLACTIVE_AMT"];
this.columnfull_name = base.Columns["full_name"];
this.columncp_collamt = base.Columns["cp_collamt"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnLOANTYPE_CODE = new global::System.Data.DataColumn("LOANTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANTYPE_CODE);
this.columnLOANREQUEST_AMT = new global::System.Data.DataColumn("LOANREQUEST_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANREQUEST_AMT);
this.columnLOANCOLLTYPE_CODE = new global::System.Data.DataColumn("LOANCOLLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLOANCOLLTYPE_CODE);
this.columnCNTMANGRTVAL_FLAG = new global::System.Data.DataColumn("CNTMANGRTVAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCNTMANGRTVAL_FLAG);
this.columnMANGRTPERMGRP_CODE = new global::System.Data.DataColumn("MANGRTPERMGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANGRTPERMGRP_CODE);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnCOLLACTIVE_PERCENT = new global::System.Data.DataColumn("COLLACTIVE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLACTIVE_PERCENT);
this.columnCOLLBASE_PERCENT = new global::System.Data.DataColumn("COLLBASE_PERCENT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLBASE_PERCENT);
this.columnCOLLACTIVE_AMT = new global::System.Data.DataColumn("COLLACTIVE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLACTIVE_AMT);
this.columnfull_name = new global::System.Data.DataColumn("full_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnfull_name);
this.columncp_collamt = new global::System.Data.DataColumn("cp_collamt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_collamt);
this.columnLOANREQUEST_DOCNO.AllowDBNull = false;
this.columnLOANREQUEST_DOCNO.MaxLength = 10;
this.columnMEMBER_NO.MaxLength = 8;
this.columnLOANTYPE_CODE.MaxLength = 2;
this.columnLOANCOLLTYPE_CODE.MaxLength = 2;
this.columnMANGRTPERMGRP_CODE.MaxLength = 2;
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columncp_collamt.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNREQLOANRow NewLNREQLOANRow() {
return ((LNREQLOANRow)(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 LNREQLOANRow(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(LNREQLOANRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_collamtColumn.Expression = "LOANREQUEST_AMT *(COLLACTIVE_PERCENT/100)";
}
[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.LNREQLOANRowChanged != null)) {
this.LNREQLOANRowChanged(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(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.LNREQLOANRowChanging != null)) {
this.LNREQLOANRowChanging(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(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.LNREQLOANRowDeleted != null)) {
this.LNREQLOANRowDeleted(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(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.LNREQLOANRowDeleting != null)) {
this.LNREQLOANRowDeleting(this, new LNREQLOANRowChangeEvent(((LNREQLOANRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNREQLOANRow(LNREQLOANRow 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 = "LNREQLOANDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNGRPMANGRTPERMDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnMANGRTPERMGRP_CODE;
private global::System.Data.DataColumn columnMANGRTPERMGRP_DESC;
private global::System.Data.DataColumn columnMANGRTTIME_TYPE;
private global::System.Data.DataColumn columnEXPORTRIGTH_FLAG;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columncoll_amt;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNGRPMANGRTPERMDataTable() {
this.TableName = "LNGRPMANGRTPERM";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNGRPMANGRTPERMDataTable(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 LNGRPMANGRTPERMDataTable(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 MANGRTPERMGRP_CODEColumn {
get {
return this.columnMANGRTPERMGRP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MANGRTPERMGRP_DESCColumn {
get {
return this.columnMANGRTPERMGRP_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MANGRTTIME_TYPEColumn {
get {
return this.columnMANGRTTIME_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPORTRIGTH_FLAGColumn {
get {
return this.columnEXPORTRIGTH_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_TYPEColumn {
get {
return this.columnMEMBER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn coll_amtColumn {
get {
return this.columncoll_amt;
}
}
[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 LNGRPMANGRTPERMRow this[int index] {
get {
return ((LNGRPMANGRTPERMRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNGRPMANGRTPERMRowChangeEventHandler LNGRPMANGRTPERMRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNGRPMANGRTPERMRow(LNGRPMANGRTPERMRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNGRPMANGRTPERMRow AddLNGRPMANGRTPERMRow(string MANGRTPERMGRP_CODE, string MANGRTPERMGRP_DESC, decimal MANGRTTIME_TYPE, decimal EXPORTRIGTH_FLAG, decimal MEMBER_TYPE, decimal coll_amt) {
LNGRPMANGRTPERMRow rowLNGRPMANGRTPERMRow = ((LNGRPMANGRTPERMRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MANGRTPERMGRP_CODE,
MANGRTPERMGRP_DESC,
MANGRTTIME_TYPE,
EXPORTRIGTH_FLAG,
MEMBER_TYPE,
coll_amt};
rowLNGRPMANGRTPERMRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNGRPMANGRTPERMRow);
return rowLNGRPMANGRTPERMRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNGRPMANGRTPERMDataTable cln = ((LNGRPMANGRTPERMDataTable)(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 LNGRPMANGRTPERMDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnMANGRTPERMGRP_CODE = base.Columns["MANGRTPERMGRP_CODE"];
this.columnMANGRTPERMGRP_DESC = base.Columns["MANGRTPERMGRP_DESC"];
this.columnMANGRTTIME_TYPE = base.Columns["MANGRTTIME_TYPE"];
this.columnEXPORTRIGTH_FLAG = base.Columns["EXPORTRIGTH_FLAG"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columncoll_amt = base.Columns["coll_amt"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnMANGRTPERMGRP_CODE = new global::System.Data.DataColumn("MANGRTPERMGRP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANGRTPERMGRP_CODE);
this.columnMANGRTPERMGRP_DESC = new global::System.Data.DataColumn("MANGRTPERMGRP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANGRTPERMGRP_DESC);
this.columnMANGRTTIME_TYPE = new global::System.Data.DataColumn("MANGRTTIME_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANGRTTIME_TYPE);
this.columnEXPORTRIGTH_FLAG = new global::System.Data.DataColumn("EXPORTRIGTH_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPORTRIGTH_FLAG);
this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_TYPE);
this.columncoll_amt = new global::System.Data.DataColumn("coll_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncoll_amt);
this.columnMANGRTPERMGRP_CODE.AllowDBNull = false;
this.columnMANGRTPERMGRP_CODE.MaxLength = 2;
this.columnMANGRTPERMGRP_DESC.MaxLength = 100;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNGRPMANGRTPERMRow NewLNGRPMANGRTPERMRow() {
return ((LNGRPMANGRTPERMRow)(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 LNGRPMANGRTPERMRow(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(LNGRPMANGRTPERMRow);
}
[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.LNGRPMANGRTPERMRowChanged != null)) {
this.LNGRPMANGRTPERMRowChanged(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(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.LNGRPMANGRTPERMRowChanging != null)) {
this.LNGRPMANGRTPERMRowChanging(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(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.LNGRPMANGRTPERMRowDeleted != null)) {
this.LNGRPMANGRTPERMRowDeleted(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(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.LNGRPMANGRTPERMRowDeleting != null)) {
this.LNGRPMANGRTPERMRowDeleting(this, new LNGRPMANGRTPERMRowChangeEvent(((LNGRPMANGRTPERMRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNGRPMANGRTPERMRow(LNGRPMANGRTPERMRow 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 = "LNGRPMANGRTPERMDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class SHSHAREMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnMEMBGROUP_DESC;
private global::System.Data.DataColumn columnBIRTH_DATE;
private global::System.Data.DataColumn columnMEMBER_DATE;
private global::System.Data.DataColumn columnSALARY_AMOUNT;
private global::System.Data.DataColumn columnWORK_DATE;
private global::System.Data.DataColumn columnRETRY_DATE;
private global::System.Data.DataColumn columnSHARESTK_AMT;
private global::System.Data.DataColumn columnLAST_PERIOD;
private global::System.Data.DataColumn columnPERIODSHARE_AMT;
private global::System.Data.DataColumn columnPAYMENT_STATUS;
private global::System.Data.DataColumn columnSHAREARREAR_AMT;
private global::System.Data.DataColumn columnUNITSHARE_VALUE;
private global::System.Data.DataColumn columnMEMBTYPE_CODE;
private global::System.Data.DataColumn columnMEMBTYPE_DESC;
private global::System.Data.DataColumn columnAPPLTYPE_CODE;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columnPRENAME_DESC;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnRESIGN_STATUS;
private global::System.Data.DataColumn columnbirth_age;
private global::System.Data.DataColumn columnretry_age;
private global::System.Data.DataColumn columnmember_age;
private global::System.Data.DataColumn columnwork_age;
private global::System.Data.DataColumn columnmemfull_name;
private global::System.Data.DataColumn columncp_membgroup;
private global::System.Data.DataColumn columncp_sharestk_value;
private global::System.Data.DataColumn columncp_last_period;
private global::System.Data.DataColumn columnSHAREBEGIN_AMT;
private global::System.Data.DataColumn columnSHAREMASTER_STATUS;
private global::System.Data.DataColumn columnSHAREARREARBF_AMT;
private global::System.Data.DataColumn columncp_sharebegin_amt;
private global::System.Data.DataColumn columncp_sharestk_amt;
private global::System.Data.DataColumn columncp_periodshare_amt;
private global::System.Data.DataColumn columncp_collmax_amt;
private global::System.Data.DataColumn columncp_collbalance_amt;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERDataTable(bool initExpressions) {
this.TableName = "SHSHAREMASTER";
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 SHSHAREMASTERDataTable(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 SHSHAREMASTERDataTable(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 MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_DESCColumn {
get {
return this.columnMEMBGROUP_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BIRTH_DATEColumn {
get {
return this.columnBIRTH_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_DATEColumn {
get {
return this.columnMEMBER_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARY_AMOUNTColumn {
get {
return this.columnSALARY_AMOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WORK_DATEColumn {
get {
return this.columnWORK_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETRY_DATEColumn {
get {
return this.columnRETRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHARESTK_AMTColumn {
get {
return this.columnSHARESTK_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LAST_PERIODColumn {
get {
return this.columnLAST_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PERIODSHARE_AMTColumn {
get {
return this.columnPERIODSHARE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAYMENT_STATUSColumn {
get {
return this.columnPAYMENT_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREARREAR_AMTColumn {
get {
return this.columnSHAREARREAR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UNITSHARE_VALUEColumn {
get {
return this.columnUNITSHARE_VALUE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTYPE_CODEColumn {
get {
return this.columnMEMBTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTYPE_DESCColumn {
get {
return this.columnMEMBTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLTYPE_CODEColumn {
get {
return this.columnAPPLTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_TYPEColumn {
get {
return this.columnMEMBER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_DESCColumn {
get {
return this.columnPRENAME_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESIGN_STATUSColumn {
get {
return this.columnRESIGN_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn birth_ageColumn {
get {
return this.columnbirth_age;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn retry_ageColumn {
get {
return this.columnretry_age;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn member_ageColumn {
get {
return this.columnmember_age;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn work_ageColumn {
get {
return this.columnwork_age;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn memfull_nameColumn {
get {
return this.columnmemfull_name;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_membgroupColumn {
get {
return this.columncp_membgroup;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_sharestk_valueColumn {
get {
return this.columncp_sharestk_value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_last_periodColumn {
get {
return this.columncp_last_period;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREBEGIN_AMTColumn {
get {
return this.columnSHAREBEGIN_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREMASTER_STATUSColumn {
get {
return this.columnSHAREMASTER_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SHAREARREARBF_AMTColumn {
get {
return this.columnSHAREARREARBF_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_sharebegin_amtColumn {
get {
return this.columncp_sharebegin_amt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_sharestk_amtColumn {
get {
return this.columncp_sharestk_amt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_periodshare_amtColumn {
get {
return this.columncp_periodshare_amt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_collmax_amtColumn {
get {
return this.columncp_collmax_amt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_collbalance_amtColumn {
get {
return this.columncp_collbalance_amt;
}
}
[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 SHSHAREMASTERRow this[int index] {
get {
return ((SHSHAREMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event SHSHAREMASTERRowChangeEventHandler SHSHAREMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddSHSHAREMASTERRow(SHSHAREMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERRow AddSHSHAREMASTERRow(
string MEMBGROUP_CODE,
string MEMBGROUP_DESC,
System.DateTime BIRTH_DATE,
System.DateTime MEMBER_DATE,
decimal SALARY_AMOUNT,
System.DateTime WORK_DATE,
System.DateTime RETRY_DATE,
decimal SHARESTK_AMT,
decimal LAST_PERIOD,
decimal PERIODSHARE_AMT,
decimal PAYMENT_STATUS,
decimal SHAREARREAR_AMT,
decimal UNITSHARE_VALUE,
string MEMBTYPE_CODE,
string MEMBTYPE_DESC,
string APPLTYPE_CODE,
decimal MEMBER_TYPE,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
decimal RESIGN_STATUS,
decimal birth_age,
decimal retry_age,
decimal member_age,
decimal work_age,
string memfull_name,
string cp_membgroup,
decimal cp_sharestk_value,
decimal cp_last_period,
decimal SHAREBEGIN_AMT,
decimal SHAREMASTER_STATUS,
decimal SHAREARREARBF_AMT,
decimal cp_sharebegin_amt,
decimal cp_sharestk_amt,
decimal cp_periodshare_amt,
decimal cp_collmax_amt,
decimal cp_collbalance_amt) {
SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MEMBGROUP_CODE,
MEMBGROUP_DESC,
BIRTH_DATE,
MEMBER_DATE,
SALARY_AMOUNT,
WORK_DATE,
RETRY_DATE,
SHARESTK_AMT,
LAST_PERIOD,
PERIODSHARE_AMT,
PAYMENT_STATUS,
SHAREARREAR_AMT,
UNITSHARE_VALUE,
MEMBTYPE_CODE,
MEMBTYPE_DESC,
APPLTYPE_CODE,
MEMBER_TYPE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
RESIGN_STATUS,
birth_age,
retry_age,
member_age,
work_age,
memfull_name,
cp_membgroup,
cp_sharestk_value,
cp_last_period,
SHAREBEGIN_AMT,
SHAREMASTER_STATUS,
SHAREARREARBF_AMT,
cp_sharebegin_amt,
cp_sharestk_amt,
cp_periodshare_amt,
cp_collmax_amt,
cp_collbalance_amt};
rowSHSHAREMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSHSHAREMASTERRow);
return rowSHSHAREMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERRow AddSHSHAREMASTERRow(
string MEMBGROUP_CODE,
string MEMBGROUP_DESC,
System.DateTime BIRTH_DATE,
System.DateTime MEMBER_DATE,
decimal SALARY_AMOUNT,
System.DateTime WORK_DATE,
System.DateTime RETRY_DATE,
decimal SHARESTK_AMT,
decimal LAST_PERIOD,
decimal PERIODSHARE_AMT,
decimal PAYMENT_STATUS,
decimal SHAREARREAR_AMT,
decimal UNITSHARE_VALUE,
string MEMBTYPE_CODE,
string MEMBTYPE_DESC,
string APPLTYPE_CODE,
decimal MEMBER_TYPE,
string PRENAME_DESC,
string MEMB_NAME,
string MEMB_SURNAME,
decimal RESIGN_STATUS,
decimal birth_age,
decimal retry_age,
decimal member_age,
decimal work_age,
string memfull_name,
decimal SHAREBEGIN_AMT,
decimal SHAREMASTER_STATUS,
decimal SHAREARREARBF_AMT,
decimal cp_collmax_amt,
decimal cp_collbalance_amt) {
SHSHAREMASTERRow rowSHSHAREMASTERRow = ((SHSHAREMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MEMBGROUP_CODE,
MEMBGROUP_DESC,
BIRTH_DATE,
MEMBER_DATE,
SALARY_AMOUNT,
WORK_DATE,
RETRY_DATE,
SHARESTK_AMT,
LAST_PERIOD,
PERIODSHARE_AMT,
PAYMENT_STATUS,
SHAREARREAR_AMT,
UNITSHARE_VALUE,
MEMBTYPE_CODE,
MEMBTYPE_DESC,
APPLTYPE_CODE,
MEMBER_TYPE,
PRENAME_DESC,
MEMB_NAME,
MEMB_SURNAME,
RESIGN_STATUS,
birth_age,
retry_age,
member_age,
work_age,
memfull_name,
null,
null,
null,
SHAREBEGIN_AMT,
SHAREMASTER_STATUS,
SHAREARREARBF_AMT,
null,
null,
null,
cp_collmax_amt,
cp_collbalance_amt};
rowSHSHAREMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowSHSHAREMASTERRow);
return rowSHSHAREMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
SHSHAREMASTERDataTable cln = ((SHSHAREMASTERDataTable)(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 SHSHAREMASTERDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnMEMBGROUP_DESC = base.Columns["MEMBGROUP_DESC"];
this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"];
this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"];
this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"];
this.columnWORK_DATE = base.Columns["WORK_DATE"];
this.columnRETRY_DATE = base.Columns["RETRY_DATE"];
this.columnSHARESTK_AMT = base.Columns["SHARESTK_AMT"];
this.columnLAST_PERIOD = base.Columns["LAST_PERIOD"];
this.columnPERIODSHARE_AMT = base.Columns["PERIODSHARE_AMT"];
this.columnPAYMENT_STATUS = base.Columns["PAYMENT_STATUS"];
this.columnSHAREARREAR_AMT = base.Columns["SHAREARREAR_AMT"];
this.columnUNITSHARE_VALUE = base.Columns["UNITSHARE_VALUE"];
this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"];
this.columnMEMBTYPE_DESC = base.Columns["MEMBTYPE_DESC"];
this.columnAPPLTYPE_CODE = base.Columns["APPLTYPE_CODE"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columnPRENAME_DESC = base.Columns["PRENAME_DESC"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnRESIGN_STATUS = base.Columns["RESIGN_STATUS"];
this.columnbirth_age = base.Columns["birth_age"];
this.columnretry_age = base.Columns["retry_age"];
this.columnmember_age = base.Columns["member_age"];
this.columnwork_age = base.Columns["work_age"];
this.columnmemfull_name = base.Columns["memfull_name"];
this.columncp_membgroup = base.Columns["cp_membgroup"];
this.columncp_sharestk_value = base.Columns["cp_sharestk_value"];
this.columncp_last_period = base.Columns["cp_last_period"];
this.columnSHAREBEGIN_AMT = base.Columns["SHAREBEGIN_AMT"];
this.columnSHAREMASTER_STATUS = base.Columns["SHAREMASTER_STATUS"];
this.columnSHAREARREARBF_AMT = base.Columns["SHAREARREARBF_AMT"];
this.columncp_sharebegin_amt = base.Columns["cp_sharebegin_amt"];
this.columncp_sharestk_amt = base.Columns["cp_sharestk_amt"];
this.columncp_periodshare_amt = base.Columns["cp_periodshare_amt"];
this.columncp_collmax_amt = base.Columns["cp_collmax_amt"];
this.columncp_collbalance_amt = base.Columns["cp_collbalance_amt"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnMEMBGROUP_DESC = new global::System.Data.DataColumn("MEMBGROUP_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_DESC);
this.columnBIRTH_DATE = new global::System.Data.DataColumn("BIRTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBIRTH_DATE);
this.columnMEMBER_DATE = new global::System.Data.DataColumn("MEMBER_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_DATE);
this.columnSALARY_AMOUNT = new global::System.Data.DataColumn("SALARY_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_AMOUNT);
this.columnWORK_DATE = new global::System.Data.DataColumn("WORK_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWORK_DATE);
this.columnRETRY_DATE = new global::System.Data.DataColumn("RETRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_DATE);
this.columnSHARESTK_AMT = new global::System.Data.DataColumn("SHARESTK_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHARESTK_AMT);
this.columnLAST_PERIOD = new global::System.Data.DataColumn("LAST_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLAST_PERIOD);
this.columnPERIODSHARE_AMT = new global::System.Data.DataColumn("PERIODSHARE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPERIODSHARE_AMT);
this.columnPAYMENT_STATUS = new global::System.Data.DataColumn("PAYMENT_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAYMENT_STATUS);
this.columnSHAREARREAR_AMT = new global::System.Data.DataColumn("SHAREARREAR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREARREAR_AMT);
this.columnUNITSHARE_VALUE = new global::System.Data.DataColumn("UNITSHARE_VALUE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUNITSHARE_VALUE);
this.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_CODE);
this.columnMEMBTYPE_DESC = new global::System.Data.DataColumn("MEMBTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_DESC);
this.columnAPPLTYPE_CODE = new global::System.Data.DataColumn("APPLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLTYPE_CODE);
this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_TYPE);
this.columnPRENAME_DESC = new global::System.Data.DataColumn("PRENAME_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_DESC);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnRESIGN_STATUS = new global::System.Data.DataColumn("RESIGN_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGN_STATUS);
this.columnbirth_age = new global::System.Data.DataColumn("birth_age", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbirth_age);
this.columnretry_age = new global::System.Data.DataColumn("retry_age", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnretry_age);
this.columnmember_age = new global::System.Data.DataColumn("member_age", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmember_age);
this.columnwork_age = new global::System.Data.DataColumn("work_age", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnwork_age);
this.columnmemfull_name = new global::System.Data.DataColumn("memfull_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmemfull_name);
this.columncp_membgroup = new global::System.Data.DataColumn("cp_membgroup", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_membgroup);
this.columncp_sharestk_value = new global::System.Data.DataColumn("cp_sharestk_value", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_sharestk_value);
this.columncp_last_period = new global::System.Data.DataColumn("cp_last_period", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_last_period);
this.columnSHAREBEGIN_AMT = new global::System.Data.DataColumn("SHAREBEGIN_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREBEGIN_AMT);
this.columnSHAREMASTER_STATUS = new global::System.Data.DataColumn("SHAREMASTER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREMASTER_STATUS);
this.columnSHAREARREARBF_AMT = new global::System.Data.DataColumn("SHAREARREARBF_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSHAREARREARBF_AMT);
this.columncp_sharebegin_amt = new global::System.Data.DataColumn("cp_sharebegin_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_sharebegin_amt);
this.columncp_sharestk_amt = new global::System.Data.DataColumn("cp_sharestk_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_sharestk_amt);
this.columncp_periodshare_amt = new global::System.Data.DataColumn("cp_periodshare_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_periodshare_amt);
this.columncp_collmax_amt = new global::System.Data.DataColumn("cp_collmax_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_collmax_amt);
this.columncp_collbalance_amt = new global::System.Data.DataColumn("cp_collbalance_amt", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_collbalance_amt);
this.columnMEMBGROUP_CODE.MaxLength = 14;
this.columnMEMBGROUP_DESC.MaxLength = 100;
this.columnMEMBTYPE_CODE.AllowDBNull = false;
this.columnMEMBTYPE_CODE.MaxLength = 2;
this.columnMEMBTYPE_DESC.MaxLength = 60;
this.columnAPPLTYPE_CODE.MaxLength = 2;
this.columnPRENAME_DESC.MaxLength = 30;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columncp_membgroup.ReadOnly = true;
this.columncp_sharestk_value.ReadOnly = true;
this.columncp_last_period.ReadOnly = true;
this.columncp_sharebegin_amt.ReadOnly = true;
this.columncp_sharestk_amt.ReadOnly = true;
this.columncp_periodshare_amt.ReadOnly = true;
this.columncp_collmax_amt.ReadOnly = true;
this.columncp_collbalance_amt.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public SHSHAREMASTERRow NewSHSHAREMASTERRow() {
return ((SHSHAREMASTERRow)(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 SHSHAREMASTERRow(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(SHSHAREMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_membgroupColumn.Expression = "trim( membgroup_code ) +\' - \'+ membgroup_desc ";
this.cp_sharestk_valueColumn.Expression = " ( sharestk_amt + sharearrear_amt ) * unitshare_value";
this.cp_last_periodColumn.Expression = " periodshare_amt * unitshare_value";
this.cp_sharebegin_amtColumn.Expression = "(iif(sharebegin_amt =null,0,sharebegin_amt )+iif(sharearrearbf_amt =null,0,sharea" +
"rrearbf_amt ))*iif(unitshare_value =null,0,unitshare_value) ";
this.cp_sharestk_amtColumn.Expression = "(iif(sharestk_amt =null,0,sharestk_amt )+iif(sharearrear_amt=null,0,sharearrear_a" +
"mt ))*iif(unitshare_value =null,0,unitshare_value )";
this.cp_periodshare_amtColumn.Expression = "iif(periodshare_amt=null,0,periodshare_amt)*iif(unitshare_value=null,0,unitshare_" +
"value)";
}
[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.SHSHAREMASTERRowChanged != null)) {
this.SHSHAREMASTERRowChanged(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(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.SHSHAREMASTERRowChanging != null)) {
this.SHSHAREMASTERRowChanging(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(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.SHSHAREMASTERRowDeleted != null)) {
this.SHSHAREMASTERRowDeleted(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(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.SHSHAREMASTERRowDeleting != null)) {
this.SHSHAREMASTERRowDeleting(this, new SHSHAREMASTERRowChangeEvent(((SHSHAREMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveSHSHAREMASTERRow(SHSHAREMASTERRow 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 = "SHSHAREMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class DPDEPTMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnDEPTACCOUNT_NO;
private global::System.Data.DataColumn columnDEPTTYPE_CODE;
private global::System.Data.DataColumn columnDEPTTYPE_DESC;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnDEPTOPEN_DATE;
private global::System.Data.DataColumn columnDEPTACCOUNT_NAME;
private global::System.Data.DataColumn columnBEGINBAL;
private global::System.Data.DataColumn columnPRNCBAL;
private global::System.Data.DataColumn columnWITHDRAWABLE_AMT;
private global::System.Data.DataColumn columnSEQUEST_AMOUNT;
private global::System.Data.DataColumn columnDEPTCLOSE_DATE;
private global::System.Data.DataColumn columnDEPTCLOSE_STATUS;
private global::System.Data.DataColumn columncp_depttype;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DPDEPTMASTERDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DPDEPTMASTERDataTable(bool initExpressions) {
this.TableName = "DPDEPTMASTER";
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 DPDEPTMASTERDataTable(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 DPDEPTMASTERDataTable(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 DEPTACCOUNT_NOColumn {
get {
return this.columnDEPTACCOUNT_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPTTYPE_CODEColumn {
get {
return this.columnDEPTTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPTTYPE_DESCColumn {
get {
return this.columnDEPTTYPE_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_NOColumn {
get {
return this.columnMEMBER_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPTOPEN_DATEColumn {
get {
return this.columnDEPTOPEN_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPTACCOUNT_NAMEColumn {
get {
return this.columnDEPTACCOUNT_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BEGINBALColumn {
get {
return this.columnBEGINBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRNCBALColumn {
get {
return this.columnPRNCBAL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WITHDRAWABLE_AMTColumn {
get {
return this.columnWITHDRAWABLE_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQUEST_AMOUNTColumn {
get {
return this.columnSEQUEST_AMOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPTCLOSE_DATEColumn {
get {
return this.columnDEPTCLOSE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPTCLOSE_STATUSColumn {
get {
return this.columnDEPTCLOSE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_depttypeColumn {
get {
return this.columncp_depttype;
}
}
[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 DPDEPTMASTERRow this[int index] {
get {
return ((DPDEPTMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event DPDEPTMASTERRowChangeEventHandler DPDEPTMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddDPDEPTMASTERRow(DPDEPTMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DPDEPTMASTERRow AddDPDEPTMASTERRow(string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string DEPTTYPE_DESC, string MEMBER_NO, System.DateTime DEPTOPEN_DATE, string DEPTACCOUNT_NAME, decimal BEGINBAL, decimal PRNCBAL, decimal WITHDRAWABLE_AMT, decimal SEQUEST_AMOUNT, System.DateTime DEPTCLOSE_DATE, decimal DEPTCLOSE_STATUS, string cp_depttype) {
DPDEPTMASTERRow rowDPDEPTMASTERRow = ((DPDEPTMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
DEPTACCOUNT_NO,
DEPTTYPE_CODE,
DEPTTYPE_DESC,
MEMBER_NO,
DEPTOPEN_DATE,
DEPTACCOUNT_NAME,
BEGINBAL,
PRNCBAL,
WITHDRAWABLE_AMT,
SEQUEST_AMOUNT,
DEPTCLOSE_DATE,
DEPTCLOSE_STATUS,
cp_depttype};
rowDPDEPTMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDPDEPTMASTERRow);
return rowDPDEPTMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DPDEPTMASTERRow AddDPDEPTMASTERRow(string DEPTACCOUNT_NO, string DEPTTYPE_CODE, string DEPTTYPE_DESC, string MEMBER_NO, System.DateTime DEPTOPEN_DATE, string DEPTACCOUNT_NAME, decimal BEGINBAL, decimal PRNCBAL, decimal WITHDRAWABLE_AMT, decimal SEQUEST_AMOUNT, System.DateTime DEPTCLOSE_DATE, decimal DEPTCLOSE_STATUS) {
DPDEPTMASTERRow rowDPDEPTMASTERRow = ((DPDEPTMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
DEPTACCOUNT_NO,
DEPTTYPE_CODE,
DEPTTYPE_DESC,
MEMBER_NO,
DEPTOPEN_DATE,
DEPTACCOUNT_NAME,
BEGINBAL,
PRNCBAL,
WITHDRAWABLE_AMT,
SEQUEST_AMOUNT,
DEPTCLOSE_DATE,
DEPTCLOSE_STATUS,
null};
rowDPDEPTMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowDPDEPTMASTERRow);
return rowDPDEPTMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
DPDEPTMASTERDataTable cln = ((DPDEPTMASTERDataTable)(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 DPDEPTMASTERDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnDEPTACCOUNT_NO = base.Columns["DEPTACCOUNT_NO"];
this.columnDEPTTYPE_CODE = base.Columns["DEPTTYPE_CODE"];
this.columnDEPTTYPE_DESC = base.Columns["DEPTTYPE_DESC"];
this.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnDEPTOPEN_DATE = base.Columns["DEPTOPEN_DATE"];
this.columnDEPTACCOUNT_NAME = base.Columns["DEPTACCOUNT_NAME"];
this.columnBEGINBAL = base.Columns["BEGINBAL"];
this.columnPRNCBAL = base.Columns["PRNCBAL"];
this.columnWITHDRAWABLE_AMT = base.Columns["WITHDRAWABLE_AMT"];
this.columnSEQUEST_AMOUNT = base.Columns["SEQUEST_AMOUNT"];
this.columnDEPTCLOSE_DATE = base.Columns["DEPTCLOSE_DATE"];
this.columnDEPTCLOSE_STATUS = base.Columns["DEPTCLOSE_STATUS"];
this.columncp_depttype = base.Columns["cp_depttype"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnDEPTACCOUNT_NO = new global::System.Data.DataColumn("DEPTACCOUNT_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTACCOUNT_NO);
this.columnDEPTTYPE_CODE = new global::System.Data.DataColumn("DEPTTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTTYPE_CODE);
this.columnDEPTTYPE_DESC = new global::System.Data.DataColumn("DEPTTYPE_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTTYPE_DESC);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnDEPTOPEN_DATE = new global::System.Data.DataColumn("DEPTOPEN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTOPEN_DATE);
this.columnDEPTACCOUNT_NAME = new global::System.Data.DataColumn("DEPTACCOUNT_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTACCOUNT_NAME);
this.columnBEGINBAL = new global::System.Data.DataColumn("BEGINBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBEGINBAL);
this.columnPRNCBAL = new global::System.Data.DataColumn("PRNCBAL", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRNCBAL);
this.columnWITHDRAWABLE_AMT = new global::System.Data.DataColumn("WITHDRAWABLE_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWITHDRAWABLE_AMT);
this.columnSEQUEST_AMOUNT = new global::System.Data.DataColumn("SEQUEST_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQUEST_AMOUNT);
this.columnDEPTCLOSE_DATE = new global::System.Data.DataColumn("DEPTCLOSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTCLOSE_DATE);
this.columnDEPTCLOSE_STATUS = new global::System.Data.DataColumn("DEPTCLOSE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPTCLOSE_STATUS);
this.columncp_depttype = new global::System.Data.DataColumn("cp_depttype", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_depttype);
this.columnDEPTACCOUNT_NO.AllowDBNull = false;
this.columnDEPTACCOUNT_NO.MaxLength = 10;
this.columnDEPTTYPE_CODE.MaxLength = 2;
this.columnDEPTTYPE_DESC.AllowDBNull = false;
this.columnDEPTTYPE_DESC.MaxLength = 60;
this.columnMEMBER_NO.MaxLength = 8;
this.columnDEPTACCOUNT_NAME.AllowDBNull = false;
this.columnDEPTACCOUNT_NAME.MaxLength = 200;
this.columncp_depttype.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DPDEPTMASTERRow NewDPDEPTMASTERRow() {
return ((DPDEPTMASTERRow)(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 DPDEPTMASTERRow(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(DPDEPTMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_depttypeColumn.Expression = " depttype_code +\' - \'+ depttype_desc";
}
[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.DPDEPTMASTERRowChanged != null)) {
this.DPDEPTMASTERRowChanged(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowChanging != null)) {
this.DPDEPTMASTERRowChanging(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowDeleted != null)) {
this.DPDEPTMASTERRowDeleted(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(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.DPDEPTMASTERRowDeleting != null)) {
this.DPDEPTMASTERRowDeleting(this, new DPDEPTMASTERRowChangeEvent(((DPDEPTMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveDPDEPTMASTERRow(DPDEPTMASTERRow 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 = "DPDEPTMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNCOLLMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOLLMAST_NO;
private global::System.Data.DataColumn columnMEMBER_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 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 columnCOOP_ID;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERDataTable() {
this.TableName = "LNCOLLMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTERDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected LNCOLLMASTERDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn 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 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 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 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 COOP_IDColumn {
get {
return this.columnCOOP_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERRow this[int index] {
get {
return ((LNCOLLMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTERRowChangeEventHandler LNCOLLMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCOLLMASTERRow(LNCOLLMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERRow AddLNCOLLMASTERRow(
string COLLMAST_NO,
string MEMBER_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,
string LAND_NO,
string SURVEY_NO,
string BOOK_NO,
string PAGE_NO,
string GROUP_NO,
string COOP_ID) {
LNCOLLMASTERRow rowLNCOLLMASTERRow = ((LNCOLLMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COLLMAST_NO,
MEMBER_NO,
COLLMAST_REFNO,
COLLMASTTYPE_CODE,
COLLMAST_DESC,
LANDESTIMATE_AMT,
HOUSEESTIMATE_AMT,
ESTIMATE_PRICE,
MORTGAGE_PRICE,
MORTGAGE_DATE,
EXPIRE_DATE,
REDEEM_FLAG,
REDEEM_DATE,
REMARK,
LAND_NO,
SURVEY_NO,
BOOK_NO,
PAGE_NO,
GROUP_NO,
COOP_ID};
rowLNCOLLMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCOLLMASTERRow);
return rowLNCOLLMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERRow FindByCOLLMAST_NOCOOP_ID(string COLLMAST_NO, string COOP_ID) {
return ((LNCOLLMASTERRow)(this.Rows.Find(new object[] {
COLLMAST_NO,
COOP_ID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNCOLLMASTERDataTable cln = ((LNCOLLMASTERDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new LNCOLLMASTERDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"];
this.columnMEMBER_NO = base.Columns["MEMBER_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.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.columnCOOP_ID = base.Columns["COOP_ID"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
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.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_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.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.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOLLMAST_NO,
this.columnCOOP_ID}, true));
this.columnCOLLMAST_NO.AllowDBNull = false;
this.columnCOLLMAST_NO.MaxLength = 8;
this.columnMEMBER_NO.MaxLength = 8;
this.columnCOLLMAST_REFNO.MaxLength = 50;
this.columnCOLLMASTTYPE_CODE.MaxLength = 2;
this.columnCOLLMAST_DESC.MaxLength = 500;
this.columnREMARK.MaxLength = 500;
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.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERRow NewLNCOLLMASTERRow() {
return ((LNCOLLMASTERRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new LNCOLLMASTERRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(LNCOLLMASTERRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.LNCOLLMASTERRowChanged != null)) {
this.LNCOLLMASTERRowChanged(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.LNCOLLMASTERRowChanging != null)) {
this.LNCOLLMASTERRowChanging(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.LNCOLLMASTERRowDeleted != null)) {
this.LNCOLLMASTERRowDeleted(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.LNCOLLMASTERRowDeleting != null)) {
this.LNCOLLMASTERRowDeleting(this, new LNCOLLMASTERRowChangeEvent(((LNCOLLMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCOLLMASTERRow(LNCOLLMASTERRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "LNCOLLMASTERDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class LNCOLLMASTMEMCODataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOLLMAST_NO;
private global::System.Data.DataColumn columnMEMCO_NO;
private global::System.Data.DataColumn columnCOLLMASTMAIN_FLAG;
private global::System.Data.DataColumn columnPRENAME_SHORT;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columncp_name;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTMEMCODataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTMEMCODataTable(bool initExpressions) {
this.TableName = "LNCOLLMASTMEMCO";
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 LNCOLLMASTMEMCODataTable(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 LNCOLLMASTMEMCODataTable(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 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 MEMCO_NOColumn {
get {
return this.columnMEMCO_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COLLMASTMAIN_FLAGColumn {
get {
return this.columnCOLLMASTMAIN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRENAME_SHORTColumn {
get {
return this.columnPRENAME_SHORT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_nameColumn {
get {
return this.columncp_name;
}
}
[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 LNCOLLMASTMEMCORow this[int index] {
get {
return ((LNCOLLMASTMEMCORow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event LNCOLLMASTMEMCORowChangeEventHandler LNCOLLMASTMEMCORowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddLNCOLLMASTMEMCORow(LNCOLLMASTMEMCORow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTMEMCORow AddLNCOLLMASTMEMCORow(string COLLMAST_NO, string MEMCO_NO, decimal COLLMASTMAIN_FLAG, string PRENAME_SHORT, string MEMB_NAME, string MEMB_SURNAME, string cp_name) {
LNCOLLMASTMEMCORow rowLNCOLLMASTMEMCORow = ((LNCOLLMASTMEMCORow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COLLMAST_NO,
MEMCO_NO,
COLLMASTMAIN_FLAG,
PRENAME_SHORT,
MEMB_NAME,
MEMB_SURNAME,
cp_name};
rowLNCOLLMASTMEMCORow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCOLLMASTMEMCORow);
return rowLNCOLLMASTMEMCORow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTMEMCORow AddLNCOLLMASTMEMCORow(string COLLMAST_NO, string MEMCO_NO, decimal COLLMASTMAIN_FLAG, string PRENAME_SHORT, string MEMB_NAME, string MEMB_SURNAME) {
LNCOLLMASTMEMCORow rowLNCOLLMASTMEMCORow = ((LNCOLLMASTMEMCORow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COLLMAST_NO,
MEMCO_NO,
COLLMASTMAIN_FLAG,
PRENAME_SHORT,
MEMB_NAME,
MEMB_SURNAME,
null};
rowLNCOLLMASTMEMCORow.ItemArray = columnValuesArray;
this.Rows.Add(rowLNCOLLMASTMEMCORow);
return rowLNCOLLMASTMEMCORow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
LNCOLLMASTMEMCODataTable cln = ((LNCOLLMASTMEMCODataTable)(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 LNCOLLMASTMEMCODataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnCOLLMAST_NO = base.Columns["COLLMAST_NO"];
this.columnMEMCO_NO = base.Columns["MEMCO_NO"];
this.columnCOLLMASTMAIN_FLAG = base.Columns["COLLMASTMAIN_FLAG"];
this.columnPRENAME_SHORT = base.Columns["PRENAME_SHORT"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columncp_name = base.Columns["cp_name"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
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.columnMEMCO_NO = new global::System.Data.DataColumn("MEMCO_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMCO_NO);
this.columnCOLLMASTMAIN_FLAG = new global::System.Data.DataColumn("COLLMASTMAIN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOLLMASTMAIN_FLAG);
this.columnPRENAME_SHORT = new global::System.Data.DataColumn("PRENAME_SHORT", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_SHORT);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columncp_name = new global::System.Data.DataColumn("cp_name", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_name);
this.columnCOLLMAST_NO.AllowDBNull = false;
this.columnCOLLMAST_NO.MaxLength = 8;
this.columnMEMCO_NO.AllowDBNull = false;
this.columnMEMCO_NO.MaxLength = 8;
this.columnPRENAME_SHORT.MaxLength = 10;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columncp_name.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTMEMCORow NewLNCOLLMASTMEMCORow() {
return ((LNCOLLMASTMEMCORow)(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 LNCOLLMASTMEMCORow(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(LNCOLLMASTMEMCORow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_nameColumn.Expression = " prename_short + memb_name +\' \'+ memb_surname";
}
[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.LNCOLLMASTMEMCORowChanged != null)) {
this.LNCOLLMASTMEMCORowChanged(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(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.LNCOLLMASTMEMCORowChanging != null)) {
this.LNCOLLMASTMEMCORowChanging(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(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.LNCOLLMASTMEMCORowDeleted != null)) {
this.LNCOLLMASTMEMCORowDeleted(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(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.LNCOLLMASTMEMCORowDeleting != null)) {
this.LNCOLLMASTMEMCORowDeleting(this, new LNCOLLMASTMEMCORowChangeEvent(((LNCOLLMASTMEMCORow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveLNCOLLMASTMEMCORow(LNCOLLMASTMEMCORow 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 = "LNCOLLMASTMEMCODataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class MBMEMBMASTERDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnCOOP_ID;
private global::System.Data.DataColumn columnMEMBER_NO;
private global::System.Data.DataColumn columnPRENAME_CODE;
private global::System.Data.DataColumn columnMEMB_NAME;
private global::System.Data.DataColumn columnMEMB_SURNAME;
private global::System.Data.DataColumn columnMEMB_ENAME;
private global::System.Data.DataColumn columnMEMB_ESURNAME;
private global::System.Data.DataColumn columnMEMBGROUP_CODE;
private global::System.Data.DataColumn columnMEMBTYPE_CODE;
private global::System.Data.DataColumn columnSIGNATURE_NAME;
private global::System.Data.DataColumn columnBIRTH_DATE;
private global::System.Data.DataColumn columnMEMBER_DATE;
private global::System.Data.DataColumn columnDEAD_STATUS;
private global::System.Data.DataColumn columnDEAD_DATE;
private global::System.Data.DataColumn columnRETRY_STATUS;
private global::System.Data.DataColumn columnRETRY_DATE;
private global::System.Data.DataColumn columnRESIGN_STATUS;
private global::System.Data.DataColumn columnRESIGN_DATE;
private global::System.Data.DataColumn columnRESIGNCAUSE_CODE;
private global::System.Data.DataColumn columnCLOSE_DATE;
private global::System.Data.DataColumn columnSEX;
private global::System.Data.DataColumn columnMARIAGE_STATUS;
private global::System.Data.DataColumn columnADDR_NO;
private global::System.Data.DataColumn columnADDR_MOO;
private global::System.Data.DataColumn columnADDR_SOI;
private global::System.Data.DataColumn columnADDR_VILLAGE;
private global::System.Data.DataColumn columnADDR_ROAD;
private global::System.Data.DataColumn columnTAMBOL_CODE;
private global::System.Data.DataColumn columnAMPHUR_CODE;
private global::System.Data.DataColumn columnPROVINCE_CODE;
private global::System.Data.DataColumn columnADDR_POSTCODE;
private global::System.Data.DataColumn columnADDR_PHONE;
private global::System.Data.DataColumn columnADDR_MOBILEPHONE;
private global::System.Data.DataColumn columnCURRADDR_NO;
private global::System.Data.DataColumn columnCURRADDR_MOO;
private global::System.Data.DataColumn columnCURRADDR_SOI;
private global::System.Data.DataColumn columnCURRADDR_VILLAGE;
private global::System.Data.DataColumn columnCURRADDR_ROAD;
private global::System.Data.DataColumn columnCURRTAMBOL_CODE;
private global::System.Data.DataColumn columnCURRAMPHUR_CODE;
private global::System.Data.DataColumn columnCURRPROVINCE_CODE;
private global::System.Data.DataColumn columnCURRADDR_POSTCODE;
private global::System.Data.DataColumn columnCURRADDR_PHONE;
private global::System.Data.DataColumn columnADDR_EMAIL;
private global::System.Data.DataColumn columnMEM_TELWORK;
private global::System.Data.DataColumn columnMATE_NAME;
private global::System.Data.DataColumn columnCARD_PERSON;
private global::System.Data.DataColumn columnCARD_TAX;
private global::System.Data.DataColumn columnMEMBER_CARD;
private global::System.Data.DataColumn columnWORK_DATE;
private global::System.Data.DataColumn columnPOSITION_CODE;
private global::System.Data.DataColumn columnPOSITION_DESC;
private global::System.Data.DataColumn columnLEVEL_CODE;
private global::System.Data.DataColumn columnDEPARTMENT_CODE;
private global::System.Data.DataColumn columnSALARY_AMOUNT;
private global::System.Data.DataColumn columnSALARY_ID;
private global::System.Data.DataColumn columnFIRSTFEE_STATUS;
private global::System.Data.DataColumn columnMEMBER_STATUS;
private global::System.Data.DataColumn columnMEMREF_FLAG;
private global::System.Data.DataColumn columnMEMBER_REF;
private global::System.Data.DataColumn columnKLONGTOON_FLAG;
private global::System.Data.DataColumn columnHAVE_GAIN;
private global::System.Data.DataColumn columnPAUSEKEEP_FLAG;
private global::System.Data.DataColumn columnPAUSEKEEP_DATE;
private global::System.Data.DataColumn columnFIRST_KEEPDATE;
private global::System.Data.DataColumn columnLNPROVIDENTFUND_FLAG;
private global::System.Data.DataColumn columnALLOWLOAN_FLAG;
private global::System.Data.DataColumn columnDROPGURANTEE_FLAG;
private global::System.Data.DataColumn columnTRANSRIGHT_FLAG;
private global::System.Data.DataColumn columnDROPLOANALL_FLAG;
private global::System.Data.DataColumn columnDIVIDEND_FLAG;
private global::System.Data.DataColumn columnAVERAGE_FLAG;
private global::System.Data.DataColumn columnSEQUEST_DIVAVG;
private global::System.Data.DataColumn columnREMARK;
private global::System.Data.DataColumn columnMEMBER_TYPE;
private global::System.Data.DataColumn columnDIVAVGSHOW_FLAG;
private global::System.Data.DataColumn columnPRINTRECEIPTADDR_TYPE;
private global::System.Data.DataColumn columnWEB_CODE;
private global::System.Data.DataColumn columnIVR_CODE;
private global::System.Data.DataColumn columnMEMBTRANS_DATE;
private global::System.Data.DataColumn columnACCUM_INTEREST;
private global::System.Data.DataColumn columnSUMINT_LASTYEAR;
private global::System.Data.DataColumn columnMISSPAYLON_AMT;
private global::System.Data.DataColumn columnMISSPAYSHR_AMT;
private global::System.Data.DataColumn columnMATE_MBFLAG;
private global::System.Data.DataColumn columnMATE_MBNO;
private global::System.Data.DataColumn columnEXPENSE_CODE;
private global::System.Data.DataColumn columnEXPENSE_BANK;
private global::System.Data.DataColumn columnEXPENSE_BRANCH;
private global::System.Data.DataColumn columnEXPENSE_ACCID;
private global::System.Data.DataColumn columnAPPL_DOCNO;
private global::System.Data.DataColumn columnAPPLTYPE_CODE;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_GROUP;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_DATE;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_STATUS;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_PERIOD;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_DUEDATE;
private global::System.Data.DataColumn columnCOMPOUNDKEEP_NMLDATE;
private global::System.Data.DataColumn columnINSURANCE_FLAG;
private global::System.Data.DataColumn columnCREMATION_STATUS;
private global::System.Data.DataColumn columnNATIONALITY;
private global::System.Data.DataColumn columnINCOMEETC_AMT;
private global::System.Data.DataColumn columnFATHER_NAME;
private global::System.Data.DataColumn columnMATHER_NAME;
private global::System.Data.DataColumn columnSUBGROUP_CODE;
private global::System.Data.DataColumn columnEMP_TYPE;
private global::System.Data.DataColumn columnMATEADDR_NO;
private global::System.Data.DataColumn columnMATEADDR_MOO;
private global::System.Data.DataColumn columnMATEADDR_VILLAGE;
private global::System.Data.DataColumn columnMATEADDR_SOI;
private global::System.Data.DataColumn columnMATEADDR_ROAD;
private global::System.Data.DataColumn columnMATETAMBOL_CODE;
private global::System.Data.DataColumn columnMATEAMPHUR_CODE;
private global::System.Data.DataColumn columnMATEPROVINCE_CODE;
private global::System.Data.DataColumn columnMATEADDR_POSTCODE;
private global::System.Data.DataColumn columnMATEADDR_PHONE;
private global::System.Data.DataColumn columnLASTKEEP_DATE;
private global::System.Data.DataColumn columnMATE_CARDPERSON;
private global::System.Data.DataColumn columnMATE_SALARYID;
private global::System.Data.DataColumn columnUPDATE_BYENTRYID;
private global::System.Data.DataColumn columnUPDATE_BYENTRYIP;
private global::System.Data.DataColumn columnTAMBOL_DESC;
private global::System.Data.DataColumn columnKEEPSAL_FLAG;
private global::System.Data.DataColumn columnUPDATE_BYLASTDOC;
private global::System.Data.DataColumn columnREMEMB_FLAG;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERDataTable() {
this.TableName = "MBMEMBMASTER";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERDataTable(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 MBMEMBMASTERDataTable(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 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 PRENAME_CODEColumn {
get {
return this.columnPRENAME_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_NAMEColumn {
get {
return this.columnMEMB_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_SURNAMEColumn {
get {
return this.columnMEMB_SURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_ENAMEColumn {
get {
return this.columnMEMB_ENAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMB_ESURNAMEColumn {
get {
return this.columnMEMB_ESURNAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBGROUP_CODEColumn {
get {
return this.columnMEMBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTYPE_CODEColumn {
get {
return this.columnMEMBTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SIGNATURE_NAMEColumn {
get {
return this.columnSIGNATURE_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BIRTH_DATEColumn {
get {
return this.columnBIRTH_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_DATEColumn {
get {
return this.columnMEMBER_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEAD_STATUSColumn {
get {
return this.columnDEAD_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEAD_DATEColumn {
get {
return this.columnDEAD_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETRY_STATUSColumn {
get {
return this.columnRETRY_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RETRY_DATEColumn {
get {
return this.columnRETRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESIGN_STATUSColumn {
get {
return this.columnRESIGN_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESIGN_DATEColumn {
get {
return this.columnRESIGN_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn RESIGNCAUSE_CODEColumn {
get {
return this.columnRESIGNCAUSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CLOSE_DATEColumn {
get {
return this.columnCLOSE_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEXColumn {
get {
return this.columnSEX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MARIAGE_STATUSColumn {
get {
return this.columnMARIAGE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_NOColumn {
get {
return this.columnADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_MOOColumn {
get {
return this.columnADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_SOIColumn {
get {
return this.columnADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_VILLAGEColumn {
get {
return this.columnADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_ROADColumn {
get {
return this.columnADDR_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOL_CODEColumn {
get {
return this.columnTAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AMPHUR_CODEColumn {
get {
return this.columnAMPHUR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PROVINCE_CODEColumn {
get {
return this.columnPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_POSTCODEColumn {
get {
return this.columnADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_PHONEColumn {
get {
return this.columnADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_MOBILEPHONEColumn {
get {
return this.columnADDR_MOBILEPHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_NOColumn {
get {
return this.columnCURRADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_MOOColumn {
get {
return this.columnCURRADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_SOIColumn {
get {
return this.columnCURRADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_VILLAGEColumn {
get {
return this.columnCURRADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_ROADColumn {
get {
return this.columnCURRADDR_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRTAMBOL_CODEColumn {
get {
return this.columnCURRTAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRAMPHUR_CODEColumn {
get {
return this.columnCURRAMPHUR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRPROVINCE_CODEColumn {
get {
return this.columnCURRPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_POSTCODEColumn {
get {
return this.columnCURRADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CURRADDR_PHONEColumn {
get {
return this.columnCURRADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ADDR_EMAILColumn {
get {
return this.columnADDR_EMAIL;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEM_TELWORKColumn {
get {
return this.columnMEM_TELWORK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_NAMEColumn {
get {
return this.columnMATE_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CARD_PERSONColumn {
get {
return this.columnCARD_PERSON;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CARD_TAXColumn {
get {
return this.columnCARD_TAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_CARDColumn {
get {
return this.columnMEMBER_CARD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WORK_DATEColumn {
get {
return this.columnWORK_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSITION_CODEColumn {
get {
return this.columnPOSITION_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn POSITION_DESCColumn {
get {
return this.columnPOSITION_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LEVEL_CODEColumn {
get {
return this.columnLEVEL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DEPARTMENT_CODEColumn {
get {
return this.columnDEPARTMENT_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARY_AMOUNTColumn {
get {
return this.columnSALARY_AMOUNT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARY_IDColumn {
get {
return this.columnSALARY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIRSTFEE_STATUSColumn {
get {
return this.columnFIRSTFEE_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_STATUSColumn {
get {
return this.columnMEMBER_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMREF_FLAGColumn {
get {
return this.columnMEMREF_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBER_REFColumn {
get {
return this.columnMEMBER_REF;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KLONGTOON_FLAGColumn {
get {
return this.columnKLONGTOON_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn HAVE_GAINColumn {
get {
return this.columnHAVE_GAIN;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAUSEKEEP_FLAGColumn {
get {
return this.columnPAUSEKEEP_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAUSEKEEP_DATEColumn {
get {
return this.columnPAUSEKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FIRST_KEEPDATEColumn {
get {
return this.columnFIRST_KEEPDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LNPROVIDENTFUND_FLAGColumn {
get {
return this.columnLNPROVIDENTFUND_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ALLOWLOAN_FLAGColumn {
get {
return this.columnALLOWLOAN_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DROPGURANTEE_FLAGColumn {
get {
return this.columnDROPGURANTEE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TRANSRIGHT_FLAGColumn {
get {
return this.columnTRANSRIGHT_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DROPLOANALL_FLAGColumn {
get {
return this.columnDROPLOANALL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVIDEND_FLAGColumn {
get {
return this.columnDIVIDEND_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn AVERAGE_FLAGColumn {
get {
return this.columnAVERAGE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQUEST_DIVAVGColumn {
get {
return this.columnSEQUEST_DIVAVG;
}
}
[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 MEMBER_TYPEColumn {
get {
return this.columnMEMBER_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn DIVAVGSHOW_FLAGColumn {
get {
return this.columnDIVAVGSHOW_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PRINTRECEIPTADDR_TYPEColumn {
get {
return this.columnPRINTRECEIPTADDR_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn WEB_CODEColumn {
get {
return this.columnWEB_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn IVR_CODEColumn {
get {
return this.columnIVR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MEMBTRANS_DATEColumn {
get {
return this.columnMEMBTRANS_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ACCUM_INTERESTColumn {
get {
return this.columnACCUM_INTEREST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUMINT_LASTYEARColumn {
get {
return this.columnSUMINT_LASTYEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAYLON_AMTColumn {
get {
return this.columnMISSPAYLON_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MISSPAYSHR_AMTColumn {
get {
return this.columnMISSPAYSHR_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_MBFLAGColumn {
get {
return this.columnMATE_MBFLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_MBNOColumn {
get {
return this.columnMATE_MBNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_CODEColumn {
get {
return this.columnEXPENSE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BANKColumn {
get {
return this.columnEXPENSE_BANK;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_BRANCHColumn {
get {
return this.columnEXPENSE_BRANCH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EXPENSE_ACCIDColumn {
get {
return this.columnEXPENSE_ACCID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPL_DOCNOColumn {
get {
return this.columnAPPL_DOCNO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn APPLTYPE_CODEColumn {
get {
return this.columnAPPLTYPE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_GROUPColumn {
get {
return this.columnCOMPOUNDKEEP_GROUP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_DATEColumn {
get {
return this.columnCOMPOUNDKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_STATUSColumn {
get {
return this.columnCOMPOUNDKEEP_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_PERIODColumn {
get {
return this.columnCOMPOUNDKEEP_PERIOD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_DUEDATEColumn {
get {
return this.columnCOMPOUNDKEEP_DUEDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPOUNDKEEP_NMLDATEColumn {
get {
return this.columnCOMPOUNDKEEP_NMLDATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INSURANCE_FLAGColumn {
get {
return this.columnINSURANCE_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn CREMATION_STATUSColumn {
get {
return this.columnCREMATION_STATUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn NATIONALITYColumn {
get {
return this.columnNATIONALITY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn INCOMEETC_AMTColumn {
get {
return this.columnINCOMEETC_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn FATHER_NAMEColumn {
get {
return this.columnFATHER_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATHER_NAMEColumn {
get {
return this.columnMATHER_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SUBGROUP_CODEColumn {
get {
return this.columnSUBGROUP_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EMP_TYPEColumn {
get {
return this.columnEMP_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_NOColumn {
get {
return this.columnMATEADDR_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_MOOColumn {
get {
return this.columnMATEADDR_MOO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_VILLAGEColumn {
get {
return this.columnMATEADDR_VILLAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_SOIColumn {
get {
return this.columnMATEADDR_SOI;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_ROADColumn {
get {
return this.columnMATEADDR_ROAD;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATETAMBOL_CODEColumn {
get {
return this.columnMATETAMBOL_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEAMPHUR_CODEColumn {
get {
return this.columnMATEAMPHUR_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEPROVINCE_CODEColumn {
get {
return this.columnMATEPROVINCE_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_POSTCODEColumn {
get {
return this.columnMATEADDR_POSTCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATEADDR_PHONEColumn {
get {
return this.columnMATEADDR_PHONE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn LASTKEEP_DATEColumn {
get {
return this.columnLASTKEEP_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_CARDPERSONColumn {
get {
return this.columnMATE_CARDPERSON;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MATE_SALARYIDColumn {
get {
return this.columnMATE_SALARYID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIDColumn {
get {
return this.columnUPDATE_BYENTRYID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYENTRYIPColumn {
get {
return this.columnUPDATE_BYENTRYIP;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAMBOL_DESCColumn {
get {
return this.columnTAMBOL_DESC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn KEEPSAL_FLAGColumn {
get {
return this.columnKEEPSAL_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn UPDATE_BYLASTDOCColumn {
get {
return this.columnUPDATE_BYLASTDOC;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn REMEMB_FLAGColumn {
get {
return this.columnREMEMB_FLAG;
}
}
[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 MBMEMBMASTERRow this[int index] {
get {
return ((MBMEMBMASTERRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event MBMEMBMASTERRowChangeEventHandler MBMEMBMASTERRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddMBMEMBMASTERRow(MBMEMBMASTERRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow AddMBMEMBMASTERRow(
string COOP_ID,
string MEMBER_NO,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
System.DateTime BIRTH_DATE,
System.DateTime MEMBER_DATE,
decimal DEAD_STATUS,
System.DateTime DEAD_DATE,
decimal RETRY_STATUS,
System.DateTime RETRY_DATE,
decimal RESIGN_STATUS,
System.DateTime RESIGN_DATE,
string RESIGNCAUSE_CODE,
System.DateTime CLOSE_DATE,
string SEX,
decimal MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
System.DateTime WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
decimal LEVEL_CODE,
string DEPARTMENT_CODE,
decimal SALARY_AMOUNT,
string SALARY_ID,
decimal FIRSTFEE_STATUS,
decimal MEMBER_STATUS,
decimal MEMREF_FLAG,
string MEMBER_REF,
decimal KLONGTOON_FLAG,
decimal HAVE_GAIN,
decimal PAUSEKEEP_FLAG,
System.DateTime PAUSEKEEP_DATE,
System.DateTime FIRST_KEEPDATE,
decimal LNPROVIDENTFUND_FLAG,
decimal ALLOWLOAN_FLAG,
decimal DROPGURANTEE_FLAG,
decimal TRANSRIGHT_FLAG,
decimal DROPLOANALL_FLAG,
decimal DIVIDEND_FLAG,
decimal AVERAGE_FLAG,
decimal SEQUEST_DIVAVG,
string REMARK,
decimal MEMBER_TYPE,
decimal DIVAVGSHOW_FLAG,
decimal PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
System.DateTime MEMBTRANS_DATE,
decimal ACCUM_INTEREST,
decimal SUMINT_LASTYEAR,
decimal MISSPAYLON_AMT,
decimal MISSPAYSHR_AMT,
decimal MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
System.DateTime COMPOUNDKEEP_DATE,
decimal COMPOUNDKEEP_STATUS,
decimal COMPOUNDKEEP_PERIOD,
System.DateTime COMPOUNDKEEP_DUEDATE,
System.DateTime COMPOUNDKEEP_NMLDATE,
decimal INSURANCE_FLAG,
decimal CREMATION_STATUS,
string NATIONALITY,
decimal INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
System.DateTime LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
string TAMBOL_DESC,
decimal KEEPSAL_FLAG,
string UPDATE_BYLASTDOC,
decimal REMEMB_FLAG) {
MBMEMBMASTERRow rowMBMEMBMASTERRow = ((MBMEMBMASTERRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
COOP_ID,
MEMBER_NO,
PRENAME_CODE,
MEMB_NAME,
MEMB_SURNAME,
MEMB_ENAME,
MEMB_ESURNAME,
MEMBGROUP_CODE,
MEMBTYPE_CODE,
SIGNATURE_NAME,
BIRTH_DATE,
MEMBER_DATE,
DEAD_STATUS,
DEAD_DATE,
RETRY_STATUS,
RETRY_DATE,
RESIGN_STATUS,
RESIGN_DATE,
RESIGNCAUSE_CODE,
CLOSE_DATE,
SEX,
MARIAGE_STATUS,
ADDR_NO,
ADDR_MOO,
ADDR_SOI,
ADDR_VILLAGE,
ADDR_ROAD,
TAMBOL_CODE,
AMPHUR_CODE,
PROVINCE_CODE,
ADDR_POSTCODE,
ADDR_PHONE,
ADDR_MOBILEPHONE,
CURRADDR_NO,
CURRADDR_MOO,
CURRADDR_SOI,
CURRADDR_VILLAGE,
CURRADDR_ROAD,
CURRTAMBOL_CODE,
CURRAMPHUR_CODE,
CURRPROVINCE_CODE,
CURRADDR_POSTCODE,
CURRADDR_PHONE,
ADDR_EMAIL,
MEM_TELWORK,
MATE_NAME,
CARD_PERSON,
CARD_TAX,
MEMBER_CARD,
WORK_DATE,
POSITION_CODE,
POSITION_DESC,
LEVEL_CODE,
DEPARTMENT_CODE,
SALARY_AMOUNT,
SALARY_ID,
FIRSTFEE_STATUS,
MEMBER_STATUS,
MEMREF_FLAG,
MEMBER_REF,
KLONGTOON_FLAG,
HAVE_GAIN,
PAUSEKEEP_FLAG,
PAUSEKEEP_DATE,
FIRST_KEEPDATE,
LNPROVIDENTFUND_FLAG,
ALLOWLOAN_FLAG,
DROPGURANTEE_FLAG,
TRANSRIGHT_FLAG,
DROPLOANALL_FLAG,
DIVIDEND_FLAG,
AVERAGE_FLAG,
SEQUEST_DIVAVG,
REMARK,
MEMBER_TYPE,
DIVAVGSHOW_FLAG,
PRINTRECEIPTADDR_TYPE,
WEB_CODE,
IVR_CODE,
MEMBTRANS_DATE,
ACCUM_INTEREST,
SUMINT_LASTYEAR,
MISSPAYLON_AMT,
MISSPAYSHR_AMT,
MATE_MBFLAG,
MATE_MBNO,
EXPENSE_CODE,
EXPENSE_BANK,
EXPENSE_BRANCH,
EXPENSE_ACCID,
APPL_DOCNO,
APPLTYPE_CODE,
COMPOUNDKEEP_GROUP,
COMPOUNDKEEP_DATE,
COMPOUNDKEEP_STATUS,
COMPOUNDKEEP_PERIOD,
COMPOUNDKEEP_DUEDATE,
COMPOUNDKEEP_NMLDATE,
INSURANCE_FLAG,
CREMATION_STATUS,
NATIONALITY,
INCOMEETC_AMT,
FATHER_NAME,
MATHER_NAME,
SUBGROUP_CODE,
EMP_TYPE,
MATEADDR_NO,
MATEADDR_MOO,
MATEADDR_VILLAGE,
MATEADDR_SOI,
MATEADDR_ROAD,
MATETAMBOL_CODE,
MATEAMPHUR_CODE,
MATEPROVINCE_CODE,
MATEADDR_POSTCODE,
MATEADDR_PHONE,
LASTKEEP_DATE,
MATE_CARDPERSON,
MATE_SALARYID,
UPDATE_BYENTRYID,
UPDATE_BYENTRYIP,
TAMBOL_DESC,
KEEPSAL_FLAG,
UPDATE_BYLASTDOC,
REMEMB_FLAG};
rowMBMEMBMASTERRow.ItemArray = columnValuesArray;
this.Rows.Add(rowMBMEMBMASTERRow);
return rowMBMEMBMASTERRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow FindByCOOP_IDMEMBER_NO(string COOP_ID, string MEMBER_NO) {
return ((MBMEMBMASTERRow)(this.Rows.Find(new object[] {
COOP_ID,
MEMBER_NO})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
MBMEMBMASTERDataTable cln = ((MBMEMBMASTERDataTable)(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 MBMEMBMASTERDataTable();
}
[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.columnMEMBER_NO = base.Columns["MEMBER_NO"];
this.columnPRENAME_CODE = base.Columns["PRENAME_CODE"];
this.columnMEMB_NAME = base.Columns["MEMB_NAME"];
this.columnMEMB_SURNAME = base.Columns["MEMB_SURNAME"];
this.columnMEMB_ENAME = base.Columns["MEMB_ENAME"];
this.columnMEMB_ESURNAME = base.Columns["MEMB_ESURNAME"];
this.columnMEMBGROUP_CODE = base.Columns["MEMBGROUP_CODE"];
this.columnMEMBTYPE_CODE = base.Columns["MEMBTYPE_CODE"];
this.columnSIGNATURE_NAME = base.Columns["SIGNATURE_NAME"];
this.columnBIRTH_DATE = base.Columns["BIRTH_DATE"];
this.columnMEMBER_DATE = base.Columns["MEMBER_DATE"];
this.columnDEAD_STATUS = base.Columns["DEAD_STATUS"];
this.columnDEAD_DATE = base.Columns["DEAD_DATE"];
this.columnRETRY_STATUS = base.Columns["RETRY_STATUS"];
this.columnRETRY_DATE = base.Columns["RETRY_DATE"];
this.columnRESIGN_STATUS = base.Columns["RESIGN_STATUS"];
this.columnRESIGN_DATE = base.Columns["RESIGN_DATE"];
this.columnRESIGNCAUSE_CODE = base.Columns["RESIGNCAUSE_CODE"];
this.columnCLOSE_DATE = base.Columns["CLOSE_DATE"];
this.columnSEX = base.Columns["SEX"];
this.columnMARIAGE_STATUS = base.Columns["MARIAGE_STATUS"];
this.columnADDR_NO = base.Columns["ADDR_NO"];
this.columnADDR_MOO = base.Columns["ADDR_MOO"];
this.columnADDR_SOI = base.Columns["ADDR_SOI"];
this.columnADDR_VILLAGE = base.Columns["ADDR_VILLAGE"];
this.columnADDR_ROAD = base.Columns["ADDR_ROAD"];
this.columnTAMBOL_CODE = base.Columns["TAMBOL_CODE"];
this.columnAMPHUR_CODE = base.Columns["AMPHUR_CODE"];
this.columnPROVINCE_CODE = base.Columns["PROVINCE_CODE"];
this.columnADDR_POSTCODE = base.Columns["ADDR_POSTCODE"];
this.columnADDR_PHONE = base.Columns["ADDR_PHONE"];
this.columnADDR_MOBILEPHONE = base.Columns["ADDR_MOBILEPHONE"];
this.columnCURRADDR_NO = base.Columns["CURRADDR_NO"];
this.columnCURRADDR_MOO = base.Columns["CURRADDR_MOO"];
this.columnCURRADDR_SOI = base.Columns["CURRADDR_SOI"];
this.columnCURRADDR_VILLAGE = base.Columns["CURRADDR_VILLAGE"];
this.columnCURRADDR_ROAD = base.Columns["CURRADDR_ROAD"];
this.columnCURRTAMBOL_CODE = base.Columns["CURRTAMBOL_CODE"];
this.columnCURRAMPHUR_CODE = base.Columns["CURRAMPHUR_CODE"];
this.columnCURRPROVINCE_CODE = base.Columns["CURRPROVINCE_CODE"];
this.columnCURRADDR_POSTCODE = base.Columns["CURRADDR_POSTCODE"];
this.columnCURRADDR_PHONE = base.Columns["CURRADDR_PHONE"];
this.columnADDR_EMAIL = base.Columns["ADDR_EMAIL"];
this.columnMEM_TELWORK = base.Columns["MEM_TELWORK"];
this.columnMATE_NAME = base.Columns["MATE_NAME"];
this.columnCARD_PERSON = base.Columns["CARD_PERSON"];
this.columnCARD_TAX = base.Columns["CARD_TAX"];
this.columnMEMBER_CARD = base.Columns["MEMBER_CARD"];
this.columnWORK_DATE = base.Columns["WORK_DATE"];
this.columnPOSITION_CODE = base.Columns["POSITION_CODE"];
this.columnPOSITION_DESC = base.Columns["POSITION_DESC"];
this.columnLEVEL_CODE = base.Columns["LEVEL_CODE"];
this.columnDEPARTMENT_CODE = base.Columns["DEPARTMENT_CODE"];
this.columnSALARY_AMOUNT = base.Columns["SALARY_AMOUNT"];
this.columnSALARY_ID = base.Columns["SALARY_ID"];
this.columnFIRSTFEE_STATUS = base.Columns["FIRSTFEE_STATUS"];
this.columnMEMBER_STATUS = base.Columns["MEMBER_STATUS"];
this.columnMEMREF_FLAG = base.Columns["MEMREF_FLAG"];
this.columnMEMBER_REF = base.Columns["MEMBER_REF"];
this.columnKLONGTOON_FLAG = base.Columns["KLONGTOON_FLAG"];
this.columnHAVE_GAIN = base.Columns["HAVE_GAIN"];
this.columnPAUSEKEEP_FLAG = base.Columns["PAUSEKEEP_FLAG"];
this.columnPAUSEKEEP_DATE = base.Columns["PAUSEKEEP_DATE"];
this.columnFIRST_KEEPDATE = base.Columns["FIRST_KEEPDATE"];
this.columnLNPROVIDENTFUND_FLAG = base.Columns["LNPROVIDENTFUND_FLAG"];
this.columnALLOWLOAN_FLAG = base.Columns["ALLOWLOAN_FLAG"];
this.columnDROPGURANTEE_FLAG = base.Columns["DROPGURANTEE_FLAG"];
this.columnTRANSRIGHT_FLAG = base.Columns["TRANSRIGHT_FLAG"];
this.columnDROPLOANALL_FLAG = base.Columns["DROPLOANALL_FLAG"];
this.columnDIVIDEND_FLAG = base.Columns["DIVIDEND_FLAG"];
this.columnAVERAGE_FLAG = base.Columns["AVERAGE_FLAG"];
this.columnSEQUEST_DIVAVG = base.Columns["SEQUEST_DIVAVG"];
this.columnREMARK = base.Columns["REMARK"];
this.columnMEMBER_TYPE = base.Columns["MEMBER_TYPE"];
this.columnDIVAVGSHOW_FLAG = base.Columns["DIVAVGSHOW_FLAG"];
this.columnPRINTRECEIPTADDR_TYPE = base.Columns["PRINTRECEIPTADDR_TYPE"];
this.columnWEB_CODE = base.Columns["WEB_CODE"];
this.columnIVR_CODE = base.Columns["IVR_CODE"];
this.columnMEMBTRANS_DATE = base.Columns["MEMBTRANS_DATE"];
this.columnACCUM_INTEREST = base.Columns["ACCUM_INTEREST"];
this.columnSUMINT_LASTYEAR = base.Columns["SUMINT_LASTYEAR"];
this.columnMISSPAYLON_AMT = base.Columns["MISSPAYLON_AMT"];
this.columnMISSPAYSHR_AMT = base.Columns["MISSPAYSHR_AMT"];
this.columnMATE_MBFLAG = base.Columns["MATE_MBFLAG"];
this.columnMATE_MBNO = base.Columns["MATE_MBNO"];
this.columnEXPENSE_CODE = base.Columns["EXPENSE_CODE"];
this.columnEXPENSE_BANK = base.Columns["EXPENSE_BANK"];
this.columnEXPENSE_BRANCH = base.Columns["EXPENSE_BRANCH"];
this.columnEXPENSE_ACCID = base.Columns["EXPENSE_ACCID"];
this.columnAPPL_DOCNO = base.Columns["APPL_DOCNO"];
this.columnAPPLTYPE_CODE = base.Columns["APPLTYPE_CODE"];
this.columnCOMPOUNDKEEP_GROUP = base.Columns["COMPOUNDKEEP_GROUP"];
this.columnCOMPOUNDKEEP_DATE = base.Columns["COMPOUNDKEEP_DATE"];
this.columnCOMPOUNDKEEP_STATUS = base.Columns["COMPOUNDKEEP_STATUS"];
this.columnCOMPOUNDKEEP_PERIOD = base.Columns["COMPOUNDKEEP_PERIOD"];
this.columnCOMPOUNDKEEP_DUEDATE = base.Columns["COMPOUNDKEEP_DUEDATE"];
this.columnCOMPOUNDKEEP_NMLDATE = base.Columns["COMPOUNDKEEP_NMLDATE"];
this.columnINSURANCE_FLAG = base.Columns["INSURANCE_FLAG"];
this.columnCREMATION_STATUS = base.Columns["CREMATION_STATUS"];
this.columnNATIONALITY = base.Columns["NATIONALITY"];
this.columnINCOMEETC_AMT = base.Columns["INCOMEETC_AMT"];
this.columnFATHER_NAME = base.Columns["FATHER_NAME"];
this.columnMATHER_NAME = base.Columns["MATHER_NAME"];
this.columnSUBGROUP_CODE = base.Columns["SUBGROUP_CODE"];
this.columnEMP_TYPE = base.Columns["EMP_TYPE"];
this.columnMATEADDR_NO = base.Columns["MATEADDR_NO"];
this.columnMATEADDR_MOO = base.Columns["MATEADDR_MOO"];
this.columnMATEADDR_VILLAGE = base.Columns["MATEADDR_VILLAGE"];
this.columnMATEADDR_SOI = base.Columns["MATEADDR_SOI"];
this.columnMATEADDR_ROAD = base.Columns["MATEADDR_ROAD"];
this.columnMATETAMBOL_CODE = base.Columns["MATETAMBOL_CODE"];
this.columnMATEAMPHUR_CODE = base.Columns["MATEAMPHUR_CODE"];
this.columnMATEPROVINCE_CODE = base.Columns["MATEPROVINCE_CODE"];
this.columnMATEADDR_POSTCODE = base.Columns["MATEADDR_POSTCODE"];
this.columnMATEADDR_PHONE = base.Columns["MATEADDR_PHONE"];
this.columnLASTKEEP_DATE = base.Columns["LASTKEEP_DATE"];
this.columnMATE_CARDPERSON = base.Columns["MATE_CARDPERSON"];
this.columnMATE_SALARYID = base.Columns["MATE_SALARYID"];
this.columnUPDATE_BYENTRYID = base.Columns["UPDATE_BYENTRYID"];
this.columnUPDATE_BYENTRYIP = base.Columns["UPDATE_BYENTRYIP"];
this.columnTAMBOL_DESC = base.Columns["TAMBOL_DESC"];
this.columnKEEPSAL_FLAG = base.Columns["KEEPSAL_FLAG"];
this.columnUPDATE_BYLASTDOC = base.Columns["UPDATE_BYLASTDOC"];
this.columnREMEMB_FLAG = base.Columns["REMEMB_FLAG"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnCOOP_ID = new global::System.Data.DataColumn("COOP_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOOP_ID);
this.columnMEMBER_NO = new global::System.Data.DataColumn("MEMBER_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_NO);
this.columnPRENAME_CODE = new global::System.Data.DataColumn("PRENAME_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRENAME_CODE);
this.columnMEMB_NAME = new global::System.Data.DataColumn("MEMB_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_NAME);
this.columnMEMB_SURNAME = new global::System.Data.DataColumn("MEMB_SURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_SURNAME);
this.columnMEMB_ENAME = new global::System.Data.DataColumn("MEMB_ENAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_ENAME);
this.columnMEMB_ESURNAME = new global::System.Data.DataColumn("MEMB_ESURNAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMB_ESURNAME);
this.columnMEMBGROUP_CODE = new global::System.Data.DataColumn("MEMBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBGROUP_CODE);
this.columnMEMBTYPE_CODE = new global::System.Data.DataColumn("MEMBTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTYPE_CODE);
this.columnSIGNATURE_NAME = new global::System.Data.DataColumn("SIGNATURE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSIGNATURE_NAME);
this.columnBIRTH_DATE = new global::System.Data.DataColumn("BIRTH_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBIRTH_DATE);
this.columnMEMBER_DATE = new global::System.Data.DataColumn("MEMBER_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_DATE);
this.columnDEAD_STATUS = new global::System.Data.DataColumn("DEAD_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEAD_STATUS);
this.columnDEAD_DATE = new global::System.Data.DataColumn("DEAD_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEAD_DATE);
this.columnRETRY_STATUS = new global::System.Data.DataColumn("RETRY_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_STATUS);
this.columnRETRY_DATE = new global::System.Data.DataColumn("RETRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRETRY_DATE);
this.columnRESIGN_STATUS = new global::System.Data.DataColumn("RESIGN_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGN_STATUS);
this.columnRESIGN_DATE = new global::System.Data.DataColumn("RESIGN_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGN_DATE);
this.columnRESIGNCAUSE_CODE = new global::System.Data.DataColumn("RESIGNCAUSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRESIGNCAUSE_CODE);
this.columnCLOSE_DATE = new global::System.Data.DataColumn("CLOSE_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCLOSE_DATE);
this.columnSEX = new global::System.Data.DataColumn("SEX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEX);
this.columnMARIAGE_STATUS = new global::System.Data.DataColumn("MARIAGE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMARIAGE_STATUS);
this.columnADDR_NO = new global::System.Data.DataColumn("ADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_NO);
this.columnADDR_MOO = new global::System.Data.DataColumn("ADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_MOO);
this.columnADDR_SOI = new global::System.Data.DataColumn("ADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_SOI);
this.columnADDR_VILLAGE = new global::System.Data.DataColumn("ADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_VILLAGE);
this.columnADDR_ROAD = new global::System.Data.DataColumn("ADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_ROAD);
this.columnTAMBOL_CODE = new global::System.Data.DataColumn("TAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL_CODE);
this.columnAMPHUR_CODE = new global::System.Data.DataColumn("AMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAMPHUR_CODE);
this.columnPROVINCE_CODE = new global::System.Data.DataColumn("PROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPROVINCE_CODE);
this.columnADDR_POSTCODE = new global::System.Data.DataColumn("ADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_POSTCODE);
this.columnADDR_PHONE = new global::System.Data.DataColumn("ADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_PHONE);
this.columnADDR_MOBILEPHONE = new global::System.Data.DataColumn("ADDR_MOBILEPHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_MOBILEPHONE);
this.columnCURRADDR_NO = new global::System.Data.DataColumn("CURRADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_NO);
this.columnCURRADDR_MOO = new global::System.Data.DataColumn("CURRADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_MOO);
this.columnCURRADDR_SOI = new global::System.Data.DataColumn("CURRADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_SOI);
this.columnCURRADDR_VILLAGE = new global::System.Data.DataColumn("CURRADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_VILLAGE);
this.columnCURRADDR_ROAD = new global::System.Data.DataColumn("CURRADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_ROAD);
this.columnCURRTAMBOL_CODE = new global::System.Data.DataColumn("CURRTAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRTAMBOL_CODE);
this.columnCURRAMPHUR_CODE = new global::System.Data.DataColumn("CURRAMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRAMPHUR_CODE);
this.columnCURRPROVINCE_CODE = new global::System.Data.DataColumn("CURRPROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRPROVINCE_CODE);
this.columnCURRADDR_POSTCODE = new global::System.Data.DataColumn("CURRADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_POSTCODE);
this.columnCURRADDR_PHONE = new global::System.Data.DataColumn("CURRADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCURRADDR_PHONE);
this.columnADDR_EMAIL = new global::System.Data.DataColumn("ADDR_EMAIL", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnADDR_EMAIL);
this.columnMEM_TELWORK = new global::System.Data.DataColumn("MEM_TELWORK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEM_TELWORK);
this.columnMATE_NAME = new global::System.Data.DataColumn("MATE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_NAME);
this.columnCARD_PERSON = new global::System.Data.DataColumn("CARD_PERSON", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCARD_PERSON);
this.columnCARD_TAX = new global::System.Data.DataColumn("CARD_TAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCARD_TAX);
this.columnMEMBER_CARD = new global::System.Data.DataColumn("MEMBER_CARD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_CARD);
this.columnWORK_DATE = new global::System.Data.DataColumn("WORK_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWORK_DATE);
this.columnPOSITION_CODE = new global::System.Data.DataColumn("POSITION_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSITION_CODE);
this.columnPOSITION_DESC = new global::System.Data.DataColumn("POSITION_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPOSITION_DESC);
this.columnLEVEL_CODE = new global::System.Data.DataColumn("LEVEL_CODE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLEVEL_CODE);
this.columnDEPARTMENT_CODE = new global::System.Data.DataColumn("DEPARTMENT_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDEPARTMENT_CODE);
this.columnSALARY_AMOUNT = new global::System.Data.DataColumn("SALARY_AMOUNT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_AMOUNT);
this.columnSALARY_ID = new global::System.Data.DataColumn("SALARY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY_ID);
this.columnFIRSTFEE_STATUS = new global::System.Data.DataColumn("FIRSTFEE_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIRSTFEE_STATUS);
this.columnMEMBER_STATUS = new global::System.Data.DataColumn("MEMBER_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_STATUS);
this.columnMEMREF_FLAG = new global::System.Data.DataColumn("MEMREF_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMREF_FLAG);
this.columnMEMBER_REF = new global::System.Data.DataColumn("MEMBER_REF", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_REF);
this.columnKLONGTOON_FLAG = new global::System.Data.DataColumn("KLONGTOON_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKLONGTOON_FLAG);
this.columnHAVE_GAIN = new global::System.Data.DataColumn("HAVE_GAIN", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnHAVE_GAIN);
this.columnPAUSEKEEP_FLAG = new global::System.Data.DataColumn("PAUSEKEEP_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAUSEKEEP_FLAG);
this.columnPAUSEKEEP_DATE = new global::System.Data.DataColumn("PAUSEKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAUSEKEEP_DATE);
this.columnFIRST_KEEPDATE = new global::System.Data.DataColumn("FIRST_KEEPDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFIRST_KEEPDATE);
this.columnLNPROVIDENTFUND_FLAG = new global::System.Data.DataColumn("LNPROVIDENTFUND_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLNPROVIDENTFUND_FLAG);
this.columnALLOWLOAN_FLAG = new global::System.Data.DataColumn("ALLOWLOAN_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnALLOWLOAN_FLAG);
this.columnDROPGURANTEE_FLAG = new global::System.Data.DataColumn("DROPGURANTEE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDROPGURANTEE_FLAG);
this.columnTRANSRIGHT_FLAG = new global::System.Data.DataColumn("TRANSRIGHT_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTRANSRIGHT_FLAG);
this.columnDROPLOANALL_FLAG = new global::System.Data.DataColumn("DROPLOANALL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDROPLOANALL_FLAG);
this.columnDIVIDEND_FLAG = new global::System.Data.DataColumn("DIVIDEND_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVIDEND_FLAG);
this.columnAVERAGE_FLAG = new global::System.Data.DataColumn("AVERAGE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAVERAGE_FLAG);
this.columnSEQUEST_DIVAVG = new global::System.Data.DataColumn("SEQUEST_DIVAVG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQUEST_DIVAVG);
this.columnREMARK = new global::System.Data.DataColumn("REMARK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMARK);
this.columnMEMBER_TYPE = new global::System.Data.DataColumn("MEMBER_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBER_TYPE);
this.columnDIVAVGSHOW_FLAG = new global::System.Data.DataColumn("DIVAVGSHOW_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnDIVAVGSHOW_FLAG);
this.columnPRINTRECEIPTADDR_TYPE = new global::System.Data.DataColumn("PRINTRECEIPTADDR_TYPE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPRINTRECEIPTADDR_TYPE);
this.columnWEB_CODE = new global::System.Data.DataColumn("WEB_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnWEB_CODE);
this.columnIVR_CODE = new global::System.Data.DataColumn("IVR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIVR_CODE);
this.columnMEMBTRANS_DATE = new global::System.Data.DataColumn("MEMBTRANS_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMEMBTRANS_DATE);
this.columnACCUM_INTEREST = new global::System.Data.DataColumn("ACCUM_INTEREST", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnACCUM_INTEREST);
this.columnSUMINT_LASTYEAR = new global::System.Data.DataColumn("SUMINT_LASTYEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUMINT_LASTYEAR);
this.columnMISSPAYLON_AMT = new global::System.Data.DataColumn("MISSPAYLON_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAYLON_AMT);
this.columnMISSPAYSHR_AMT = new global::System.Data.DataColumn("MISSPAYSHR_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMISSPAYSHR_AMT);
this.columnMATE_MBFLAG = new global::System.Data.DataColumn("MATE_MBFLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_MBFLAG);
this.columnMATE_MBNO = new global::System.Data.DataColumn("MATE_MBNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_MBNO);
this.columnEXPENSE_CODE = new global::System.Data.DataColumn("EXPENSE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_CODE);
this.columnEXPENSE_BANK = new global::System.Data.DataColumn("EXPENSE_BANK", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BANK);
this.columnEXPENSE_BRANCH = new global::System.Data.DataColumn("EXPENSE_BRANCH", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_BRANCH);
this.columnEXPENSE_ACCID = new global::System.Data.DataColumn("EXPENSE_ACCID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEXPENSE_ACCID);
this.columnAPPL_DOCNO = new global::System.Data.DataColumn("APPL_DOCNO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPL_DOCNO);
this.columnAPPLTYPE_CODE = new global::System.Data.DataColumn("APPLTYPE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAPPLTYPE_CODE);
this.columnCOMPOUNDKEEP_GROUP = new global::System.Data.DataColumn("COMPOUNDKEEP_GROUP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_GROUP);
this.columnCOMPOUNDKEEP_DATE = new global::System.Data.DataColumn("COMPOUNDKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_DATE);
this.columnCOMPOUNDKEEP_STATUS = new global::System.Data.DataColumn("COMPOUNDKEEP_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_STATUS);
this.columnCOMPOUNDKEEP_PERIOD = new global::System.Data.DataColumn("COMPOUNDKEEP_PERIOD", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_PERIOD);
this.columnCOMPOUNDKEEP_DUEDATE = new global::System.Data.DataColumn("COMPOUNDKEEP_DUEDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_DUEDATE);
this.columnCOMPOUNDKEEP_NMLDATE = new global::System.Data.DataColumn("COMPOUNDKEEP_NMLDATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPOUNDKEEP_NMLDATE);
this.columnINSURANCE_FLAG = new global::System.Data.DataColumn("INSURANCE_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINSURANCE_FLAG);
this.columnCREMATION_STATUS = new global::System.Data.DataColumn("CREMATION_STATUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCREMATION_STATUS);
this.columnNATIONALITY = new global::System.Data.DataColumn("NATIONALITY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnNATIONALITY);
this.columnINCOMEETC_AMT = new global::System.Data.DataColumn("INCOMEETC_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnINCOMEETC_AMT);
this.columnFATHER_NAME = new global::System.Data.DataColumn("FATHER_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnFATHER_NAME);
this.columnMATHER_NAME = new global::System.Data.DataColumn("MATHER_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATHER_NAME);
this.columnSUBGROUP_CODE = new global::System.Data.DataColumn("SUBGROUP_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSUBGROUP_CODE);
this.columnEMP_TYPE = new global::System.Data.DataColumn("EMP_TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEMP_TYPE);
this.columnMATEADDR_NO = new global::System.Data.DataColumn("MATEADDR_NO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_NO);
this.columnMATEADDR_MOO = new global::System.Data.DataColumn("MATEADDR_MOO", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_MOO);
this.columnMATEADDR_VILLAGE = new global::System.Data.DataColumn("MATEADDR_VILLAGE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_VILLAGE);
this.columnMATEADDR_SOI = new global::System.Data.DataColumn("MATEADDR_SOI", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_SOI);
this.columnMATEADDR_ROAD = new global::System.Data.DataColumn("MATEADDR_ROAD", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_ROAD);
this.columnMATETAMBOL_CODE = new global::System.Data.DataColumn("MATETAMBOL_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATETAMBOL_CODE);
this.columnMATEAMPHUR_CODE = new global::System.Data.DataColumn("MATEAMPHUR_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEAMPHUR_CODE);
this.columnMATEPROVINCE_CODE = new global::System.Data.DataColumn("MATEPROVINCE_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEPROVINCE_CODE);
this.columnMATEADDR_POSTCODE = new global::System.Data.DataColumn("MATEADDR_POSTCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_POSTCODE);
this.columnMATEADDR_PHONE = new global::System.Data.DataColumn("MATEADDR_PHONE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATEADDR_PHONE);
this.columnLASTKEEP_DATE = new global::System.Data.DataColumn("LASTKEEP_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnLASTKEEP_DATE);
this.columnMATE_CARDPERSON = new global::System.Data.DataColumn("MATE_CARDPERSON", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_CARDPERSON);
this.columnMATE_SALARYID = new global::System.Data.DataColumn("MATE_SALARYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMATE_SALARYID);
this.columnUPDATE_BYENTRYID = new global::System.Data.DataColumn("UPDATE_BYENTRYID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYID);
this.columnUPDATE_BYENTRYIP = new global::System.Data.DataColumn("UPDATE_BYENTRYIP", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYENTRYIP);
this.columnTAMBOL_DESC = new global::System.Data.DataColumn("TAMBOL_DESC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAMBOL_DESC);
this.columnKEEPSAL_FLAG = new global::System.Data.DataColumn("KEEPSAL_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnKEEPSAL_FLAG);
this.columnUPDATE_BYLASTDOC = new global::System.Data.DataColumn("UPDATE_BYLASTDOC", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnUPDATE_BYLASTDOC);
this.columnREMEMB_FLAG = new global::System.Data.DataColumn("REMEMB_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnREMEMB_FLAG);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnCOOP_ID,
this.columnMEMBER_NO}, true));
this.columnCOOP_ID.AllowDBNull = false;
this.columnCOOP_ID.MaxLength = 6;
this.columnMEMBER_NO.AllowDBNull = false;
this.columnMEMBER_NO.MaxLength = 8;
this.columnPRENAME_CODE.MaxLength = 2;
this.columnMEMB_NAME.MaxLength = 60;
this.columnMEMB_SURNAME.MaxLength = 60;
this.columnMEMB_ENAME.MaxLength = 60;
this.columnMEMB_ESURNAME.MaxLength = 60;
this.columnMEMBGROUP_CODE.MaxLength = 15;
this.columnMEMBTYPE_CODE.MaxLength = 2;
this.columnSIGNATURE_NAME.MaxLength = 200;
this.columnRESIGNCAUSE_CODE.MaxLength = 2;
this.columnSEX.MaxLength = 1;
this.columnADDR_NO.MaxLength = 100;
this.columnADDR_MOO.MaxLength = 3;
this.columnADDR_SOI.MaxLength = 50;
this.columnADDR_VILLAGE.MaxLength = 60;
this.columnADDR_ROAD.MaxLength = 100;
this.columnTAMBOL_CODE.MaxLength = 6;
this.columnAMPHUR_CODE.MaxLength = 4;
this.columnPROVINCE_CODE.MaxLength = 3;
this.columnADDR_POSTCODE.MaxLength = 5;
this.columnADDR_PHONE.MaxLength = 50;
this.columnADDR_MOBILEPHONE.MaxLength = 50;
this.columnCURRADDR_NO.MaxLength = 100;
this.columnCURRADDR_MOO.MaxLength = 3;
this.columnCURRADDR_SOI.MaxLength = 50;
this.columnCURRADDR_VILLAGE.MaxLength = 60;
this.columnCURRADDR_ROAD.MaxLength = 100;
this.columnCURRTAMBOL_CODE.MaxLength = 6;
this.columnCURRAMPHUR_CODE.MaxLength = 4;
this.columnCURRPROVINCE_CODE.MaxLength = 2;
this.columnCURRADDR_POSTCODE.MaxLength = 5;
this.columnCURRADDR_PHONE.MaxLength = 50;
this.columnADDR_EMAIL.MaxLength = 60;
this.columnMEM_TELWORK.MaxLength = 50;
this.columnMATE_NAME.MaxLength = 60;
this.columnCARD_PERSON.MaxLength = 13;
this.columnCARD_TAX.MaxLength = 10;
this.columnMEMBER_CARD.MaxLength = 10;
this.columnPOSITION_CODE.MaxLength = 4;
this.columnPOSITION_DESC.MaxLength = 60;
this.columnDEPARTMENT_CODE.MaxLength = 8;
this.columnSALARY_ID.MaxLength = 15;
this.columnMEMBER_REF.MaxLength = 8;
this.columnREMARK.MaxLength = 500;
this.columnWEB_CODE.MaxLength = 6;
this.columnIVR_CODE.MaxLength = 4;
this.columnMATE_MBNO.MaxLength = 6;
this.columnEXPENSE_CODE.MaxLength = 3;
this.columnEXPENSE_BANK.MaxLength = 3;
this.columnEXPENSE_BRANCH.MaxLength = 4;
this.columnEXPENSE_ACCID.MaxLength = 15;
this.columnAPPL_DOCNO.MaxLength = 10;
this.columnAPPLTYPE_CODE.MaxLength = 2;
this.columnCOMPOUNDKEEP_GROUP.MaxLength = 8;
this.columnNATIONALITY.MaxLength = 50;
this.columnFATHER_NAME.MaxLength = 150;
this.columnMATHER_NAME.MaxLength = 150;
this.columnSUBGROUP_CODE.MaxLength = 8;
this.columnEMP_TYPE.MaxLength = 4;
this.columnMATEADDR_NO.MaxLength = 60;
this.columnMATEADDR_MOO.MaxLength = 3;
this.columnMATEADDR_VILLAGE.MaxLength = 30;
this.columnMATEADDR_SOI.MaxLength = 60;
this.columnMATEADDR_ROAD.MaxLength = 30;
this.columnMATETAMBOL_CODE.MaxLength = 6;
this.columnMATEAMPHUR_CODE.MaxLength = 4;
this.columnMATEPROVINCE_CODE.MaxLength = 3;
this.columnMATEADDR_POSTCODE.MaxLength = 5;
this.columnMATEADDR_PHONE.MaxLength = 50;
this.columnMATE_CARDPERSON.MaxLength = 13;
this.columnMATE_SALARYID.MaxLength = 15;
this.columnUPDATE_BYENTRYID.MaxLength = 32;
this.columnUPDATE_BYENTRYIP.MaxLength = 15;
this.columnTAMBOL_DESC.MaxLength = 30;
this.columnUPDATE_BYLASTDOC.MaxLength = 15;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public MBMEMBMASTERRow NewMBMEMBMASTERRow() {
return ((MBMEMBMASTERRow)(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 MBMEMBMASTERRow(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(MBMEMBMASTERRow);
}
[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.MBMEMBMASTERRowChanged != null)) {
this.MBMEMBMASTERRowChanged(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowChanging != null)) {
this.MBMEMBMASTERRowChanging(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleted != null)) {
this.MBMEMBMASTERRowDeleted(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(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.MBMEMBMASTERRowDeleting != null)) {
this.MBMEMBMASTERRowDeleting(this, new MBMEMBMASTERRowChangeEvent(((MBMEMBMASTERRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveMBMEMBMASTERRow(MBMEMBMASTERRow 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 = "MBMEMBMASTERDataTable";
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 LNCONTCOLLRow : global::System.Data.DataRow {
private LNCONTCOLLDataTable tableLNCONTCOLL;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCONTCOLLRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCONTCOLL = ((LNCONTCOLLDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REF_COLLNO {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.REF_COLLNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REF_COLLNO\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.REF_COLLNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCONTRACT_NO {
get {
return ((string)(this[this.tableLNCONTCOLL.LOANCONTRACT_NOColumn]));
}
set {
this[this.tableLNCONTCOLL.LOANCONTRACT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.LOANTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANAPPROVE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANAPPROVE_AMT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WITHDRAWABLE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINCIPAL_BALANCE {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINCIPAL_BALANCE\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PREFIX {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.PREFIXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PREFIX\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.PREFIXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLL_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.COLL_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLL_PERCENT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.COLL_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BASE_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.BASE_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BASE_PERCENT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.BASE_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_DESC {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.LOANTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_DESC\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.LOANTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string colltype_code_name {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.colltype_code_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'colltype_code_name\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.colltype_code_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string colltype_code {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.colltype_codeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'colltype_code\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.colltype_codeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string collateral_no {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.collateral_noColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'collateral_no\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.collateral_noColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string collateral_desc {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.collateral_descColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'collateral_desc\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.collateral_descColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_name {
get {
try {
return ((string)(this[this.tableLNCONTCOLL.cp_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.cp_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_colluse {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.cp_colluseColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_colluse\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.cp_colluseColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_sumcp_colluse {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.cp_sumcp_colluseColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_sumcp_colluse\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.cp_sumcp_colluseColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLBASE_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.COLLBASE_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLBASE_PERCENT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.COLLBASE_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLACTIVE_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.COLLACTIVE_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_PERCENT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.COLLACTIVE_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLACTIVE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCONTCOLL.COLLACTIVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_AMT\' in table \'LNCONTCOLL\' is DBNull.", e);
}
}
set {
this[this.tableLNCONTCOLL.COLLACTIVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREF_COLLNONull() {
return this.IsNull(this.tableLNCONTCOLL.REF_COLLNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREF_COLLNONull() {
this[this.tableLNCONTCOLL.REF_COLLNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableLNCONTCOLL.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.tableLNCONTCOLL.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 IsLOANTYPE_CODENull() {
return this.IsNull(this.tableLNCONTCOLL.LOANTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_CODENull() {
this[this.tableLNCONTCOLL.LOANTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANAPPROVE_AMTNull() {
return this.IsNull(this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANAPPROVE_AMTNull() {
this[this.tableLNCONTCOLL.LOANAPPROVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWITHDRAWABLE_AMTNull() {
return this.IsNull(this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWITHDRAWABLE_AMTNull() {
this[this.tableLNCONTCOLL.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINCIPAL_BALANCENull() {
return this.IsNull(this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINCIPAL_BALANCENull() {
this[this.tableLNCONTCOLL.PRINCIPAL_BALANCEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableLNCONTCOLL.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableLNCONTCOLL.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableLNCONTCOLL.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableLNCONTCOLL.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableLNCONTCOLL.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableLNCONTCOLL.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPREFIXNull() {
return this.IsNull(this.tableLNCONTCOLL.PREFIXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPREFIXNull() {
this[this.tableLNCONTCOLL.PREFIXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLL_PERCENTNull() {
return this.IsNull(this.tableLNCONTCOLL.COLL_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLL_PERCENTNull() {
this[this.tableLNCONTCOLL.COLL_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBASE_PERCENTNull() {
return this.IsNull(this.tableLNCONTCOLL.BASE_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBASE_PERCENTNull() {
this[this.tableLNCONTCOLL.BASE_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANTYPE_DESCNull() {
return this.IsNull(this.tableLNCONTCOLL.LOANTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_DESCNull() {
this[this.tableLNCONTCOLL.LOANTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscolltype_code_nameNull() {
return this.IsNull(this.tableLNCONTCOLL.colltype_code_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcolltype_code_nameNull() {
this[this.tableLNCONTCOLL.colltype_code_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscolltype_codeNull() {
return this.IsNull(this.tableLNCONTCOLL.colltype_codeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcolltype_codeNull() {
this[this.tableLNCONTCOLL.colltype_codeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscollateral_noNull() {
return this.IsNull(this.tableLNCONTCOLL.collateral_noColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcollateral_noNull() {
this[this.tableLNCONTCOLL.collateral_noColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscollateral_descNull() {
return this.IsNull(this.tableLNCONTCOLL.collateral_descColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcollateral_descNull() {
this[this.tableLNCONTCOLL.collateral_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_nameNull() {
return this.IsNull(this.tableLNCONTCOLL.cp_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_nameNull() {
this[this.tableLNCONTCOLL.cp_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_colluseNull() {
return this.IsNull(this.tableLNCONTCOLL.cp_colluseColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_colluseNull() {
this[this.tableLNCONTCOLL.cp_colluseColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_sumcp_colluseNull() {
return this.IsNull(this.tableLNCONTCOLL.cp_sumcp_colluseColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_sumcp_colluseNull() {
this[this.tableLNCONTCOLL.cp_sumcp_colluseColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLBASE_PERCENTNull() {
return this.IsNull(this.tableLNCONTCOLL.COLLBASE_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLBASE_PERCENTNull() {
this[this.tableLNCONTCOLL.COLLBASE_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLACTIVE_PERCENTNull() {
return this.IsNull(this.tableLNCONTCOLL.COLLACTIVE_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLACTIVE_PERCENTNull() {
this[this.tableLNCONTCOLL.COLLACTIVE_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLACTIVE_AMTNull() {
return this.IsNull(this.tableLNCONTCOLL.COLLACTIVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLACTIVE_AMTNull() {
this[this.tableLNCONTCOLL.COLLACTIVE_AMTColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNREQLOANRow : global::System.Data.DataRow {
private LNREQLOANDataTable tableLNREQLOAN;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNREQLOANRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNREQLOAN = ((LNREQLOANDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANREQUEST_DOCNO {
get {
return ((string)(this[this.tableLNREQLOAN.LOANREQUEST_DOCNOColumn]));
}
set {
this[this.tableLNREQLOAN.LOANREQUEST_DOCNOColumn] = 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.tableLNREQLOAN.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNREQLOAN.LOANTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANTYPE_CODE\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.LOANTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LOANREQUEST_AMT {
get {
try {
return ((decimal)(this[this.tableLNREQLOAN.LOANREQUEST_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANREQUEST_AMT\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.LOANREQUEST_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LOANCOLLTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LOANCOLLTYPE_CODE\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CNTMANGRTVAL_FLAG {
get {
try {
return ((decimal)(this[this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CNTMANGRTVAL_FLAG\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MANGRTPERMGRP_CODE {
get {
try {
return ((string)(this[this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MANGRTPERMGRP_CODE\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableLNREQLOAN.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableLNREQLOAN.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableLNREQLOAN.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLACTIVE_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_PERCENT\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLBASE_PERCENT {
get {
try {
return ((decimal)(this[this.tableLNREQLOAN.COLLBASE_PERCENTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLBASE_PERCENT\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.COLLBASE_PERCENTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLACTIVE_AMT {
get {
try {
return ((decimal)(this[this.tableLNREQLOAN.COLLACTIVE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLACTIVE_AMT\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.COLLACTIVE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string full_name {
get {
try {
return ((string)(this[this.tableLNREQLOAN.full_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'full_name\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.full_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_collamt {
get {
try {
return ((decimal)(this[this.tableLNREQLOAN.cp_collamtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_collamt\' in table \'LNREQLOAN\' is DBNull.", e);
}
}
set {
this[this.tableLNREQLOAN.cp_collamtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableLNREQLOAN.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.tableLNREQLOAN.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 IsLOANTYPE_CODENull() {
return this.IsNull(this.tableLNREQLOAN.LOANTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANTYPE_CODENull() {
this[this.tableLNREQLOAN.LOANTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANREQUEST_AMTNull() {
return this.IsNull(this.tableLNREQLOAN.LOANREQUEST_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANREQUEST_AMTNull() {
this[this.tableLNREQLOAN.LOANREQUEST_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLOANCOLLTYPE_CODENull() {
return this.IsNull(this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLOANCOLLTYPE_CODENull() {
this[this.tableLNREQLOAN.LOANCOLLTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCNTMANGRTVAL_FLAGNull() {
return this.IsNull(this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCNTMANGRTVAL_FLAGNull() {
this[this.tableLNREQLOAN.CNTMANGRTVAL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMANGRTPERMGRP_CODENull() {
return this.IsNull(this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMANGRTPERMGRP_CODENull() {
this[this.tableLNREQLOAN.MANGRTPERMGRP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableLNREQLOAN.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableLNREQLOAN.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableLNREQLOAN.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableLNREQLOAN.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableLNREQLOAN.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableLNREQLOAN.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLACTIVE_PERCENTNull() {
return this.IsNull(this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLACTIVE_PERCENTNull() {
this[this.tableLNREQLOAN.COLLACTIVE_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLBASE_PERCENTNull() {
return this.IsNull(this.tableLNREQLOAN.COLLBASE_PERCENTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLBASE_PERCENTNull() {
this[this.tableLNREQLOAN.COLLBASE_PERCENTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLACTIVE_AMTNull() {
return this.IsNull(this.tableLNREQLOAN.COLLACTIVE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLACTIVE_AMTNull() {
this[this.tableLNREQLOAN.COLLACTIVE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isfull_nameNull() {
return this.IsNull(this.tableLNREQLOAN.full_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setfull_nameNull() {
this[this.tableLNREQLOAN.full_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_collamtNull() {
return this.IsNull(this.tableLNREQLOAN.cp_collamtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_collamtNull() {
this[this.tableLNREQLOAN.cp_collamtColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNGRPMANGRTPERMRow : global::System.Data.DataRow {
private LNGRPMANGRTPERMDataTable tableLNGRPMANGRTPERM;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNGRPMANGRTPERMRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNGRPMANGRTPERM = ((LNGRPMANGRTPERMDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MANGRTPERMGRP_CODE {
get {
return ((string)(this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_CODEColumn]));
}
set {
this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MANGRTPERMGRP_DESC {
get {
try {
return ((string)(this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MANGRTPERMGRP_DESC\' in table \'LNGRPMANGRTPERM\' is DBNull.", e);
}
}
set {
this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MANGRTTIME_TYPE {
get {
try {
return ((decimal)(this[this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MANGRTTIME_TYPE\' in table \'LNGRPMANGRTPERM\' is DBNull.", e);
}
}
set {
this[this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal EXPORTRIGTH_FLAG {
get {
try {
return ((decimal)(this[this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPORTRIGTH_FLAG\' in table \'LNGRPMANGRTPERM\' is DBNull.", e);
}
}
set {
this[this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_TYPE {
get {
try {
return ((decimal)(this[this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'LNGRPMANGRTPERM\' is DBNull.", e);
}
}
set {
this[this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal coll_amt {
get {
try {
return ((decimal)(this[this.tableLNGRPMANGRTPERM.coll_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'coll_amt\' in table \'LNGRPMANGRTPERM\' is DBNull.", e);
}
}
set {
this[this.tableLNGRPMANGRTPERM.coll_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMANGRTPERMGRP_DESCNull() {
return this.IsNull(this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMANGRTPERMGRP_DESCNull() {
this[this.tableLNGRPMANGRTPERM.MANGRTPERMGRP_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMANGRTTIME_TYPENull() {
return this.IsNull(this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMANGRTTIME_TYPENull() {
this[this.tableLNGRPMANGRTPERM.MANGRTTIME_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPORTRIGTH_FLAGNull() {
return this.IsNull(this.tableLNGRPMANGRTPERM.EXPORTRIGTH_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPORTRIGTH_FLAGNull() {
this[this.tableLNGRPMANGRTPERM.EXPORTRIGTH_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_TYPENull() {
return this.IsNull(this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_TYPENull() {
this[this.tableLNGRPMANGRTPERM.MEMBER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscoll_amtNull() {
return this.IsNull(this.tableLNGRPMANGRTPERM.coll_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcoll_amtNull() {
this[this.tableLNGRPMANGRTPERM.coll_amtColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class SHSHAREMASTERRow : global::System.Data.DataRow {
private SHSHAREMASTERDataTable tableSHSHAREMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal SHSHAREMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableSHSHAREMASTER = ((SHSHAREMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_DESC {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.MEMBGROUP_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMBGROUP_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BIRTH_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.BIRTH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.BIRTH_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBER_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.MEMBER_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMBER_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARY_AMOUNT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SALARY_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMOUNT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SALARY_AMOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime WORK_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.WORK_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.WORK_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RETRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableSHSHAREMASTER.RETRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DATE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.RETRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHARESTK_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHARESTK_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHARESTK_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHARESTK_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LAST_PERIOD {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.LAST_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAST_PERIOD\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.LAST_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PERIODSHARE_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PERIODSHARE_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAYMENT_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.PAYMENT_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAYMENT_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PAYMENT_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREARREAR_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREARREAR_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal UNITSHARE_VALUE {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UNITSHARE_VALUE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBTYPE_CODE {
get {
return ((string)(this[this.tableSHSHAREMASTER.MEMBTYPE_CODEColumn]));
}
set {
this[this.tableSHSHAREMASTER.MEMBTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBTYPE_DESC {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.MEMBTYPE_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMBTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPLTYPE_CODE {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.APPLTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLTYPE_CODE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.APPLTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_TYPE {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_DESC {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.PRENAME_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_DESC\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.PRENAME_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RESIGN_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.RESIGN_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.RESIGN_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal birth_age {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.birth_ageColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'birth_age\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.birth_ageColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal retry_age {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.retry_ageColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'retry_age\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.retry_ageColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal member_age {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.member_ageColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'member_age\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.member_ageColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal work_age {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.work_ageColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'work_age\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.work_ageColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string memfull_name {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.memfull_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'memfull_name\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.memfull_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_membgroup {
get {
try {
return ((string)(this[this.tableSHSHAREMASTER.cp_membgroupColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_membgroup\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_membgroupColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_sharestk_value {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_sharestk_valueColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_sharestk_value\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_sharestk_valueColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_last_period {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_last_periodColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_last_period\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_last_periodColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREBEGIN_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREBEGIN_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREMASTER_STATUS {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREMASTER_STATUS\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SHAREARREARBF_AMT {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SHAREARREARBF_AMT\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_sharebegin_amt {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_sharebegin_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_sharebegin_amt\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_sharebegin_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_sharestk_amt {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_sharestk_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_sharestk_amt\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_sharestk_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_periodshare_amt {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_periodshare_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_periodshare_amt\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_periodshare_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_collmax_amt {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_collmax_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_collmax_amt\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_collmax_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal cp_collbalance_amt {
get {
try {
return ((decimal)(this[this.tableSHSHAREMASTER.cp_collbalance_amtColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_collbalance_amt\' in table \'SHSHAREMASTER\' is DBNull.", e);
}
}
set {
this[this.tableSHSHAREMASTER.cp_collbalance_amtColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tableSHSHAREMASTER.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_DESCNull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMBGROUP_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_DESCNull() {
this[this.tableSHSHAREMASTER.MEMBGROUP_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBIRTH_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.BIRTH_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBIRTH_DATENull() {
this[this.tableSHSHAREMASTER.BIRTH_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMBER_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_DATENull() {
this[this.tableSHSHAREMASTER.MEMBER_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARY_AMOUNTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SALARY_AMOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_AMOUNTNull() {
this[this.tableSHSHAREMASTER.SALARY_AMOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWORK_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.WORK_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWORK_DATENull() {
this[this.tableSHSHAREMASTER.WORK_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETRY_DATENull() {
return this.IsNull(this.tableSHSHAREMASTER.RETRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_DATENull() {
this[this.tableSHSHAREMASTER.RETRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHARESTK_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHARESTK_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHARESTK_AMTNull() {
this[this.tableSHSHAREMASTER.SHARESTK_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAST_PERIODNull() {
return this.IsNull(this.tableSHSHAREMASTER.LAST_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAST_PERIODNull() {
this[this.tableSHSHAREMASTER.LAST_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPERIODSHARE_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPERIODSHARE_AMTNull() {
this[this.tableSHSHAREMASTER.PERIODSHARE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAYMENT_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.PAYMENT_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAYMENT_STATUSNull() {
this[this.tableSHSHAREMASTER.PAYMENT_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREARREAR_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREARREAR_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREARREAR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUNITSHARE_VALUENull() {
return this.IsNull(this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUNITSHARE_VALUENull() {
this[this.tableSHSHAREMASTER.UNITSHARE_VALUEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTYPE_DESCNull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMBTYPE_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTYPE_DESCNull() {
this[this.tableSHSHAREMASTER.MEMBTYPE_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLTYPE_CODENull() {
return this.IsNull(this.tableSHSHAREMASTER.APPLTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLTYPE_CODENull() {
this[this.tableSHSHAREMASTER.APPLTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_TYPENull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMBER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_TYPENull() {
this[this.tableSHSHAREMASTER.MEMBER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_DESCNull() {
return this.IsNull(this.tableSHSHAREMASTER.PRENAME_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_DESCNull() {
this[this.tableSHSHAREMASTER.PRENAME_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableSHSHAREMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableSHSHAREMASTER.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableSHSHAREMASTER.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGN_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.RESIGN_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGN_STATUSNull() {
this[this.tableSHSHAREMASTER.RESIGN_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbirth_ageNull() {
return this.IsNull(this.tableSHSHAREMASTER.birth_ageColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbirth_ageNull() {
this[this.tableSHSHAREMASTER.birth_ageColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isretry_ageNull() {
return this.IsNull(this.tableSHSHAREMASTER.retry_ageColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setretry_ageNull() {
this[this.tableSHSHAREMASTER.retry_ageColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismember_ageNull() {
return this.IsNull(this.tableSHSHAREMASTER.member_ageColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmember_ageNull() {
this[this.tableSHSHAREMASTER.member_ageColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iswork_ageNull() {
return this.IsNull(this.tableSHSHAREMASTER.work_ageColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setwork_ageNull() {
this[this.tableSHSHAREMASTER.work_ageColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Ismemfull_nameNull() {
return this.IsNull(this.tableSHSHAREMASTER.memfull_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setmemfull_nameNull() {
this[this.tableSHSHAREMASTER.memfull_nameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_membgroupNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_membgroupColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_membgroupNull() {
this[this.tableSHSHAREMASTER.cp_membgroupColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_sharestk_valueNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_sharestk_valueColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_sharestk_valueNull() {
this[this.tableSHSHAREMASTER.cp_sharestk_valueColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_last_periodNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_last_periodColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_last_periodNull() {
this[this.tableSHSHAREMASTER.cp_last_periodColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREBEGIN_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREBEGIN_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREBEGIN_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREMASTER_STATUSNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREMASTER_STATUSNull() {
this[this.tableSHSHAREMASTER.SHAREMASTER_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSHAREARREARBF_AMTNull() {
return this.IsNull(this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSHAREARREARBF_AMTNull() {
this[this.tableSHSHAREMASTER.SHAREARREARBF_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_sharebegin_amtNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_sharebegin_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_sharebegin_amtNull() {
this[this.tableSHSHAREMASTER.cp_sharebegin_amtColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_sharestk_amtNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_sharestk_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_sharestk_amtNull() {
this[this.tableSHSHAREMASTER.cp_sharestk_amtColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_periodshare_amtNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_periodshare_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_periodshare_amtNull() {
this[this.tableSHSHAREMASTER.cp_periodshare_amtColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_collmax_amtNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_collmax_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_collmax_amtNull() {
this[this.tableSHSHAREMASTER.cp_collmax_amtColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_collbalance_amtNull() {
return this.IsNull(this.tableSHSHAREMASTER.cp_collbalance_amtColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_collbalance_amtNull() {
this[this.tableSHSHAREMASTER.cp_collbalance_amtColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class DPDEPTMASTERRow : global::System.Data.DataRow {
private DPDEPTMASTERDataTable tableDPDEPTMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal DPDEPTMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableDPDEPTMASTER = ((DPDEPTMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPTACCOUNT_NO {
get {
return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_NOColumn]));
}
set {
this[this.tableDPDEPTMASTER.DEPTACCOUNT_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPTTYPE_CODE {
get {
try {
return ((string)(this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPTTYPE_CODE\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPTTYPE_DESC {
get {
return ((string)(this[this.tableDPDEPTMASTER.DEPTTYPE_DESCColumn]));
}
set {
this[this.tableDPDEPTMASTER.DEPTTYPE_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableDPDEPTMASTER.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DEPTOPEN_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPTOPEN_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPTACCOUNT_NAME {
get {
return ((string)(this[this.tableDPDEPTMASTER.DEPTACCOUNT_NAMEColumn]));
}
set {
this[this.tableDPDEPTMASTER.DEPTACCOUNT_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BEGINBAL {
get {
try {
return ((decimal)(this[this.tableDPDEPTMASTER.BEGINBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BEGINBAL\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.BEGINBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRNCBAL {
get {
try {
return ((decimal)(this[this.tableDPDEPTMASTER.PRNCBALColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRNCBAL\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.PRNCBALColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal WITHDRAWABLE_AMT {
get {
try {
return ((decimal)(this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WITHDRAWABLE_AMT\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQUEST_AMOUNT {
get {
try {
return ((decimal)(this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_AMOUNT\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DEPTCLOSE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPTCLOSE_DATE\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DEPTCLOSE_STATUS {
get {
try {
return ((decimal)(this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPTCLOSE_STATUS\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_depttype {
get {
try {
return ((string)(this[this.tableDPDEPTMASTER.cp_depttypeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_depttype\' in table \'DPDEPTMASTER\' is DBNull.", e);
}
}
set {
this[this.tableDPDEPTMASTER.cp_depttypeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEPTTYPE_CODENull() {
return this.IsNull(this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPTTYPE_CODENull() {
this[this.tableDPDEPTMASTER.DEPTTYPE_CODEColumn] = 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.tableDPDEPTMASTER.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.tableDPDEPTMASTER.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 IsDEPTOPEN_DATENull() {
return this.IsNull(this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPTOPEN_DATENull() {
this[this.tableDPDEPTMASTER.DEPTOPEN_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBEGINBALNull() {
return this.IsNull(this.tableDPDEPTMASTER.BEGINBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBEGINBALNull() {
this[this.tableDPDEPTMASTER.BEGINBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRNCBALNull() {
return this.IsNull(this.tableDPDEPTMASTER.PRNCBALColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRNCBALNull() {
this[this.tableDPDEPTMASTER.PRNCBALColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWITHDRAWABLE_AMTNull() {
return this.IsNull(this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWITHDRAWABLE_AMTNull() {
this[this.tableDPDEPTMASTER.WITHDRAWABLE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSEQUEST_AMOUNTNull() {
return this.IsNull(this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEQUEST_AMOUNTNull() {
this[this.tableDPDEPTMASTER.SEQUEST_AMOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEPTCLOSE_DATENull() {
return this.IsNull(this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPTCLOSE_DATENull() {
this[this.tableDPDEPTMASTER.DEPTCLOSE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEPTCLOSE_STATUSNull() {
return this.IsNull(this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPTCLOSE_STATUSNull() {
this[this.tableDPDEPTMASTER.DEPTCLOSE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_depttypeNull() {
return this.IsNull(this.tableDPDEPTMASTER.cp_depttypeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_depttypeNull() {
this[this.tableDPDEPTMASTER.cp_depttypeColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCOLLMASTERRow : global::System.Data.DataRow {
private LNCOLLMASTERDataTable tableLNCOLLMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCOLLMASTER = ((LNCOLLMASTERDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMAST_NO {
get {
return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_NOColumn]));
}
set {
this[this.tableLNCOLLMASTER.COLLMAST_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.MEMBER_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_NO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMAST_REFNO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_REFNO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMASTTYPE_CODE {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTTYPE_CODE\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COLLMAST_DESC {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMAST_DESC\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LANDESTIMATE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LANDESTIMATE_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal HOUSEESTIMATE_AMT {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'HOUSEESTIMATE_AMT\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ESTIMATE_PRICE {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ESTIMATE_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MORTGAGE_PRICE {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_PRICE\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MORTGAGE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MORTGAGE_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime EXPIRE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPIRE_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REDEEM_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_FLAG\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime REDEEM_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableLNCOLLMASTER.REDEEM_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REDEEM_DATE\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.REDEEM_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string REMARK {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string LAND_NO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.LAND_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LAND_NO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.LAND_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SURVEY_NO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.SURVEY_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SURVEY_NO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.SURVEY_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string BOOK_NO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.BOOK_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BOOK_NO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.BOOK_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PAGE_NO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.PAGE_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAGE_NO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.PAGE_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string GROUP_NO {
get {
try {
return ((string)(this[this.tableLNCOLLMASTER.GROUP_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GROUP_NO\' in table \'LNCOLLMASTER\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTER.GROUP_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COOP_ID {
get {
return ((string)(this[this.tableLNCOLLMASTER.COOP_IDColumn]));
}
set {
this[this.tableLNCOLLMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_NONull() {
return this.IsNull(this.tableLNCOLLMASTER.MEMBER_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_NONull() {
this[this.tableLNCOLLMASTER.MEMBER_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMAST_REFNONull() {
return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_REFNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMAST_REFNONull() {
this[this.tableLNCOLLMASTER.COLLMAST_REFNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMASTTYPE_CODENull() {
return this.IsNull(this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMASTTYPE_CODENull() {
this[this.tableLNCOLLMASTER.COLLMASTTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMAST_DESCNull() {
return this.IsNull(this.tableLNCOLLMASTER.COLLMAST_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMAST_DESCNull() {
this[this.tableLNCOLLMASTER.COLLMAST_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLANDESTIMATE_AMTNull() {
return this.IsNull(this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLANDESTIMATE_AMTNull() {
this[this.tableLNCOLLMASTER.LANDESTIMATE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsHOUSEESTIMATE_AMTNull() {
return this.IsNull(this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetHOUSEESTIMATE_AMTNull() {
this[this.tableLNCOLLMASTER.HOUSEESTIMATE_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsESTIMATE_PRICENull() {
return this.IsNull(this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetESTIMATE_PRICENull() {
this[this.tableLNCOLLMASTER.ESTIMATE_PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGE_PRICENull() {
return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_PRICENull() {
this[this.tableLNCOLLMASTER.MORTGAGE_PRICEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMORTGAGE_DATENull() {
return this.IsNull(this.tableLNCOLLMASTER.MORTGAGE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMORTGAGE_DATENull() {
this[this.tableLNCOLLMASTER.MORTGAGE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPIRE_DATENull() {
return this.IsNull(this.tableLNCOLLMASTER.EXPIRE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPIRE_DATENull() {
this[this.tableLNCOLLMASTER.EXPIRE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREDEEM_FLAGNull() {
return this.IsNull(this.tableLNCOLLMASTER.REDEEM_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREDEEM_FLAGNull() {
this[this.tableLNCOLLMASTER.REDEEM_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREDEEM_DATENull() {
return this.IsNull(this.tableLNCOLLMASTER.REDEEM_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREDEEM_DATENull() {
this[this.tableLNCOLLMASTER.REDEEM_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMARKNull() {
return this.IsNull(this.tableLNCOLLMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableLNCOLLMASTER.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLAND_NONull() {
return this.IsNull(this.tableLNCOLLMASTER.LAND_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLAND_NONull() {
this[this.tableLNCOLLMASTER.LAND_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSURVEY_NONull() {
return this.IsNull(this.tableLNCOLLMASTER.SURVEY_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSURVEY_NONull() {
this[this.tableLNCOLLMASTER.SURVEY_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBOOK_NONull() {
return this.IsNull(this.tableLNCOLLMASTER.BOOK_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBOOK_NONull() {
this[this.tableLNCOLLMASTER.BOOK_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAGE_NONull() {
return this.IsNull(this.tableLNCOLLMASTER.PAGE_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAGE_NONull() {
this[this.tableLNCOLLMASTER.PAGE_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGROUP_NONull() {
return this.IsNull(this.tableLNCOLLMASTER.GROUP_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGROUP_NONull() {
this[this.tableLNCOLLMASTER.GROUP_NOColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class LNCOLLMASTMEMCORow : global::System.Data.DataRow {
private LNCOLLMASTMEMCODataTable tableLNCOLLMASTMEMCO;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal LNCOLLMASTMEMCORow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableLNCOLLMASTMEMCO = ((LNCOLLMASTMEMCODataTable)(this.Table));
}
[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.tableLNCOLLMASTMEMCO.COLLMAST_NOColumn]));
}
set {
this[this.tableLNCOLLMASTMEMCO.COLLMAST_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMCO_NO {
get {
return ((string)(this[this.tableLNCOLLMASTMEMCO.MEMCO_NOColumn]));
}
set {
this[this.tableLNCOLLMASTMEMCO.MEMCO_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COLLMASTMAIN_FLAG {
get {
try {
return ((decimal)(this[this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COLLMASTMAIN_FLAG\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_SHORT {
get {
try {
return ((string)(this[this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_SHORT\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableLNCOLLMASTMEMCO.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTMEMCO.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableLNCOLLMASTMEMCO.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTMEMCO.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_name {
get {
try {
return ((string)(this[this.tableLNCOLLMASTMEMCO.cp_nameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_name\' in table \'LNCOLLMASTMEMCO\' is DBNull.", e);
}
}
set {
this[this.tableLNCOLLMASTMEMCO.cp_nameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOLLMASTMAIN_FLAGNull() {
return this.IsNull(this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOLLMASTMAIN_FLAGNull() {
this[this.tableLNCOLLMASTMEMCO.COLLMASTMAIN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_SHORTNull() {
return this.IsNull(this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_SHORTNull() {
this[this.tableLNCOLLMASTMEMCO.PRENAME_SHORTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableLNCOLLMASTMEMCO.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableLNCOLLMASTMEMCO.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableLNCOLLMASTMEMCO.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableLNCOLLMASTMEMCO.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_nameNull() {
return this.IsNull(this.tableLNCOLLMASTMEMCO.cp_nameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_nameNull() {
this[this.tableLNCOLLMASTMEMCO.cp_nameColumn] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class MBMEMBMASTERRow : global::System.Data.DataRow {
private MBMEMBMASTERDataTable tableMBMEMBMASTER;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal MBMEMBMASTERRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMBMEMBMASTER = ((MBMEMBMASTERDataTable)(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.tableMBMEMBMASTER.COOP_IDColumn]));
}
set {
this[this.tableMBMEMBMASTER.COOP_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_NO {
get {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_NOColumn]));
}
set {
this[this.tableMBMEMBMASTER.MEMBER_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PRENAME_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PRENAME_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRENAME_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PRENAME_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_SURNAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_SURNAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_ENAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_ENAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ENAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_ENAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMB_ESURNAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMB_ESURNAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMB_ESURNAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMB_ESURNAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBGROUP_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBGROUP_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBTYPE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTYPE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SIGNATURE_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SIGNATURE_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime BIRTH_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.BIRTH_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BIRTH_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.BIRTH_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBER_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.MEMBER_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DEAD_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DEAD_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEAD_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DEAD_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime DEAD_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.DEAD_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEAD_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DEAD_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RETRY_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.RETRY_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RETRY_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RETRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.RETRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RETRY_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RETRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal RESIGN_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.RESIGN_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RESIGN_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime RESIGN_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.RESIGN_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGN_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RESIGN_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string RESIGNCAUSE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.RESIGNCAUSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'RESIGNCAUSE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.RESIGNCAUSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime CLOSE_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.CLOSE_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CLOSE_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CLOSE_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SEX {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.SEXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEX\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SEXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MARIAGE_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MARIAGE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MARIAGE_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MARIAGE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_NO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_MOO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_SOI {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string AMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string PROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_MOBILEPHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_MOBILEPHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_NO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_MOO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_SOI {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRTAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRTAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRTAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRTAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRAMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRAMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRAMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRAMPHUR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRPROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRPROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRPROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRPROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CURRADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CURRADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CURRADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CURRADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ADDR_EMAIL {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.ADDR_EMAILColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ADDR_EMAIL\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ADDR_EMAILColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEM_TELWORK {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEM_TELWORKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEM_TELWORK\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEM_TELWORKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CARD_PERSON {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CARD_PERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CARD_PERSON\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CARD_PERSONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string CARD_TAX {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.CARD_TAXColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CARD_TAX\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CARD_TAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_CARD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_CARDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_CARD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_CARDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime WORK_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.WORK_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WORK_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.WORK_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSITION_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.POSITION_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSITION_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.POSITION_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string POSITION_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.POSITION_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'POSITION_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.POSITION_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LEVEL_CODE {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.LEVEL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LEVEL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.LEVEL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string DEPARTMENT_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.DEPARTMENT_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DEPARTMENT_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DEPARTMENT_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARY_AMOUNT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_AMOUNT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SALARY_ID {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.SALARY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY_ID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SALARY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal FIRSTFEE_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIRSTFEE_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMREF_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MEMREF_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMREF_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMREF_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MEMBER_REF {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MEMBER_REFColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_REF\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_REFColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KLONGTOON_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KLONGTOON_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal HAVE_GAIN {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.HAVE_GAINColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'HAVE_GAIN\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.HAVE_GAINColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAUSEKEEP_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAUSEKEEP_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PAUSEKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAUSEKEEP_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime FIRST_KEEPDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FIRST_KEEPDATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal LNPROVIDENTFUND_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LNPROVIDENTFUND_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ALLOWLOAN_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ALLOWLOAN_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DROPGURANTEE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DROPGURANTEE_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TRANSRIGHT_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TRANSRIGHT_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DROPLOANALL_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DROPLOANALL_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DIVIDEND_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVIDEND_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal AVERAGE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.AVERAGE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'AVERAGE_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.AVERAGE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SEQUEST_DIVAVG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SEQUEST_DIVAVG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn] = 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.tableMBMEMBMASTER.REMARKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMARK\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.REMARKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MEMBER_TYPE {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MEMBER_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBER_TYPE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBER_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal DIVAVGSHOW_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'DIVAVGSHOW_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PRINTRECEIPTADDR_TYPE {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PRINTRECEIPTADDR_TYPE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string WEB_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.WEB_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'WEB_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.WEB_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string IVR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.IVR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'IVR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.IVR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime MEMBTRANS_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MEMBTRANS_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal ACCUM_INTEREST {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.ACCUM_INTERESTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ACCUM_INTEREST\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.ACCUM_INTERESTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SUMINT_LASTYEAR {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUMINT_LASTYEAR\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAYLON_AMT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAYLON_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MISSPAYSHR_AMT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MISSPAYSHR_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MATE_MBFLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.MATE_MBFLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_MBFLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_MBFLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_MBNO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATE_MBNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_MBNO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_MBNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.EXPENSE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EXPENSE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BANK {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.EXPENSE_BANKColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BANK\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EXPENSE_BANKColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_BRANCH {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.EXPENSE_BRANCHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_BRANCH\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EXPENSE_BRANCHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EXPENSE_ACCID {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.EXPENSE_ACCIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EXPENSE_ACCID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EXPENSE_ACCIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPL_DOCNO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.APPL_DOCNOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPL_DOCNO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.APPL_DOCNOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string APPLTYPE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.APPLTYPE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'APPLTYPE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.APPLTYPE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string COMPOUNDKEEP_GROUP {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_GROUP\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUNDKEEP_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPOUNDKEEP_PERIOD {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_PERIOD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDKEEP_DUEDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_DUEDATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime COMPOUNDKEEP_NMLDATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPOUNDKEEP_NMLDATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INSURANCE_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.INSURANCE_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INSURANCE_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.INSURANCE_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal CREMATION_STATUS {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.CREMATION_STATUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'CREMATION_STATUS\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.CREMATION_STATUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string NATIONALITY {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.NATIONALITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'NATIONALITY\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.NATIONALITYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal INCOMEETC_AMT {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.INCOMEETC_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'INCOMEETC_AMT\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.INCOMEETC_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string FATHER_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.FATHER_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'FATHER_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.FATHER_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATHER_NAME {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATHER_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATHER_NAME\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATHER_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SUBGROUP_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.SUBGROUP_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SUBGROUP_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.SUBGROUP_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EMP_TYPE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.EMP_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'EMP_TYPE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.EMP_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_NO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_NOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_NO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_MOO {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_MOOColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_MOO\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_MOOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_VILLAGE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_VILLAGEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_VILLAGE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_VILLAGEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_SOI {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_SOIColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_SOI\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_SOIColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_ROAD {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_ROADColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_ROAD\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_ROADColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATETAMBOL_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATETAMBOL_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATETAMBOL_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATETAMBOL_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEAMPHUR_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEAMPHUR_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEAMPHUR_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEAMPHUR_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEPROVINCE_CODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEPROVINCE_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEPROVINCE_CODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEPROVINCE_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_POSTCODE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_POSTCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_POSTCODE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_POSTCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATEADDR_PHONE {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATEADDR_PHONEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATEADDR_PHONE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATEADDR_PHONEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime LASTKEEP_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableMBMEMBMASTER.LASTKEEP_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'LASTKEEP_DATE\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.LASTKEEP_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_CARDPERSON {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATE_CARDPERSONColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_CARDPERSON\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_CARDPERSONColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string MATE_SALARYID {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.MATE_SALARYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MATE_SALARYID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.MATE_SALARYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYID {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYID\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYENTRYIP {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYENTRYIP\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAMBOL_DESC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAMBOL_DESC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal KEEPSAL_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'KEEPSAL_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string UPDATE_BYLASTDOC {
get {
try {
return ((string)(this[this.tableMBMEMBMASTER.UPDATE_BYLASTDOCColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'UPDATE_BYLASTDOC\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.UPDATE_BYLASTDOCColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal REMEMB_FLAG {
get {
try {
return ((decimal)(this[this.tableMBMEMBMASTER.REMEMB_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'REMEMB_FLAG\' in table \'MBMEMBMASTER\' is DBNull.", e);
}
}
set {
this[this.tableMBMEMBMASTER.REMEMB_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRENAME_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.PRENAME_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRENAME_CODENull() {
this[this.tableMBMEMBMASTER.PRENAME_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_NAMENull() {
this[this.tableMBMEMBMASTER.MEMB_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_SURNAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_SURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_SURNAMENull() {
this[this.tableMBMEMBMASTER.MEMB_SURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_ENAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_ENAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_ENAMENull() {
this[this.tableMBMEMBMASTER.MEMB_ENAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMB_ESURNAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMB_ESURNAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMB_ESURNAMENull() {
this[this.tableMBMEMBMASTER.MEMB_ESURNAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBGROUP_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBGROUP_CODENull() {
this[this.tableMBMEMBMASTER.MEMBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTYPE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTYPE_CODENull() {
this[this.tableMBMEMBMASTER.MEMBTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSIGNATURE_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSIGNATURE_NAMENull() {
this[this.tableMBMEMBMASTER.SIGNATURE_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBIRTH_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.BIRTH_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBIRTH_DATENull() {
this[this.tableMBMEMBMASTER.BIRTH_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_DATENull() {
this[this.tableMBMEMBMASTER.MEMBER_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEAD_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.DEAD_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEAD_STATUSNull() {
this[this.tableMBMEMBMASTER.DEAD_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEAD_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.DEAD_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEAD_DATENull() {
this[this.tableMBMEMBMASTER.DEAD_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETRY_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.RETRY_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_STATUSNull() {
this[this.tableMBMEMBMASTER.RETRY_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRETRY_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.RETRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRETRY_DATENull() {
this[this.tableMBMEMBMASTER.RETRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGN_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.RESIGN_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGN_STATUSNull() {
this[this.tableMBMEMBMASTER.RESIGN_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGN_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.RESIGN_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGN_DATENull() {
this[this.tableMBMEMBMASTER.RESIGN_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsRESIGNCAUSE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.RESIGNCAUSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetRESIGNCAUSE_CODENull() {
this[this.tableMBMEMBMASTER.RESIGNCAUSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCLOSE_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.CLOSE_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCLOSE_DATENull() {
this[this.tableMBMEMBMASTER.CLOSE_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSEXNull() {
return this.IsNull(this.tableMBMEMBMASTER.SEXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEXNull() {
this[this.tableMBMEMBMASTER.SEXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMARIAGE_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.MARIAGE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMARIAGE_STATUSNull() {
this[this.tableMBMEMBMASTER.MARIAGE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_NONull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_NONull() {
this[this.tableMBMEMBMASTER.ADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_MOONull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_MOONull() {
this[this.tableMBMEMBMASTER.ADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_SOINull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_SOINull() {
this[this.tableMBMEMBMASTER.ADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_VILLAGENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_VILLAGENull() {
this[this.tableMBMEMBMASTER.ADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_ROADNull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_ROADNull() {
this[this.tableMBMEMBMASTER.ADDR_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOL_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.TAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOL_CODENull() {
this[this.tableMBMEMBMASTER.TAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAMPHUR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.AMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAMPHUR_CODENull() {
this[this.tableMBMEMBMASTER.AMPHUR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPROVINCE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.PROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPROVINCE_CODENull() {
this[this.tableMBMEMBMASTER.PROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_POSTCODENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_POSTCODENull() {
this[this.tableMBMEMBMASTER.ADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_PHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_PHONENull() {
this[this.tableMBMEMBMASTER.ADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_MOBILEPHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_MOBILEPHONENull() {
this[this.tableMBMEMBMASTER.ADDR_MOBILEPHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_NONull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_NONull() {
this[this.tableMBMEMBMASTER.CURRADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_MOONull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_MOONull() {
this[this.tableMBMEMBMASTER.CURRADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_SOINull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_SOINull() {
this[this.tableMBMEMBMASTER.CURRADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_VILLAGENull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_VILLAGENull() {
this[this.tableMBMEMBMASTER.CURRADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_ROADNull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_ROADNull() {
this[this.tableMBMEMBMASTER.CURRADDR_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRTAMBOL_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRTAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRTAMBOL_CODENull() {
this[this.tableMBMEMBMASTER.CURRTAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRAMPHUR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRAMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRAMPHUR_CODENull() {
this[this.tableMBMEMBMASTER.CURRAMPHUR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRPROVINCE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRPROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRPROVINCE_CODENull() {
this[this.tableMBMEMBMASTER.CURRPROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_POSTCODENull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_POSTCODENull() {
this[this.tableMBMEMBMASTER.CURRADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCURRADDR_PHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.CURRADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCURRADDR_PHONENull() {
this[this.tableMBMEMBMASTER.CURRADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsADDR_EMAILNull() {
return this.IsNull(this.tableMBMEMBMASTER.ADDR_EMAILColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetADDR_EMAILNull() {
this[this.tableMBMEMBMASTER.ADDR_EMAILColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEM_TELWORKNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEM_TELWORKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEM_TELWORKNull() {
this[this.tableMBMEMBMASTER.MEM_TELWORKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_NAMENull() {
this[this.tableMBMEMBMASTER.MATE_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCARD_PERSONNull() {
return this.IsNull(this.tableMBMEMBMASTER.CARD_PERSONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCARD_PERSONNull() {
this[this.tableMBMEMBMASTER.CARD_PERSONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCARD_TAXNull() {
return this.IsNull(this.tableMBMEMBMASTER.CARD_TAXColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCARD_TAXNull() {
this[this.tableMBMEMBMASTER.CARD_TAXColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_CARDNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_CARDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_CARDNull() {
this[this.tableMBMEMBMASTER.MEMBER_CARDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWORK_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.WORK_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWORK_DATENull() {
this[this.tableMBMEMBMASTER.WORK_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSITION_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.POSITION_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSITION_CODENull() {
this[this.tableMBMEMBMASTER.POSITION_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPOSITION_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.POSITION_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPOSITION_DESCNull() {
this[this.tableMBMEMBMASTER.POSITION_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLEVEL_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.LEVEL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLEVEL_CODENull() {
this[this.tableMBMEMBMASTER.LEVEL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDEPARTMENT_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.DEPARTMENT_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDEPARTMENT_CODENull() {
this[this.tableMBMEMBMASTER.DEPARTMENT_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARY_AMOUNTNull() {
return this.IsNull(this.tableMBMEMBMASTER.SALARY_AMOUNTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_AMOUNTNull() {
this[this.tableMBMEMBMASTER.SALARY_AMOUNTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARY_IDNull() {
return this.IsNull(this.tableMBMEMBMASTER.SALARY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARY_IDNull() {
this[this.tableMBMEMBMASTER.SALARY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIRSTFEE_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIRSTFEE_STATUSNull() {
this[this.tableMBMEMBMASTER.FIRSTFEE_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_STATUSNull() {
this[this.tableMBMEMBMASTER.MEMBER_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMREF_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMREF_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMREF_FLAGNull() {
this[this.tableMBMEMBMASTER.MEMREF_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_REFNull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_REFColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_REFNull() {
this[this.tableMBMEMBMASTER.MEMBER_REFColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKLONGTOON_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKLONGTOON_FLAGNull() {
this[this.tableMBMEMBMASTER.KLONGTOON_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsHAVE_GAINNull() {
return this.IsNull(this.tableMBMEMBMASTER.HAVE_GAINColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetHAVE_GAINNull() {
this[this.tableMBMEMBMASTER.HAVE_GAINColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAUSEKEEP_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAUSEKEEP_FLAGNull() {
this[this.tableMBMEMBMASTER.PAUSEKEEP_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAUSEKEEP_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAUSEKEEP_DATENull() {
this[this.tableMBMEMBMASTER.PAUSEKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFIRST_KEEPDATENull() {
return this.IsNull(this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFIRST_KEEPDATENull() {
this[this.tableMBMEMBMASTER.FIRST_KEEPDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLNPROVIDENTFUND_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLNPROVIDENTFUND_FLAGNull() {
this[this.tableMBMEMBMASTER.LNPROVIDENTFUND_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsALLOWLOAN_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetALLOWLOAN_FLAGNull() {
this[this.tableMBMEMBMASTER.ALLOWLOAN_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDROPGURANTEE_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDROPGURANTEE_FLAGNull() {
this[this.tableMBMEMBMASTER.DROPGURANTEE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTRANSRIGHT_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTRANSRIGHT_FLAGNull() {
this[this.tableMBMEMBMASTER.TRANSRIGHT_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDROPLOANALL_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDROPLOANALL_FLAGNull() {
this[this.tableMBMEMBMASTER.DROPLOANALL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVIDEND_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVIDEND_FLAGNull() {
this[this.tableMBMEMBMASTER.DIVIDEND_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAVERAGE_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.AVERAGE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAVERAGE_FLAGNull() {
this[this.tableMBMEMBMASTER.AVERAGE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSEQUEST_DIVAVGNull() {
return this.IsNull(this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSEQUEST_DIVAVGNull() {
this[this.tableMBMEMBMASTER.SEQUEST_DIVAVGColumn] = 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.tableMBMEMBMASTER.REMARKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMARKNull() {
this[this.tableMBMEMBMASTER.REMARKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBER_TYPENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBER_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBER_TYPENull() {
this[this.tableMBMEMBMASTER.MEMBER_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsDIVAVGSHOW_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetDIVAVGSHOW_FLAGNull() {
this[this.tableMBMEMBMASTER.DIVAVGSHOW_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPRINTRECEIPTADDR_TYPENull() {
return this.IsNull(this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPRINTRECEIPTADDR_TYPENull() {
this[this.tableMBMEMBMASTER.PRINTRECEIPTADDR_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsWEB_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.WEB_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetWEB_CODENull() {
this[this.tableMBMEMBMASTER.WEB_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsIVR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.IVR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetIVR_CODENull() {
this[this.tableMBMEMBMASTER.IVR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMEMBTRANS_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMEMBTRANS_DATENull() {
this[this.tableMBMEMBMASTER.MEMBTRANS_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsACCUM_INTERESTNull() {
return this.IsNull(this.tableMBMEMBMASTER.ACCUM_INTERESTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetACCUM_INTERESTNull() {
this[this.tableMBMEMBMASTER.ACCUM_INTERESTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUMINT_LASTYEARNull() {
return this.IsNull(this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUMINT_LASTYEARNull() {
this[this.tableMBMEMBMASTER.SUMINT_LASTYEARColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAYLON_AMTNull() {
return this.IsNull(this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAYLON_AMTNull() {
this[this.tableMBMEMBMASTER.MISSPAYLON_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMISSPAYSHR_AMTNull() {
return this.IsNull(this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMISSPAYSHR_AMTNull() {
this[this.tableMBMEMBMASTER.MISSPAYSHR_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_MBFLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_MBFLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_MBFLAGNull() {
this[this.tableMBMEMBMASTER.MATE_MBFLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_MBNONull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_MBNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_MBNONull() {
this[this.tableMBMEMBMASTER.MATE_MBNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.EXPENSE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_CODENull() {
this[this.tableMBMEMBMASTER.EXPENSE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BANKNull() {
return this.IsNull(this.tableMBMEMBMASTER.EXPENSE_BANKColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BANKNull() {
this[this.tableMBMEMBMASTER.EXPENSE_BANKColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_BRANCHNull() {
return this.IsNull(this.tableMBMEMBMASTER.EXPENSE_BRANCHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_BRANCHNull() {
this[this.tableMBMEMBMASTER.EXPENSE_BRANCHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEXPENSE_ACCIDNull() {
return this.IsNull(this.tableMBMEMBMASTER.EXPENSE_ACCIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEXPENSE_ACCIDNull() {
this[this.tableMBMEMBMASTER.EXPENSE_ACCIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPL_DOCNONull() {
return this.IsNull(this.tableMBMEMBMASTER.APPL_DOCNOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPL_DOCNONull() {
this[this.tableMBMEMBMASTER.APPL_DOCNOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsAPPLTYPE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.APPLTYPE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetAPPLTYPE_CODENull() {
this[this.tableMBMEMBMASTER.APPLTYPE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_GROUPNull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_GROUPNull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_GROUPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_DATENull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_STATUSNull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_PERIODNull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_PERIODNull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_PERIODColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_DUEDATENull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_DUEDATENull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_DUEDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPOUNDKEEP_NMLDATENull() {
return this.IsNull(this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPOUNDKEEP_NMLDATENull() {
this[this.tableMBMEMBMASTER.COMPOUNDKEEP_NMLDATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINSURANCE_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.INSURANCE_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINSURANCE_FLAGNull() {
this[this.tableMBMEMBMASTER.INSURANCE_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCREMATION_STATUSNull() {
return this.IsNull(this.tableMBMEMBMASTER.CREMATION_STATUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCREMATION_STATUSNull() {
this[this.tableMBMEMBMASTER.CREMATION_STATUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsNATIONALITYNull() {
return this.IsNull(this.tableMBMEMBMASTER.NATIONALITYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetNATIONALITYNull() {
this[this.tableMBMEMBMASTER.NATIONALITYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsINCOMEETC_AMTNull() {
return this.IsNull(this.tableMBMEMBMASTER.INCOMEETC_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetINCOMEETC_AMTNull() {
this[this.tableMBMEMBMASTER.INCOMEETC_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsFATHER_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.FATHER_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetFATHER_NAMENull() {
this[this.tableMBMEMBMASTER.FATHER_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATHER_NAMENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATHER_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATHER_NAMENull() {
this[this.tableMBMEMBMASTER.MATHER_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSUBGROUP_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.SUBGROUP_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSUBGROUP_CODENull() {
this[this.tableMBMEMBMASTER.SUBGROUP_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEMP_TYPENull() {
return this.IsNull(this.tableMBMEMBMASTER.EMP_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEMP_TYPENull() {
this[this.tableMBMEMBMASTER.EMP_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_NONull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_NOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_NONull() {
this[this.tableMBMEMBMASTER.MATEADDR_NOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_MOONull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_MOOColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_MOONull() {
this[this.tableMBMEMBMASTER.MATEADDR_MOOColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_VILLAGENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_VILLAGEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_VILLAGENull() {
this[this.tableMBMEMBMASTER.MATEADDR_VILLAGEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_SOINull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_SOIColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_SOINull() {
this[this.tableMBMEMBMASTER.MATEADDR_SOIColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_ROADNull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_ROADColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_ROADNull() {
this[this.tableMBMEMBMASTER.MATEADDR_ROADColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATETAMBOL_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATETAMBOL_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATETAMBOL_CODENull() {
this[this.tableMBMEMBMASTER.MATETAMBOL_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEAMPHUR_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEAMPHUR_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEAMPHUR_CODENull() {
this[this.tableMBMEMBMASTER.MATEAMPHUR_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEPROVINCE_CODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEPROVINCE_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEPROVINCE_CODENull() {
this[this.tableMBMEMBMASTER.MATEPROVINCE_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_POSTCODENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_POSTCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_POSTCODENull() {
this[this.tableMBMEMBMASTER.MATEADDR_POSTCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATEADDR_PHONENull() {
return this.IsNull(this.tableMBMEMBMASTER.MATEADDR_PHONEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATEADDR_PHONENull() {
this[this.tableMBMEMBMASTER.MATEADDR_PHONEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsLASTKEEP_DATENull() {
return this.IsNull(this.tableMBMEMBMASTER.LASTKEEP_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetLASTKEEP_DATENull() {
this[this.tableMBMEMBMASTER.LASTKEEP_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_CARDPERSONNull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_CARDPERSONColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_CARDPERSONNull() {
this[this.tableMBMEMBMASTER.MATE_CARDPERSONColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMATE_SALARYIDNull() {
return this.IsNull(this.tableMBMEMBMASTER.MATE_SALARYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMATE_SALARYIDNull() {
this[this.tableMBMEMBMASTER.MATE_SALARYIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIDNull() {
return this.IsNull(this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIDNull() {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYENTRYIPNull() {
return this.IsNull(this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYENTRYIPNull() {
this[this.tableMBMEMBMASTER.UPDATE_BYENTRYIPColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAMBOL_DESCNull() {
return this.IsNull(this.tableMBMEMBMASTER.TAMBOL_DESCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAMBOL_DESCNull() {
this[this.tableMBMEMBMASTER.TAMBOL_DESCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsKEEPSAL_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetKEEPSAL_FLAGNull() {
this[this.tableMBMEMBMASTER.KEEPSAL_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsUPDATE_BYLASTDOCNull() {
return this.IsNull(this.tableMBMEMBMASTER.UPDATE_BYLASTDOCColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetUPDATE_BYLASTDOCNull() {
this[this.tableMBMEMBMASTER.UPDATE_BYLASTDOCColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsREMEMB_FLAGNull() {
return this.IsNull(this.tableMBMEMBMASTER.REMEMB_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetREMEMB_FLAGNull() {
this[this.tableMBMEMBMASTER.REMEMB_FLAGColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNCONTCOLLRowChangeEvent : global::System.EventArgs {
private LNCONTCOLLRow 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 LNCONTCOLLRowChangeEvent(LNCONTCOLLRow 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 LNCONTCOLLRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNREQLOANRowChangeEvent : global::System.EventArgs {
private LNREQLOANRow 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 LNREQLOANRowChangeEvent(LNREQLOANRow 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 LNREQLOANRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNGRPMANGRTPERMRowChangeEvent : global::System.EventArgs {
private LNGRPMANGRTPERMRow 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 LNGRPMANGRTPERMRowChangeEvent(LNGRPMANGRTPERMRow 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 LNGRPMANGRTPERMRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class SHSHAREMASTERRowChangeEvent : global::System.EventArgs {
private SHSHAREMASTERRow 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 SHSHAREMASTERRowChangeEvent(SHSHAREMASTERRow 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 SHSHAREMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class DPDEPTMASTERRowChangeEvent : global::System.EventArgs {
private DPDEPTMASTERRow 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 DPDEPTMASTERRowChangeEvent(DPDEPTMASTERRow 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 DPDEPTMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNCOLLMASTERRowChangeEvent : global::System.EventArgs {
private LNCOLLMASTERRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERRowChangeEvent(LNCOLLMASTERRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class LNCOLLMASTMEMCORowChangeEvent : global::System.EventArgs {
private LNCOLLMASTMEMCORow 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 LNCOLLMASTMEMCORowChangeEvent(LNCOLLMASTMEMCORow 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 LNCOLLMASTMEMCORow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class MBMEMBMASTERRowChangeEvent : global::System.EventArgs {
private MBMEMBMASTERRow 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 MBMEMBMASTERRowChangeEvent(MBMEMBMASTERRow 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 MBMEMBMASTERRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.shrlon.ws_sl_collateral_check_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 LNCONTCOLLTableAdapter : 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 LNCONTCOLLTableAdapter() {
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 = "LNCONTCOLL";
tableMapping.ColumnMappings.Add("REF_COLLNO", "REF_COLLNO");
tableMapping.ColumnMappings.Add("LOANCONTRACT_NO", "LOANCONTRACT_NO");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE");
tableMapping.ColumnMappings.Add("LOANAPPROVE_AMT", "LOANAPPROVE_AMT");
tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT");
tableMapping.ColumnMappings.Add("PRINCIPAL_BALANCE", "PRINCIPAL_BALANCE");
tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("PREFIX", "PREFIX");
tableMapping.ColumnMappings.Add("COLL_PERCENT", "COLL_PERCENT");
tableMapping.ColumnMappings.Add("BASE_PERCENT", "BASE_PERCENT");
tableMapping.ColumnMappings.Add("LOANTYPE_DESC", "LOANTYPE_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 ""LNCONTCOLL"".""REF_COLLNO"",
""LNCONTMASTER"".""LOANCONTRACT_NO"",
""LNCONTMASTER"".""MEMBER_NO"",
""LNCONTMASTER"".""LOANTYPE_CODE"",
""LNCONTMASTER"".""LOANAPPROVE_AMT"",
""LNCONTMASTER"".""WITHDRAWABLE_AMT"",
""LNCONTMASTER"".""PRINCIPAL_BALANCE"",
""MBUCFPRENAME"".""PRENAME_DESC"",
""MBMEMBMASTER"".""MEMB_NAME"",
""MBMEMBMASTER"".""MEMB_SURNAME"",
""LNLOANTYPE"".""PREFIX"",
""LNCONTCOLL"".""COLL_PERCENT"",
""LNCONTCOLL"".""BASE_PERCENT"",
""LNLOANTYPE"".""LOANTYPE_DESC""
FROM ""LNCONTCOLL"",
""LNCONTMASTER"",
""MBMEMBMASTER"",
""MBUCFPRENAME"",
""LNLOANTYPE""
WHERE ( ""LNCONTMASTER"".""LOANCONTRACT_NO"" = ""LNCONTCOLL"".""LOANCONTRACT_NO"" ) and
( ""MBMEMBMASTER"".""MEMBER_NO"" = ""LNCONTMASTER"".""MEMBER_NO"" ) and
( ""MBMEMBMASTER"".""PRENAME_CODE"" = ""MBUCFPRENAME"".""PRENAME_CODE"" ) and
( ""LNCONTMASTER"".""LOANTYPE_CODE"" = ""LNLOANTYPE"".""LOANTYPE_CODE"" ) and
( ""MBMEMBMASTER"".""COOP_ID"" = ""LNCONTMASTER"".""COOP_ID"" ) and
( ""LNCONTMASTER"".""COOP_ID"" = ""LNCONTCOLL"".""COOP_ID"" ) and
( ""LNCONTMASTER"".""COOP_ID"" = ""LNLOANTYPE"".""COOP_ID"" )";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.LNCONTCOLLDataTable 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.LNCONTCOLLDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCONTCOLLDataTable dataTable = new DataSet1.LNCONTCOLLDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class LNREQLOANTableAdapter : 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 LNREQLOANTableAdapter() {
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 = "LNREQLOAN";
tableMapping.ColumnMappings.Add("LOANREQUEST_DOCNO", "LOANREQUEST_DOCNO");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("LOANTYPE_CODE", "LOANTYPE_CODE");
tableMapping.ColumnMappings.Add("LOANREQUEST_AMT", "LOANREQUEST_AMT");
tableMapping.ColumnMappings.Add("LOANCOLLTYPE_CODE", "LOANCOLLTYPE_CODE");
tableMapping.ColumnMappings.Add("CNTMANGRTVAL_FLAG", "CNTMANGRTVAL_FLAG");
tableMapping.ColumnMappings.Add("MANGRTPERMGRP_CODE", "MANGRTPERMGRP_CODE");
tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("COLLACTIVE_PERCENT", "COLLACTIVE_PERCENT");
tableMapping.ColumnMappings.Add("COLLBASE_PERCENT", "COLLBASE_PERCENT");
tableMapping.ColumnMappings.Add("COLLACTIVE_AMT", "COLLACTIVE_AMT");
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 lnreqloan.loanrequest_docno, \r\n lnreqloan.member_no, " +
" \r\n lnreqloan.loantype_code, \r\n lnreqlo" +
"an.loanrequest_amt, \r\n lnreqloancoll.collactive_amt, \r\n " +
" lnreqloancoll.collactive_percent, \r\n lnreqlo" +
"ancoll.loancolltype_code, \r\n lnreqloancoll.collbase_percent" +
", \r\n lnloantype.cntmangrtval_flag, \r\n " +
"lnloantype.mangrtpermgrp_code, \r\n mbucfprename.prename_desc" +
", \r\n mbmembmaster.memb_name, \r\n mbmemb" +
"master.memb_surname \r\n from lnreqloan, \r\n " +
" lnreqloancoll, \r\n lnloantype, \r\n " +
" mbmembmaster, \r\n mbucfprename \r\n where " +
"( lnreqloancoll.loanrequest_docno = lnreqloan.loanrequest_docno ) \r\n " +
" and ( lnreqloan.loantype_code = lnloantype.loantype_code ) \r\n " +
" and ( lnreqloan.member_no = mbmembmaster.member_no ) \r\n " +
" and ( mbucfprename.prename_code = mbmembmaster.prename_code ) \r\n " +
" and ( lnreqloan.coop_id = lnreqloancoll.coop_id ) \r\n " +
" and ( lnreqloan.coop_id = lnloantype.coop_id ) \r\n and (" +
" lnreqloan.coop_id = mbmembmaster.coop_id ) \r\n and ( ( lnreq" +
"loan.loanrequest_status in (8,11) ) \r\n and ( lnreqloancoll." +
"ref_collno = :as_refcollno ) \r\n and ( lnreqloancoll.loancol" +
"ltype_code = :as_lncolltype ) )";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_refcollno", global::System.Data.OracleClient.OracleType.VarChar, 15, global::System.Data.ParameterDirection.Input, "REF_COLLNO", global::System.Data.DataRowVersion.Current, false, null));
this._commandCollection[0].Parameters.Add(new global::System.Data.OracleClient.OracleParameter("as_lncolltype", global::System.Data.OracleClient.OracleType.Char, 2, global::System.Data.ParameterDirection.Input, "LOANCOLLTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.LNREQLOANDataTable dataTable, string as_refcollno, string as_lncolltype) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_refcollno == null)) {
this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_refcollno));
}
if ((as_lncolltype == null)) {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_lncolltype));
}
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.LNREQLOANDataTable GetData(string as_refcollno, string as_lncolltype) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((as_refcollno == null)) {
this.Adapter.SelectCommand.Parameters[0].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[0].Value = ((string)(as_refcollno));
}
if ((as_lncolltype == null)) {
this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = ((string)(as_lncolltype));
}
DataSet1.LNREQLOANDataTable dataTable = new DataSet1.LNREQLOANDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class LNGRPMANGRTPERMTableAdapter : 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 LNGRPMANGRTPERMTableAdapter() {
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 = "LNGRPMANGRTPERM";
tableMapping.ColumnMappings.Add("MANGRTPERMGRP_CODE", "MANGRTPERMGRP_CODE");
tableMapping.ColumnMappings.Add("MANGRTPERMGRP_DESC", "MANGRTPERMGRP_DESC");
tableMapping.ColumnMappings.Add("MANGRTTIME_TYPE", "MANGRTTIME_TYPE");
tableMapping.ColumnMappings.Add("EXPORTRIGTH_FLAG", "EXPORTRIGTH_FLAG");
tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE");
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 MANGRTPERMGRP_CODE, MANGRTPERMGRP_DESC, MANGRTTIME_TYPE, EXPORTRIGTH_FLAG," +
" MEMBER_TYPE FROM LNGRPMANGRTPERM";
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.LNGRPMANGRTPERMDataTable 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.LNGRPMANGRTPERMDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNGRPMANGRTPERMDataTable dataTable = new DataSet1.LNGRPMANGRTPERMDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class SHSHAREMASTERTableAdapter : 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 SHSHAREMASTERTableAdapter() {
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 = "SHSHAREMASTER";
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("MEMBGROUP_DESC", "MEMBGROUP_DESC");
tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE");
tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE");
tableMapping.ColumnMappings.Add("SALARY_AMOUNT", "SALARY_AMOUNT");
tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE");
tableMapping.ColumnMappings.Add("RETRY_DATE", "RETRY_DATE");
tableMapping.ColumnMappings.Add("SHARESTK_AMT", "SHARESTK_AMT");
tableMapping.ColumnMappings.Add("LAST_PERIOD", "LAST_PERIOD");
tableMapping.ColumnMappings.Add("PERIODSHARE_AMT", "PERIODSHARE_AMT");
tableMapping.ColumnMappings.Add("PAYMENT_STATUS", "PAYMENT_STATUS");
tableMapping.ColumnMappings.Add("SHAREARREAR_AMT", "SHAREARREAR_AMT");
tableMapping.ColumnMappings.Add("UNITSHARE_VALUE", "UNITSHARE_VALUE");
tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE");
tableMapping.ColumnMappings.Add("MEMBTYPE_DESC", "MEMBTYPE_DESC");
tableMapping.ColumnMappings.Add("APPLTYPE_CODE", "APPLTYPE_CODE");
tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE");
tableMapping.ColumnMappings.Add("PRENAME_DESC", "PRENAME_DESC");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("RESIGN_STATUS", "RESIGN_STATUS");
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 \"MBMEMBMASTER\".\"MEMBGROUP_CODE\", \r\n \"MBUCFMEMBGROUP\".\"MEMBGROUP_" +
"DESC\", \r\n \"MBMEMBMASTER\".\"BIRTH_DATE\", \r\n \"MBMEMBMASTER\".\"ME" +
"MBER_DATE\", \r\n \"MBMEMBMASTER\".\"SALARY_AMOUNT\", \r\n \"MBMEMBMAS" +
"TER\".\"WORK_DATE\", \r\n \"MBMEMBMASTER\".\"RETRY_DATE\", \r\n \"SHSHAR" +
"EMASTER\".\"SHARESTK_AMT\", \r\n \"SHSHAREMASTER\".\"LAST_PERIOD\", \r\n " +
" \"SHSHAREMASTER\".\"PERIODSHARE_AMT\", \r\n \"SHSHAREMASTER\".\"PAYMENT_STATU" +
"S\", \r\n \"SHSHAREMASTER\".\"SHAREARREAR_AMT\", \r\n \"SHSHARETYPE\".\"" +
"UNITSHARE_VALUE\", \r\n \r\n \"MBUCFMEMBTYPE\".\"MEMBTYPE_CODE\", \r\n " +
" \"MBUCFMEMBTYPE\".\"MEMBTYPE_DESC\", \r\n \"MBMEMBMASTER\".\"APPLTYPE_COD" +
"E\", \r\n \"MBMEMBMASTER\".\"MEMBER_TYPE\", \r\n \"MBUCFPRENAME\".\"PREN" +
"AME_DESC\",\r\n \"MBMEMBMASTER\".\"MEMB_NAME\" ,\r\n \"MBMEMBMASTER\".\"MEMB_SURNAME\", \r\n " +
" \"MBMEMBMASTER\".\"RESIGN_STATUS\" \r\n FROM \"MBMEMBMASTER\", \r\n " +
"\"MBUCFMEMBGROUP\", \r\n \"SHSHAREMASTER\", \r\n \"SHSHARETYPE\", \r\n" +
" \"MBUCFMEMBTYPE\", \r\n \"MBUCFPRENAME\" \r\n WHERE ( \"MBUCFMEMBGR" +
"OUP\".\"MEMBGROUP_CODE\" = \"MBMEMBMASTER\".\"MEMBGROUP_CODE\" ) and \r\n ( \"SHS" +
"HAREMASTER\".\"MEMBER_NO\" = \"MBMEMBMASTER\".\"MEMBER_NO\" ) and \r\n ( \"SHSHAR" +
"EMASTER\".\"SHARETYPE_CODE\" = \"SHSHARETYPE\".\"SHARETYPE_CODE\" ) and \r\n ( \"" +
"MBMEMBMASTER\".\"MEMBTYPE_CODE\" = \"MBUCFMEMBTYPE\".\"MEMBTYPE_CODE\" ) and \r\n " +
" ( \"MBMEMBMASTER\".\"COOP_ID\" = \"MBUCFMEMBGROUP\".\"COOP_ID\" ) and \r\n ( \"M" +
"BMEMBMASTER\".\"COOP_ID\" = \"SHSHAREMASTER\".\"COOP_ID\" ) and \r\n ( \"MBMEMBMA" +
"STER\".\"COOP_ID\" = \"MBUCFMEMBTYPE\".\"COOP_ID\" ) and \r\n ( \"MBMEMBMASTER\".\"" +
"PRENAME_CODE\" = \"MBUCFPRENAME\".\"PRENAME_CODE\" ) and \r\n ( \"SHSHAREMASTER" +
"\".\"COOP_ID\" = \"SHSHARETYPE\".\"COOP_ID\" ) ";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.SHSHAREMASTERDataTable 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.SHSHAREMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.SHSHAREMASTERDataTable dataTable = new DataSet1.SHSHAREMASTERDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class DPDEPTMASTERTableAdapter : 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 DPDEPTMASTERTableAdapter() {
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 = "DPDEPTMASTER";
tableMapping.ColumnMappings.Add("DEPTACCOUNT_NO", "DEPTACCOUNT_NO");
tableMapping.ColumnMappings.Add("DEPTTYPE_CODE", "DEPTTYPE_CODE");
tableMapping.ColumnMappings.Add("DEPTTYPE_DESC", "DEPTTYPE_DESC");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("DEPTOPEN_DATE", "DEPTOPEN_DATE");
tableMapping.ColumnMappings.Add("DEPTACCOUNT_NAME", "DEPTACCOUNT_NAME");
tableMapping.ColumnMappings.Add("BEGINBAL", "BEGINBAL");
tableMapping.ColumnMappings.Add("PRNCBAL", "PRNCBAL");
tableMapping.ColumnMappings.Add("WITHDRAWABLE_AMT", "WITHDRAWABLE_AMT");
tableMapping.ColumnMappings.Add("SEQUEST_AMOUNT", "SEQUEST_AMOUNT");
tableMapping.ColumnMappings.Add("DEPTCLOSE_DATE", "DEPTCLOSE_DATE");
tableMapping.ColumnMappings.Add("DEPTCLOSE_STATUS", "DEPTCLOSE_STATUS");
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 ""DPDEPTMASTER"".""DEPTACCOUNT_NO"",
""DPDEPTMASTER"".""DEPTTYPE_CODE"",
""DPDEPTTYPE"".""DEPTTYPE_DESC"",
""DPDEPTMASTER"".""MEMBER_NO"",
""DPDEPTMASTER"".""DEPTOPEN_DATE"",
""DPDEPTMASTER"".""DEPTACCOUNT_NAME"",
""DPDEPTMASTER"".""BEGINBAL"",
""DPDEPTMASTER"".""PRNCBAL"",
""DPDEPTMASTER"".""WITHDRAWABLE_AMT"",
""DPDEPTMASTER"".""SEQUEST_AMOUNT"",
""DPDEPTMASTER"".""DEPTCLOSE_DATE"",
""DPDEPTMASTER"".""DEPTCLOSE_STATUS""
FROM ""DPDEPTMASTER"",
""DPDEPTTYPE""
WHERE ( ""DPDEPTTYPE"".""DEPTTYPE_CODE"" = ""DPDEPTMASTER"".""DEPTTYPE_CODE"" ) and
( ""DPDEPTMASTER"".""COOP_ID"" = ""DPDEPTTYPE"".""COOP_ID"" ) ";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.DPDEPTMASTERDataTable 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.DPDEPTMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.DPDEPTMASTERDataTable dataTable = new DataSet1.DPDEPTMASTERDataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class LNCOLLMASTERTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public LNCOLLMASTERTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "LNCOLLMASTER";
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_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("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("COOP_ID", "COOP_ID");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"LNCOLLMASTER\" WHERE ((\"COLLMAST_NO\" = :Original_COLLMAST_NO) AND (\"C" +
"OOP_ID\" = :Original_COOP_ID))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""LNCOLLMASTER"" (""COLLMAST_NO"", ""MEMBER_NO"", ""COLLMAST_REFNO"", ""COLLMASTTYPE_CODE"", ""COLLMAST_DESC"", ""LANDESTIMATE_AMT"", ""HOUSEESTIMATE_AMT"", ""ESTIMATE_PRICE"", ""MORTGAGE_PRICE"", ""MORTGAGE_DATE"", ""EXPIRE_DATE"", ""REDEEM_FLAG"", ""REDEEM_DATE"", ""REMARK"", ""LAND_NO"", ""SURVEY_NO"", ""BOOK_NO"", ""PAGE_NO"", ""GROUP_NO"", ""COOP_ID"") VALUES (:COLLMAST_NO, :MEMBER_NO, :COLLMAST_REFNO, :COLLMASTTYPE_CODE, :COLLMAST_DESC, :LANDESTIMATE_AMT, :HOUSEESTIMATE_AMT, :ESTIMATE_PRICE, :MORTGAGE_PRICE, :MORTGAGE_DATE, :EXPIRE_DATE, :REDEEM_FLAG, :REDEEM_DATE, :REMARK, :LAND_NO, :SURVEY_NO, :BOOK_NO, :PAGE_NO, :GROUP_NO, :COOP_ID)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_REFNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_REFNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ESTIMATE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ESTIMATE_PRICE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PRICE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REDEEM_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REDEEM_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LAND_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SURVEY_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SURVEY_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BOOK_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGE_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAGE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GROUP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "GROUP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = @"UPDATE ""LNCOLLMASTER"" SET ""COLLMAST_NO"" = :COLLMAST_NO, ""MEMBER_NO"" = :MEMBER_NO, ""COLLMAST_REFNO"" = :COLLMAST_REFNO, ""COLLMASTTYPE_CODE"" = :COLLMASTTYPE_CODE, ""COLLMAST_DESC"" = :COLLMAST_DESC, ""LANDESTIMATE_AMT"" = :LANDESTIMATE_AMT, ""HOUSEESTIMATE_AMT"" = :HOUSEESTIMATE_AMT, ""ESTIMATE_PRICE"" = :ESTIMATE_PRICE, ""MORTGAGE_PRICE"" = :MORTGAGE_PRICE, ""MORTGAGE_DATE"" = :MORTGAGE_DATE, ""EXPIRE_DATE"" = :EXPIRE_DATE, ""REDEEM_FLAG"" = :REDEEM_FLAG, ""REDEEM_DATE"" = :REDEEM_DATE, ""REMARK"" = :REMARK, ""LAND_NO"" = :LAND_NO, ""SURVEY_NO"" = :SURVEY_NO, ""BOOK_NO"" = :BOOK_NO, ""PAGE_NO"" = :PAGE_NO, ""GROUP_NO"" = :GROUP_NO, ""COOP_ID"" = :COOP_ID WHERE ((""COLLMAST_NO"" = :Original_COLLMAST_NO) AND (""COOP_ID"" = :Original_COOP_ID))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_REFNO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_REFNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMASTTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMASTTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COLLMAST_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LANDESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LANDESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HOUSEESTIMATE_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HOUSEESTIMATE_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ESTIMATE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ESTIMATE_PRICE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_PRICE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_PRICE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MORTGAGE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MORTGAGE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPIRE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "EXPIRE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REDEEM_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REDEEM_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "REDEEM_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LAND_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "LAND_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SURVEY_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SURVEY_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BOOK_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "BOOK_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAGE_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PAGE_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("GROUP_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "GROUP_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COLLMAST_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COLLMAST_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["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 COLLMAST_NO, MEMBER_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_DESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGAGE_DATE, EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMARK, LAND_NO, SURVEY_NO, BOOK_NO, PAGE_NO, GROUP_NO, COOP_ID FROM LNCOLLMASTER";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet1.LNCOLLMASTERDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet1.LNCOLLMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCOLLMASTERDataTable dataTable = new DataSet1.LNCOLLMASTERDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.LNCOLLMASTERDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "LNCOLLMASTER");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COLLMAST_NO, string Original_COOP_ID) {
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COLLMAST_NO));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_COOP_ID));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COLLMAST_NO,
string MEMBER_NO,
string COLLMAST_REFNO,
string COLLMASTTYPE_CODE,
string COLLMAST_DESC,
global::System.Nullable LANDESTIMATE_AMT,
global::System.Nullable HOUSEESTIMATE_AMT,
global::System.Nullable ESTIMATE_PRICE,
global::System.Nullable MORTGAGE_PRICE,
global::System.Nullable MORTGAGE_DATE,
global::System.Nullable EXPIRE_DATE,
global::System.Nullable REDEEM_FLAG,
global::System.Nullable REDEEM_DATE,
string REMARK,
string LAND_NO,
string SURVEY_NO,
string BOOK_NO,
string PAGE_NO,
string GROUP_NO,
string COOP_ID) {
if ((COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("COLLMAST_NO");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COLLMAST_NO));
}
if ((MEMBER_NO == null)) {
this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((COLLMAST_REFNO == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(COLLMAST_REFNO));
}
if ((COLLMASTTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(COLLMASTTYPE_CODE));
}
if ((COLLMAST_DESC == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(COLLMAST_DESC));
}
if ((LANDESTIMATE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((decimal)(LANDESTIMATE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((HOUSEESTIMATE_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(HOUSEESTIMATE_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((ESTIMATE_PRICE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(ESTIMATE_PRICE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PRICE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[8].Value = ((decimal)(MORTGAGE_PRICE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((System.DateTime)(MORTGAGE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((EXPIRE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((System.DateTime)(EXPIRE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((REDEEM_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((decimal)(REDEEM_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((REDEEM_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((System.DateTime)(REDEEM_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = ((string)(REMARK));
}
if ((LAND_NO == null)) {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = ((string)(LAND_NO));
}
if ((SURVEY_NO == null)) {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = ((string)(SURVEY_NO));
}
if ((BOOK_NO == null)) {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(BOOK_NO));
}
if ((PAGE_NO == null)) {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(PAGE_NO));
}
if ((GROUP_NO == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(GROUP_NO));
}
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = ((string)(COOP_ID));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COLLMAST_NO,
string MEMBER_NO,
string COLLMAST_REFNO,
string COLLMASTTYPE_CODE,
string COLLMAST_DESC,
global::System.Nullable LANDESTIMATE_AMT,
global::System.Nullable HOUSEESTIMATE_AMT,
global::System.Nullable ESTIMATE_PRICE,
global::System.Nullable MORTGAGE_PRICE,
global::System.Nullable MORTGAGE_DATE,
global::System.Nullable EXPIRE_DATE,
global::System.Nullable REDEEM_FLAG,
global::System.Nullable REDEEM_DATE,
string REMARK,
string LAND_NO,
string SURVEY_NO,
string BOOK_NO,
string PAGE_NO,
string GROUP_NO,
string COOP_ID,
string Original_COLLMAST_NO,
string Original_COOP_ID) {
if ((COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COLLMAST_NO));
}
if ((MEMBER_NO == null)) {
this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((COLLMAST_REFNO == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(COLLMAST_REFNO));
}
if ((COLLMASTTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(COLLMASTTYPE_CODE));
}
if ((COLLMAST_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(COLLMAST_DESC));
}
if ((LANDESTIMATE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[5].Value = ((decimal)(LANDESTIMATE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((HOUSEESTIMATE_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[6].Value = ((decimal)(HOUSEESTIMATE_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((ESTIMATE_PRICE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[7].Value = ((decimal)(ESTIMATE_PRICE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_PRICE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[8].Value = ((decimal)(MORTGAGE_PRICE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
if ((MORTGAGE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[9].Value = ((System.DateTime)(MORTGAGE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((EXPIRE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(EXPIRE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((REDEEM_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((decimal)(REDEEM_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((REDEEM_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((System.DateTime)(REDEEM_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(REMARK));
}
if ((LAND_NO == null)) {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(LAND_NO));
}
if ((SURVEY_NO == null)) {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(SURVEY_NO));
}
if ((BOOK_NO == null)) {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(BOOK_NO));
}
if ((PAGE_NO == null)) {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(PAGE_NO));
}
if ((GROUP_NO == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(GROUP_NO));
}
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = ((string)(COOP_ID));
}
if ((Original_COLLMAST_NO == null)) {
throw new global::System.ArgumentNullException("Original_COLLMAST_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(Original_COLLMAST_NO));
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = ((string)(Original_COOP_ID));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string MEMBER_NO,
string COLLMAST_REFNO,
string COLLMASTTYPE_CODE,
string COLLMAST_DESC,
global::System.Nullable LANDESTIMATE_AMT,
global::System.Nullable HOUSEESTIMATE_AMT,
global::System.Nullable ESTIMATE_PRICE,
global::System.Nullable MORTGAGE_PRICE,
global::System.Nullable MORTGAGE_DATE,
global::System.Nullable EXPIRE_DATE,
global::System.Nullable REDEEM_FLAG,
global::System.Nullable REDEEM_DATE,
string REMARK,
string LAND_NO,
string SURVEY_NO,
string BOOK_NO,
string PAGE_NO,
string GROUP_NO,
string Original_COLLMAST_NO,
string Original_COOP_ID) {
return this.Update(Original_COLLMAST_NO, MEMBER_NO, COLLMAST_REFNO, COLLMASTTYPE_CODE, COLLMAST_DESC, LANDESTIMATE_AMT, HOUSEESTIMATE_AMT, ESTIMATE_PRICE, MORTGAGE_PRICE, MORTGAGE_DATE, EXPIRE_DATE, REDEEM_FLAG, REDEEM_DATE, REMARK, LAND_NO, SURVEY_NO, BOOK_NO, PAGE_NO, GROUP_NO, Original_COOP_ID, Original_COLLMAST_NO, Original_COOP_ID);
}
}
///
///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 LNCOLLMASTMEMCOTableAdapter : 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 LNCOLLMASTMEMCOTableAdapter() {
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 = "LNCOLLMASTMEMCO";
tableMapping.ColumnMappings.Add("COLLMAST_NO", "COLLMAST_NO");
tableMapping.ColumnMappings.Add("MEMCO_NO", "MEMCO_NO");
tableMapping.ColumnMappings.Add("COLLMASTMAIN_FLAG", "COLLMASTMAIN_FLAG");
tableMapping.ColumnMappings.Add("PRENAME_SHORT", "PRENAME_SHORT");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
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 ""LNCOLLMASTMEMCO"".""COLLMAST_NO"",
""LNCOLLMASTMEMCO"".""MEMCO_NO"",
""LNCOLLMASTMEMCO"".""COLLMASTMAIN_FLAG"",
""MBUCFPRENAME"".""PRENAME_SHORT"",
""MBMEMBMASTER"".""MEMB_NAME"",
""MBMEMBMASTER"".""MEMB_SURNAME""
FROM ""LNCOLLMASTMEMCO"",
""MBMEMBMASTER"",
""MBUCFPRENAME""
WHERE ( ""MBMEMBMASTER"".""PRENAME_CODE"" = ""MBUCFPRENAME"".""PRENAME_CODE"" ) and
( ""LNCOLLMASTMEMCO"".""MEMCO_NO"" = ""MBMEMBMASTER"".""MEMBER_NO"" )";
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.LNCOLLMASTMEMCODataTable 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.LNCOLLMASTMEMCODataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.LNCOLLMASTMEMCODataTable dataTable = new DataSet1.LNCOLLMASTMEMCODataTable(true);
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class MBMEMBMASTERTableAdapter : 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 MBMEMBMASTERTableAdapter() {
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 = "MBMEMBMASTER";
tableMapping.ColumnMappings.Add("COOP_ID", "COOP_ID");
tableMapping.ColumnMappings.Add("MEMBER_NO", "MEMBER_NO");
tableMapping.ColumnMappings.Add("PRENAME_CODE", "PRENAME_CODE");
tableMapping.ColumnMappings.Add("MEMB_NAME", "MEMB_NAME");
tableMapping.ColumnMappings.Add("MEMB_SURNAME", "MEMB_SURNAME");
tableMapping.ColumnMappings.Add("MEMB_ENAME", "MEMB_ENAME");
tableMapping.ColumnMappings.Add("MEMB_ESURNAME", "MEMB_ESURNAME");
tableMapping.ColumnMappings.Add("MEMBGROUP_CODE", "MEMBGROUP_CODE");
tableMapping.ColumnMappings.Add("MEMBTYPE_CODE", "MEMBTYPE_CODE");
tableMapping.ColumnMappings.Add("SIGNATURE_NAME", "SIGNATURE_NAME");
tableMapping.ColumnMappings.Add("BIRTH_DATE", "BIRTH_DATE");
tableMapping.ColumnMappings.Add("MEMBER_DATE", "MEMBER_DATE");
tableMapping.ColumnMappings.Add("DEAD_STATUS", "DEAD_STATUS");
tableMapping.ColumnMappings.Add("DEAD_DATE", "DEAD_DATE");
tableMapping.ColumnMappings.Add("RETRY_STATUS", "RETRY_STATUS");
tableMapping.ColumnMappings.Add("RETRY_DATE", "RETRY_DATE");
tableMapping.ColumnMappings.Add("RESIGN_STATUS", "RESIGN_STATUS");
tableMapping.ColumnMappings.Add("RESIGN_DATE", "RESIGN_DATE");
tableMapping.ColumnMappings.Add("RESIGNCAUSE_CODE", "RESIGNCAUSE_CODE");
tableMapping.ColumnMappings.Add("CLOSE_DATE", "CLOSE_DATE");
tableMapping.ColumnMappings.Add("SEX", "SEX");
tableMapping.ColumnMappings.Add("MARIAGE_STATUS", "MARIAGE_STATUS");
tableMapping.ColumnMappings.Add("ADDR_NO", "ADDR_NO");
tableMapping.ColumnMappings.Add("ADDR_MOO", "ADDR_MOO");
tableMapping.ColumnMappings.Add("ADDR_SOI", "ADDR_SOI");
tableMapping.ColumnMappings.Add("ADDR_VILLAGE", "ADDR_VILLAGE");
tableMapping.ColumnMappings.Add("ADDR_ROAD", "ADDR_ROAD");
tableMapping.ColumnMappings.Add("TAMBOL_CODE", "TAMBOL_CODE");
tableMapping.ColumnMappings.Add("AMPHUR_CODE", "AMPHUR_CODE");
tableMapping.ColumnMappings.Add("PROVINCE_CODE", "PROVINCE_CODE");
tableMapping.ColumnMappings.Add("ADDR_POSTCODE", "ADDR_POSTCODE");
tableMapping.ColumnMappings.Add("ADDR_PHONE", "ADDR_PHONE");
tableMapping.ColumnMappings.Add("ADDR_MOBILEPHONE", "ADDR_MOBILEPHONE");
tableMapping.ColumnMappings.Add("CURRADDR_NO", "CURRADDR_NO");
tableMapping.ColumnMappings.Add("CURRADDR_MOO", "CURRADDR_MOO");
tableMapping.ColumnMappings.Add("CURRADDR_SOI", "CURRADDR_SOI");
tableMapping.ColumnMappings.Add("CURRADDR_VILLAGE", "CURRADDR_VILLAGE");
tableMapping.ColumnMappings.Add("CURRADDR_ROAD", "CURRADDR_ROAD");
tableMapping.ColumnMappings.Add("CURRTAMBOL_CODE", "CURRTAMBOL_CODE");
tableMapping.ColumnMappings.Add("CURRAMPHUR_CODE", "CURRAMPHUR_CODE");
tableMapping.ColumnMappings.Add("CURRPROVINCE_CODE", "CURRPROVINCE_CODE");
tableMapping.ColumnMappings.Add("CURRADDR_POSTCODE", "CURRADDR_POSTCODE");
tableMapping.ColumnMappings.Add("CURRADDR_PHONE", "CURRADDR_PHONE");
tableMapping.ColumnMappings.Add("ADDR_EMAIL", "ADDR_EMAIL");
tableMapping.ColumnMappings.Add("MEM_TELWORK", "MEM_TELWORK");
tableMapping.ColumnMappings.Add("MATE_NAME", "MATE_NAME");
tableMapping.ColumnMappings.Add("CARD_PERSON", "CARD_PERSON");
tableMapping.ColumnMappings.Add("CARD_TAX", "CARD_TAX");
tableMapping.ColumnMappings.Add("MEMBER_CARD", "MEMBER_CARD");
tableMapping.ColumnMappings.Add("WORK_DATE", "WORK_DATE");
tableMapping.ColumnMappings.Add("POSITION_CODE", "POSITION_CODE");
tableMapping.ColumnMappings.Add("POSITION_DESC", "POSITION_DESC");
tableMapping.ColumnMappings.Add("LEVEL_CODE", "LEVEL_CODE");
tableMapping.ColumnMappings.Add("DEPARTMENT_CODE", "DEPARTMENT_CODE");
tableMapping.ColumnMappings.Add("SALARY_AMOUNT", "SALARY_AMOUNT");
tableMapping.ColumnMappings.Add("SALARY_ID", "SALARY_ID");
tableMapping.ColumnMappings.Add("FIRSTFEE_STATUS", "FIRSTFEE_STATUS");
tableMapping.ColumnMappings.Add("MEMBER_STATUS", "MEMBER_STATUS");
tableMapping.ColumnMappings.Add("MEMREF_FLAG", "MEMREF_FLAG");
tableMapping.ColumnMappings.Add("MEMBER_REF", "MEMBER_REF");
tableMapping.ColumnMappings.Add("KLONGTOON_FLAG", "KLONGTOON_FLAG");
tableMapping.ColumnMappings.Add("HAVE_GAIN", "HAVE_GAIN");
tableMapping.ColumnMappings.Add("PAUSEKEEP_FLAG", "PAUSEKEEP_FLAG");
tableMapping.ColumnMappings.Add("PAUSEKEEP_DATE", "PAUSEKEEP_DATE");
tableMapping.ColumnMappings.Add("FIRST_KEEPDATE", "FIRST_KEEPDATE");
tableMapping.ColumnMappings.Add("LNPROVIDENTFUND_FLAG", "LNPROVIDENTFUND_FLAG");
tableMapping.ColumnMappings.Add("ALLOWLOAN_FLAG", "ALLOWLOAN_FLAG");
tableMapping.ColumnMappings.Add("DROPGURANTEE_FLAG", "DROPGURANTEE_FLAG");
tableMapping.ColumnMappings.Add("TRANSRIGHT_FLAG", "TRANSRIGHT_FLAG");
tableMapping.ColumnMappings.Add("DROPLOANALL_FLAG", "DROPLOANALL_FLAG");
tableMapping.ColumnMappings.Add("DIVIDEND_FLAG", "DIVIDEND_FLAG");
tableMapping.ColumnMappings.Add("AVERAGE_FLAG", "AVERAGE_FLAG");
tableMapping.ColumnMappings.Add("SEQUEST_DIVAVG", "SEQUEST_DIVAVG");
tableMapping.ColumnMappings.Add("REMARK", "REMARK");
tableMapping.ColumnMappings.Add("MEMBER_TYPE", "MEMBER_TYPE");
tableMapping.ColumnMappings.Add("DIVAVGSHOW_FLAG", "DIVAVGSHOW_FLAG");
tableMapping.ColumnMappings.Add("PRINTRECEIPTADDR_TYPE", "PRINTRECEIPTADDR_TYPE");
tableMapping.ColumnMappings.Add("WEB_CODE", "WEB_CODE");
tableMapping.ColumnMappings.Add("IVR_CODE", "IVR_CODE");
tableMapping.ColumnMappings.Add("MEMBTRANS_DATE", "MEMBTRANS_DATE");
tableMapping.ColumnMappings.Add("ACCUM_INTEREST", "ACCUM_INTEREST");
tableMapping.ColumnMappings.Add("SUMINT_LASTYEAR", "SUMINT_LASTYEAR");
tableMapping.ColumnMappings.Add("MISSPAYLON_AMT", "MISSPAYLON_AMT");
tableMapping.ColumnMappings.Add("MISSPAYSHR_AMT", "MISSPAYSHR_AMT");
tableMapping.ColumnMappings.Add("MATE_MBFLAG", "MATE_MBFLAG");
tableMapping.ColumnMappings.Add("MATE_MBNO", "MATE_MBNO");
tableMapping.ColumnMappings.Add("EXPENSE_CODE", "EXPENSE_CODE");
tableMapping.ColumnMappings.Add("EXPENSE_BANK", "EXPENSE_BANK");
tableMapping.ColumnMappings.Add("EXPENSE_BRANCH", "EXPENSE_BRANCH");
tableMapping.ColumnMappings.Add("EXPENSE_ACCID", "EXPENSE_ACCID");
tableMapping.ColumnMappings.Add("APPL_DOCNO", "APPL_DOCNO");
tableMapping.ColumnMappings.Add("APPLTYPE_CODE", "APPLTYPE_CODE");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_GROUP", "COMPOUNDKEEP_GROUP");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_DATE", "COMPOUNDKEEP_DATE");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_STATUS", "COMPOUNDKEEP_STATUS");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_PERIOD", "COMPOUNDKEEP_PERIOD");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_DUEDATE", "COMPOUNDKEEP_DUEDATE");
tableMapping.ColumnMappings.Add("COMPOUNDKEEP_NMLDATE", "COMPOUNDKEEP_NMLDATE");
tableMapping.ColumnMappings.Add("INSURANCE_FLAG", "INSURANCE_FLAG");
tableMapping.ColumnMappings.Add("CREMATION_STATUS", "CREMATION_STATUS");
tableMapping.ColumnMappings.Add("NATIONALITY", "NATIONALITY");
tableMapping.ColumnMappings.Add("INCOMEETC_AMT", "INCOMEETC_AMT");
tableMapping.ColumnMappings.Add("FATHER_NAME", "FATHER_NAME");
tableMapping.ColumnMappings.Add("MATHER_NAME", "MATHER_NAME");
tableMapping.ColumnMappings.Add("SUBGROUP_CODE", "SUBGROUP_CODE");
tableMapping.ColumnMappings.Add("EMP_TYPE", "EMP_TYPE");
tableMapping.ColumnMappings.Add("MATEADDR_NO", "MATEADDR_NO");
tableMapping.ColumnMappings.Add("MATEADDR_MOO", "MATEADDR_MOO");
tableMapping.ColumnMappings.Add("MATEADDR_VILLAGE", "MATEADDR_VILLAGE");
tableMapping.ColumnMappings.Add("MATEADDR_SOI", "MATEADDR_SOI");
tableMapping.ColumnMappings.Add("MATEADDR_ROAD", "MATEADDR_ROAD");
tableMapping.ColumnMappings.Add("MATETAMBOL_CODE", "MATETAMBOL_CODE");
tableMapping.ColumnMappings.Add("MATEAMPHUR_CODE", "MATEAMPHUR_CODE");
tableMapping.ColumnMappings.Add("MATEPROVINCE_CODE", "MATEPROVINCE_CODE");
tableMapping.ColumnMappings.Add("MATEADDR_POSTCODE", "MATEADDR_POSTCODE");
tableMapping.ColumnMappings.Add("MATEADDR_PHONE", "MATEADDR_PHONE");
tableMapping.ColumnMappings.Add("LASTKEEP_DATE", "LASTKEEP_DATE");
tableMapping.ColumnMappings.Add("MATE_CARDPERSON", "MATE_CARDPERSON");
tableMapping.ColumnMappings.Add("MATE_SALARYID", "MATE_SALARYID");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYID", "UPDATE_BYENTRYID");
tableMapping.ColumnMappings.Add("UPDATE_BYENTRYIP", "UPDATE_BYENTRYIP");
tableMapping.ColumnMappings.Add("TAMBOL_DESC", "TAMBOL_DESC");
tableMapping.ColumnMappings.Add("KEEPSAL_FLAG", "KEEPSAL_FLAG");
tableMapping.ColumnMappings.Add("UPDATE_BYLASTDOC", "UPDATE_BYLASTDOC");
tableMapping.ColumnMappings.Add("REMEMB_FLAG", "REMEMB_FLAG");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.DeleteCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.DeleteCommand.Connection = this.Connection;
this._adapter.DeleteCommand.CommandText = "DELETE FROM \"MBMEMBMASTER\" WHERE ((\"COOP_ID\" = :Original_COOP_ID) AND (\"MEMBER_NO" +
"\" = :Original_MEMBER_NO))";
this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"MBMEMBMASTER\" (\"COOP_ID\", \"MEMBER_NO\", \"PRENAME_CODE\", \"MEMB_NAME\", " +
"\"MEMB_SURNAME\", \"MEMB_ENAME\", \"MEMB_ESURNAME\", \"MEMBGROUP_CODE\", \"MEMBTYPE_CODE\"" +
", \"SIGNATURE_NAME\", \"BIRTH_DATE\", \"MEMBER_DATE\", \"DEAD_STATUS\", \"DEAD_DATE\", \"RE" +
"TRY_STATUS\", \"RETRY_DATE\", \"RESIGN_STATUS\", \"RESIGN_DATE\", \"RESIGNCAUSE_CODE\", \"" +
"CLOSE_DATE\", \"SEX\", \"MARIAGE_STATUS\", \"ADDR_NO\", \"ADDR_MOO\", \"ADDR_SOI\", \"ADDR_V" +
"ILLAGE\", \"ADDR_ROAD\", \"TAMBOL_CODE\", \"AMPHUR_CODE\", \"PROVINCE_CODE\", \"ADDR_POSTC" +
"ODE\", \"ADDR_PHONE\", \"ADDR_MOBILEPHONE\", \"CURRADDR_NO\", \"CURRADDR_MOO\", \"CURRADDR" +
"_SOI\", \"CURRADDR_VILLAGE\", \"CURRADDR_ROAD\", \"CURRTAMBOL_CODE\", \"CURRAMPHUR_CODE\"" +
", \"CURRPROVINCE_CODE\", \"CURRADDR_POSTCODE\", \"CURRADDR_PHONE\", \"ADDR_EMAIL\", \"MEM" +
"_TELWORK\", \"MATE_NAME\", \"CARD_PERSON\", \"CARD_TAX\", \"MEMBER_CARD\", \"WORK_DATE\", \"" +
"POSITION_CODE\", \"POSITION_DESC\", \"LEVEL_CODE\", \"DEPARTMENT_CODE\", \"SALARY_AMOUNT" +
"\", \"SALARY_ID\", \"FIRSTFEE_STATUS\", \"MEMBER_STATUS\", \"MEMREF_FLAG\", \"MEMBER_REF\"," +
" \"KLONGTOON_FLAG\", \"HAVE_GAIN\", \"PAUSEKEEP_FLAG\", \"PAUSEKEEP_DATE\", \"FIRST_KEEPD" +
"ATE\", \"LNPROVIDENTFUND_FLAG\", \"ALLOWLOAN_FLAG\", \"DROPGURANTEE_FLAG\", \"TRANSRIGHT" +
"_FLAG\", \"DROPLOANALL_FLAG\", \"DIVIDEND_FLAG\", \"AVERAGE_FLAG\", \"SEQUEST_DIVAVG\", \"" +
"REMARK\", \"MEMBER_TYPE\", \"DIVAVGSHOW_FLAG\", \"PRINTRECEIPTADDR_TYPE\", \"WEB_CODE\", " +
"\"IVR_CODE\", \"MEMBTRANS_DATE\", \"ACCUM_INTEREST\", \"SUMINT_LASTYEAR\", \"MISSPAYLON_A" +
"MT\", \"MISSPAYSHR_AMT\", \"MATE_MBFLAG\", \"MATE_MBNO\", \"EXPENSE_CODE\", \"EXPENSE_BANK" +
"\", \"EXPENSE_BRANCH\", \"EXPENSE_ACCID\", \"APPL_DOCNO\", \"APPLTYPE_CODE\", \"COMPOUNDKE" +
"EP_GROUP\", \"COMPOUNDKEEP_DATE\", \"COMPOUNDKEEP_STATUS\", \"COMPOUNDKEEP_PERIOD\", \"C" +
"OMPOUNDKEEP_DUEDATE\", \"COMPOUNDKEEP_NMLDATE\", \"INSURANCE_FLAG\", \"CREMATION_STATU" +
"S\", \"NATIONALITY\", \"INCOMEETC_AMT\", \"FATHER_NAME\", \"MATHER_NAME\", \"SUBGROUP_CODE" +
"\", \"EMP_TYPE\", \"MATEADDR_NO\", \"MATEADDR_MOO\", \"MATEADDR_VILLAGE\", \"MATEADDR_SOI\"" +
", \"MATEADDR_ROAD\", \"MATETAMBOL_CODE\", \"MATEAMPHUR_CODE\", \"MATEPROVINCE_CODE\", \"M" +
"ATEADDR_POSTCODE\", \"MATEADDR_PHONE\", \"LASTKEEP_DATE\", \"MATE_CARDPERSON\", \"MATE_S" +
"ALARYID\", \"UPDATE_BYENTRYID\", \"UPDATE_BYENTRYIP\", \"TAMBOL_DESC\", \"KEEPSAL_FLAG\"," +
" \"UPDATE_BYLASTDOC\", \"REMEMB_FLAG\") VALUES (:COOP_ID, :MEMBER_NO, :PRENAME_CODE," +
" :MEMB_NAME, :MEMB_SURNAME, :MEMB_ENAME, :MEMB_ESURNAME, :MEMBGROUP_CODE, :MEMBT" +
"YPE_CODE, :SIGNATURE_NAME, :BIRTH_DATE, :MEMBER_DATE, :DEAD_STATUS, :DEAD_DATE, " +
":RETRY_STATUS, :RETRY_DATE, :RESIGN_STATUS, :RESIGN_DATE, :RESIGNCAUSE_CODE, :CL" +
"OSE_DATE, :SEX, :MARIAGE_STATUS, :ADDR_NO, :ADDR_MOO, :ADDR_SOI, :ADDR_VILLAGE, " +
":ADDR_ROAD, :TAMBOL_CODE, :AMPHUR_CODE, :PROVINCE_CODE, :ADDR_POSTCODE, :ADDR_PH" +
"ONE, :ADDR_MOBILEPHONE, :CURRADDR_NO, :CURRADDR_MOO, :CURRADDR_SOI, :CURRADDR_VI" +
"LLAGE, :CURRADDR_ROAD, :CURRTAMBOL_CODE, :CURRAMPHUR_CODE, :CURRPROVINCE_CODE, :" +
"CURRADDR_POSTCODE, :CURRADDR_PHONE, :ADDR_EMAIL, :MEM_TELWORK, :MATE_NAME, :CARD" +
"_PERSON, :CARD_TAX, :MEMBER_CARD, :WORK_DATE, :POSITION_CODE, :POSITION_DESC, :L" +
"EVEL_CODE, :DEPARTMENT_CODE, :SALARY_AMOUNT, :SALARY_ID, :FIRSTFEE_STATUS, :MEMB" +
"ER_STATUS, :MEMREF_FLAG, :MEMBER_REF, :KLONGTOON_FLAG, :HAVE_GAIN, :PAUSEKEEP_FL" +
"AG, :PAUSEKEEP_DATE, :FIRST_KEEPDATE, :LNPROVIDENTFUND_FLAG, :ALLOWLOAN_FLAG, :D" +
"ROPGURANTEE_FLAG, :TRANSRIGHT_FLAG, :DROPLOANALL_FLAG, :DIVIDEND_FLAG, :AVERAGE_" +
"FLAG, :SEQUEST_DIVAVG, :REMARK, :MEMBER_TYPE, :DIVAVGSHOW_FLAG, :PRINTRECEIPTADD" +
"R_TYPE, :WEB_CODE, :IVR_CODE, :MEMBTRANS_DATE, :ACCUM_INTEREST, :SUMINT_LASTYEAR" +
", :MISSPAYLON_AMT, :MISSPAYSHR_AMT, :MATE_MBFLAG, :MATE_MBNO, :EXPENSE_CODE, :EX" +
"PENSE_BANK, :EXPENSE_BRANCH, :EXPENSE_ACCID, :APPL_DOCNO, :APPLTYPE_CODE, :COMPO" +
"UNDKEEP_GROUP, :COMPOUNDKEEP_DATE, :COMPOUNDKEEP_STATUS, :COMPOUNDKEEP_PERIOD, :" +
"COMPOUNDKEEP_DUEDATE, :COMPOUNDKEEP_NMLDATE, :INSURANCE_FLAG, :CREMATION_STATUS," +
" :NATIONALITY, :INCOMEETC_AMT, :FATHER_NAME, :MATHER_NAME, :SUBGROUP_CODE, :EMP_" +
"TYPE, :MATEADDR_NO, :MATEADDR_MOO, :MATEADDR_VILLAGE, :MATEADDR_SOI, :MATEADDR_R" +
"OAD, :MATETAMBOL_CODE, :MATEAMPHUR_CODE, :MATEPROVINCE_CODE, :MATEADDR_POSTCODE," +
" :MATEADDR_PHONE, :LASTKEEP_DATE, :MATE_CARDPERSON, :MATE_SALARYID, :UPDATE_BYEN" +
"TRYID, :UPDATE_BYENTRYIP, :TAMBOL_DESC, :KEEPSAL_FLAG, :UPDATE_BYLASTDOC, :REMEM" +
"B_FLAG)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRENAME_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PRENAME_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_SURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_SURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ENAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ESURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ESURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIGNATURE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SIGNATURE_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BIRTH_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BIRTH_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBER_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEAD_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEAD_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RETRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RESIGN_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESIGN_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGNCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RESIGNCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CLOSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MARIAGE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MARIAGE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "AMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOBILEPHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOBILEPHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRTAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRTAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_EMAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_EMAIL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TELWORK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TELWORK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CARD_PERSON", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CARD_PERSON", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CARD_TAX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CARD_TAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_CARD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBER_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WORK_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "WORK_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSITION_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POSITION_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEVEL_CODE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LEVEL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPARTMENT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPARTMENT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SALARY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRSTFEE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIRSTFEE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMREF_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMREF_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_REF", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_REF", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KLONGTOON_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KLONGTOON_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HAVE_GAIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HAVE_GAIN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRST_KEEPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "FIRST_KEEPDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPROVIDENTFUND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPROVIDENTFUND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ALLOWLOAN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ALLOWLOAN_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPGURANTEE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPGURANTEE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSRIGHT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSRIGHT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPLOANALL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPLOANALL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVIDEND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVIDEND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AVERAGE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AVERAGE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_DIVAVG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_DIVAVG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVGSHOW_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVAVGSHOW_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINTRECEIPTADDR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINTRECEIPTADDR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEB_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "WEB_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IVR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "IVR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTRANS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBTRANS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUM_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUM_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYLON_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYLON_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYSHR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYSHR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MATE_MBFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATE_MBNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPLTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPLTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_GROUP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DUEDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CREMATION_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CREMATION_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NATIONALITY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NATIONALITY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INCOMEETC_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INCOMEETC_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_MOO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_VILLAGE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_SOI", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_ROAD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATETAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATETAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_PHONE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_CARDPERSON", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_CARDPERSON", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_SALARYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_SALARYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPSAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPSAL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYLASTDOC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYLASTDOC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMEMB_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REMEMB_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.UpdateCommand.Connection = this.Connection;
this._adapter.UpdateCommand.CommandText = "UPDATE \"MBMEMBMASTER\" SET \"COOP_ID\" = :COOP_ID, \"MEMBER_NO\" = :MEMBER_NO, \"PRENAM" +
"E_CODE\" = :PRENAME_CODE, \"MEMB_NAME\" = :MEMB_NAME, \"MEMB_SURNAME\" = :MEMB_SURNAM" +
"E, \"MEMB_ENAME\" = :MEMB_ENAME, \"MEMB_ESURNAME\" = :MEMB_ESURNAME, \"MEMBGROUP_CODE" +
"\" = :MEMBGROUP_CODE, \"MEMBTYPE_CODE\" = :MEMBTYPE_CODE, \"SIGNATURE_NAME\" = :SIGNA" +
"TURE_NAME, \"BIRTH_DATE\" = :BIRTH_DATE, \"MEMBER_DATE\" = :MEMBER_DATE, \"DEAD_STATU" +
"S\" = :DEAD_STATUS, \"DEAD_DATE\" = :DEAD_DATE, \"RETRY_STATUS\" = :RETRY_STATUS, \"RE" +
"TRY_DATE\" = :RETRY_DATE, \"RESIGN_STATUS\" = :RESIGN_STATUS, \"RESIGN_DATE\" = :RESI" +
"GN_DATE, \"RESIGNCAUSE_CODE\" = :RESIGNCAUSE_CODE, \"CLOSE_DATE\" = :CLOSE_DATE, \"SE" +
"X\" = :SEX, \"MARIAGE_STATUS\" = :MARIAGE_STATUS, \"ADDR_NO\" = :ADDR_NO, \"ADDR_MOO\" " +
"= :ADDR_MOO, \"ADDR_SOI\" = :ADDR_SOI, \"ADDR_VILLAGE\" = :ADDR_VILLAGE, \"ADDR_ROAD\"" +
" = :ADDR_ROAD, \"TAMBOL_CODE\" = :TAMBOL_CODE, \"AMPHUR_CODE\" = :AMPHUR_CODE, \"PROV" +
"INCE_CODE\" = :PROVINCE_CODE, \"ADDR_POSTCODE\" = :ADDR_POSTCODE, \"ADDR_PHONE\" = :A" +
"DDR_PHONE, \"ADDR_MOBILEPHONE\" = :ADDR_MOBILEPHONE, \"CURRADDR_NO\" = :CURRADDR_NO," +
" \"CURRADDR_MOO\" = :CURRADDR_MOO, \"CURRADDR_SOI\" = :CURRADDR_SOI, \"CURRADDR_VILLA" +
"GE\" = :CURRADDR_VILLAGE, \"CURRADDR_ROAD\" = :CURRADDR_ROAD, \"CURRTAMBOL_CODE\" = :" +
"CURRTAMBOL_CODE, \"CURRAMPHUR_CODE\" = :CURRAMPHUR_CODE, \"CURRPROVINCE_CODE\" = :CU" +
"RRPROVINCE_CODE, \"CURRADDR_POSTCODE\" = :CURRADDR_POSTCODE, \"CURRADDR_PHONE\" = :C" +
"URRADDR_PHONE, \"ADDR_EMAIL\" = :ADDR_EMAIL, \"MEM_TELWORK\" = :MEM_TELWORK, \"MATE_N" +
"AME\" = :MATE_NAME, \"CARD_PERSON\" = :CARD_PERSON, \"CARD_TAX\" = :CARD_TAX, \"MEMBER" +
"_CARD\" = :MEMBER_CARD, \"WORK_DATE\" = :WORK_DATE, \"POSITION_CODE\" = :POSITION_COD" +
"E, \"POSITION_DESC\" = :POSITION_DESC, \"LEVEL_CODE\" = :LEVEL_CODE, \"DEPARTMENT_COD" +
"E\" = :DEPARTMENT_CODE, \"SALARY_AMOUNT\" = :SALARY_AMOUNT, \"SALARY_ID\" = :SALARY_I" +
"D, \"FIRSTFEE_STATUS\" = :FIRSTFEE_STATUS, \"MEMBER_STATUS\" = :MEMBER_STATUS, \"MEMR" +
"EF_FLAG\" = :MEMREF_FLAG, \"MEMBER_REF\" = :MEMBER_REF, \"KLONGTOON_FLAG\" = :KLONGTO" +
"ON_FLAG, \"HAVE_GAIN\" = :HAVE_GAIN, \"PAUSEKEEP_FLAG\" = :PAUSEKEEP_FLAG, \"PAUSEKEE" +
"P_DATE\" = :PAUSEKEEP_DATE, \"FIRST_KEEPDATE\" = :FIRST_KEEPDATE, \"LNPROVIDENTFUND_" +
"FLAG\" = :LNPROVIDENTFUND_FLAG, \"ALLOWLOAN_FLAG\" = :ALLOWLOAN_FLAG, \"DROPGURANTEE" +
"_FLAG\" = :DROPGURANTEE_FLAG, \"TRANSRIGHT_FLAG\" = :TRANSRIGHT_FLAG, \"DROPLOANALL_" +
"FLAG\" = :DROPLOANALL_FLAG, \"DIVIDEND_FLAG\" = :DIVIDEND_FLAG, \"AVERAGE_FLAG\" = :A" +
"VERAGE_FLAG, \"SEQUEST_DIVAVG\" = :SEQUEST_DIVAVG, \"REMARK\" = :REMARK, \"MEMBER_TYP" +
"E\" = :MEMBER_TYPE, \"DIVAVGSHOW_FLAG\" = :DIVAVGSHOW_FLAG, \"PRINTRECEIPTADDR_TYPE\"" +
" = :PRINTRECEIPTADDR_TYPE, \"WEB_CODE\" = :WEB_CODE, \"IVR_CODE\" = :IVR_CODE, \"MEMB" +
"TRANS_DATE\" = :MEMBTRANS_DATE, \"ACCUM_INTEREST\" = :ACCUM_INTEREST, \"SUMINT_LASTY" +
"EAR\" = :SUMINT_LASTYEAR, \"MISSPAYLON_AMT\" = :MISSPAYLON_AMT, \"MISSPAYSHR_AMT\" = " +
":MISSPAYSHR_AMT, \"MATE_MBFLAG\" = :MATE_MBFLAG, \"MATE_MBNO\" = :MATE_MBNO, \"EXPENS" +
"E_CODE\" = :EXPENSE_CODE, \"EXPENSE_BANK\" = :EXPENSE_BANK, \"EXPENSE_BRANCH\" = :EXP" +
"ENSE_BRANCH, \"EXPENSE_ACCID\" = :EXPENSE_ACCID, \"APPL_DOCNO\" = :APPL_DOCNO, \"APPL" +
"TYPE_CODE\" = :APPLTYPE_CODE, \"COMPOUNDKEEP_GROUP\" = :COMPOUNDKEEP_GROUP, \"COMPOU" +
"NDKEEP_DATE\" = :COMPOUNDKEEP_DATE, \"COMPOUNDKEEP_STATUS\" = :COMPOUNDKEEP_STATUS," +
" \"COMPOUNDKEEP_PERIOD\" = :COMPOUNDKEEP_PERIOD, \"COMPOUNDKEEP_DUEDATE\" = :COMPOUN" +
"DKEEP_DUEDATE, \"COMPOUNDKEEP_NMLDATE\" = :COMPOUNDKEEP_NMLDATE, \"INSURANCE_FLAG\" " +
"= :INSURANCE_FLAG, \"CREMATION_STATUS\" = :CREMATION_STATUS, \"NATIONALITY\" = :NATI" +
"ONALITY, \"INCOMEETC_AMT\" = :INCOMEETC_AMT, \"FATHER_NAME\" = :FATHER_NAME, \"MATHER" +
"_NAME\" = :MATHER_NAME, \"SUBGROUP_CODE\" = :SUBGROUP_CODE, \"EMP_TYPE\" = :EMP_TYPE," +
" \"MATEADDR_NO\" = :MATEADDR_NO, \"MATEADDR_MOO\" = :MATEADDR_MOO, \"MATEADDR_VILLAGE" +
"\" = :MATEADDR_VILLAGE, \"MATEADDR_SOI\" = :MATEADDR_SOI, \"MATEADDR_ROAD\" = :MATEAD" +
"DR_ROAD, \"MATETAMBOL_CODE\" = :MATETAMBOL_CODE, \"MATEAMPHUR_CODE\" = :MATEAMPHUR_C" +
"ODE, \"MATEPROVINCE_CODE\" = :MATEPROVINCE_CODE, \"MATEADDR_POSTCODE\" = :MATEADDR_P" +
"OSTCODE, \"MATEADDR_PHONE\" = :MATEADDR_PHONE, \"LASTKEEP_DATE\" = :LASTKEEP_DATE, \"" +
"MATE_CARDPERSON\" = :MATE_CARDPERSON, \"MATE_SALARYID\" = :MATE_SALARYID, \"UPDATE_B" +
"YENTRYID\" = :UPDATE_BYENTRYID, \"UPDATE_BYENTRYIP\" = :UPDATE_BYENTRYIP, \"TAMBOL_D" +
"ESC\" = :TAMBOL_DESC, \"KEEPSAL_FLAG\" = :KEEPSAL_FLAG, \"UPDATE_BYLASTDOC\" = :UPDAT" +
"E_BYLASTDOC, \"REMEMB_FLAG\" = :REMEMB_FLAG WHERE ((\"COOP_ID\" = :Original_COOP_ID)" +
" AND (\"MEMBER_NO\" = :Original_MEMBER_NO))";
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRENAME_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PRENAME_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_SURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_SURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ENAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ENAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMB_ESURNAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMB_ESURNAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBGROUP_CODE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SIGNATURE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SIGNATURE_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("BIRTH_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "BIRTH_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBER_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DEAD_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEAD_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "DEAD_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RETRY_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RETRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RETRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "RESIGN_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGN_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "RESIGN_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("RESIGNCAUSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "RESIGNCAUSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CLOSE_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "CLOSE_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MARIAGE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MARIAGE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "AMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "PROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "ADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_MOBILEPHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_MOBILEPHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_NO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_MOO", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_SOI", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_VILLAGE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_ROAD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRTAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRTAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CURRADDR_PHONE", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "CURRADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ADDR_EMAIL", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ADDR_EMAIL", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEM_TELWORK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEM_TELWORK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CARD_PERSON", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CARD_PERSON", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CARD_TAX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "CARD_TAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_CARD", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MEMBER_CARD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WORK_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "WORK_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "POSITION_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("POSITION_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "POSITION_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LEVEL_CODE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LEVEL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DEPARTMENT_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "DEPARTMENT_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_AMOUNT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SALARY_AMOUNT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SALARY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "SALARY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRSTFEE_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "FIRSTFEE_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMREF_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMREF_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_REF", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_REF", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KLONGTOON_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KLONGTOON_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("HAVE_GAIN", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "HAVE_GAIN", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAUSEKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAUSEKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FIRST_KEEPDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "FIRST_KEEPDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LNPROVIDENTFUND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "LNPROVIDENTFUND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ALLOWLOAN_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ALLOWLOAN_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPGURANTEE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPGURANTEE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TRANSRIGHT_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TRANSRIGHT_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DROPLOANALL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DROPLOANALL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVIDEND_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVIDEND_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("AVERAGE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "AVERAGE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQUEST_DIVAVG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SEQUEST_DIVAVG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMARK", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "REMARK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBER_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MEMBER_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("DIVAVGSHOW_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "DIVAVGSHOW_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PRINTRECEIPTADDR_TYPE", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PRINTRECEIPTADDR_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("WEB_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "WEB_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("IVR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "IVR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MEMBTRANS_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "MEMBTRANS_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ACCUM_INTEREST", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "ACCUM_INTEREST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUMINT_LASTYEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SUMINT_LASTYEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYLON_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYLON_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MISSPAYSHR_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MISSPAYSHR_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBFLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "MATE_MBFLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_MBNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATE_MBNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BANK", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BANK", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_BRANCH", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_BRANCH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EXPENSE_ACCID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "EXPENSE_ACCID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPL_DOCNO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPL_DOCNO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("APPLTYPE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "APPLTYPE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_GROUP", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_GROUP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_PERIOD", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_PERIOD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_DUEDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_DUEDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("COMPOUNDKEEP_NMLDATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "COMPOUNDKEEP_NMLDATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INSURANCE_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INSURANCE_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("CREMATION_STATUS", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "CREMATION_STATUS", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("NATIONALITY", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "NATIONALITY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("INCOMEETC_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "INCOMEETC_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("FATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "FATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATHER_NAME", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATHER_NAME", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SUBGROUP_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SUBGROUP_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMP_TYPE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMP_TYPE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_MOO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_MOO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_VILLAGE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_VILLAGE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_SOI", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_SOI", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_ROAD", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_ROAD", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATETAMBOL_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATETAMBOL_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEAMPHUR_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEAMPHUR_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEPROVINCE_CODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEPROVINCE_CODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_POSTCODE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_POSTCODE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATEADDR_PHONE", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MATEADDR_PHONE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("LASTKEEP_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "LASTKEEP_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_CARDPERSON", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_CARDPERSON", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("MATE_SALARYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "MATE_SALARYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYENTRYIP", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYENTRYIP", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAMBOL_DESC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAMBOL_DESC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("KEEPSAL_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "KEEPSAL_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("UPDATE_BYLASTDOC", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "UPDATE_BYLASTDOC", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("REMEMB_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "REMEMB_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_COOP_ID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "COOP_ID", global::System.Data.DataRowVersion.Original, false, null));
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("Original_MEMBER_NO", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "MEMBER_NO", global::System.Data.DataRowVersion.Original, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT COOP_ID, MEMBER_NO, PRENAME_CODE, MEMB_NAME, MEMB_SURNAME, MEMB_ENAME," +
" MEMB_ESURNAME, MEMBGROUP_CODE, MEMBTYPE_CODE, \r\n SIGNATURE" +
"_NAME, BIRTH_DATE, MEMBER_DATE, DEAD_STATUS, DEAD_DATE, RETRY_STATUS, RETRY_DATE" +
", RESIGN_STATUS, RESIGN_DATE, \r\n RESIGNCAUSE_CODE, CLOSE_DA" +
"TE, SEX, MARIAGE_STATUS, ADDR_NO, ADDR_MOO, ADDR_SOI, ADDR_VILLAGE, ADDR_ROAD, T" +
"AMBOL_CODE, AMPHUR_CODE, \r\n PROVINCE_CODE, ADDR_POSTCODE, A" +
"DDR_PHONE, ADDR_MOBILEPHONE, CURRADDR_NO, CURRADDR_MOO, CURRADDR_SOI, CURRADDR_V" +
"ILLAGE, \r\n CURRADDR_ROAD, CURRTAMBOL_CODE, CURRAMPHUR_CODE," +
" CURRPROVINCE_CODE, CURRADDR_POSTCODE, CURRADDR_PHONE, ADDR_EMAIL, \r\n " +
" MEM_TELWORK, MATE_NAME, CARD_PERSON, CARD_TAX, MEMBER_CARD, WORK_DATE" +
", POSITION_CODE, POSITION_DESC, LEVEL_CODE, DEPARTMENT_CODE, \r\n " +
" SALARY_AMOUNT, SALARY_ID, FIRSTFEE_STATUS, MEMBER_STATUS, MEMREF_FLAG, MEMB" +
"ER_REF, KLONGTOON_FLAG, HAVE_GAIN, PAUSEKEEP_FLAG, \r\n PAUSE" +
"KEEP_DATE, FIRST_KEEPDATE, LNPROVIDENTFUND_FLAG, ALLOWLOAN_FLAG, DROPGURANTEE_FL" +
"AG, TRANSRIGHT_FLAG, DROPLOANALL_FLAG, \r\n DIVIDEND_FLAG, AV" +
"ERAGE_FLAG, SEQUEST_DIVAVG, REMARK, MEMBER_TYPE, DIVAVGSHOW_FLAG, PRINTRECEIPTAD" +
"DR_TYPE, WEB_CODE, IVR_CODE, \r\n MEMBTRANS_DATE, ACCUM_INTER" +
"EST, SUMINT_LASTYEAR, MISSPAYLON_AMT, MISSPAYSHR_AMT, MATE_MBFLAG, MATE_MBNO, EX" +
"PENSE_CODE, \r\n EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID," +
" APPL_DOCNO, APPLTYPE_CODE, COMPOUNDKEEP_GROUP, COMPOUNDKEEP_DATE, \r\n " +
" COMPOUNDKEEP_STATUS, COMPOUNDKEEP_PERIOD, COMPOUNDKEEP_DUEDATE, COMPO" +
"UNDKEEP_NMLDATE, INSURANCE_FLAG, CREMATION_STATUS, \r\n NATIO" +
"NALITY, INCOMEETC_AMT, FATHER_NAME, MATHER_NAME, SUBGROUP_CODE, EMP_TYPE, MATEAD" +
"DR_NO, MATEADDR_MOO, MATEADDR_VILLAGE, \r\n MATEADDR_SOI, MAT" +
"EADDR_ROAD, MATETAMBOL_CODE, MATEAMPHUR_CODE, MATEPROVINCE_CODE, MATEADDR_POSTCO" +
"DE, MATEADDR_PHONE, \r\n LASTKEEP_DATE, MATE_CARDPERSON, MATE" +
"_SALARYID, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, TAMBOL_DESC, KEEPSAL_FLAG, UPDATE" +
"_BYLASTDOC, \r\n REMEMB_FLAG\r\nFROM MBMEMBMASTER";
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.MBMEMBMASTERDataTable 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.MBMEMBMASTERDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet1.MBMEMBMASTERDataTable dataTable = new DataSet1.MBMEMBMASTERDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1.MBMEMBMASTERDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet1 dataSet) {
return this.Adapter.Update(dataSet, "MBMEMBMASTER");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)]
public virtual int Delete(string Original_COOP_ID, string Original_MEMBER_NO) {
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_COOP_ID));
}
if ((Original_MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("Original_MEMBER_NO");
}
else {
this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_MEMBER_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State;
if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.DeleteCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.DeleteCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(
string COOP_ID,
string MEMBER_NO,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
global::System.Nullable BIRTH_DATE,
global::System.Nullable MEMBER_DATE,
global::System.Nullable DEAD_STATUS,
global::System.Nullable DEAD_DATE,
global::System.Nullable RETRY_STATUS,
global::System.Nullable RETRY_DATE,
global::System.Nullable RESIGN_STATUS,
global::System.Nullable RESIGN_DATE,
string RESIGNCAUSE_CODE,
global::System.Nullable CLOSE_DATE,
string SEX,
global::System.Nullable MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
global::System.Nullable WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string DEPARTMENT_CODE,
global::System.Nullable SALARY_AMOUNT,
string SALARY_ID,
global::System.Nullable FIRSTFEE_STATUS,
global::System.Nullable MEMBER_STATUS,
global::System.Nullable MEMREF_FLAG,
string MEMBER_REF,
global::System.Nullable KLONGTOON_FLAG,
global::System.Nullable HAVE_GAIN,
global::System.Nullable PAUSEKEEP_FLAG,
global::System.Nullable PAUSEKEEP_DATE,
global::System.Nullable FIRST_KEEPDATE,
global::System.Nullable LNPROVIDENTFUND_FLAG,
global::System.Nullable ALLOWLOAN_FLAG,
global::System.Nullable DROPGURANTEE_FLAG,
global::System.Nullable TRANSRIGHT_FLAG,
global::System.Nullable DROPLOANALL_FLAG,
global::System.Nullable DIVIDEND_FLAG,
global::System.Nullable AVERAGE_FLAG,
global::System.Nullable SEQUEST_DIVAVG,
string REMARK,
global::System.Nullable MEMBER_TYPE,
global::System.Nullable DIVAVGSHOW_FLAG,
global::System.Nullable PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
global::System.Nullable MEMBTRANS_DATE,
global::System.Nullable ACCUM_INTEREST,
global::System.Nullable SUMINT_LASTYEAR,
global::System.Nullable MISSPAYLON_AMT,
global::System.Nullable MISSPAYSHR_AMT,
global::System.Nullable MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
global::System.Nullable COMPOUNDKEEP_DATE,
global::System.Nullable COMPOUNDKEEP_STATUS,
global::System.Nullable COMPOUNDKEEP_PERIOD,
global::System.Nullable COMPOUNDKEEP_DUEDATE,
global::System.Nullable COMPOUNDKEEP_NMLDATE,
global::System.Nullable INSURANCE_FLAG,
global::System.Nullable CREMATION_STATUS,
string NATIONALITY,
global::System.Nullable INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
global::System.Nullable LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
string TAMBOL_DESC,
global::System.Nullable KEEPSAL_FLAG,
string UPDATE_BYLASTDOC,
global::System.Nullable REMEMB_FLAG) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.InsertCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("MEMBER_NO");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((PRENAME_CODE == null)) {
this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(PRENAME_CODE));
}
if ((MEMB_NAME == null)) {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(MEMB_NAME));
}
if ((MEMB_SURNAME == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(MEMB_SURNAME));
}
if ((MEMB_ENAME == null)) {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = ((string)(MEMB_ENAME));
}
if ((MEMB_ESURNAME == null)) {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = ((string)(MEMB_ESURNAME));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = ((string)(MEMBGROUP_CODE));
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(MEMBTYPE_CODE));
}
if ((SIGNATURE_NAME == null)) {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = ((string)(SIGNATURE_NAME));
}
if ((BIRTH_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[10].Value = ((System.DateTime)(BIRTH_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((MEMBER_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(MEMBER_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((DEAD_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[12].Value = ((decimal)(DEAD_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((DEAD_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[13].Value = ((System.DateTime)(DEAD_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((RETRY_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[14].Value = ((decimal)(RETRY_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((RETRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[15].Value = ((System.DateTime)(RETRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((RESIGN_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[16].Value = ((decimal)(RESIGN_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((RESIGN_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[17].Value = ((System.DateTime)(RESIGN_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((RESIGNCAUSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[18].Value = ((string)(RESIGNCAUSE_CODE));
}
if ((CLOSE_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[19].Value = ((System.DateTime)(CLOSE_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((SEX == null)) {
this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[20].Value = ((string)(SEX));
}
if ((MARIAGE_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[21].Value = ((decimal)(MARIAGE_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((ADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[22].Value = ((string)(ADDR_NO));
}
if ((ADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[23].Value = ((string)(ADDR_MOO));
}
if ((ADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[24].Value = ((string)(ADDR_SOI));
}
if ((ADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[25].Value = ((string)(ADDR_VILLAGE));
}
if ((ADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[26].Value = ((string)(ADDR_ROAD));
}
if ((TAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[27].Value = ((string)(TAMBOL_CODE));
}
if ((AMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[28].Value = ((string)(AMPHUR_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[29].Value = ((string)(PROVINCE_CODE));
}
if ((ADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[30].Value = ((string)(ADDR_POSTCODE));
}
if ((ADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[31].Value = ((string)(ADDR_PHONE));
}
if ((ADDR_MOBILEPHONE == null)) {
this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[32].Value = ((string)(ADDR_MOBILEPHONE));
}
if ((CURRADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[33].Value = ((string)(CURRADDR_NO));
}
if ((CURRADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[34].Value = ((string)(CURRADDR_MOO));
}
if ((CURRADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[35].Value = ((string)(CURRADDR_SOI));
}
if ((CURRADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[36].Value = ((string)(CURRADDR_VILLAGE));
}
if ((CURRADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[37].Value = ((string)(CURRADDR_ROAD));
}
if ((CURRTAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[38].Value = ((string)(CURRTAMBOL_CODE));
}
if ((CURRAMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[39].Value = ((string)(CURRAMPHUR_CODE));
}
if ((CURRPROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[40].Value = ((string)(CURRPROVINCE_CODE));
}
if ((CURRADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[41].Value = ((string)(CURRADDR_POSTCODE));
}
if ((CURRADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[42].Value = ((string)(CURRADDR_PHONE));
}
if ((ADDR_EMAIL == null)) {
this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[43].Value = ((string)(ADDR_EMAIL));
}
if ((MEM_TELWORK == null)) {
this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[44].Value = ((string)(MEM_TELWORK));
}
if ((MATE_NAME == null)) {
this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[45].Value = ((string)(MATE_NAME));
}
if ((CARD_PERSON == null)) {
this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[46].Value = ((string)(CARD_PERSON));
}
if ((CARD_TAX == null)) {
this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[47].Value = ((string)(CARD_TAX));
}
if ((MEMBER_CARD == null)) {
this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[48].Value = ((string)(MEMBER_CARD));
}
if ((WORK_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[49].Value = ((System.DateTime)(WORK_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((POSITION_CODE == null)) {
this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[50].Value = ((string)(POSITION_CODE));
}
if ((POSITION_DESC == null)) {
this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[51].Value = ((string)(POSITION_DESC));
}
if ((LEVEL_CODE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[52].Value = ((decimal)(LEVEL_CODE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[53].Value = ((string)(DEPARTMENT_CODE));
}
if ((SALARY_AMOUNT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[54].Value = ((decimal)(SALARY_AMOUNT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((SALARY_ID == null)) {
this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[55].Value = ((string)(SALARY_ID));
}
if ((FIRSTFEE_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[56].Value = ((decimal)(FIRSTFEE_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((MEMBER_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[57].Value = ((decimal)(MEMBER_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((MEMREF_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[58].Value = ((decimal)(MEMREF_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((MEMBER_REF == null)) {
this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[59].Value = ((string)(MEMBER_REF));
}
if ((KLONGTOON_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[60].Value = ((decimal)(KLONGTOON_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((HAVE_GAIN.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[61].Value = ((decimal)(HAVE_GAIN.Value));
}
else {
this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[62].Value = ((decimal)(PAUSEKEEP_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[63].Value = ((System.DateTime)(PAUSEKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((FIRST_KEEPDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[64].Value = ((System.DateTime)(FIRST_KEEPDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((LNPROVIDENTFUND_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[65].Value = ((decimal)(LNPROVIDENTFUND_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((ALLOWLOAN_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[66].Value = ((decimal)(ALLOWLOAN_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value;
}
if ((DROPGURANTEE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[67].Value = ((decimal)(DROPGURANTEE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value;
}
if ((TRANSRIGHT_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[68].Value = ((decimal)(TRANSRIGHT_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((DROPLOANALL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[69].Value = ((decimal)(DROPLOANALL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value;
}
if ((DIVIDEND_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[70].Value = ((decimal)(DIVIDEND_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value;
}
if ((AVERAGE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[71].Value = ((decimal)(AVERAGE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value;
}
if ((SEQUEST_DIVAVG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[72].Value = ((decimal)(SEQUEST_DIVAVG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[73].Value = ((string)(REMARK));
}
if ((MEMBER_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[74].Value = ((decimal)(MEMBER_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value;
}
if ((DIVAVGSHOW_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[75].Value = ((decimal)(DIVAVGSHOW_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value;
}
if ((PRINTRECEIPTADDR_TYPE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[76].Value = ((decimal)(PRINTRECEIPTADDR_TYPE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value;
}
if ((WEB_CODE == null)) {
this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[77].Value = ((string)(WEB_CODE));
}
if ((IVR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[78].Value = ((string)(IVR_CODE));
}
if ((MEMBTRANS_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[79].Value = ((System.DateTime)(MEMBTRANS_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value;
}
if ((ACCUM_INTEREST.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[80].Value = ((decimal)(ACCUM_INTEREST.Value));
}
else {
this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value;
}
if ((SUMINT_LASTYEAR.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[81].Value = ((decimal)(SUMINT_LASTYEAR.Value));
}
else {
this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value;
}
if ((MISSPAYLON_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[82].Value = ((decimal)(MISSPAYLON_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value;
}
if ((MISSPAYSHR_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[83].Value = ((decimal)(MISSPAYSHR_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value;
}
if ((MATE_MBFLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[84].Value = ((decimal)(MATE_MBFLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value;
}
if ((MATE_MBNO == null)) {
this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[85].Value = ((string)(MATE_MBNO));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[86].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[87].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[88].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[89].Value = ((string)(EXPENSE_ACCID));
}
if ((APPL_DOCNO == null)) {
this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[90].Value = ((string)(APPL_DOCNO));
}
if ((APPLTYPE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[91].Value = ((string)(APPLTYPE_CODE));
}
if ((COMPOUNDKEEP_GROUP == null)) {
this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[92].Value = ((string)(COMPOUNDKEEP_GROUP));
}
if ((COMPOUNDKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[93].Value = ((System.DateTime)(COMPOUNDKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[94].Value = ((decimal)(COMPOUNDKEEP_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_PERIOD.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[95].Value = ((decimal)(COMPOUNDKEEP_PERIOD.Value));
}
else {
this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_DUEDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[96].Value = ((System.DateTime)(COMPOUNDKEEP_DUEDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_NMLDATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[97].Value = ((System.DateTime)(COMPOUNDKEEP_NMLDATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value;
}
if ((INSURANCE_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[98].Value = ((decimal)(INSURANCE_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value;
}
if ((CREMATION_STATUS.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[99].Value = ((decimal)(CREMATION_STATUS.Value));
}
else {
this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value;
}
if ((NATIONALITY == null)) {
this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[100].Value = ((string)(NATIONALITY));
}
if ((INCOMEETC_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[101].Value = ((decimal)(INCOMEETC_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value;
}
if ((FATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[102].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[103].Value = ((string)(MATHER_NAME));
}
if ((SUBGROUP_CODE == null)) {
this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[104].Value = ((string)(SUBGROUP_CODE));
}
if ((EMP_TYPE == null)) {
this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[105].Value = ((string)(EMP_TYPE));
}
if ((MATEADDR_NO == null)) {
this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[106].Value = ((string)(MATEADDR_NO));
}
if ((MATEADDR_MOO == null)) {
this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[107].Value = ((string)(MATEADDR_MOO));
}
if ((MATEADDR_VILLAGE == null)) {
this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[108].Value = ((string)(MATEADDR_VILLAGE));
}
if ((MATEADDR_SOI == null)) {
this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[109].Value = ((string)(MATEADDR_SOI));
}
if ((MATEADDR_ROAD == null)) {
this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[110].Value = ((string)(MATEADDR_ROAD));
}
if ((MATETAMBOL_CODE == null)) {
this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[111].Value = ((string)(MATETAMBOL_CODE));
}
if ((MATEAMPHUR_CODE == null)) {
this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[112].Value = ((string)(MATEAMPHUR_CODE));
}
if ((MATEPROVINCE_CODE == null)) {
this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[113].Value = ((string)(MATEPROVINCE_CODE));
}
if ((MATEADDR_POSTCODE == null)) {
this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[114].Value = ((string)(MATEADDR_POSTCODE));
}
if ((MATEADDR_PHONE == null)) {
this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[115].Value = ((string)(MATEADDR_PHONE));
}
if ((LASTKEEP_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[116].Value = ((System.DateTime)(LASTKEEP_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value;
}
if ((MATE_CARDPERSON == null)) {
this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[117].Value = ((string)(MATE_CARDPERSON));
}
if ((MATE_SALARYID == null)) {
this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[118].Value = ((string)(MATE_SALARYID));
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((TAMBOL_DESC == null)) {
this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[121].Value = ((string)(TAMBOL_DESC));
}
if ((KEEPSAL_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[122].Value = ((decimal)(KEEPSAL_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value;
}
if ((UPDATE_BYLASTDOC == null)) {
this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[123].Value = ((string)(UPDATE_BYLASTDOC));
}
if ((REMEMB_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[124].Value = ((decimal)(REMEMB_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string COOP_ID,
string MEMBER_NO,
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
global::System.Nullable BIRTH_DATE,
global::System.Nullable MEMBER_DATE,
global::System.Nullable DEAD_STATUS,
global::System.Nullable DEAD_DATE,
global::System.Nullable RETRY_STATUS,
global::System.Nullable RETRY_DATE,
global::System.Nullable RESIGN_STATUS,
global::System.Nullable RESIGN_DATE,
string RESIGNCAUSE_CODE,
global::System.Nullable CLOSE_DATE,
string SEX,
global::System.Nullable MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
global::System.Nullable WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string DEPARTMENT_CODE,
global::System.Nullable SALARY_AMOUNT,
string SALARY_ID,
global::System.Nullable FIRSTFEE_STATUS,
global::System.Nullable MEMBER_STATUS,
global::System.Nullable MEMREF_FLAG,
string MEMBER_REF,
global::System.Nullable KLONGTOON_FLAG,
global::System.Nullable HAVE_GAIN,
global::System.Nullable PAUSEKEEP_FLAG,
global::System.Nullable PAUSEKEEP_DATE,
global::System.Nullable FIRST_KEEPDATE,
global::System.Nullable LNPROVIDENTFUND_FLAG,
global::System.Nullable ALLOWLOAN_FLAG,
global::System.Nullable DROPGURANTEE_FLAG,
global::System.Nullable TRANSRIGHT_FLAG,
global::System.Nullable DROPLOANALL_FLAG,
global::System.Nullable DIVIDEND_FLAG,
global::System.Nullable AVERAGE_FLAG,
global::System.Nullable SEQUEST_DIVAVG,
string REMARK,
global::System.Nullable MEMBER_TYPE,
global::System.Nullable DIVAVGSHOW_FLAG,
global::System.Nullable PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
global::System.Nullable MEMBTRANS_DATE,
global::System.Nullable ACCUM_INTEREST,
global::System.Nullable SUMINT_LASTYEAR,
global::System.Nullable MISSPAYLON_AMT,
global::System.Nullable MISSPAYSHR_AMT,
global::System.Nullable MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
global::System.Nullable COMPOUNDKEEP_DATE,
global::System.Nullable COMPOUNDKEEP_STATUS,
global::System.Nullable COMPOUNDKEEP_PERIOD,
global::System.Nullable COMPOUNDKEEP_DUEDATE,
global::System.Nullable COMPOUNDKEEP_NMLDATE,
global::System.Nullable INSURANCE_FLAG,
global::System.Nullable CREMATION_STATUS,
string NATIONALITY,
global::System.Nullable INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
global::System.Nullable LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
string TAMBOL_DESC,
global::System.Nullable KEEPSAL_FLAG,
string UPDATE_BYLASTDOC,
global::System.Nullable REMEMB_FLAG,
string Original_COOP_ID,
string Original_MEMBER_NO) {
if ((COOP_ID == null)) {
throw new global::System.ArgumentNullException("COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(COOP_ID));
}
if ((MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("MEMBER_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(MEMBER_NO));
}
if ((PRENAME_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(PRENAME_CODE));
}
if ((MEMB_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(MEMB_NAME));
}
if ((MEMB_SURNAME == null)) {
this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[4].Value = ((string)(MEMB_SURNAME));
}
if ((MEMB_ENAME == null)) {
this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(MEMB_ENAME));
}
if ((MEMB_ESURNAME == null)) {
this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(MEMB_ESURNAME));
}
if ((MEMBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(MEMBGROUP_CODE));
}
if ((MEMBTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(MEMBTYPE_CODE));
}
if ((SIGNATURE_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[9].Value = ((string)(SIGNATURE_NAME));
}
if ((BIRTH_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[10].Value = ((System.DateTime)(BIRTH_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value;
}
if ((MEMBER_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[11].Value = ((System.DateTime)(MEMBER_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value;
}
if ((DEAD_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[12].Value = ((decimal)(DEAD_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value;
}
if ((DEAD_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[13].Value = ((System.DateTime)(DEAD_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value;
}
if ((RETRY_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[14].Value = ((decimal)(RETRY_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value;
}
if ((RETRY_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[15].Value = ((System.DateTime)(RETRY_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
}
if ((RESIGN_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[16].Value = ((decimal)(RESIGN_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
}
if ((RESIGN_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[17].Value = ((System.DateTime)(RESIGN_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
}
if ((RESIGNCAUSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[18].Value = ((string)(RESIGNCAUSE_CODE));
}
if ((CLOSE_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[19].Value = ((System.DateTime)(CLOSE_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value;
}
if ((SEX == null)) {
this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[20].Value = ((string)(SEX));
}
if ((MARIAGE_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[21].Value = ((decimal)(MARIAGE_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value;
}
if ((ADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[22].Value = ((string)(ADDR_NO));
}
if ((ADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[23].Value = ((string)(ADDR_MOO));
}
if ((ADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[24].Value = ((string)(ADDR_SOI));
}
if ((ADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[25].Value = ((string)(ADDR_VILLAGE));
}
if ((ADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[26].Value = ((string)(ADDR_ROAD));
}
if ((TAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[27].Value = ((string)(TAMBOL_CODE));
}
if ((AMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[28].Value = ((string)(AMPHUR_CODE));
}
if ((PROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[29].Value = ((string)(PROVINCE_CODE));
}
if ((ADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[30].Value = ((string)(ADDR_POSTCODE));
}
if ((ADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(ADDR_PHONE));
}
if ((ADDR_MOBILEPHONE == null)) {
this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[32].Value = ((string)(ADDR_MOBILEPHONE));
}
if ((CURRADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(CURRADDR_NO));
}
if ((CURRADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[34].Value = ((string)(CURRADDR_MOO));
}
if ((CURRADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(CURRADDR_SOI));
}
if ((CURRADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[36].Value = ((string)(CURRADDR_VILLAGE));
}
if ((CURRADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[37].Value = ((string)(CURRADDR_ROAD));
}
if ((CURRTAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[38].Value = ((string)(CURRTAMBOL_CODE));
}
if ((CURRAMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[39].Value = ((string)(CURRAMPHUR_CODE));
}
if ((CURRPROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[40].Value = ((string)(CURRPROVINCE_CODE));
}
if ((CURRADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[41].Value = ((string)(CURRADDR_POSTCODE));
}
if ((CURRADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[42].Value = ((string)(CURRADDR_PHONE));
}
if ((ADDR_EMAIL == null)) {
this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[43].Value = ((string)(ADDR_EMAIL));
}
if ((MEM_TELWORK == null)) {
this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[44].Value = ((string)(MEM_TELWORK));
}
if ((MATE_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[45].Value = ((string)(MATE_NAME));
}
if ((CARD_PERSON == null)) {
this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[46].Value = ((string)(CARD_PERSON));
}
if ((CARD_TAX == null)) {
this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[47].Value = ((string)(CARD_TAX));
}
if ((MEMBER_CARD == null)) {
this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[48].Value = ((string)(MEMBER_CARD));
}
if ((WORK_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[49].Value = ((System.DateTime)(WORK_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value;
}
if ((POSITION_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[50].Value = ((string)(POSITION_CODE));
}
if ((POSITION_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[51].Value = ((string)(POSITION_DESC));
}
if ((LEVEL_CODE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[52].Value = ((decimal)(LEVEL_CODE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value;
}
if ((DEPARTMENT_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[53].Value = ((string)(DEPARTMENT_CODE));
}
if ((SALARY_AMOUNT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[54].Value = ((decimal)(SALARY_AMOUNT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value;
}
if ((SALARY_ID == null)) {
this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[55].Value = ((string)(SALARY_ID));
}
if ((FIRSTFEE_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[56].Value = ((decimal)(FIRSTFEE_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value;
}
if ((MEMBER_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[57].Value = ((decimal)(MEMBER_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value;
}
if ((MEMREF_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[58].Value = ((decimal)(MEMREF_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value;
}
if ((MEMBER_REF == null)) {
this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[59].Value = ((string)(MEMBER_REF));
}
if ((KLONGTOON_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[60].Value = ((decimal)(KLONGTOON_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value;
}
if ((HAVE_GAIN.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[61].Value = ((decimal)(HAVE_GAIN.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[62].Value = ((decimal)(PAUSEKEEP_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value;
}
if ((PAUSEKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[63].Value = ((System.DateTime)(PAUSEKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value;
}
if ((FIRST_KEEPDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[64].Value = ((System.DateTime)(FIRST_KEEPDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value;
}
if ((LNPROVIDENTFUND_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[65].Value = ((decimal)(LNPROVIDENTFUND_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value;
}
if ((ALLOWLOAN_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[66].Value = ((decimal)(ALLOWLOAN_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value;
}
if ((DROPGURANTEE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[67].Value = ((decimal)(DROPGURANTEE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value;
}
if ((TRANSRIGHT_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[68].Value = ((decimal)(TRANSRIGHT_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value;
}
if ((DROPLOANALL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[69].Value = ((decimal)(DROPLOANALL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value;
}
if ((DIVIDEND_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[70].Value = ((decimal)(DIVIDEND_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value;
}
if ((AVERAGE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[71].Value = ((decimal)(AVERAGE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value;
}
if ((SEQUEST_DIVAVG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[72].Value = ((decimal)(SEQUEST_DIVAVG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value;
}
if ((REMARK == null)) {
this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[73].Value = ((string)(REMARK));
}
if ((MEMBER_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[74].Value = ((decimal)(MEMBER_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value;
}
if ((DIVAVGSHOW_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[75].Value = ((decimal)(DIVAVGSHOW_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value;
}
if ((PRINTRECEIPTADDR_TYPE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[76].Value = ((decimal)(PRINTRECEIPTADDR_TYPE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value;
}
if ((WEB_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[77].Value = ((string)(WEB_CODE));
}
if ((IVR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[78].Value = ((string)(IVR_CODE));
}
if ((MEMBTRANS_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[79].Value = ((System.DateTime)(MEMBTRANS_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value;
}
if ((ACCUM_INTEREST.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[80].Value = ((decimal)(ACCUM_INTEREST.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value;
}
if ((SUMINT_LASTYEAR.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[81].Value = ((decimal)(SUMINT_LASTYEAR.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value;
}
if ((MISSPAYLON_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[82].Value = ((decimal)(MISSPAYLON_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value;
}
if ((MISSPAYSHR_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[83].Value = ((decimal)(MISSPAYSHR_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value;
}
if ((MATE_MBFLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[84].Value = ((decimal)(MATE_MBFLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value;
}
if ((MATE_MBNO == null)) {
this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[85].Value = ((string)(MATE_MBNO));
}
if ((EXPENSE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[86].Value = ((string)(EXPENSE_CODE));
}
if ((EXPENSE_BANK == null)) {
this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[87].Value = ((string)(EXPENSE_BANK));
}
if ((EXPENSE_BRANCH == null)) {
this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[88].Value = ((string)(EXPENSE_BRANCH));
}
if ((EXPENSE_ACCID == null)) {
this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[89].Value = ((string)(EXPENSE_ACCID));
}
if ((APPL_DOCNO == null)) {
this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[90].Value = ((string)(APPL_DOCNO));
}
if ((APPLTYPE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[91].Value = ((string)(APPLTYPE_CODE));
}
if ((COMPOUNDKEEP_GROUP == null)) {
this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[92].Value = ((string)(COMPOUNDKEEP_GROUP));
}
if ((COMPOUNDKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[93].Value = ((System.DateTime)(COMPOUNDKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[94].Value = ((decimal)(COMPOUNDKEEP_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_PERIOD.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[95].Value = ((decimal)(COMPOUNDKEEP_PERIOD.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_DUEDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[96].Value = ((System.DateTime)(COMPOUNDKEEP_DUEDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value;
}
if ((COMPOUNDKEEP_NMLDATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[97].Value = ((System.DateTime)(COMPOUNDKEEP_NMLDATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value;
}
if ((INSURANCE_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[98].Value = ((decimal)(INSURANCE_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value;
}
if ((CREMATION_STATUS.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[99].Value = ((decimal)(CREMATION_STATUS.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value;
}
if ((NATIONALITY == null)) {
this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[100].Value = ((string)(NATIONALITY));
}
if ((INCOMEETC_AMT.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[101].Value = ((decimal)(INCOMEETC_AMT.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value;
}
if ((FATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[102].Value = ((string)(FATHER_NAME));
}
if ((MATHER_NAME == null)) {
this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[103].Value = ((string)(MATHER_NAME));
}
if ((SUBGROUP_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[104].Value = ((string)(SUBGROUP_CODE));
}
if ((EMP_TYPE == null)) {
this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[105].Value = ((string)(EMP_TYPE));
}
if ((MATEADDR_NO == null)) {
this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[106].Value = ((string)(MATEADDR_NO));
}
if ((MATEADDR_MOO == null)) {
this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[107].Value = ((string)(MATEADDR_MOO));
}
if ((MATEADDR_VILLAGE == null)) {
this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[108].Value = ((string)(MATEADDR_VILLAGE));
}
if ((MATEADDR_SOI == null)) {
this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[109].Value = ((string)(MATEADDR_SOI));
}
if ((MATEADDR_ROAD == null)) {
this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[110].Value = ((string)(MATEADDR_ROAD));
}
if ((MATETAMBOL_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[111].Value = ((string)(MATETAMBOL_CODE));
}
if ((MATEAMPHUR_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[112].Value = ((string)(MATEAMPHUR_CODE));
}
if ((MATEPROVINCE_CODE == null)) {
this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[113].Value = ((string)(MATEPROVINCE_CODE));
}
if ((MATEADDR_POSTCODE == null)) {
this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[114].Value = ((string)(MATEADDR_POSTCODE));
}
if ((MATEADDR_PHONE == null)) {
this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[115].Value = ((string)(MATEADDR_PHONE));
}
if ((LASTKEEP_DATE.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[116].Value = ((System.DateTime)(LASTKEEP_DATE.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value;
}
if ((MATE_CARDPERSON == null)) {
this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[117].Value = ((string)(MATE_CARDPERSON));
}
if ((MATE_SALARYID == null)) {
this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[118].Value = ((string)(MATE_SALARYID));
}
if ((UPDATE_BYENTRYID == null)) {
this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[119].Value = ((string)(UPDATE_BYENTRYID));
}
if ((UPDATE_BYENTRYIP == null)) {
this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[120].Value = ((string)(UPDATE_BYENTRYIP));
}
if ((TAMBOL_DESC == null)) {
this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[121].Value = ((string)(TAMBOL_DESC));
}
if ((KEEPSAL_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[122].Value = ((decimal)(KEEPSAL_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value;
}
if ((UPDATE_BYLASTDOC == null)) {
this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value;
}
else {
this.Adapter.UpdateCommand.Parameters[123].Value = ((string)(UPDATE_BYLASTDOC));
}
if ((REMEMB_FLAG.HasValue == true)) {
this.Adapter.UpdateCommand.Parameters[124].Value = ((decimal)(REMEMB_FLAG.Value));
}
else {
this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value;
}
if ((Original_COOP_ID == null)) {
throw new global::System.ArgumentNullException("Original_COOP_ID");
}
else {
this.Adapter.UpdateCommand.Parameters[125].Value = ((string)(Original_COOP_ID));
}
if ((Original_MEMBER_NO == null)) {
throw new global::System.ArgumentNullException("Original_MEMBER_NO");
}
else {
this.Adapter.UpdateCommand.Parameters[126].Value = ((string)(Original_MEMBER_NO));
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.UpdateCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.UpdateCommand.Connection.Close();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)]
public virtual int Update(
string PRENAME_CODE,
string MEMB_NAME,
string MEMB_SURNAME,
string MEMB_ENAME,
string MEMB_ESURNAME,
string MEMBGROUP_CODE,
string MEMBTYPE_CODE,
string SIGNATURE_NAME,
global::System.Nullable BIRTH_DATE,
global::System.Nullable MEMBER_DATE,
global::System.Nullable DEAD_STATUS,
global::System.Nullable DEAD_DATE,
global::System.Nullable RETRY_STATUS,
global::System.Nullable RETRY_DATE,
global::System.Nullable RESIGN_STATUS,
global::System.Nullable RESIGN_DATE,
string RESIGNCAUSE_CODE,
global::System.Nullable CLOSE_DATE,
string SEX,
global::System.Nullable MARIAGE_STATUS,
string ADDR_NO,
string ADDR_MOO,
string ADDR_SOI,
string ADDR_VILLAGE,
string ADDR_ROAD,
string TAMBOL_CODE,
string AMPHUR_CODE,
string PROVINCE_CODE,
string ADDR_POSTCODE,
string ADDR_PHONE,
string ADDR_MOBILEPHONE,
string CURRADDR_NO,
string CURRADDR_MOO,
string CURRADDR_SOI,
string CURRADDR_VILLAGE,
string CURRADDR_ROAD,
string CURRTAMBOL_CODE,
string CURRAMPHUR_CODE,
string CURRPROVINCE_CODE,
string CURRADDR_POSTCODE,
string CURRADDR_PHONE,
string ADDR_EMAIL,
string MEM_TELWORK,
string MATE_NAME,
string CARD_PERSON,
string CARD_TAX,
string MEMBER_CARD,
global::System.Nullable WORK_DATE,
string POSITION_CODE,
string POSITION_DESC,
global::System.Nullable LEVEL_CODE,
string DEPARTMENT_CODE,
global::System.Nullable SALARY_AMOUNT,
string SALARY_ID,
global::System.Nullable FIRSTFEE_STATUS,
global::System.Nullable MEMBER_STATUS,
global::System.Nullable MEMREF_FLAG,
string MEMBER_REF,
global::System.Nullable KLONGTOON_FLAG,
global::System.Nullable HAVE_GAIN,
global::System.Nullable PAUSEKEEP_FLAG,
global::System.Nullable PAUSEKEEP_DATE,
global::System.Nullable FIRST_KEEPDATE,
global::System.Nullable LNPROVIDENTFUND_FLAG,
global::System.Nullable ALLOWLOAN_FLAG,
global::System.Nullable DROPGURANTEE_FLAG,
global::System.Nullable TRANSRIGHT_FLAG,
global::System.Nullable DROPLOANALL_FLAG,
global::System.Nullable DIVIDEND_FLAG,
global::System.Nullable AVERAGE_FLAG,
global::System.Nullable SEQUEST_DIVAVG,
string REMARK,
global::System.Nullable MEMBER_TYPE,
global::System.Nullable DIVAVGSHOW_FLAG,
global::System.Nullable PRINTRECEIPTADDR_TYPE,
string WEB_CODE,
string IVR_CODE,
global::System.Nullable MEMBTRANS_DATE,
global::System.Nullable ACCUM_INTEREST,
global::System.Nullable SUMINT_LASTYEAR,
global::System.Nullable MISSPAYLON_AMT,
global::System.Nullable MISSPAYSHR_AMT,
global::System.Nullable MATE_MBFLAG,
string MATE_MBNO,
string EXPENSE_CODE,
string EXPENSE_BANK,
string EXPENSE_BRANCH,
string EXPENSE_ACCID,
string APPL_DOCNO,
string APPLTYPE_CODE,
string COMPOUNDKEEP_GROUP,
global::System.Nullable COMPOUNDKEEP_DATE,
global::System.Nullable COMPOUNDKEEP_STATUS,
global::System.Nullable COMPOUNDKEEP_PERIOD,
global::System.Nullable COMPOUNDKEEP_DUEDATE,
global::System.Nullable COMPOUNDKEEP_NMLDATE,
global::System.Nullable INSURANCE_FLAG,
global::System.Nullable CREMATION_STATUS,
string NATIONALITY,
global::System.Nullable INCOMEETC_AMT,
string FATHER_NAME,
string MATHER_NAME,
string SUBGROUP_CODE,
string EMP_TYPE,
string MATEADDR_NO,
string MATEADDR_MOO,
string MATEADDR_VILLAGE,
string MATEADDR_SOI,
string MATEADDR_ROAD,
string MATETAMBOL_CODE,
string MATEAMPHUR_CODE,
string MATEPROVINCE_CODE,
string MATEADDR_POSTCODE,
string MATEADDR_PHONE,
global::System.Nullable LASTKEEP_DATE,
string MATE_CARDPERSON,
string MATE_SALARYID,
string UPDATE_BYENTRYID,
string UPDATE_BYENTRYIP,
string TAMBOL_DESC,
global::System.Nullable KEEPSAL_FLAG,
string UPDATE_BYLASTDOC,
global::System.Nullable REMEMB_FLAG,
string Original_COOP_ID,
string Original_MEMBER_NO) {
return this.Update(Original_COOP_ID, Original_MEMBER_NO, PRENAME_CODE, MEMB_NAME, MEMB_SURNAME, MEMB_ENAME, MEMB_ESURNAME, MEMBGROUP_CODE, MEMBTYPE_CODE, SIGNATURE_NAME, BIRTH_DATE, MEMBER_DATE, DEAD_STATUS, DEAD_DATE, RETRY_STATUS, RETRY_DATE, RESIGN_STATUS, RESIGN_DATE, RESIGNCAUSE_CODE, CLOSE_DATE, SEX, MARIAGE_STATUS, ADDR_NO, ADDR_MOO, ADDR_SOI, ADDR_VILLAGE, ADDR_ROAD, TAMBOL_CODE, AMPHUR_CODE, PROVINCE_CODE, ADDR_POSTCODE, ADDR_PHONE, ADDR_MOBILEPHONE, CURRADDR_NO, CURRADDR_MOO, CURRADDR_SOI, CURRADDR_VILLAGE, CURRADDR_ROAD, CURRTAMBOL_CODE, CURRAMPHUR_CODE, CURRPROVINCE_CODE, CURRADDR_POSTCODE, CURRADDR_PHONE, ADDR_EMAIL, MEM_TELWORK, MATE_NAME, CARD_PERSON, CARD_TAX, MEMBER_CARD, WORK_DATE, POSITION_CODE, POSITION_DESC, LEVEL_CODE, DEPARTMENT_CODE, SALARY_AMOUNT, SALARY_ID, FIRSTFEE_STATUS, MEMBER_STATUS, MEMREF_FLAG, MEMBER_REF, KLONGTOON_FLAG, HAVE_GAIN, PAUSEKEEP_FLAG, PAUSEKEEP_DATE, FIRST_KEEPDATE, LNPROVIDENTFUND_FLAG, ALLOWLOAN_FLAG, DROPGURANTEE_FLAG, TRANSRIGHT_FLAG, DROPLOANALL_FLAG, DIVIDEND_FLAG, AVERAGE_FLAG, SEQUEST_DIVAVG, REMARK, MEMBER_TYPE, DIVAVGSHOW_FLAG, PRINTRECEIPTADDR_TYPE, WEB_CODE, IVR_CODE, MEMBTRANS_DATE, ACCUM_INTEREST, SUMINT_LASTYEAR, MISSPAYLON_AMT, MISSPAYSHR_AMT, MATE_MBFLAG, MATE_MBNO, EXPENSE_CODE, EXPENSE_BANK, EXPENSE_BRANCH, EXPENSE_ACCID, APPL_DOCNO, APPLTYPE_CODE, COMPOUNDKEEP_GROUP, COMPOUNDKEEP_DATE, COMPOUNDKEEP_STATUS, COMPOUNDKEEP_PERIOD, COMPOUNDKEEP_DUEDATE, COMPOUNDKEEP_NMLDATE, INSURANCE_FLAG, CREMATION_STATUS, NATIONALITY, INCOMEETC_AMT, FATHER_NAME, MATHER_NAME, SUBGROUP_CODE, EMP_TYPE, MATEADDR_NO, MATEADDR_MOO, MATEADDR_VILLAGE, MATEADDR_SOI, MATEADDR_ROAD, MATETAMBOL_CODE, MATEAMPHUR_CODE, MATEPROVINCE_CODE, MATEADDR_POSTCODE, MATEADDR_PHONE, LASTKEEP_DATE, MATE_CARDPERSON, MATE_SALARYID, UPDATE_BYENTRYID, UPDATE_BYENTRYIP, TAMBOL_DESC, KEEPSAL_FLAG, UPDATE_BYLASTDOC, REMEMB_FLAG, Original_COOP_ID, Original_MEMBER_NO);
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private LNCOLLMASTERTableAdapter _lNCOLLMASTERTableAdapter;
private MBMEMBMASTERTableAdapter _mBMEMBMASTERTableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public LNCOLLMASTERTableAdapter LNCOLLMASTERTableAdapter {
get {
return this._lNCOLLMASTERTableAdapter;
}
set {
this._lNCOLLMASTERTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public MBMEMBMASTERTableAdapter MBMEMBMASTERTableAdapter {
get {
return this._mBMEMBMASTERTableAdapter;
}
set {
this._mBMEMBMASTERTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._lNCOLLMASTERTableAdapter != null)
&& (this._lNCOLLMASTERTableAdapter.Connection != null))) {
return this._lNCOLLMASTERTableAdapter.Connection;
}
if (((this._mBMEMBMASTERTableAdapter != null)
&& (this._mBMEMBMASTERTableAdapter.Connection != null))) {
return this._mBMEMBMASTERTableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._lNCOLLMASTERTableAdapter != null)) {
count = (count + 1);
}
if ((this._mBMEMBMASTERTableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._lNCOLLMASTERTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._lNCOLLMASTERTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._mBMEMBMASTERTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.MBMEMBMASTER.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._mBMEMBMASTERTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet1 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._lNCOLLMASTERTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._lNCOLLMASTERTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._mBMEMBMASTERTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.MBMEMBMASTER.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._mBMEMBMASTERTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet1 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._mBMEMBMASTERTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.MBMEMBMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._mBMEMBMASTERTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._lNCOLLMASTERTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.LNCOLLMASTER.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._lNCOLLMASTERTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet1 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._lNCOLLMASTERTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._lNCOLLMASTERTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._mBMEMBMASTERTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._mBMEMBMASTERTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary